[MOD][IOS-STYLE] Stock Lollipop 5.0.2 Brazil - Moto G Themes and Apps

Hai i just wanna share again what i mod on my moto G xt1033 Lollipop 5.0.2 Brazil ....
and i'm do not accept any request ..
if you wanna do more or other do it by your self :silly:
Do With Your Own Risk
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​What you need ?
Brain
Internet connection to download mod
terminal emulator or ADB installed on your pc
ROOT ACCESS
What i mod ?
SystemUI :
Center Clock
Signal on left and SystemIcon on Right (IOS Style)
Dark UI
Change icon navbar with mickey hand (because different it's uniqe)
Hidden Second sim on status bar
Remove sim label on statusbar
Mod data icon for better UI (only work on Active data and Idle data, it's to much image to mod if you wanna all)
Change space value between system icon(Wifi, network,etc)
Mod keyguard and add image to hide notification on lockscreen (i think it's ugly if lockscreen showing double notification)
Framework :
Change navigation bar size
Resize icon and statusbar size
Dark UI for system color
Change value autobrightness (Compare with gpe version)
Contacts and Dialer :
Change color to Dark UI
Settings :
Dark UI
Add new array for Extra Small font size
How to ?
Download this Mod-Tuxkids-5.0.2.zip and put on your root storage
extract Mod-Tuxkids-5.0.2.zip
Using Terminal Emulator / Adb Shell
mount -o remount rw /system/
cp /storage/emulated/legacy/priv-app/Dialer.apk /system/priv-app/Dialer
cp /storage/emulated/legacy/priv-app/Contacts.apk /system/priv-app/Contacts
cp /storage/emulated/legacy/priv-app/Settings.apk /system/priv-app/Settings/
cp /storage/emulated/legacy/priv-app/SystemUI.apk /system/priv-app/SystemUI/
cp /storage/emulated/legacy/framework/framework-res.apk /system/framework
reboot
Thanks to :
Thanks to Allah SWT to give me knowledge and life
Xda-Developer member
Motorola for Lollipop update
And You
Stop Thinking as END USER, i'm afraid your smart phone better smart than you​
if you need other mod as i do, just ask and i will try to help you ....
but before you ask, please read THIS

Gotcha

nice work dude

Sweet nice work [emoji106]
Keep it up, only dialer and contacts looks a bit ugly. On search bar would be better to use lighter color also floating button looks better with dark color on dark themed dialer.
▪◼ Tapatalk ♦ Moto G ◼▪

can you give me your dialer and contacts apk ?

Mod keyguard and add image to hide notification on lockscreen (i think it's ugly if lockscreen showing double notification)
Click to expand...
Click to collapse
@tux-kid's this is just my opinion but red colored image looks ugly as well. May be not ugly. but still... I don't like it
I even do not use your mod (btw dark looks cool) cause I'm on 1032 and just want to point on kind of solution for centered clock
http://forum.xda-developers.com/showpost.php?p=57815380&postcount=96
I just thought may be you're gonna like it more than big red image in the top right corner

S0bes said:
@tux-kid's this is just my opinion but red colored image looks ugly as well. May be not ugly. but still... I don't like it
I even do not use your mod (btw dark looks cool) cause I'm on 1032 and just want to point on kind of solution for centered clock
http://forum.xda-developers.com/showpost.php?p=57815380&postcount=96
I just thought may be you're gonna like it more than big red image in the top right corner
Click to expand...
Click to collapse
Thanks for your suggestion ...
i put that image for hide notificiation/on going image on statusbar ..
it's annoying if you see double notification in same place
i'm still search another solution to hide it

tux-kid's said:
Thanks for your suggestion ...
i put that image for hide notificiation/on going image on statusbar ..
it's annoying if you see double notification in same place
i'm still search another solution to hide it
Click to expand...
Click to collapse
if you try what I described then you're theme will look complete cause of 2 things:
1. No more need for red image cause there're no more notifications in status bar on lockscreen
2. system icons on lockscreen will repeat status bar position - battery and alarm in the right and all other stuff in the left.
that is in case you will hide all elements from keyguard_status_bar.xml and do center clock in status_bar.xml using @id/system_icon_area instead of @id/notification_icon_area_inner (is it the id you're using?)
Code:
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="[B]@id/system_icon_area[/B]" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:id="@id/clock" android:paddingLeft="0.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
</LinearLayout>

S0bes said:
if you try what I described then you're theme will look complete cause of 2 things:
1. No more need for red image cause there're no more notifications in status bar on lockscreen
2. system icons on lockscreen will repeat status bar position - battery and alarm in the right and all other stuff in the left.
that is in case you will hide all elements from keyguard_status_bar.xml and do center clock in status_bar.xml using @id/system_icon_area instead of @id/notification_icon_area_inner (is it the id you're using?)
Code:
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="[B]@id/system_icon_area[/B]" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:id="@id/clock" android:paddingLeft="0.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
</LinearLayout>
Click to expand...
Click to collapse
yup, im using notifcation_icon_area_inner .
i was check your xml for keyguard_statusbar , i see you set 0.0 dip for width and height battery level and user switch ..
and i was try to using system_icon_area and my signal and notification still double showing on statusbar

Can you make a light version. It will be cool

it works on GPE??
it works on GPE??

fadillahade said:
Can you make a light version. It will be cool
Click to expand...
Click to collapse
what color you want ?
i just make mod with what i think it's good looking for me :silly:
AnkinDs said:
it works on GPE??
Click to expand...
Click to collapse
not tested ..
maybe you can test it, and give me feedback
but DWYOR and don't forget to backup before try this mod :good:

While it's not really my style, I have to say good job. Keep it up!

@tux-kid's I think you're gonna like it
http://forum.xda-developers.com/showpost.php?p=58460343&postcount=172

Which is the font?? Is very beautiful

S0bes said:
@tux-kid's I think you're gonna like it
http://forum.xda-developers.com/showpost.php?p=58460343&postcount=172
Click to expand...
Click to collapse
I need to make deodex SystemUI to apply that pacth
doblejota said:
Which is the font?? Is very beautiful
Click to expand...
Click to collapse
Opifico

hello gan tux-kids galaxy gio user and moto g user. =))
thanks gan, downloading now =))

tux-kid's said:
I need to make deodex SystemUI to apply that pacth
Opifico
Click to expand...
Click to collapse
But it's easy to deodex. You can find guides for lollipop on xda or send me apk and odex and I will deodex them when

indrasatrya said:
hello gan tux-kids galaxy gio user and moto g user. =))
thanks gan, downloading now =))
Click to expand...
Click to collapse
Hahaha ok om
S0bes said:
But it's easy to deodex. You can find guides for lollipop on xda or send me apk and odex and I will deodex them when
Click to expand...
Click to collapse
i was make deodex SystemUI from a week ago, but that no problem if just SystemUI deodex and other still odex ?
or i should make SystemUI odex again ?

