[Help] Template Hubtiles with 2 colms - Windows Phone 8 Development and Hacking

Hi,
I develop a APP where I need to use a hubtiles. But I don't know how I developer it in order to use hubtiles with 2 columns because it is content in a listbox. How should I implement it?
Thank you again

Hi,
After 2 weeks with developing the App, I thougth that I had finished, I was wrong because I have a problem with 2 columns of hubtiles. My new problem is that there are 3 scroll and I want to have 1 scroll (general). And now I have one general scroll that it do nothing and 2 individual scrolls. This is my code xaml:
Code:
<ScrollViewer VerticalScrollBarVisibility="Auto">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Grid Margin="0,0,5,0">
<ListBox Name="lista" VerticalAlignment="Top" ScrollViewer.VerticalScrollBarVisibility="Disabled" SelectionChanged="Visionar" Height="535" >
<ListBox.ItemTemplate>
<DataTemplate>
<Grid Margin="5">
<toolkit:HubTile Title="{Binding Titulo}" Message="Ver" Source="{Binding Logo}" />
<toolkit:ContextMenuService.ContextMenu>
<toolkit:ContextMenu>
<toolkit:MenuItem x:Name="menu1" Header="Anclar" Click="mnuAnclar1"/>
</toolkit:ContextMenu>
</toolkit:ContextMenuService.ContextMenu>
</Grid>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
</Grid>
<Grid Grid.Column="2">
<ListBox Name="lista2" VerticalAlignment="Top" ScrollViewer.VerticalScrollBarVisibility="Disabled" SelectionChanged="Visionar" Height="535" >
<ListBox.ItemTemplate>
<DataTemplate>
<Grid Margin="5">
<toolkit:HubTile Title="{Binding Titulo}" Message="Ver" Source="{Binding Logo}" />
<toolkit:ContextMenuService.ContextMenu>
<toolkit:ContextMenu>
<toolkit:MenuItem x:Name="menu2" Header="Anclar" Click="mnuAnclar1"/>
</toolkit:ContextMenu>
</toolkit:ContextMenuService.ContextMenu>
</Grid>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
</Grid>
</Grid>
</ScrollViewer>
Are there somebody that can help me in order to get one scroll general?
Thank you again

Related

[10/12 update] Manila 2D update 19 Samsung i900

