[GUIDE][UPDATE] How To Make Notification Bar & Notifications ROUNDED (lockscreen too)
Hi everyone on this occasion I wanted to share a very simple and fast way to make the corners of the notification bar, recents menu and notifications (in both the notification bar and lockscreen) rounded instead of square.
What you need:
Make a backup, always have one just in case... Although if you follow my instructions carefully nothing wrong will happen.
SystemUI.apk (you can extract it at system/priv app)
Advanced Apktool
Notepad++
Follow my really easy guide
Hit Thanks if it was useful
INSTRUCTIONS:
Decompile SystemUI.apk and go to res > values > dimens.xml
Look for
Code:
<dimen name="recents_task_view_rounded_corners_radius">2.0dip</dimen>
And change it to
Code:
<dimen name="recents_task_view_rounded_corners_radius">15.0dip</dimen>
Look for
Code:
<dimen name="notification_material_rounded_rect_radius">2.0dip</dimen>
And change it to
Code:
<dimen name="notification_material_rounded_rect_radius">10.0dip</dimen>
Save the changes, recompile SystemUI.apk and push it to its folder in system giving the right permissions (rw-r-r)... Reboot device and enjoy your new round corners
So far I have only tested it on my Xperia Z3 but I'm guessing it'll work in any device running lollipop, please always make a backup before testing and report if it works for other Xperias
You can see the before and after pictures below.
UPDATE:
Hi guys, as @Pandemic pointed out this will probably mess up things in devices that aren't the Z3... My bad I'm really sorry, I should've tested it more... So far I can confirm it works in the Z3 and the Z3 Compact I wanted to test it in the Z1 Compact and the M2 but my laptop broke so I haven't been able to do more testing... Either way, if you have other devices and still wanna test MAKE A BACKUP FIRST PLEASE.
can you help me? i can't find dimens.xml....
KayM6.0.1 said:
otimo quando vou descompilar o SystemUI a pasta "Values" não aparece
Click to expand...
Click to collapse
English please, or upload your SystemUI.apk so I can help
Metall Boy said:
can you help me? i can't find dimens.xml....
Click to expand...
Click to collapse
I have decompiled it and changed the lines, please test it and tell me if everything's ok, make a backup just in case
Thanks a lot Mariana.
Very nice guide ^^
guys i'm using xperia z1 5.1.1 bbut no dimens.xml there! where to change?
@MarianaLovegood
Can u help me but im not have all rounded
bootloop I did everything correctly
screen appears android is starting and restarts
Nice
androidexpert35 said:
Guys also the app in task manager will be rounded?
Inviato dal mio C6603 utilizzando Tapatalk
Click to expand...
Click to collapse
No bro @androidexpert35
search this line in res/values/dimens.xml
Code:
<dimen name="recents_task_view_rounded_corners_radius">10.0dip</dimen>
and change the number into 10.0
Edit:
@MarianaLovegood
this is better for Xperia Z3, otherwise it messed up alot, i tried it and looks fantastic
do this:
Look for
Code:
<dimen name="notification_material_rounded_rect_radius">2.0dip</dimen>
And change it to
Code:
<dimen name="notification_material_rounded_rect_radius">[COLOR="Red"]5.0dip[/COLOR]</dimen>
What is the name of the font you're using?
MarianaLovegood said:
English please, or upload your SystemUI.apk so I can help
I have decompiled it and changed the lines, please test it and tell me if everything's ok, make a backup just in case
Click to expand...
Click to collapse
i got bootloop, but thanks anyway
EDIT: got it working i forgot to sign it before...
Plz make rro layer
harold3211 said:
What is the name of the font you're using?
Click to expand...
Click to collapse
It's called Comfortaa, you can find that one and many more in this thread
http://forum.xda-developers.com/android/themes/fonts-flashable-zips-t3219827
really nice mod !
How to make 4 icon in quick notification
Quoclam851995 said:
How to make 4 icon in quick notification
Click to expand...
Click to collapse
Xperia Xposed by my brother @serajr ^^
Hi, does anyone know how to make notification bar and notifications rounded for Z5 Dual?
How to work in marsmallow?
Sent from my SM-J700F using XDA-Developers mobile app
nikkali25 said:
How to work in marsmallow?
Sent from my SM-J700F using XDA-Developers mobile app
Click to expand...
Click to collapse
Same way -__-
Related
Today I will bring to you smaller on screen buttons to our Xperia S. As well as you know ,if you enable navigation bar by adding to build.prop the line "qemu.hw.mainkeys=0" it will make you phone laggy. I modded some files and made the navigation bar much more smaller ,so it became more beautiful and the phone works very smooth ,without lags!
Note#1:
Tried only on 6.2.B.0.200 FW with niaboc79 "framework.jar" from his Honami's launcher port. So it's better to flash this port to get it work before using my mod. So that means that you must have a deodexed rom to apply my mod.
Note#2:
Before using this mod ,make a nandroid backup in CWM and also backup the files "SystemUI.apk" ,"framework-res.apk" & "framework.jar". I'm not responsible to any damage that will happen if you don't know how to use and install this mod.
Installation:
1. Download these 3 files:
framework-res.apk
framework.jar
SystemUI.apk
If you want transparent navigation bar & status bar download this zip
2. Copy them to your sdcard and with any file explorer move them manually to the folder "system".
3. Change the permissions to rw-r--r-- and move framework-res.apk + framework.jar to the folder system/framework. It will ask to overwrite these file ,click yes.
4. Change the permissions to rw-r--r-- and move SystemUI.apk to the folder system/app. It will ask to overwrite these file ,click yes.
5. Reboot you device into recovery and wipe cache partition + wipe dalvik cache.
6. If you want transparent UI ,move framework-res.apk + framework.jar to the folder system/framework ,reboot and flash the zip Transparent UI.
6. Done.
Known Bugs:
*Navigation bar overlap the camera buttons.
Status bar is transparent anywhere ,navigation bar only on home screen.
*Find and tell me
Screenshots(Big!):
Credits:
@niaboc79 for Honami's launcher port
@erorcun & @XperienceD for their guide compiling framework-res without bootloop
For me making this mod
Enjoy and give your feedback! This is my first mod
:good: Glad to see you got it sorted, and made a good contribution to this section. Copying and changing permissions gets tiresome when you've got a few files to install so this POST might be of interest to you.
XperienceD said:
:good: Glad to see you got it sorted, and made a good contribution to this section. Copying and changing permissions gets tiresome when you've got a few files to install so this POST might be of interest to you.
Click to expand...
Click to collapse
Thank you
You can do this easily with Xposed framework instead of replacing all those
can you make the icon look like the xperia zu or z??
pradeep19922 said:
You can do this easily with Xposed framework instead of replacing all those
Click to expand...
Click to collapse
Show me how
@alucard1423 Yes I will try it later ,not at home right now.
Two links you posted were same. You see again, please!
davidbar93 said:
Show me how
Click to expand...
Click to collapse
Use this Xposed Mod it has 6 different navigation bar size options
http://forum.xda-developers.com/showthread.php?p=40214768
please check framework-res.apk link wrong file
mhl167 said:
Two links you posted were same. You see again, please!
Click to expand...
Click to collapse
Fixed!
pradeep19922 said:
Use this Xposed Mod it has 6 different navigation bar size options
Thank you .but it will work on XS too?
http://forum.xda-developers.com/showthread.php?p=40214768
Click to expand...
Click to collapse
Soheil_rf said:
please check framework-res.apk link wrong file
Click to expand...
Click to collapse
Thank you for the attention ,I fixed the link
Thank you .but it will work on XS too?
Click to expand...
Click to collapse
It works perfect i am using it for months
uhhmmm I have a suggestion...can you make it transparent??It would be better maybe,?
mjames.abordo said:
uhhmmm I have a suggestion...can you make it transparent??It would be better maybe,?
Click to expand...
Click to collapse
Transparent version added :good:
davidbar93 said:
Transparent version added :good:
Click to expand...
Click to collapse
the transparency is not full...there is a part that is not transparent, I can see it also on your screen shot...BTW I manage to remove the overlaping of the camera button to the OSB, and I didn't use your systemUI apk file...I just disabled the capacitive hardware keys and there it goes,,the OSB button automatically hides and show. here is a screen shot..I do not want to upload so I just attached it..take a look please..
BTW can you make it full transparent??Thanks a lot =)
The problem I encountered is that when changing the resolution of the camera to a aspect ratio of 4:3 there is a big black portion on the screen
Get your current wallpaper to blur LockScreen background.
I think you can port this effect to other apps
known bug: it may OutOfMemory sometimes
How to Install :
Download SystemUI.apk .
Rename it to UxpNxtLockScreen.apk .
Copy it to system/app .
Change Permissions .
Reboot and enjoy.
It is easy to port this effect to other apks :
1. decompile the apk which you want to port to and decompile UxpNxtLockScreen_blur_1.1.apk .
2. copy the files from /smali/com/ztc1997/bfldemo/ in UxpNxtLockScreen_blur_1.1.apk to /smali/com/ztc1997/bfldemo/ in the apk which you want to port to .
3. edit layout file(s) in the apk which you want to port to like /res/layout/main.xml in UxpNxtLockScreen_blur_1.1.apk .
4. you can edit blur radius : in /smali/com/ztc1997/bfldemo/BlurUtils.smali line 30 "const/16 v4, 0x14" ,0x14 is a hex number ,equal to 20 in dec, you can edit it you want.
5. recompile and enjoy
Thanks to Mario Klingemann,Yahel Bouaziz(this effect used Stack Blur by them)
sorry for my bad English
Good work bro
Can you make this for ICS UxpNxtLockScreen.apk??
Sent from my ST21i using xda premium
This works, and looks amazing
Can i request u to make one with stock xperia lockscreen (one with digital clock)
Keep the sliders below like dis one only but please let them have the sliding effect (not transparent)
Thank you
Sent from my LT26i using XDA Premium 4 mobile app
Sometimes the blur effect goes away when i unlock the screen..
I think that's what you meant by "Out of memory",right?
So is there a way to keep it in memory?
sometimes bootloop in existenZ 2.0.5....:crying:
jt_x2 said:
sometimes bootloop in existenZ 2.0.5....:crying:
Click to expand...
Click to collapse
And always in ICS
Jeka_Osokin said:
And always in ICS
Click to expand...
Click to collapse
Because it's not meant for ICS lol
Felimenta97 said:
Because it's not meant for ICS lol
Click to expand...
Click to collapse
Yyyeeaahh! I fix it! but same sometimes bootloop (Please fix OutOfMemory...)
Hey guys, if you make this, you cannot change lockscreen wallpaper, you need rechange places of lines
<ImageView android:id="@id/background_image" android:background="@android:color/black" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" />
<com.ztc1997.bfldemo.BlurRelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
Click to expand...
Click to collapse
TO
<com.ztc1997.bfldemo.BlurRelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
<ImageView android:id="@id/background_image" android:background="@android:color/black" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" />
Click to expand...
Click to collapse
Jeka_Osokin said:
Yyyeeaahh! I fix it! but same sometimes bootloop (Please fix OutOfMemory...)
Hey guys, if you make this, you cannot change lockscreen wallpaper, you need rechange places of lines
TO
Click to expand...
Click to collapse
Please send me to test?
Sent from my ST21i using xda premium
djedjy said:
Please send me to test?
Sent from my ST21i using xda premium
Click to expand...
Click to collapse
Just find in original mod line "setbackground(" and replace to "setbackgroundDrawable("
Good job!
Hey mate , thanks for your awesome mode !
Can i make a guide and various mods of it ?
thanks in advance !
abo hani said:
Hey mate , thanks for your awesome mode !
Can i make a guide and various mods of it ?
thanks in advance !
Click to expand...
Click to collapse
yes, no problem.
Hi. Many thanks for this mod. I was searching this for a long time. 1 request, If it's not much pain, may you make another version there the analog clock is replaced with AOSP clock.
Thanks
This one looks good, thanks
waiting for uide
abo hani said:
Hey mate , thanks for your awesome mode !
Can i make a guide and various mods of it ?
thanks in advance !
Click to expand...
Click to collapse
Hey..Bro..plz share the guide for Lockscreen Blur effect.
Deleted
does this work in GT-s5282?
ztc1997 said:
Get your current wallpaper to blur LockScreen background.
I think you can port this effect to other apps
known bug: it may OutOfMemory sometimes
How to Install :
Download SystemUI.apk .
Rename it to UxpNxtLockScreen.apk .
Copy it to system/app .
Change Permissions .
Reboot and enjoy.
It is easy to port this effect to other apks :
1. decompile the apk which you want to port to and decompile UxpNxtLockScreen_blur_1.1.apk .
2. copy the files from /smali/com/ztc1997/bfldemo/ in UxpNxtLockScreen_blur_1.1.apk to /smali/com/ztc1997/bfldemo/ in the apk which you want to port to .
3. edit layout file(s) in the apk which you want to port to like /res/layout/main.xml in UxpNxtLockScreen_blur_1.1.apk .
4. you can edit blur radius : in /smali/com/ztc1997/bfldemo/BlurUtils.smali line 30 "const/16 v4, 0x14" ,0x14 is a hex number ,equal to 20 in dec, you can edit it you want.
5. recompile and enjoy
Thanks to Mario Klingemann,Yahel Bouaziz(this effect used Stack Blur by them)
sorry for my bad English
Click to expand...
Click to collapse
unable to mod apk . can you mod new xperia lockscreen kitkat.
[Guide][CM12]How to Get Gradient/Transparent Stat&Navbar in Homescreen (Xperia Home)
Here's simple guide how to make transparent/gradient statusbar & navbar in homescreen on CM12 rom with Xperia Home (home-release.apk) :laugh:
Requirements:
- Advanced ApkTool v4.1.0 By BDFreak (use latest apktool)
- Java installed
- Notepad++
- SystemUI.apk, home-release.apk
Steps:
GRADIENT
1. decompile SystemUI.apk
2. open colors.xml in /res/values folder
3. change
Code:
<color name="system_bar_background_semi_transparent">#66000000</color>
to
Code:
<color name="system_bar_background_semi_transparent">#00000000</color>
4. save, recompile, sign, push it to system
FULL TRANSPARENT
1. do steps above (GRADIENT)
2. decompile home-release.apk
3. open bools.xml in res/values folder
4. change
Code:
<bool name="enable_translucent_system_bars">false</bool>
to
Code:
<bool name="enable_translucent_system_bars">true</bool>
5. save, recompile, sign, push home-release.apk & SystemUI.apk to system
thanks to @ibanez7 who port Xperia feature to CM12 http://forum.xda-developers.com/crossdevice-dev/sony/mod-port-sony-xperia-feature-apps-t2978700
Great! Thanks! Was looking for this.. Well, can an apk of transparent home be made?
Just to let you know, won't work with cm12.1 as systemui won't decompile
pranavthombare said:
Just to let you know, won't work with cm12.1 as systemui won't decompile
Click to expand...
Click to collapse
Decompiling works fine for 5.1.1, you just have to use Apktool 2.0.0.
But I'm having problems with the signature. It doesn't seem compatible with 5.1.1.
@idid idamrep Listen.. Could you please share how to get the Stock Sony Lollipop Clock on CM12 lockscreen? Please?
Good Tutorial
Thanks...
Success decompile and recompile, but My Status bar not Show? What needs to sign?
elmkzgirxp said:
Decompiling works fine for 5.1.1, you just have to use Apktool 2.0.0.
But I'm having problems with the signature. It doesn't seem compatible with 5.1.1.
Click to expand...
Click to collapse
Well I was doing something wrong. Anyways compiled and signed successfully and all working fine
Please somebody post SystemUI link ..
Thanks
Now Fully work, i'm use apktool v2.0.0 on CM12 (5.0.2) Xperia M
MasDergiL said:
Now Fully work, i'm use apktool v2.0.0 on CM12 (5.0.2) Xperia M
Click to expand...
Click to collapse
I have problem, SystemUI recompiling isn´t working .. (apktool.jar 2.0.0 RC4) .. have anybody any solution??
I Use Advanced Apktool
Lojzo_11 said:
I have problem, SystemUI recompiling isn´t working .. (apktool.jar 2.0.0 RC4) .. have anybody any solution??
Click to expand...
Click to collapse
Use Advanced Apktool Go Thread And Use APK Tool v2.0.0 NOT v2.0.0 RC xx
Sorry, my English is bad
MasDergiL said:
Use Advanced Apktool Go Thread And Use APK Tool v2.0.0 NOT v2.0.0 RC xx
Sorry, my English is bad
Click to expand...
Click to collapse
Please can you send me your SystemUI.apk?
Please Port Xperia Weather Widget
Please Port Xperia Weather Widget For CM12,
Beacause when i try to apply this widget error occurs no space on home screen ,
But full space is available ...
thanks
deepak0192 said:
Please Port Xperia Weather Widget For CM12,
Beacause when i try to apply this widget error occurs no space on home screen ,
But full space is available ...
thanks
Click to expand...
Click to collapse
No need to port, I install it as a normal apk.
Try to clear ur home data!
Can you make like this guide for cm12.1? :what:
nirmal471 said:
Can you make like this guide for cm12.1? :what:
Click to expand...
Click to collapse
this works too on cm12.1
idid idamrep said:
this works too on cm12.1
Click to expand...
Click to collapse
I tried but status and navigation bar is not showing after replaced edited system ui..
I will give my system ui can you edit for me plz?
And my cm12.1 system ui
https://www.dropbox.com/s/vy26tu05j5d10xx/SystemUI.apk?dl=0
Problem while installing
Hi people!
I have edited my Xperia SP's SystemUI.apk using apktool 2.0.0. I didn't have decompiling errors and some translation warnings while compiling. Then I signed the .apk and tried to manually install the SystemUI.apk, but when the phone boots the notification bar and the navigation bar dissapeared.
Personally I think it is a signing problem, what signer do you use?
What version of jre is recommended to use? I mean, 1.7 or 1.8 and 32 bit or 64 bit?
Is there any other tool to decompile?
Thanks
Zjarr said:
Hi people!
I have edited my Xperia SP's SystemUI.apk using apktool 2.0.0. I didn't have decompiling errors and some translation warnings while compiling. Then I signed the .apk and tried to manually install the SystemUI.apk, but when the phone boots the notification bar and the navigation bar dissapeared.
Personally I think it is a signing problem, what signer do you use?
What version of jre is recommended to use? I mean, 1.7 or 1.8 and 32 bit or 64 bit?
Is there any other tool to decompile?
Thanks
Click to expand...
Click to collapse
how did u "tried to manually install the SystemUI.apk"?
idid idamrep said:
how did u "tried to manually install the SystemUI.apk"?
Click to expand...
Click to collapse
Moving to /System/priv-app/SystemUI/
Changing permissions to rw-r-r
Hi everybody,
Newbie here just share guide so simple,.this is simple tutorial that change to make the corners of the notification bar (in both the notification bar and lockscreen) rounded with color what you want..
this other tutorial to make rounded notif like this edit on dimens thread by @MarianaLovegood:
http://forum.xda-developers.com/cro...uide-lp-how-to-make-notification-bar-t3335803
What different?
you can change color of rounded corner with color you want on script notification_material_bg.xml and notification_material_bg_dim.xml res/drawable/here
What you need:
1. APK Tool for decompiling and Recompilling
2. Stockroom Sony SystemUI lolipop odex and deodex work
3. Knowledge to decompile and recompile
4.Cigarette
5.Backup your Original SystemUI
How to Use
1.Decompile SystemUI.apk
2.Download attachment and copy and replace
3.Save and recompile,Sign,Done,
Reboot.
Thanks to:
@maadR of indonesia facebook group
@Xperia M2 indonesia facebook group
etc and many more and sorry for my bad english
Screenshoot:
on attachment
Already excist !!
http://forum.xda-developers.com/cro...uide-lp-how-to-make-notification-bar-t3335803
Pandemic said:
Already excist !!
http://forum.xda-developers.com/cro...uide-lp-how-to-make-notification-bar-t3335803
Click to expand...
Click to collapse
my tutorial on other tutorial to make like this just edit drawble with script rounded without dimen so everybody can change color of rounded on script notification_material_bg.xml and notification_material_bg_dim.xml
like my thread
http://forum.xda-developers.com/xperia-m2/themes-apps/mod-systemui-centerclock-left-signal-t3293528
this is different metode to rounded notif.
please check again what different thread and date
Like this sam @nathankaunang great work bro ... ??
That true brader like this change your rounded to accent color
Can u guys make it as overlay, no need to decompile and edit
Sent from my E5333 using Tapatalk
Im having bootloop on xperia m4 aqua even if i tried the other trhread still having bootloop. Help me please i want rounded noti
i used this 2 xmls on z5 premium dual 6833 build .253 MM . it turned kind of transparent for me , this didnt work with nougat on my phone
Hello friends
Here is a simple guide for adding unlimited quick settings toggles and 4 toggles in a raw in statusbar. In Default SystemUI have only 3 tiles per row and also u can't add more toggles. There is a limit. This guide will help u to break all.
THINGS NEEDED :-
PC
Deodexed SystemUI ( LP or MM )
Advanced APKTool By BDFreak ( I prefer this)
Notepad ++
Lets Start...
Decompile SystemUI
1) Go to res/values/dimens.xml
Find
Code:
<dimen name="qs_tile_height">88.0dip</dimen>
Change To
Code:
[COLOR="Red"]<dimen name="qs_tile_height">80.0dip</dimen>[/COLOR]
Find
Code:
<dimen name="qs_tile_text_size">12.0sp</dimen>
Change To
Code:
[COLOR="red"]<dimen name="qs_tile_text_size">10.0sp</dimen>[/COLOR]
Find
Code:
<dimen name="qs_detail_header_text_size">20.0sp</dimen>
<dimen name="qs_detail_button_text_size">14.0sp</dimen>
<dimen name="qs_detail_item_primary_text_size">16.0sp</dimen>
<dimen name="qs_detail_item_secondary_text_size">14.0sp</dimen>
Change To
Code:
[COLOR="red"]<dimen name="qs_detail_header_text_size">18.0sp</dimen>
<dimen name="qs_detail_button_text_size">10.0sp</dimen>
<dimen name="qs_detail_item_primary_text_size">14.0sp</dimen>
<dimen name="qs_detail_item_secondary_text_size">12.0sp</dimen>[/COLOR]
Done. Save and exit.
2) Go to res/values/integers.xml
Find
Code:
<integer name="quick_settings_num_columns">3</integer>
<integer name="quick_settings_max_rows">4</integer>
<integer name="quick_settings_max_rows_keyguard">3</integer>
Change To
Code:
[COLOR="red"]<integer name="quick_settings_num_columns">4</integer>
<integer name="quick_settings_max_rows">5</integer>
<integer name="quick_settings_max_rows_keyguard">4</integer>[/COLOR]
Find
Code:
<integer name="config_maxToolItems">9</integer>
Change To
Code:
[COLOR="red"]<integer name="config_maxToolItems">99</integer>[/COLOR]
Done. Save and exit.
Thats it. Recompile the edited SystemUI and replaced with urs. Enjoy
CREDIT
@serajr ( Because i got this idea from his XXM )
Awesome bro @Rajeev ^^
Hope you can make a guide soon with SystemUI accords to theme
Pandemic said:
Awesome bro @Rajeev ^^
Hope you can make a guide soon with SystemUI accords to theme
Click to expand...
Click to collapse
Its already available in XDA bro.
Awesome guide bro
Aha... Great!! :good:
vikash1994b said:
Awesome guide bro
Click to expand...
Click to collapse
serajr said:
Aha... Great!! :good:
Click to expand...
Click to collapse
Thanks brothers
Trying to follow this but I cant decompile systemUI from RXSW rom. Am I missing anything?
CoolJandee said:
Trying to follow this but I cant decompile systemUI from RXSW rom. Am I missing anything?
Click to expand...
Click to collapse
What error u getting? Which Apktool u using? Pls explain..
Rajeev said:
What error u getting? Which Apktool u using? Pls explain..
Click to expand...
Click to collapse
Sorry forgot the details.
Anyway, I'm using the tool you mentioned in OP. When I'm decompiling the SystemUI, it's just saying not successful. I something like apk is empty? Forgot but yeah, was not successful on the decompiling.
CoolJandee said:
Sorry forgot the details.
Anyway, I'm using the tool you mentioned in OP. When I'm decompiling the SystemUI, it's just saying not successful. I something like apk is empty? Forgot but yeah, was not successful on the decompiling.
Click to expand...
Click to collapse
Next time try to give me the error log. I will help u. Use Advanced APKTOOL latest by BDFreak.
i can't find
<integer name="config_maxToolItems">9</integer>
Jek Separow said:
i can't find
<integer name="config_maxToolItems">9</integer>
Click to expand...
Click to collapse
Which phone u using? Which android version?
Rajeev said:
Which phone u using? Which android version?
Click to expand...
Click to collapse
Xperia S with nAOSP rom 5.1.1
Working fine on Z2.. MM 570 rom.
Jek Separow said:
Xperia S with nAOSP rom 5.1.1
Click to expand...
Click to collapse
Its only for stock sony firmware. But don't worry. U can still make it for CM and AOSP. Just leave the "99" part
@serajr @Rajeev bhai please can yhu help with dis... i wanna get rid of tha space there & place tha H to fit in tha height of tha signal icon. thanks!
Well, this is a neat idea. Nice work, my friend!
Sent from my Sony Xperia Z3 Compact using XDA Labs
I couldn´t find integers.xml in res/values.
In Wolfbreak RXSW MM Version 3.0.0 there isn´t such a file....
Enge7che said:
I couldn´t find integers.xml in res/values.
In Wolfbreak RXSW MM Version 3.0.0 there isn´t such a file....
Click to expand...
Click to collapse
Because u did not successfully decompiled the apk.. Which tool u using ?
I use this Tool --->Advanced APKtool by BDFreak
witch you in op posted.
Moved the systemui.apk into "InFolder" and run the tool, then followed instructions.
Sent from my D6603 using XDA-Developers mobile app