tux-kid's said:
Hahaha ok om
i was make deodex SystemUI from a week ago, but that no problem if just SystemUI deodex and other still odex ?
or i should make SystemUI odex again ?
Click to expand...
Click to collapse
If your apk file contains classes.dex inside it means that apk is deodexed and you can delete odex file
Other apk could be odexed or deodexed

Related

Post Your Theming Problem Here

Hello guys..
seems like some people getting hard tie when doing advanced theming..
so post your problem here..
you can attach screenshoot if possible..
I'll try to help if I can
but before that you need to know about compiling and decompiling using apktool or something similar first, so this could help me easier to answer them..
note : this thread won't be long, so I need someone to continue this thread later
How to add power menu option (recovery,reboot,etc)
Univos said:
How to add power menu option (recovery,reboot,etc)
Click to expand...
Click to collapse
some roms like coderom v2 has it.
Jun Hong said:
some roms like coderom v2 has it.
Click to expand...
Click to collapse
I know, but how to do that?
Univos said:
I know, but how to do that?
Click to expand...
Click to collapse
what do u mean how to do that? just flash the rom as its preinstalled.
or try looking into this thread http://forum.xda-developers.com/showthread.php?t=1115363
Jun Hong said:
what do u mean how to do that? just flash the rom as its preinstalled.
or try looking into this thread http://forum.xda-developers.com/showthread.php?t=1115363
Click to expand...
Click to collapse
I mean, how to add power menu option? (with base firmware gingerbread xwkpn)
http://forum.xda-developers.com/showpost.php?p=16579650&postcount=44
I think he meant compiling one for himself. I for one would prefer if the power menu had a mobile network trigger, but have no idea how to do that.
seilent, how to add our remove clock from the top bar?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I was wondering how i could change this area (see pic). I know that these files are located in SystemUI.apk but i dont know which belongs to which.
I would like to know the filename for these:
Statusbar, Carrier(Tele2) area, quicksetting background.
Also, is there any way to put a clock next to the carrier text?
Thanks in advance.
edit: How do i make it flashable?
Univos said:
I mean, how to add power menu option? (with base firmware gingerbread xwkpn)
Click to expand...
Click to collapse
You can find a nice tutorial HERE
Lovetz said:
seilent, how to add our remove clock from the top bar?
Click to expand...
Click to collapse
you need to edit the \SystemUI\res\layout\status_bar.xml
then remove the line that contain this :
Code:
<com.android.systemui.statusbar.Clock
and poff, it's gone
QNBT said:
I was wondering how i could change this area (see pic). I know that these files are located in SystemUI.apk but i dont know which belongs to which.
I would like to know the filename for these:
Statusbar, Carrier(Tele2) area, quicksetting background.
Also, is there any way to put a clock next to the carrier text?
Thanks in advance.
edit: How do i make it flashable?
Click to expand...
Click to collapse
Statusbar belongs to statusbar_background.png or .9.png. Also you need to modify \SystemUI\res\layout\status_bar.xml open it with notepad++ and you'll see line like this :
Code:
<com.android.systemui.statusbar.StatusBarView android:orientation="vertical" android:background="[SIZE="3"][B]#ff000000[/B][/SIZE]" android:focusable="true" android:descendantFocusability="afterDescendants"
look at the #ff000000 part, by default it shows that our statusbar background is just a color, so we need to change it to image.. so replace it with
Code:
@drawable/statusbar_background
the line would look like this :
Code:
<com.android.systemui.statusbar.StatusBarView android:orientation="vertical" android:background="[SIZE="3"][B]@drawable/statusbar_background[/B][/SIZE]" android:focusable="true" android:descendantFocusability="afterDescendants"
Carrier located in status_bar_expanded.xml in line 8 that contain something like this :
Code:
<com.android.systemui.statusbar.CarrierLabel
I think it's quite possible to place clock next to it..
try to add this below that line..
Code:
<com.android.systemui.statusbar.Clock android:textSize="24.0dip" android:textColor="#ff848484" android:layout_gravity="center_vertical" android:paddingLeft="4.0dip" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
It should look similar like this :
Code:
<com.android.systemui.statusbar.CarrierLabel android:textSize="17.659973dip" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:paddingLeft="4.0dip" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
<com.android.systemui.statusbar.Clock android:textSize="24.0dip" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:paddingLeft="4.0dip" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
but I haven't tried it by myself
Quicksetting background located in \SystemUI\res\drawable-mdpi\quickpanel_quick_settings_background.png or .9.png
you can change it, but if you change the filetype from .9.png to .png and vice versa (like this) quickpanel_quick_settings_background.9.png to quickpanel_quick_settings_background.png..
you need to delete build and dist folder before compiling the file, otherwise you'll se FC in statusbar
To make it flashable I just simply take working update.zip file and change the contents that's my favorite, easiest and faster way for me
Thanks a lot! Let's see how it turns out!
seilent said:
To make it flashable I just simply take working update.zip file and change the contents that's my favorite, easiest and faster way for me
Click to expand...
Click to collapse
Lets say i want to change one image file, but it is indexed, can i change the indexed file with a non indexed one?
if not, is there any specific settings when indexing?
stranxk said:
Lets say i want to change one image file, but it is indexed, can i change the indexed file with a non indexed one?
if not, is there any specific settings when indexing?
Click to expand...
Click to collapse
indexed..
did you mean indexed in public.xml or indexed colors..?
if indexed in theme (which means public.xml) it works but you need to modify the xml where the original (indexed one) is used..
if it comes about color, that should be no problem..
seilent said:
indexed..
did you mean indexed in public.xml or indexed colors..?
if indexed in theme (which means public.xml) it works but you need to modify the xml where the original (indexed one) is used..
if it comes about color, that should be no problem..
Click to expand...
Click to collapse
colors, sorry... so, changing indexed color files with non indexed ones is fine?, sorry but i didn't understand, my english isn't very good hehe
stranxk said:
colors, sorry... so, changing indexed color files with non indexed ones is fine?, sorry but i didn't understand, my english isn't very good hehe
Click to expand...
Click to collapse
it should be fine when you compiling is success
Hi, theming master! How to make black background in any apk files transparent, just like Jun Hong's transparent TouchWiz app drawer? Thanks in advance
I guess its a compiling issue
I have this problem in my themes that the slide unlock's parts are in different colour, i know that this problem has been rectified by fla.sh as he shows it in one of his screenshots. I understand that his framework-res.apk was quite large and mine is less than 50% of it. I guess this problem has come due to compilation of the apk. The new apktoo lcompresses them i guess due to which that problem. Thanks in advance. I have also attached a file to show the problem
tr.supradeep said:
I have this problem in my themes that the slide unlock's parts are in different colour, i know that this problem has been rectified by fla.sh as he shows it in one of his screenshots. I understand that his framework-res.apk was quite large and mine is less than 50% of it. I guess this problem has come due to compilation of the apk. The new apktoo lcompresses them i guess due to which that problem. Thanks in advance. I have also attached a file to show the problem
Click to expand...
Click to collapse
Copy btn_lock_normal.9.png from the original framework-res.apk (located at /res/drawable-land-mdpi) and overwrite into your new UOT-made framework-res.apk and about my framework-res.apk is larger than you, it caused because I'm prefer to not optimize it (to reduce errors of course)
Hey Seilent
How do you make the status bar transparent?
Maybe you've seen me asking this very question before on your Meizu theme thread but Im just curious.. Is there a way to make this happen without using Meizu and that live wallpaper thingy?
Err.. Don't get me wrong; I love your Meizu theme and in fact, Im using it right now. But like I said before, Im just curious..