Finally!
Instructions:
1. Install Manila 2D
2. Turn off TouchFlo in Start -> Settings -> Personal -> Today -> Items
3. Copy both hh_fw_background.png and HTCHomeSettings.xml to Windows directory in your device.
4. Restart TouchFlo.
Hopefully no bugs here. Sorry but this is Portrait only!
thanks to herg and the xda devs for getting manila 2d to work, ababrekar for the htchomesetting xml tut (haven't used xml in 7 years and this helped a lot!)
the screenshots are based of mbarvian skin with lepsyfou digital clock, I use both in my i900 and kaiser!
9/30: Updated xml to v3 (no v2 released). bigger message area. thanks to us1111 for verifying for me as well.
10/2: For Update 18 + skins and clocks only. With update 18, there were a few changes, including installing files to \Windows\ManilaGfx folder. For those that install skins from http://forum.xda-developers.com/showthread.php?t=425974, files will be installed in \Windows. So for those that install their skins and clocks, you can use this update where the images are in \Windows and not in \Windows\ManilaGfx.
10/12: For M2D update 19! updated xml and background. turn off M2D first before installing. stock skin.
For those that want custom backgrounds, just create a 400x240 image and save as hh_fw_background.png and copy to windows folder in your device.
Chinese Simplified language has it?
Did everything asper instruction, but all i get is this:
"Tap here to launch TouchFLO", then I tap, and then it says "Launching TouchFLO", then it says "Tap here to launch TouchFLO" again. I get nothing. Any ideas?
I900
I have all these files (latest) from the Manila link:
First I installed all:
AudioManager 2.0
HTC Enchasements
HTC Task Manager
HTC Album
Manila2D 0.10
Then I tried with only:
Manila2D 0.10 (maybe u are using a different version?
Still no luck.
darth maximus said:
Finally!
Instructions:
1. Install Manila 2D
2. Turn off TouchFlo in Start -> Settings -> Personal -> Today -> Items
3. Copy both hh_fw_background.png and HTCHomeSettings.xml to Windows directory in your device.
4. Restart TouchFlo.
Click to expand...
Click to collapse
please could u link the exact files (cabs from manila) that are needed to run this thing (the ones that work for u on the i900).
I understand, that a lot of the cabs in the main package dont run on non HTC devices. Also which version.
I DON'T Find hh_fw_background.png flies!
Thank you, this worked very well
shaoshao said:
I DON'T Find hh_fw_background.png flies!
Click to expand...
Click to collapse
Its the last tumb nail in the first post, just right click and select save as picture.
FreakingNeo said:
Thank you, this worked very well
Click to expand...
Click to collapse
Please tell me what u installed, also what version of ROM on your i900. I cant get it to work on mine.
oalex said:
Its the last tumb nail in the first post, just right click and select save as picture.
Click to expand...
Click to collapse
thinks!
is there M2D have chinese Simplified ?
oalex said:
Please tell me what u installed, also what version of ROM on your i900. I cant get it to work on mine.
Click to expand...
Click to collapse
Just the standard rom it shipped with, and then I just followed the normal procedure for the Manilla2d update 17, installed all the cabs (1 through 16) including New EnlargedStartMenu, New Volume_Control, opal title bar.
Does this allow swipe left and right through tabs anywhere on the screen?
Following lines should be changed in the original xml file (also messages area is extended to 240x400):
<HTCHome version="3.00.0" device="OPAL" portrait="0,0,240,388" landscape="0,0,320,268">
<Property name="IDTABWG_WIDGET_RECT" id="0" value="0,0,240,310, 0,0,400,230" />
<Property name="IDTABWG_TAB_RECT" id="2" value="0,297,240,51, 0,217,400,51" />
<Property name="IDMSGWG_MESSAGE_MASK_RECT" id="0" value="23, 50, 195, 290" />
<Property name="IDMSGWG_MESSAGE_TXT_RECT" id="3" value="25, 47, 169, 240" />
us1111 said:
Following lines should be changed in the original xml file (also messages area is extended to 240x400):
<HTCHome version="3.00.0" device="OPAL" portrait="0,0,240,388" landscape="0,0,320,268">
<Property name="IDTABWG_WIDGET_RECT" id="0" value="0,0,240,310, 0,0,400,230" />
<Property name="IDTABWG_TAB_RECT" id="2" value="0,297,240,51, 0,217,400,51" />
<Property name="IDMSGWG_MESSAGE_MASK_RECT" id="0" value="23, 50, 195, 290" />
<Property name="IDMSGWG_MESSAGE_TXT_RECT" id="3" value="25, 47, 169, 240" />
Click to expand...
Click to collapse
Trying to port this with the VGA-version of Manila2D (to my WVGA Sony Ericsson X1). Any tips?
my Clock Abnormal . 0 and 1 is Coincidence .
shaoshao said:
my Clock Abnormal . 0 and 1 is Coincidence .
Click to expand...
Click to collapse
i have the same problem. only works with some clocks. probably some wrong code in the htchomesettings.xml.
i installed colonel clock and all is well with this.
anyone willing to make a complete theme exclusively for OMNIA?
does htc album or audio manager work for any of you? no luck here..
they crash right after starting them.
I'm dreamin of a vanilla omnia rom and a rom kitchen. the htc stuff just eats too much space to be really usable.
ollip79 said:
does htc album or audio manager work for any of you? no luck here..
they crash right after starting them.
I'm dreamin of a vanilla omnia rom and a rom kitchen. the htc stuff just eats too much space to be really usable.
Click to expand...
Click to collapse
it was working (with DXHI1 ROM + M2D update 16), after upgrading to DXHI2 + update 17, it's no longer working... tsk tsk. not sure if its due to the ROM upgrade or the new version. will test more. maybe tomorrow.
it's been a while and I also hope someone can come up with a rom kitchen for omnia. i'm left with 15MB storage space on DXHI2 ROM
What i make Wrong?????
I have no fonts in the Touch Flo
Where is the Skin from pntzamaras and how can i use this?
darth maximus said:
it's been a while and I also hope someone can come up with a rom kitchen for omnia. i'm left with 15MB storage space on DXHI2 ROM
Click to expand...
Click to collapse
that would really be nice, so many things that i dont need, taking up space. Almost half of whats intalled are completely unnecessary for my and i guess there are quite a lot of us.

(req) lockscreen 6.5 weather

hi guys i see this in modaco for omnia http://www.modaco.com/content-page/287749/omnia-windows-mobile-6-5-goodies/page/820/ can someone please make it work in other resolution (wvga,vga) please thanks in advanced and sorry my english
nirvanax said:
hi guys i see this in modaco for omnia http://www.modaco.com/content-page/287749/omnia-windows-mobile-6-5-goodies/page/820/ can someone please make it work in other resolution (wvga,vga) please thanks in advanced and sorry my english
Click to expand...
Click to collapse
It doesn't really work. It covers up notifications and you have to soft reset to get the weather updated. Not very convenient.
blazingwolf said:
It doesn't really work. It covers up notifications and you have to soft reset to get the weather updated. Not very convenient.
Click to expand...
Click to collapse
ok thanks for the information mods you can delete it
The idea of being able to have the weather on the lockscreen along with time and notifications is really nice though... it would be nice if someone figured out how to do so.
Ok so we know the current version of getting TWeather on the lockscreen to not work great. This is because it's replacing a specific Image. The Image is loaded once & that's it. My though is can someone make a DLL (Example: LS_TWeather.dll) that reads
Code:
HKLM:Software\Microsoft\CHome\TitaniumWeather\Page1
Code:
CurrentIcon="***"
&
Code:
CurrentTemp="***"
& using them as resouces. Than we use code like this in the LS_Lockscreen CPR's.
Code:
<Image ID="TweatherIcon" Left="75" Top="114" Width="100" Height="100" Visible="True" [COLOR="#ff0000"]Source="LS_TWeather.dll,1001"[/COLOR] />
<Text ID="TweatherTemp" Left="180" Top="114" Width="40" Height="100" Visible="True" FontFamily="Control Freak" FontSize="14" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Top" Trimming="EllipsisCharacter" Opacity="1.0" [COLOR="Red"]InnerTextType="Resource" Text="LS_TWeather.dll,1002"[/COLOR] >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
Than if TWeather is installed, we should by theory have the Weather show up onscreen & have it actually Dynamically Update as DLL resource are infact loaded dynamically as shown in with Clock. Just a thought.
Sorry that I'm digging up this thread, but this is very interesting, drkfngthdragnlrd. As far as I know, though, apps aren't able to use DLLs to store such information, but I am no real dev so I hope this is not true. Anybody can say something about this?

[Q]Help for simple digital clock widget

Hi,
I am triying to build a simple numeric clock widget but i have some issues :
-The widget isn't appearing in widget section of 4.0+ launchers
-The time is not refresh (but i set up refresh value to 1000ms)
-Widget dosn't respect the size i set in the xml
Code:
android:minWidth="294dp"
android:minHeight="72dp"
android:updatePeriodMillis="1000"
If someone can help me, would be awesome
See app sources here
I'm sorry if i am in the wrong place
you should add this in the manifest:
Code:
<receiver android:name=".WidgetProvider" android:label="yourAppName">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_info" />
</receiver>
then create the meta-data file (widget_info):
Code:
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="294dp"
android:minHeight="72dp"
android:updatePeriodMillis="1000"
android:initialLayout="@layout/widget">
</appwidget-provider>
ok, you did it... i didn't view the source
Thanks but done
Envoyé depuis mon CINK SLIM avec Tapatalk
I think that the update intervall needs to be 30 minutes or more.
You could create a service and refresh the widget from that.
---------- Post added at 12:06 PM ---------- Previous post was at 12:03 PM ----------
And you need to start your app at least once on Android 4+. Then it will be shown in the app drawer.
So create a launcher activity.
(http://stackoverflow.com/questions/8794952/android-4-0-widgets-not-appearing)

New LEO Advanced for WP7 v2.6.57.0 (14 languages)

http://forum.xda-developers.com/showthread.php?p=24489201
New LEO Advanced for WP7 v2.6.57.0 (14 languages)
Hd2 Leo wp7<br />
<br />
<font color="blue"><b>Old versions </b></font>
<br />
<font color="Blue"><b>In other ROMs New Installation Fix:<br />
1. Install File WPfix.xap Run (Fix Button) Click......
oboy
thank you very much

[GUID] Light Color SystemUI for Xperia Oreo FW

Hi
Sony released Oreo firmware for same xperia devices. But the Quick Settings panel not changed (old N and M style)
with this easy tutrial you can make your systemui like official oreo (AOSP, Nexus, Pixel)
lets start...
All you need:
- knowlage about decompile and compile APK (apktool)
- Stock framework-res.apk
- Stock SystemUI.apk
- xml editor (notepad++ or Atom or emmac. etc)
Step 1: play with SystemUI.apk
decompile your apk file.
inside /res/layout find "qs_footer.xml" and open that. change:
Code:
<com.android.systemui.qs.QSFooter android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/header" android:paddingTop="0.0dip" android:clickable="false" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="48.0dip" android:baselineAligned="false"
TO:
Code:
<com.android.systemui.qs.QSFooter android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/header" [COLOR="Blue"]android:background="#00000000"[/COLOR] android:paddingTop="0.0dip" android:clickable="false" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="48.0dip" android:baselineAligned="false"
inside /res/layout find "qs_panel.xml" and open that. change:
Code:
<com.android.systemui.qs.QSContainerImpl android:id="@id/quick_settings_container" android:background=[COLOR="Red"]"@drawable/qs_background_primary"[/COLOR] android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="wrap_content" android:elevation="4.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.android.systemui.qs.QSPanel android:id="@id/quick_settings_panel" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="28.0dip" android:layout_marginBottom="48.0dip" />
TO:
Code:
<com.android.systemui.qs.QSContainerImpl android:id="@id/quick_settings_container" android:background=[COLOR="Blue"]"?android:colorPrimaryDark"[/COLOR] android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="wrap_content" android:elevation="4.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.android.systemui.qs.QSPanel android:id="@id/quick_settings_panel" [COLOR="Blue"]android:background="#00000000"[/COLOR] android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="28.0dip" android:layout_marginBottom="48.0dip" />
inside /res/layout find "quick_status_bar_expanded_header.xml" and open that. change:
Code:
<com.android.systemui.qs.QuickStatusBarHeader android:layout_gravity="@integer/notification_panel_layout_gravity" android:id="@id/header" android:paddingTop="0.0dip" android:clickable="false" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="@dimen/status_bar_header_height" android:baselineAligned="false" android:paddingStart="0.0dip" android:paddingEnd="0.0dip"
TO:
Code:
<com.android.systemui.qs.QuickStatusBarHeader android:layout_gravity="@integer/notification_panel_layout_gravity" android:id="@id/header" [COLOR="Blue"]android:background="#00000000"[/COLOR] android:paddingTop="0.0dip" android:clickable="false" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="@dimen/status_bar_header_height" android:baselineAligned="false" android:paddingStart="0.0dip" android:paddingEnd="0.0dip"
Okey... re-compile your SystemUI.apk
Step 2: play with framework-res.apk
decompile your apk file.
All you need are inside this path /res/values/styles.xml. Open that xml file.
Search for: "Theme.DeviceDefault.QuickSettings"
Code:
[COLOR="Red"]<style name="Theme.DeviceDefault.QuickSettings" parent="@style/Theme.DeviceDefault">[/COLOR]
[COLOR="red"]<item name="dialogTheme">@style/Theme.DeviceDefault.QuickSettings.Dialog</item>[/COLOR]
<item name="colorControlNormal">?textColorPrimary</item>
<item name="colorPrimary">@color/primary_device_default_settings_light</item>
<item name="colorPrimaryDark">@color/primary_dark_device_default_settings_light</item>
<item name="colorAccent">@color/accent_device_default_settings_light</item>
<item name="colorSecondary">@color/secondary_device_default_settings_light</item>
</style>
TO:
Code:
[COLOR="Blue"]<style name="Theme.DeviceDefault.QuickSettings" parent="@style/Theme.DeviceDefault.Light">[/COLOR]
<item name="colorControlNormal">?textColorPrimary</item>
<item name="colorPrimary">@color/primary_device_default_settings_light</item>
<item name="colorPrimaryDark">@color/primary_dark_device_default_settings_light</item>
<item name="colorAccent">@color/accent_device_default_settings_light</item>
<item name="colorSecondary">@color/secondary_device_default_settings_light</item>
</style>
Search for: "Theme.DeviceDefault.QuickSettings.Dialog"
Code:
<style name="Theme.DeviceDefault.QuickSettings.Dialog" parent="@style/Theme.DeviceDefault.Dialog">
<item name="colorPrimary">@color/primary_device_default_settings</item>
<item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item>
<item name="colorAccent">@color/accent_device_default_settings[COLOR="Red"]_dark[/COLOR]</item>
<item name="colorSecondary">@color/secondary_device_default_settings</item>
</style>
TO:
Code:
<style name="Theme.DeviceDefault.QuickSettings.Dialog" parent="@style/Theme.DeviceDefault[COLOR="blue"].Light[/COLOR].Dialog">
<item name="colorPrimary">@color/primary_device_default_settings[COLOR="blue"]_light[/COLOR]</item>
<item name="colorPrimaryDark">@color/primary_dark_device_default_settings[COLOR="blue"]_light[/COLOR]</item>
<item name="colorAccent">@color/accent_device_default_settings[COLOR="blue"]_light[/COLOR]</item>
<item name="colorSecondary">@color/secondary_device_default_settings[COLOR="Blue"]_light[/COLOR]</item>
</style>
Search for: "Theme.DeviceDefault.Settings.Dialog"
Code:
<style name="Theme.DeviceDefault.Settings.Dialog" parent="@style/Theme.Material.Settings.Dialog">
<item name="colorPrimary">@color/primary_device_default_settings</item>
<item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item>
[COLOR="Red"]<item name="colorAccent">@color/accent_device_default_settings_light</item>[/COLOR]
<item name="colorSecondary">@color/secondary_device_default_settings</item>
</style>
TO:
Code:
<style name="Theme.DeviceDefault.Settings.Dialog" parent="@style/Theme.Material.Settings.Dialog">
<item name="colorPrimary">@color/primary_device_default_settings</item>
<item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item>
[COLOR="Blue"] <item name="colorAccent">@color/accent_device_default_light</item>[/COLOR]
<item name="colorSecondary">@color/secondary_device_default_settings</item>
</style>
find: "Theme.DeviceDefault.Settings.Dialog.Alert"
Code:
<style name="Theme.DeviceDefault.Settings.Dialog.Alert" parent="@style/Theme.Material.Settings.Dialog.Alert">
<item name="colorPrimary">@color/primary_device_default_settings</item>
<item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item>
[COLOR="Red"]<item name="colorAccent">@color/accent_device_default_settings_light</item>[/COLOR]
<item name="colorSecondary">@color/secondary_device_default_settings</item>
</style>
TO:
Code:
<style name="Theme.DeviceDefault.Settings.Dialog.Alert" parent="@style/Theme.Material.Settings.Dialog.Alert">
<item name="colorPrimary">@color/primary_device_default_settings</item>
<item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item>
[COLOR="Blue"]<item name="colorAccent">@color/accent_device_default_light</item>[/COLOR]
<item name="colorSecondary">@color/secondary_device_default_settings</item>
</style>
find: "Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Code:
<style name="Theme.DeviceDefault.Settings.Dialog.NoActionBar" parent="@style/Theme.DeviceDefault.Light.Dialog.NoActionBar"[COLOR="Red"]>[/COLOR]
[COLOR="Red"]<item name="colorPrimary">@color/primary_device_default_settings</item>[/COLOR]
[COLOR="Red"]<item name="colorPrimaryDark">@color/primary_dark_device_default_settings</item>[/COLOR]
[COLOR="Red"]<item name="colorAccent">@color/accent_device_default_settings_light</item>[/COLOR]
[COLOR="Red"]<item name="colorSecondary">@color/secondary_device_default_settings</item>[/COLOR]
</style>
TO:
Code:
<style name="Theme.DeviceDefault.Settings.Dialog.NoActionBar" parent="@style/Theme.DeviceDefault.Light.Dialog.NoActionBar"[COLOR="blue"] />[/COLOR]
NOTE: every thing change in lates code is meaning close the style method in first line and remove there items. change > to /> and remember input space befor the slash!
Okey... re-compile your framework-res.apk
NOW, PUSH YOUR FILES TO SYSTEM, SET PERMISSIONS AND REBOOT​
...end of the post!
For awsome look, replace Noto fonts with google pixel Official Noto fonts....
Update 1: So sorry for forgot add this two style to my tutrial
Guid updated with add that stylies
1- "Theme.DeviceDefault.QuickSettings"
2- "Theme.DeviceDefault.QuickSettings.Dialog"
Update 2: For users problem with re-compile SystemUI.apk:
a bad patched file inside /res/drawable-xxhdpi called "pip_dismiss_scrim.9.png"
This is Sony problem... but don't cry!!!
I edited 9.png true patch side file fix your problem!
place attached file inside /res/drawable-xxhdpi and try again. after apktool ask you do you want to keep untoched file say yes
Inside keep folder don't touch orginal "pip_dismiss_scrim.9.png"... after compile finished, the sony orginal 9.png back to your apk.
(do this every time you re-compile your SystemUI)
I found also soke interesting lines in the SystemUI, Settings and Framework, by all the 3 apk files in strings.xml stand Reboot_Change_Theme or similar, but dunno howto activate it or add in bools.xml, it have sure todo with white and black changing for Systemui...
Nice guide btw and plese post some screenshots
Verstuurd vanaf mijn G8231 met Tapatalk
Pandemic said:
I found also soke interesting lines in the SystemUI, Settings and Framework, by all the 3 apk files in strings.xml stand Reboot_Change_Theme or similar, but dunno howto activate it or add in bools.xml, it have sure todo with white and black changing for Systemui...
Nice guide btw and plese post some screenshots
Verstuurd vanaf mijn G8231 met Tapatalk
Click to expand...
Click to collapse
Here you are... I themed my settings too and use pixel fonts too.
I try to add accent colors option to appearance settings (Like OnePlus OOS)
Can you change it on Nougat , sir ?
Can someone upload the modified files for xz as I am unable to recompile anything after modifying them
Thanks in advance
Hoang.hpump said:
Can you change it on Nougat , sir ?
Click to expand...
Click to collapse
I am on Oreo but try that in Nougat
@GenomeX Will this work on odex ?
korom42 said:
@GenomeX Will this work on odex ?
Click to expand...
Click to collapse
Yes
You don't need touch any smali files... Means you don't need have a deodex ROM.
is pushing modified systemui and framework breaks OTA updates ?
also can someone with XZ1 compact share its modified files (FW 47.1.A.5.51) ?
sheraro said:
is pushing modified systemui and framework breaks OTA updates ?
also can someone with XZ1 compact share its modified files (FW 47.1.A.5.51) ?
Click to expand...
Click to collapse
If you have unlocked bl then yes but how you wanna push it if you dont have root ?
Verstuurd vanaf mijn G8231 met Tapatalk
@GenomeX Unfortunately I'd no success trying to recompile the apk :crying:
I uploaded framework-res.apk and SystemUI.apk for xz oreo odex
If you or someone can help please edit and share the modifed apk :fingers-crossed:
https://mega.nz/#!LdxRSDrB!Ex6OZoi8y1JJHEC2ykxa_bhYwvLTfujOxOx-ciRYKX0
korom42 said:
@GenomeX Unfortunately I'd no success trying to recompile the apk :crying:
I uploaded framework-res.apk and SystemUI.apk for xz oreo odex
If you or someone can help please edit and share the modifed apk :fingers-crossed:
Click to expand...
Click to collapse
@korom42
Try this (not flashable zip/ push to system manual)
And for notic: sony system ui and settings and some other apks is deodexed (odex folder only for faster boot! you can keep odex file for some apps or deleting!)
2nd POST updated...
Update 1) for my mistake
Update 2) for guys problem with recompile SystemUI.apk with sony bad patched NINE.PNG
My next try for add adaptive icons to some sony apps like Album,Contacts, Dialer, Massage, Camera, Music and ... (must be re-engining some apps and add forground icon and background mask and some method to java codes)
@GenomeX
about update 2... you can remove that png and also the line in public.xml without issue, i struggled earlier with that and when i deleted it, succesfully compiled
Pandemic said:
@GenomeX
about update 2... you can remove that png and also the line in public.xml without issue, i struggled earlier with that and when i deleted it, succesfully compiled
Click to expand...
Click to collapse
That Png work with picture-in-picture mode, do you test pip work without that?
For safe compileing i patched that file with draw9patcher inside android studio, now is true patched
For better UI i change some classic png with vector graphics (xml format)
For example see my screen recorder! Now more harmony to other UI elements.
I do this with settings, and want do for systemui signal and wifi (aosp style) too
GenomeX said:
That Png work with picture-in-picture mode, do you test pip work without that?
For safe compileing i patched that file with draw9patcher inside android studio, now is true patched
Click to expand...
Click to collapse
What is that abd how you do picture in picture ? Sorry still investigate Oreo ^^
Verstuurd vanaf mijn G8231 met Tapatalk
Pandemic said:
What is that abd how you do picture in picture ? Sorry still investigate Oreo ^^
Verstuurd vanaf mijn G8231 met Tapatalk
Click to expand...
Click to collapse
You must be a YouTube Red user, then can use it in youtube.
But work nice in chrome when play online video
Play video (switch video to full screen mode), then hold home button and back to home screen and video playing inside a mini floating window!
GenomeX said:
@korom42
Try this (not flashable zip/ push to system manual)
And for notic: sony system ui and settings and some other apks is deodexed (odex folder only for faster boot! you can keep odex file for some apps or deleting!)
Click to expand...
Click to collapse
wow thanks works perfectly :good:
Pandemic said:
If you have unlocked bl then yes but how you wanna push it if you dont have root ?
Verstuurd vanaf mijn G8231 met Tapatalk
Click to expand...
Click to collapse
I'm trying to stay away from root/ub on oreo, I installed substratum and Andromeda so themes can apply without root, but until now I didn't find any theme that gives white systemui on xperia's oreo, if someone find it plz share

Categories

Resources