[GUIDE][ALL ICS ROMS]Landscape Mod for Sense4-styled Multitasking[LP7/LP8 Attached]

****Don't Panic, It's still the same thread I only decided to make this Post cleaner****​
*** We all know that the beautiful Sense Multitasking Mod lacks a functional landscape mode. This Guide will add a functional Landscape mode to it ***
REQUIREMENTS
* You must already HAVE/know how to apply the ORIGINAL SENSE4 MULTITASKING MOD before proceeding to this one.
* Samsung Galaxy SII ICS ROM
HOW TO: The universal way. FOR DEVS & ADVANCED USERS
This Should work on any Galaxy SII ICS ROM (Stock/AOSP/AOKP/CM9). May work on other phones too.
What files are we modding?
**in SystemUI.apk***
-res/drawable-nodpi/nyandroid11.png
-res/layout-land/status_bar_recent_item.xml
-res/layout-land/status_bar_recent_panel.xml
Decompile SystemUI.apk
STEP 1-
-REPLACE res/drawable-nodpi/nyandroid11.png with the one in the attached sources.zip
STEP 2- Edit -res/layout-land/status_bar_recent_item.xml as follows:
Code:
LINE 6: <ImageView android:id="@id/app_thumbnail_image" android:layout_width="120.0dip" android:layout_height="320.0dip" android:scaleType="centerInside" />
[B]ADD-[/B] android:paddingTop="40.0dip" AND android:layout_marginTop="10.0dip"
[B]IT SHOULD LOOK LIKE THIS NOW:[/B]
<ImageView android:id="@id/app_thumbnail_image" android:paddingTop="40.0dip" android:layout_width="120.0dip" android:layout_height="320.0dip" android:layout_marginTop="10.0dip" android:scaleType="centerInside" />
STEP 3- Edit -res/layout-land/status_bar_recent_panel.xml as follows:
Code:
LINE 7: <LinearLayout android:orientation="horizontal" android:id="@id/recents_linear_layout" android:visibility="gone" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="wrap_content" />
[B]DELETE-[/B] android:visibility="gone"
[B]IT SHOULD LOOK LIKE THIS NOW:[/B]
<LinearLayout android:orientation="horizontal" android:id="@id/recents_linear_layout" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="wrap_content" />
Done.
Recompile SystemUI.apk
HOW TO: The quick and easy way. FOR LESS-EXPERIENCED USERS/MAYBE N00Bs TOO
**This will only work on Samsung ICS ROMs, It will not work on AOSP, CM9, AOKP, MIUI ROMs. You have been warned!
INSTRUCTIONS
* Download and extract the attached source.zip
* DECOMPILE/Extract SystemUI.apk
* Replace the files inside in SystemUI.apk with the ones found inside my attachment/sources.
* Recompile/Repack/Rezip SystemUI.apk
* Push the new SystemUI.apk to your phone
You now have a full functional Sense Mod!
****ATTACHED FOR LP7/LP8 ROM.
-Note that your phone will be themed blue/black.
-Flash as normal CWM zip package!
To do
-Add thumbnail reflections to this landscape mod
CREDITS:
EVILISTO For the Original Sense 4.0 styleMultitasking
firefds who made Sense 4.0 multitasking possible on Samsung ICS ROMS
D4rKn3sSyS
Neil Davies
others
Screenshots:
Before:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After:
Check here for n00b's Guide
12 downloads and yet no comments
Jokesy said:
12 downloads and yet no comments
Click to expand...
Click to collapse
Hi mate nice work.I want to try it with reflections mod but not working?
Do you have any idea what could be the problem?
Thanks!!!
siberian tiger said:
Hi mate nice work.I want to try it with reflections mod but not working?
Do you have any idea what could be the problem?
Thanks!!!
Click to expand...
Click to collapse
I don't know but can u tell me the exact problem you are facing? U can check out from the LP7/8 attachment. Reflections work but only in portrait.
If I have the chance, I might update the thread with exact lines that I modified just to make sure it works for everybody.
This is sweet, good job!!
john9 said:
This is sweet, good job!!
Click to expand...
Click to collapse
You can always use the thanks button bro
thanx dear 4 great work
sha3r_al7ob said:
thanx dear 4 great work
Click to expand...
Click to collapse
You are welcome.
I'm presently trying to make reflections work in Landscape too
Jokesy said:
You are welcome.
I'm presently trying to make reflections work in Landscape too
Click to expand...
Click to collapse
Can't wait for that.
Thanks.
First post updated with easier guide!
Jokesy said:
First post updated with easier guide!
Click to expand...
Click to collapse
I Jokesy and thanks for your guide.
It is very simple...but I have a problem:
Inportrait mode it is normal....
View attachment 1147362
In landscape it is
View attachment 1147363
It seems it doesn't work....but if I touch the screen (where I know there should be recents app) the app starts (For example I know on the right I have Internet app if I touch there the app starts) I think I only need the image of the app...but I don't know how to do it :crying:
I do as you said but it doesn't work,i'm on stock ics rom
Sent from my GT-I9100G using xda premium
.malo2000 said:
I Jokesy and thanks for your guide.
It is very simple...but I have a problem:
Inportrait mode it is normal....
View attachment 1147362
In landscape it is
View attachment 1147363
It seems it doesn't work....but if I touch the screen (where I know there should be recents app) the app starts (For example I know on the right I have Internet app if I touch there the app starts) I think I only need the image of the app...but I don't know how to do it :crying:
Click to expand...
Click to collapse
It works perfectly and almost every developer on GSII have successfully implemented this mod.
Which of the methods are u using? The tutorial or the source files?
Please let me know.
duyz said:
I do as you said but it doesn't work,i'm on stock ics rom
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
Can u tell me exactly what u did. Do u have a working sense mod or u know how to do it urself? Please read my instructions and requirements very well. If u want me to assist us with the whole process, then u will have to let me know exactly what and how u did it.
siberian tiger said:
Can't wait for that.
Thanks.
Click to expand...
Click to collapse
Reflections has been working for me since day one in portrait mode but not in landscape. After studying the original sense mod very well, I discovered that the reflections was applied in the small file. Presently I have no idea what to do to enable reflections in landscape but if u know, u can let me know.
If you don't have reflections in portrait view then let me know because I have a fix for that.
Jokesy said:
It works perfectly and almost every developer on GSII have successfully implemented this mod.
Which of the methods are u using? The tutorial or the source files?
Please let me know.
Click to expand...
Click to collapse
I try all the methods :'( I'll send you my file...so if you'll can spent a little of your time perhaps you'll solve my problem
This is my rom's systemui.apk http://db.tt/KoDYXIyH
Inviato dal mio GT-I9100 usando Tapatalk
I do that
* Download and extract the attached source.zip
* DECOMPILE/Extract SystemUI.apk
* Replace the files inside in SystemUI.apk with the ones found inside my attachment/sources.
* Recompile/Repack/Rezip SystemUI.apk
* Push the new SystemUI.apk
Sent from my GT-I9100G using xda premium
duyz said:
I do that
* Download and extract the attached source.zip
* DECOMPILE/Extract SystemUI.apk
* Replace the files inside in SystemUI.apk with the ones found inside my attachment/sources.
* Recompile/Repack/Rezip SystemUI.apk
* Push the new SystemUI.apk
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
Ok. I see the problem there.
Files in source.zip are already decompiled so it will not work if u jusy rezip the systemui.apk. You have to recompile it. If u dont know how to recompile and just want to rezip i will upload a file specially for u and a simple tutorial how to go by it.
I'm presently busy now so just give me about 4hrs i will do it once i get home.
.malo2000 said:
I try all the methods :'( I'll send you my file...so if you'll can spent a little of your time perhaps you'll solve my problem
This is my rom's systemui.apk http://db.tt/KoDYXIyH
Inviato dal mio GT-I9100 usando Tapatalk
Click to expand...
Click to collapse
What's d version of ur ROM?
I would have loved to help u with ur systemUI.apk but unfortunately, I'm presently off city so I only have Edge present here. Even if i'm able to download ur file, uploading it wont be possible at the moment. With the screenshots you posted in ur previous post, i assume you can do it on ur own.
Analysing your screenshots, it seems some errors occured while u were trying to recompile your systemui.apk because all the changes you made in res/layout-land simply did not apply, hence the blank screen on landscape view. I'm going to upload comipled files so as to help u and others. All u will just have to do is to copy those files using winzip/winrar/7-zip to ur systemui.apk and push it.
I'm very busy at the moment but the files and instructions will be up in about 3.5hours time.
By the way, also noticed in ur screenshots that ur portrait view does not have reflections. If u want it i can also help u with that, although it's a little more advance.

[MOD][ICS][XS] Status bar Toggles and brightness bar[upd 18/01/2013]

I like the status bar whit toggeles and brightness bar and for this I have make this mod.
The Original versione of this mod is haga22 (Special tanks for your job)
This mod is tested on Xperia S firmware .55. It's should work on all device with hdpi dsiplay (ARCO S) (ION don't work)
Change V2:
brightness bar add
Text under the toggle icon add
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download Version_V2
Change V3:
fix brightness bar overlay button
Text under the toggle icon fix and reduced
Download Version V3
Change V3 whit Battery Mod:
Is the Version V3
Add animation on recharge
battery aosp
Download V3 whit battery Mod
Screenshot:
Change V4 whit Battery Mod:
There is two version with battery mod and without
Add on V4:
ASOP icon for the status bar and navigation bar
fix the problem of dimension mod battery (I like this)
Download V4 with battery percentace
Download V4 with battery mod
Screenshot:
Install:
copy the mod into SD card
reboot in recovery
flash the mod
reboot
enjoy
Rolback to stock SystemUI.apk
Download SystemUI Stock of .55 firmware
copy in /system/app
chmod rw r r
reboot
Thanks everyone​
Thanks for the MOD, do we need to delete the Original SystemUI apk and Odex file before flashing this??
Update: Works great on XS 0.50
Hello i noticed yours on screen buttons i cant tell if they are smaller version or the regular size?
If they are smaller where did you find them cause the big ones are consupting too much screen space (at least for me)
I have onscreen button enabler apk. And i saw somwhere that it is a smaller version but people find them problematic i dont remember reason why thread about them was long ago. Thanks
auni said:
Thanks for the MOD, do we need to delete the Original SystemUI apk and Odex file before flashing this??
Click to expand...
Click to collapse
No. You don'd delete del original SystemUI.apk.
When you flash it's overwrite.
I don't know for odex file.
grgana said:
Hello i noticed yours on screen buttons i cant tell if they are smaller version or the regular size?
If they are smaller where did you find them cause the big ones are consupting too much screen space (at least for me)
I have onscreen button enabler apk. And i saw somwhere that it is a smaller version but people find them problematic i dont remember reason why thread about them was long ago. Thanks
Click to expand...
Click to collapse
Do you mean of the navigation keys?
PkYes nav.keys i did some research as im on Fw 2.45 and found something but i dont know is there a way to remove them since in that thread they dont mentionig onscreen button enabler
grgana said:
PkYes nav.keys i did some research as im on Fw 2.45 and found something but i dont know is there a way to remove them since in that thread they dont mentionig onscreen button enabler
Click to expand...
Click to collapse
I have add the buttons, with a mod of build.prop
add this qemu.hw.mainkeys=0
The immage of buttons that you see are on the framerwork-res of stock rom.
Update.
Can you make it totally original AOSP icons...like signal,wifi,battery,blue clock...and so on
Sent from my LT26i using xda premium
Thanks for the work, it is one of the best out there. I love it:highfive:
But...I don't really like the battery icon in V3...maybe you can change it in the next update:fingers-crossed:
Thank you again.
Not Working
Cannot install in my Xperia ion ..... help
I have rooted my phone but the bootloader is still locked
hi friends,
i'm using V3 whitout battery mod and i have 2 questions: can i remove/hide battery %? and what app are you using for screenshot?
many thanks
Allen D'silva said:
Cannot install in my Xperia ion ..... help
I have rooted my phone but the bootloader is still locked
Click to expand...
Click to collapse
Ok I add in the first post that.
I have find that the version of systemUI used in the original mod is wrong (not is for XS) and I think that is a SystemUI of device hdpi (XS is xdpi)
I now working on new systemui based on the stock .55 firmware.
cikoxda said:
hi friends,
i'm using V3 whitout battery mod and i have 2 questions: can i remove/hide battery %? and what app are you using for screenshot?
many thanks
Click to expand...
Click to collapse
You can remove this line:
Code:
<ImageView android:id="@id/battery" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
from /res/layout/status_bar.xml
For the screenshot I'm use the default app of ICS.
Anime13 said:
Can you make it totally original AOSP icons...like signal,wifi,battery,blue clock...and so on
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
ernie100ya said:
]Thanks for the work, it is one of the best out there. I love it
But...I don't really like the battery icon in V3...maybe you can change it in the next update
Thank you again.
Click to expand...
Click to collapse
Wait I'm work for new SystemUi based on realy .55 firmware.
I don't know when will be ready. Patient.
giancaleone said:
You can remove this line:
Code:
<ImageView android:id="@id/battery" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
from /res/layout/status_bar.xml
For the screenshot I'm use the default app of ICS.
Click to expand...
Click to collapse
ok i will remove that line and report feed...
for the screenshot i don't have an original app in ICS firmware what about?? i have used italian firmware .50 and now i'm using generic SG firmware .55 but i never had this option in power menu or i never had a screenshot app in appdrawer...why??
EDIT: now I understand...power button + vol down takes screenshot...thanks
thanks man
MOd vào 1 cái thấy giật mình vì thấy chữ " chúc các bạn vui vẻ " , bác chủ theard là người Việt à
Update
Update V4 in the first post
giancaleone said:
Update V4 in the first post
Click to expand...
Click to collapse
Hello, great job but as original bar back to sony?

[TUT][MM-LP] Mod your SymtemUI to look like Android N

This is a tutorial showing how to mod your SystemUI.apk to look like the one of android N (regarding quicksettings and notifications)
Look at screenshots at the end...
Note: in the Xperia X SystemUI, some of these modifications are already done
1- Decompile SystemUI.apk
2- Quicksettings and notifications modifications
- Go in SystemUI.apk > res > values and open color.xml with a text editor (e.g. Notepad++)
Search for the line:
Code:
<color name="system_secondary_color">#ff384248</color>
and replace it with:
Code:
<color name="system_secondary_color">#ff263238</color>
and save the file
- Go in SystemUI.apk > res > values and open dimens.xml
Search for the line:
Code:
<dimen name="qs_brightness_padding_top">6.0dip</dimen>
and replace it with:
Code:
<dimen name="qs_brightness_padding_top">-5.0dip</dimen>
Search for the line:
Code:
<dimen name="notification_side_padding">8.0dip</dimen>
and replace it with:
Code:
<dimen name="notification_side_padding">0.0dip</dimen>
Search for the line:
Code:
<dimen name="notification_material_rounded_rect_radius">2.0dip</dimen>
and replace it with:
Code:
<dimen name="notification_material_rounded_rect_radius">0.0dip</dimen>
Search for the line:
Code:
<dimen name="notification_material_rounded_rect_radius_negative">-2.0dip</dimen>
and replace it with:
Code:
<dimen name="notification_material_rounded_rect_radius_negative">0.0dip</dimen>
Search for the line:
Code:
<dimen name="notification_padding">4.0dip</dimen>
and replace it with:
Code:
<dimen name="notification_padding">0.5dip</dimen>
Search for the line:
Code:
<dimen name="notifications_top_padding">8.0dip</dimen>
and replace it with:
Code:
<dimen name="notifications_top_padding">0.5dip</dimen>
And add these lines at the end of the file:
Code:
<dimen name="notification_material_shadow_rounded_rect_radius">0.0dip</dimen>
<dimen name="status_bar_expanded_header_elevation">0.0dip</dimen>
and save the file
- Go in SystemUI.apk > res > layout and open status_bar_expanded_header.xml
Search for the string:
Code:
android:elevation="4.0dip"
and replace it with:
Code:
android:elevation="0.0dip"
and save the file
3- Recompile SystemUI.apk with original signature
It's done, enjoy
Credits: @Lars124 for his tutorial which partially helped me
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
res
Will this work on AOSP based ROMs or it'll work onlu on stock?
Sony Xperia C5 - Android 5.1.1 - Working. Thanks!
thanks
nathankaunang said:
thanks
Click to expand...
Click to collapse
Wah ada om nathan..
Well, thanks for the tutorial, I'll try it on lollipop mate..
Looks so nice..
:good:
nrokos said:
Will this work on AOSP based ROMs or it'll work onlu on stock?
Click to expand...
Click to collapse
May work on AOSP, but look at the tutorial of Lars124 too (link in credits)
Well, it's working on lollipop deodexed rom
Thanks mate.
How about lockscreen notifications ?
Sent from my C6903 using XDA-Developers mobile app
nice share bro
but for few people just like me doesn't have any much time to dc/rc some apk to change padding so easyway is using xposed module it's name Qs X tiles per row [L-M] v0.97 or Android N-ify
@nreuge - many thanks - everything is working
dstrikersZ1 said:
How about lockscreen notifications ?
Click to expand...
Click to collapse
Yes - works on lockscreen also
ryandxter said:
nice share bro
but for few people just like me doesn't have any much time to dc/rc some apk to change padding so easyway is using xposed module it's name Qs X tiles per row [L-M] v0.97 or Android N-ify
Click to expand...
Click to collapse
Thanks for this hints - But some (like me) like to stay with less Xposed modules as possible.
I like to modify the apks for myself... Only direct code adjustments gives you the best UI experience.
This mod cost me 3 minutes. But with quite good apk de-re-compling knowledge - which may not everybody has...
Therefore I really appreciate if modders share there codes
@nreuge, is it possible to have tha carrier text shown on status bar expanded and lockscreen on status bar also, i tried it but it shows on lockscreen also. Thanks for dis guide!
Hi, I use cm13 and how can I change my lock screen clock and battery icon like Sony android 6 ROMs?
sent from Xperia™ SP | Android 6.0.1
Guys, a beginner here... How can I recompile the apk with original signature? And after recompiling it says
Code:
warning string ... has no default translation
is that a problem? Thanks in advance!
PS: I installed the framework-res.apk.
EDIT: figured it out, it's working! Thanks for the amazing tutorial!!!
Working on m4 aqua 5.0
Note: I had to add this line because it was missing
Code:
<dimen name="notification_material_rounded_rect_radius_negative">0.0dip</dimen>
plz.. Mod Ui for me FW MM570
you have already done a great job! but noob like me its hard to do coding, I like yours way than xposed module, here is my System Ui.apk..if u kindly mod it for me and then I can share with other noobs! Thanks in Advance!:highfive:
dark-mew said:
Well, it's working on lollipop deodexed rom
Thanks mate.
Click to expand...
Click to collapse
Can you show me how to change the toggle icons? You mod SystemUI, or use Xposed?
Could you please do it for me
Xperia z2 D6502 MM .570 odexed
Thanks in advance...
xperiafath said:
you have already done a great job! but noob like me its hard to do coding, I like yours way than xposed module, here is my System Ui.apk..if u kindly mod it for me and then I can share with other noobs! Thanks in Advance!:highfive:
Click to expand...
Click to collapse
cosmicfajr said:
Could you please do it for me
Xperia z2 D6502 MM .570 odexed
Thanks in advance...
Click to expand...
Click to collapse
Guys, I'm sorry but I do mods only for the Z5...
I've not so much free time, and doing a mod means update it at every firmware update. It's why I've done this tutorial. I think there are enough people in the Z2 forum to do it and share it.
Hope you understand...
thanhtuan1611 said:
Can you show me how to change the toggle icons? You mod SystemUI, or use Xposed?
Click to expand...
Click to collapse
Actually, it's pretty easy mate.
Just replace the stock icons with the AOSP icons.
And if you don't want to decompile your systemui, you can use root explorer to extract your systemui and then go to res/drawable-xhdpi-v4 and replace the icons.
And after that, just compress the files inside systemui folder as a zip and then rename it to change the extension to be apk.
Push it to your system and give the right permission, reboot.

[MOD][TUT] Animated HOME Softkey In Nav Bar

This thread made the Portal! Woo!
https://www.xda-developers.com/animated-gif-home-button-android/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(Thanks To @Tulsadiver for the above image)​
Want an animated HOME softkey in your navbar? Of course you do!
This is a relatively simple mod, which should work on any rom and any version of Android. Android P, with its gesture control navbar setup, is a different matter but I'll deal with that another time.
Follow the simple steps below to find out how to do this mod. Any problems, just let me know!
Step 1 - Decompile Your "SystemUI.apk"
The first thing you need to do is, as it says above, is to decompile your deodexed SystemUI.apk. I'm not going to tell you how to do that here, because there are already a lot of tutorials and guides for that on xda. There's also a lot of decompiling tools you can use. I personally recommend using Tickle My Android([url]https://forum.xda-developers.com/showthread.php?t=1633333[/URL]). It's fast, user-friendly, makes flashable ZIP's and rumour has it that the developer is devastatingly handsome..
If your rom isn't deodexed, this rom won't work. You have to deodex it first. By a strange coincidence, Tickle My Android can deodex roms too. What a clever developer they must be!
Once you've done this, move onto Step 2!
Step 2 - Add The Smali Files
Now we need to add the new smali files for this. However these aren't my files, somebody else made them so you'll need to get them from the attachment at the bottom of this post here: [url]https://forum.xda-developers.com/android/software-hacking/dev-custom-views-t3174519[/URL]
This code was written by @Morningstar and I can't take any credit for it. So you'll need to make sure you press the "Thanks" button at the bottom of his post. If you don't. this mod won't work!!
Extract the "SelfAnimatingImageView.smali" file from the ZIP and add it to your decompiled APK at "SystemUI.apk\smali\com\android\morningstar\". You'll need to make those folders if they're not there already.
Step 3 - Add The Image Files
In the second post in this thread, you'll find a few animations that I've put together for you to download. Just download the ZIP and add the PNG image files to the appropriate "drawable-?dpi" folder. Which folder you need to put them into depends on your particular phone.
If you don't like any of the animations on offer, you can make your own. All I've done is use Google Image Search to find some fun GIF's and online tools like EZGIF ([url]https://ezgif.com/split[/URL]) to turn the GIF into a collection of individual images.
Of course, you could always make your own images if you wanted..but I don't have the artistic ability for that!
If you are using your own animation, make sure you add the "transparent.png" file to your "drawable-?dpi" folder anyway. You'll need it in Step 5..
Step 4 - Edit The Drawable XML File
In the previous step, you put a collection of images into your decompiled APK to serve as your animation. Now you need an XML file that tells Android which files to use for your animation, as well as how quickly to cycle through them.
For this, go back to the ZIP you downloaded and copy the "frame_anim.xml" to your "res\drawable" folder. If you're using your own PNG files, you can still use this file or make your own.
The "frame_anim.xml" looks something like this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="[url]http://schemas.android.com/apk/res/android">[/url]
<item android:duration="100" android:drawable="@drawable/frame_0" />
<item android:duration="100" android:drawable="@drawable/frame_1" />
<item android:duration="100" android:drawable="@drawable/frame_2" />
<item android:duration="100" android:drawable="@drawable/frame_3" />
</animation-list>
Each "item" line represents a different image. The "android:drawable" bit contains the name of the image being displayed the "android:duration" bit says how many milliseconds it's on display for."
If you're using your own animation, just add/delete/edit these lines as you need.
Don't forget to save when you're done!
Step 5 - Edit The Layout XML
We're nearly there, I promise! Just this one step left to do and we can start recompiling. This is the tricky one though - this is the part where we actually put our animation into the navbar, replacing the image for the HOME softkey.
What makes this extra difficult is that Google keep changing where the code we need to change is. In most roms, you'll find the code that controls the HOME softkey in "layout\navigation_bar.xml". In some modern roms, it might actually be in "layout\home.xml"!
So you'll need to do some detective work. You need to find which layout XML file contains a line that looks like this:
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:layout_gravity="center" android:id="@id/home_button" android:layout_width="0.0dip" android:layout_height="0.0dip" android:scaleType="center" android:contentDescription="@string/accessibility_home" systemui:keyCode="3" />
Let me rearrange that to make it a bit easier to read..
Code:
<com.android.systemui.statusbar.policy.KeyButtonView
android:layout_gravity="center"
android:id="@id/home_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="center"
android:contentDescription="@string/accessibility_home"
systemui:keyCode="3" />
See those references to "home" and that bit about "systemui:keyCode="3""? This is the line of code that displays the HOME softkey. Your code might not look exactly like that but it'll be close.
We can't make this display an animation, Android just isn't set up for it. So what we actually need to do is hide this HOME softkey, put a new one in the same place that's the same size but invisble, then put our animation underneath that. Sounds complicated, but all we need is a FrameLayout..
Code:
<FrameLayout android:layout_width="@dimen/navigation_key_width" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.KeyButtonView android:layout_gravity="center" android:layout_width="@dimen/navigation_key_width" android:layout_height="fill_parent" android:src="@drawable/transparent" android:scaleType="center" android:contentDescription="@string/accessibility_home" systemui:keyCode="3" />
<com.android.systemui.statusbar.policy.KeyButtonView android:layout_gravity="center" android:id="@id/home_button" android:layout_width="0.0dip" android:layout_height="0.0dip" android:scaleType="center" android:contentDescription="@string/accessibility_home" systemui:keyCode="3" />
<com.android.morningstar.SelfAnimatingImageView android:layout_gravity="center" android:id="@+id/frame_animation" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/frame_anim" />
</FrameLayout>
Take a moment to look at that above code. You can see how three different things are piled on top of each other. When the app is running, you won't see that. All you'll see is your animated image where your HOME softkey is. Neat, no?
(For more about FrameLayouts and other XML tricks, you could do worse than check out my short guide here: [url]https://forum.xda-developers.com/general/xda-university/xml-101-xml-modding-easy-t2929816[/url])
So just replace your HOME softkey line of code with the code above. You may need to make some changes for your particular setup. Every rom is different.
Save and move onto the next step.
Step 6 - Recompile The Modded APK
This is it - the last stage. All you need to do now is recompile your SystemUI.apk file and put it back to your phone.
I recommend doing this in recovery as you'll need to wipe the Dalvik cache, otherwise the new smali won't be active.
I also recommend doing it in recovery because I always recommend DOING A BACKUP FIRST!!
Once you've done the above steps, you should now have an animated HOME softkey in your navbar. But, if you have any problems, just let me know and I'll see what I can do to help.
These are some of the animations that I've put together for this mod. If you like them, just download the appropriate ZIP file from the attachments and add them to your decompiled APK as I mentioned in the previous post.
If you don't like them, let me know what you would like and I'll see what I can do for you.
If you've made your own animation and you think others might enjoy it, let me know and I'll be more than happy to add it to this collection. Crediting you, of course.
If this mod proves popular, I'll see what other animations I can come up with. There aren't many right now and I hadn't really realised just how many of them are of Disney's Stitch...
BATMAN ICON -
- PIKACHU
MOVING TRIANGLE -
- UK FLAG (found at http://www.3dflagsplus.com/)
USA FLAG (found at http://www.3dflagsplus.com/) -
- INDIA FLAG (found at http://www.3dflagsplus.com/)
TABBY CAT -
- BLACK CAT
RYU (from Street Fighter) -
- STITCH EATING
STITCH WEARING A..ER..'HAT' -
- STITCH HULA DANCING​
Enjoy!
Congrats mate. . Great job as always.... [emoji106][emoji106][emoji106]
Sent from my SM-G955F using Tapatalk
Nice MOD.Keep It Up!
Awesome stuff sir
Is it possible to have oreo's animated home button in stock nougat rom?
I've added a few flag icons for people to try. There's a website that has loads of these, for lots of different countries. Definitely worth a look!
mlleemiles said:
Is it possible to have oreo's animated home button in stock nougat rom?
Click to expand...
Click to collapse
In theory, yes. We could use this mod and adjust the smali so the animation only runs when the home button is touched. That's a little beyond me, I'm more of a XML modder, but it's certainly a possibility.
Or we could take the relevant files from an Oreo rom and place them in your Nougat one. It'll involve a bit of work adjusting those files but, again, it's theoretically possible.
Amazing mod buddy..... Any idea on how to add menu key? I did add but doesnt get themed when nav bar is themed.
whalesplaho said:
Amazing mod buddy..... Any idea on how to add menu key? I did add but doesnt get themed when nav bar is themed.
Click to expand...
Click to collapse
You can manually add the menu key by adding a line with the relevant keyCode. @Rajeev did a very nice tutorial about doing this sort of thing a few years ago for the original Xperia Z.
But it's pretty unlikely that it'll be themed. Google have been moving away from the menu softkey since ICS. Apps are supposed to have a settings button in the Action Bar at the top of the screen now, or in a hamburger menu. The menu softkey doesn't really officially exist anymore.
If you've got a theme that has a resource in it for replacing the menu icon and it doesn't work, you'll need to speak to whoever created the theme to see if they have any ideas.
Ticklefish said:
I've added a few flag icons for people to try. There's a website that has loads of these, for lots of different countries. Definitely worth a look!
In theory, yes. We could use this mod and adjust the smali so the animation only runs when the home button is touched. That's a little beyond me, I'm more of a XML modder, but it's certainly a possibility.
Or we could take the relevant files from an Oreo rom and place them in your Nougat one. It'll involve a bit of work adjusting those files but, again, it's theoretically possible.
Click to expand...
Click to collapse
I tried, without success, which made me start a post in Z5 Compact forum: https://forum.xda-developers.com/z5-compact/help/request-animated-pixel-navbar-z5-compact-t3699417
Sadly no one is there to help..
Ticklefish said:
You can manually add the menu key by adding a line with the relevant keyCode. @Rajeev did a very nice tutorial about doing this sort of thing a few years ago for the original Xperia Z.
But it's pretty unlikely that it'll be themed. Google have been moving away from the menu softkey since ICS. Apps are supposed to have a settings button in the Action Bar at the top of the screen now, or in a hamburger menu. The menu softkey doesn't really officially exist anymore.
If you've got a theme that has a resource in it for replacing the menu icon and it doesn't work, you'll need to speak to whoever created the theme to see if they have any ideas.
Click to expand...
Click to collapse
Is this animation affect battery Life????
Definitely gonna attempt this on one of my throwaway phones.
Thanks mate for this awesome post. Can you please make some flashable zip or magisk module for the same for noobs like me?
CPU usage?
Hey man, the idea is awesome!!
Since you mentioned deodexed ROM is needed, I'm wondering whether Resurrection Remix Oreo(official build) lies in which category: odexed or deodexed??
Want to proceed with full knowledge, partial one is quite vulnerable...
Thanks buddy, for this amazing work!!
mlleemiles said:
I tried, without success, which made me start a post in Z5 Compact forum: https://forum.xda-developers.com/z5-compact/help/request-animated-pixel-navbar-z5-compact-t3699417
Sadly no one is there to help..
Click to expand...
Click to collapse
Looking into this, it seems you can't just take the code from the Pixel and put it into your rom as 7.0 doesn't have the required API's for this mod to work.
You could use the animated icon code from this thread but you will need to make the drawable images yourself. And work out how to edit the smali so the animation only starts when you press the icon.
Tricky but not impossible, I think.
@vjnexus said:
Is this animation affect battery Life????
Click to expand...
Click to collapse
Technically, yes. Having a moving icon will use more power than a stationary one.
It shouldn't consume much, though. The CPU isn't having to work very hard. But if you do find your battery going down too fast, just go back to your original SystemUI.apk.
dheeraj.radke said:
Thanks mate for this awesome post. Can you please make some flashable zip or magisk module for the same for noobs like me?
Click to expand...
Click to collapse
Flashable ZIP's wouldn't really work, sadly. Because every rom has a different SystemUI.apk with different XML, I would have to make a ZIP for every single one..
And Magisk is a bit beyond me, right now.
Give the mod a try. It's relatively simple and I'm always happy to help if you have trouble.
And, if you've made a backup, you always have a way to fix things if it doesn't work.
alreadyregistered said:
CPU usage?
Click to expand...
Click to collapse
A little, yes. Look at my reply a few lines up.
Sent from my Sony Xperia XA1 using XDA Labs
nishkhanna said:
Hey man, the idea is awesome!!
Since you mentioned deodexed ROM is needed, I'm wondering whether Resurrection Remix Oreo(official build) lies in which category: odexed or deodexed??
Want to proceed with full knowledge, partial one is quite vulnerable...
Thanks buddy, for this amazing work!!
Click to expand...
Click to collapse
I don't know, sorry. But I'd assume that a third-party rom, especially one made by modders for modders, would be deodexed.
If you have a SystemUI.odex or SystemUI.vdex in your SystemUI folder or subfolders then your rom is odexed and you'll need to deodex it to do this mod.
Sent from my Sony Xperia XA1 using XDA Labs
Will there be any serious probs if i messed up at one step or other in this guide?
jaspad1710 said:
Will there be any serious probs if i messed up at one step or other in this guide?
Click to expand...
Click to collapse
Nope. As long as you make a backup before putting your modified APK back on your phone, you'll be fine.
Ticklefish said:
You can manually add the menu key by adding a line with the relevant keyCode. @Rajeev did a very nice tutorial about doing this sort of thing a few years ago for the original Xperia Z.
But it's pretty unlikely that it'll be themed. Google have been moving away from the menu softkey since ICS. Apps are supposed to have a settings button in the Action Bar at the top of the screen now, or in a hamburger menu. The menu softkey doesn't really officially exist anymore.
If you've got a theme that has a resource in it for replacing the menu icon and it doesn't work, you'll need to speak to whoever created the theme to see if they have any ideas.
Click to expand...
Click to collapse
Thanks for tha clarification bro... I understand better now!

Categories

Resources