In The Name of Allah
Hi, I'm DeathZeroFx!
I updated the guide, big thanks to @Pandemic and @Dobsgw for a lot of help about the services.jar, thank you very much!
If your device is Xperia Z5 Family (Confirm works on Z5C & Z5, should work on Z5P too), then you can go to my other thread
This guide is to port only the SmartCleaner, guide how to port Xperia X Settings.apk is not included
Update:
Confirm works on Z5 Series and Z3, should work on other devices
Requirements
1. Experience about how to baksmaling/smaling jar & know how to modify your phone
2. Baksmaling/smaling tool (I use Apktool 2.1.1 because it have built in smaling/baksmaling)
3. This File (Dev-Host) / Mirror (MediaFire)
4. and this file for the services.jar port
4. framework.jar & services.jar from your device
5. SmartCleaner.apk
The Guide!
0. Always make backup! framework.jar, services.jar and Settings.apk
For port the framework.jar
1. Baksmaling the framework.jar
2. go to smali_classes2
3. Unzip the file (requirements no. 3), and merge the files
4. Check smali_classes2/com/sonymobile/serviceextend if this folder exists, You are good!
For screenshot, look at this:
If this folder (serviceextend) and 5 files contain in it exists at smali_classes2/com/sonymobile/ you are ready to go!
{
"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"
}
5. smaling the framework.jar
For port the services.jar
1. Baksmaling the services.jar
2. go to com/android/server/am and open ActivityManagerService.smali
In this smali, you have to save 3 different ids
3. Find this method: .method private loadResourcesOnSystemReady
and then find lines similar like this picture:
You can see the blue highlighted id, on your smali, save the id, lets make that id #1
4. Find this method: .method public systemReady
Scroll down until you find similar like this picture:
you can see 2 highlighted ids, the yellow one and the blue one, on your smali, save the yellow id as id #2, and the blue id as id #3
5. Open the files that you just downloaded (services.jar Files)
Open the ActivityManagerService.smali
6. Find this id: 0x1120087
Replace it with your id #1
7. Find this id: 0x10402d7
Replace it with your id #2
8. Find this id: 0x10402d8
Replace it with your id #3
Save it
9. Now go to your smali again, go to com/android/server/pm and open PackageManagerService.smali (your device)
We will collect the ids again for replace to your downloaded PackageManagerService.smali file
10. Find this method: .method private isInstallationBlockedByDevicePolicy
and then scroll down until you found similar codes like this picture:
You can see yellow and blue highlighted ids, on your smali, save it to id #1 and id #2
11. Find this method: .method private isUninstallationBlockedByDevicePolicy
and then scroll down until you found similar codes like this picture:
the yellow and blue highlighted ids, on your smali, save it to id #4 and id #5
12. Find this method: .method private movePackageInternal
scroll down until you found similar codes like this picture:
the yellow highlighted id, on your smali, save it to id #5
13. Find this method: .method private performBootDexOpt
scroll down until you found similar codes like this picture:
the highlighted id, on your smali, save it to id #6
14. Find this method: .method private populateBlacklist
scroll down until you found similar codes like this picture:
the highlighted id, on your smali, save it to id #7
15. Find this method: .method public performBootDexOpt
scroll down until you found similar codes like this picture:
the highlighted id, on your smali, save it to id #8
Okay, you have saved 8 ids from your smali, now go to your services.jar files that you downloaded, and open pm/PackageActivityManager.smali
16. Find this id: 0x1040602
Replace with your id #1
17. Find this id: 0x1040603
Replace with your id #2
18. Find this id: 0x1040604
Replace with your id #3
19. Find this id: 0x1040605
Replace with your id #4
20. Find this id: 0x11200d1
Replace with your id #5
21. Find this id: 0x104038c
Replace with your id #6
22. Find this id: 0x1070053
Replace with your id #7
23. Find this id: 0x104038b
Replace with your id #8
Save it.
After you edit 2 files (am/ActivityManagerService.smali and pm/PackageManagerService.smali)
Replace all the am and pm files from your downloaded services.jar Files to your services.jar
smaling the services.jar
Done!
This guide works for Xperia Z5 Compact, I don't know about other devices, it should work too. Make sure you do backups before doing this. and let me know
Note: you have to use Xperia X Settings.apk to use SmartCleaner, I use jjwrongjj's Xperia X Settings port for Z2/Z3 (can also use on Z5C, and the port already have SmartCleaner.apk on it), or you can use another Xperia X Settings Port if you want
Credits
@Ben Ling (for his Xperia X deodexed system dump)
@Pandemic & @Dobsgw ( a lot of help from them, specially on services.jar porting, thank you very much)
If you having trouble with my guide, just post
Sorry for my bad english, and my bad guide
Feel free to correct me if there's something wrong really looking forward for your testing, because this is the method I use, but still if there's any issue let me know
If you find this guide useful, please press thanks button! and Don't forget to give thanks to everyone in the credits also
hey bro @Pandemic can you investigate this guide to fix bug smart cleaner in your rom
Quoclam851995 said:
hey bro @Pandemic can you investigate this guide to fix bug smart cleaner in your rom
Click to expand...
Click to collapse
Yes i will bro ^^
DeathZeroFx said:
Sorry for my bad english, and my bad guide, but this guide works! no longer random reboots! :victory:
Feel free to correct me if there's something wrong
If you find this guide useful, please press thanks button!
Click to expand...
Click to collapse
The mod seems to work fine on Z5
I'll share soon it in the Z5 forum if it continues to work fine (you will be credited)
Thanks !!
nreuge said:
The mod seems to work fine on Z5
I'll share soon it in the Z5 forum if it continues to work fine (you will be credited)
Thanks !!
Click to expand...
Click to collapse
Wow Thank you for reporting
Okay feel free to share If you find any trouble/bug please let me know
Still get random reboot on z3
kansasboy001 said:
Still get random reboot on z3
Click to expand...
Click to collapse
Hmm can you give me logcat please?
is your phone deodexed?
@DeathZeroFx
Thanks for this guide, works fine on my Z3 and put it in Moonwalker Amaluna v4.0.0 [Z3] what is released today and you are in the credits
Pandemic said:
@DeathZeroFx
Thanks for this guide, works fine on my Z3 and put it in Moonwalker Amaluna v4.0.0 [Z3] what is released today and you are in the credits
Click to expand...
Click to collapse
You're welcome @Pandemic I'm glad that my guide is implemented to your ROM
Pandemic said:
@DeathZeroFx
Thanks for this guide, works fine on my Z3 and put it in Moonwalker Amaluna v4.0.0 [Z3] what is released today and you are in the credits
Click to expand...
Click to collapse
What does this mod do? And will it work on Xperia Z2? (Mm)
hamzxoxo said:
What does this mod do? And will it work on Xperia Z2? (Mm)
Click to expand...
Click to collapse
If you implement this your device will have working Xperia X SmartCleaner without random reboot I can't tell, I don't have the device, cannot test it on Xperia Z2 Is it MM 6.0.1 Sony Firmware? if yes i think maybe it will work Make sure you backup your files (especially framework.jar and Settings.apk)
DeathZeroFx said:
You're welcome @Pandemic I'm glad that my guide is implemented to your ROM
Click to expand...
Click to collapse
Testing on my LinuxRoM I will send report as soon as check there is no more random reboots. cheers
No random reboots now on rxsw 4.00
juanpirulo said:
Testing on my LinuxRoM I will send report as soon as check there is no more random reboots. cheers
Click to expand...
Click to collapse
Okay, Let me know if you get any issue
kansasboy001 said:
No random reboots now on rxsw 4.00
Click to expand...
Click to collapse
Glad to know :victory: thank you for reporting
@DeathZeroFx
Unfortunately, it does not work on my Z5: the phone crashes every night at 2 a.m.
@DeathZeroFx
Tried ur fix. Not working with Z3 MM 6.0.1. Still getting random reboots. Anyway thanks for ur try
nreuge said:
@DeathZeroFx
Unfortunately, it does not work on my Z5: the phone crashes every night at 2 a.m.
Click to expand...
Click to collapse
Hmm I do have the same thing in this morning, still got random reboots but not frequently like before, but the bad thing I'm not connect to my pc for logcat so i still cannot fix :/
Rajeev said:
@DeathZeroFx
Tried ur fix. Not working with Z3 MM 6.0.1. Still getting random reboots. Anyway thanks for ur try
Click to expand...
Click to collapse
Okay thank you for reporting, I knew there is something missing on my guide, but can I take a look the logcat? maybe I can take a look for another fix
--
I will change the state to [DEV] because the guide is not complete, still got reboots and I still don't know why, connected my phone into pc for logcat but didn't get random reboots :/
I am afraid its not working, I ve got a reboot while charging this morning. cheers
DeathZeroFx said:
Hmm I do have the same thing in this morning, still got random reboots but not frequently like before, but the bad thing I'm not connect to my pc for logcat so i still cannot fix :/
Okay thank you for reporting, I knew there is something missing on my guide, but can I take a look the logcat? maybe I can take a look for another fix
--
I will change the state to [DEV] because the guide is not complete, still got reboots and I still don't know why, connected my phone into pc for logcat but didn't get random reboots :/
Click to expand...
Click to collapse
Same here. Can't take logs
Rajeev said:
Same here. Can't take logs
Click to expand...
Click to collapse
I realize my guide is not complete I look through services.jar (ActivityManagerService and PackageManagerService) and it have some link to serviceextend (SmartCleaner), I will update the guide if I success porting the services.jar, I will update as soon as I test it
juanpirulo said:
I am afraid its not working, I ve got a reboot while charging this morning. cheers
Click to expand...
Click to collapse
I updated the OP, something is missing in the guide, I still port the rest, after testing on my device if I get no issues then I update the guide
Related
Honeygreen theme ported by me
For GINGERBREAD (vilainrom and KPE) ONLY !
I don't responsible if you brick your Ace
Thanks to :
ak1k4zu For tutorial..
mancunianec For theme..
Screenshoot
]
{
"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"
}
Click to expand...
Click to collapse
How To Install
1. Download desired theme
2. Copy file to sdcard
3. Boot into recovery mode (Home + Power)
4. Navigate with volume button, then select [apply update from sdcard]
5. Select honeygreen_v*.zip
6. reboot
Click to expand...
Click to collapse
Download
v1 : http://dl.dropbox.com/u/6268592/Ace/Theme/Honeygreen/honeygreen_v1.zip
v2 : http://dl.dropbox.com/u/6268592/Ace/Theme/Honeygreen/honeygreen_v2.zip
v2.1 : http://dl.dropbox.com/u/6268592/Ace/Theme/Honeygreen/honeygreen_v2.1.zip
Click to expand...
Click to collapse
Launcherpro Dock & Icons
http://dl.dropbox.com/u/6268592/Ace/Launcherpro/minimal.zip
Click to expand...
Click to collapse
Changelog
v1 : Battery percentage fixed (I hope)
v2 : Fixed button, font color, and additional fix
v2.1 : Changed quickpanel icons & Progressbar indeterminate images
Click to expand...
Click to collapse
seilent said:
Honeygreen theme ported by me
For vilainrom and KPE
Thanks to :
ak1k4zu For tutorial..
mancunianec For theme..
Screenshoot
Apply honeygreen_v*.zip in recovery..
Download
Launcherpro Dock & Icons
Changelog
Known Bugs
To Do
Click to expand...
Click to collapse
Keep it coming bro! You are doing a great job
nice job bro. reporting a bug here. contacts > settings font cannot be seen. I am running Villian 1.0 (2.3.3) galaxy ace
manju991 said:
Keep it coming bro! You are doing a great job
Click to expand...
Click to collapse
Thanks
mudkipstar said:
nice job bro. reporting a bug here. contacts > settings font cannot be seen. I am running Villian 1.0 (2.3.3) galaxy ace
Click to expand...
Click to collapse
Already fixed, will be uploaded later
Query
Thanx bro...keep it coming...
Just some questions though....they might seem a bit irrelevant...but i m a starter here...so...
1. If we wanna build a theme ourselves then how do we take out the framework-res.apk and SystemUI.apk files from the device?
2. Will the process be similar in KPE and VillianROM?
3. And how the hell do u take those screenshots of ur phone
Actually i m currently running KPE (unrooted) but will shift to VillianROM in a day or two, so just wanna increase my knowledge here.
Thanx in advance.
TheAceGuy said:
Thanx bro...keep it coming...
Just some questions though....they might seem a bit irrelevant...but i m a starter here...so...
1. If we wanna build a theme ourselves then how do we take out the framework-res.apk and SystemUI.apk files from the device?
2. Will the process be similar in KPE and VillianROM?
3. And how the hell do u take those screenshots of ur phone
Click to expand...
Click to collapse
1. Yes, you can use framework-res.apk & SystemUI.apk from your device or grab it from here and modify them..
2. The process is more than similar if you do that manually
3. How the hell you don't know it.. lol [Hold Back Button + Home]
U're welcome
thanks again the hope the battery percentage is fixed as well.
Keep it coming !!
seilent said:
1. Yes, you can use framework-res.apk & SystemUI.apk from your device or grab it from here and modify them..
2. The process is more than similar if you do that manually
3. How the hell you don't know it.. lol [Hold Back Button + Home]
U're welcome
Click to expand...
Click to collapse
i knew the combo keys for taking the screen shots but everytime i tried i either went back to the home screen or to the back page.....
and as for the 1st question i actually wanted to know how can i isolate those files from my device.....the actual process of it.....
Also how does one use the minimal.zip file attached above...???....Sorry if i m sounding a real noob here....(coz i am )
Thanx for the prompt reply though......
TheAceGuy said:
i knew the combo keys for taking the screen shots but everytime i tried i either went back to the home screen or to the back page.....
Click to expand...
Click to collapse
While using some apps, it isn't possible to use that inbuilt technique as they quickly return back. In that case use Screenshot Capture Shortcut app, which doesn't even require rooting =) Enable Capture from notification option in it.
https://market.android.com/details?...reencaptureshortcutfree&feature=search_result
nish7x said:
While using some apps, it isn't possible to use that inbuilt technique as they quickly return back. In that case use Screenshot Capture Shortcut app, which doesn't even require rooting =) Enable Capture from notification option in it.
https://market.android.com/details?...reencaptureshortcutfree&feature=search_result
Click to expand...
Click to collapse
I DONT RECOMMEND THAT APP. "Screenshot Capture Shortcut". Or use it with utmost knowledge. It will kill your phone. I experienced frequent shutdown on my phone after i installed it (BEFORE). I tried to uninstall all my recent installed apps. but still my phone keeps on shutting down without me knowing. So i uninstalled "Screenshot Capture Shortcut" and my problem solved.
I know some workaround but it is a bit tiring. YOU NEED TO TURN OFF THE SERVICE (Screenshot Capture Shortcut) AFTER YOU TOOK THE SCREEN SHOOT. DO NOT LEAVE IT THERE IN THE NOTIFICATION. ELSE YOUR PHONE WILL SHUTDOWN WITHOUT NOTICE.
Beside, You dont have a problem with ROOT because villainROM1.0 is PRE-ROoted. you can install many screen capture apps (ROOTED OR UNROOTED REQUIRED)..
Only thing I noticed is that these Screen capture Apps in market wont work in GB. It will capture WRONG COLORS (INVERTED i guess).
Just take a try and you'll know what I mean.
seilent i got this link
Honeygreen v2-
http://dl.dropbox.com/u/6268592/Ace/Theme/Honeygreen/honeygreen_v2.zip
guddu2011 said:
seilent i got this link
Honeygreen v2-
http://dl.dropbox.com/u/6268592/Ace/Theme/Honeygreen/honeygreen_v2.zip
Click to expand...
Click to collapse
Ah, you found it
But if you already download that, download it again. Because many things changed at that file
Still not ready to be posted at first page though..
TheAceGuy said:
i knew the combo keys for taking the screen shots but everytime i tried i either went back to the home screen or to the back page.....
and as for the 1st question i actually wanted to know how can i isolate those files from my device.....the actual process of it.....
Also how does one use the minimal.zip file attached above...???....Sorry if i m sounding a real noob here....(coz i am )
Thanx for the prompt reply though......
Click to expand...
Click to collapse
Hold home button first, then quickly press back and capture
to take those file you can use root explorer, and go into /system/framework and /system/app (little forget bout this one)
minimal.zip is just image packed in zip, to use them you need to extract it and use as app icon in yout launcher
seilent said:
Ah, you found it
But if you already download that, download it again. Because many things changed at that file
Still not ready to be posted at first page though..
Click to expand...
Click to collapse
hmm but it would be great if u can tell me the changelog...
seilent can u give me the tutorial for custom theme as i cannot understand the one on kaskus
Changelog will b posted along the theme later
About tutorial basically you just need to decompile > modify > build..
But I'll post it when I have free time (porting theme is easier than making tutorial )
Indonesia has many language. Even the official language itself have many variation. So google translate won't work
Sent from my GT-S5830 using XDA Premium App
seilent said:
Changelog will b posted along the theme later
About tutorial basically you just need to decompile > modify > build..
But I'll post it when I have free time (porting theme is easier than making tutorial )
Indonesia has many language. Even the official language itself have many variation. So google translate won't work
Sent from my GT-S5830 using XDA Premium App
Click to expand...
Click to collapse
APKTOOLS will work?
Sure..
Sent from my GT-S5830 using XDA Premium App
delroekid said:
I DONT RECOMMEND THAT APP. "Screenshot Capture Shortcut". Or use it with utmost knowledge. It will kill your phone. I experienced frequent shutdown on my phone after i installed it (BEFORE). I tried to uninstall all my recent installed apps. but still my phone keeps on shutting down without me knowing. So i uninstalled "Screenshot Capture Shortcut" and my problem solved.
Click to expand...
Click to collapse
Hmm.. I haven't really experienced that problem.
However I've tried ShootMe on my Froyo and I used to get those inverted colors, lol.
seilent said:
to take those file you can use root explorer, and go into /system/framework and /system/app (little forget bout this one)
minimal.zip is just image packed in zip, to use them you need to extract it and use as app icon in yout launcher
Click to expand...
Click to collapse
do u have to be rooted to use the root explorer..????
TheAceGuy said:
do u have to be rooted to use the root explorer..????
Click to expand...
Click to collapse
Of course yes...!
Hi guys....
In this thread I'll try to learn you HOW TO MOD framework, settings (backgrounds, icons, colors) and how to use APKtool.
update 05/10/2013 !!!
O.K guys I found for you few excellent guides and tutorials.
Like always, post your questions here and we'll try to solve it together.
Update Zip creator/modifier
Great tool on windows to create and edit elements of updates zips
ADW Themes
If you want to create AWD themes - great tutorial...
I've got many PM from guys who want to theme their apps but dont't know where to look and what to modified so....read this.
this is a excellent way to find out where to look and what to edit.
Wanna learn more about XML files?
Well , here we go...
What is an XML?
Wikipedia link to learn and understand general things and facts about XML files.
you will need:
1) A computer
2) The app you want to edit
3) Latest Java Development Kit (JDK) (Download and Install with default settings Java
4) Notepad++ Notepad++
5) The Framework-res.apk and SemcGenericResUxp.apk from /system/framework
6) ZipSigner (for signe your apps) ZipSigner
So let's start...
Download APKtool from here Click me
Copy/extract APKtool to C:\Android\APK
Copy framework-res.apk and SemcGenericResUxp.apk from your system/framework folder to C:\Android\APK
and follow this tutorial to set your environment so we could proceed "Click me"
So, you set environment and we could proced ; (you'll have to do that from above only one time )
*** FIRST ONE ***
1. How to change settings background to white (or to use light theme - to be precise):
We'll start with this:
{
"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"
}
And end with this:
First copy settings.apk to C:\Android\APK
open cmd prompt ("SHIFT"+right click on empty space and select open command window here
...and write this to decompile settings.apk
apktool d settings.apk
Close cmd window and open newly created folder "settings" (it's in the C:\Android\APK)
Open \settings\res\values\styles.xml (open it with Notepad++)
You'll see this :
So..we have to add ".Light" to our style.xml file(to activate/select white theme) and we MUST change color to our fonts/text
to white (I guess it would be hard to read white text on white backgroung).
We will add ".Light" in every theme style and add ff000000 to set our text to black.
For example - on the left side is black settings and on the right is what we need - compare those two styles.xml.
You'll notice that I add word ".Light" to change this part/style to use light/white theme - we'll do that for every style in this file.
And the most important is third line on selected text - #ff000000.
With "#ff000000" we are telling our device to use black colour for text.
It's not hard at all....just continue to read.
You'll get all when you compare your style.xml to this one:
Here is complete style.xml , download it and compare this one with yours.
Just open both files and add ".Light" and "#ff000000" to every stile you see I've change.
https://app.box.com/s/ezd4k68li6g6f1mqp8u2
After you change all style in style.xml it's time for recompiling.
Again, open cmd prompt ("SHIFT"+right click) and write :
apktool b settings (without ".apk")
If you did all like you should you won't get any error.
Now open c:\Android\APK\dist
and you'll see settings.apk.
Copy it to your device
Wait......
It's not finished
As settings.apk is system app we have to sign it.
Open ZipSigner on your device and :
1.click "Choose In/Out...." - find and select your settings.apk (the one you just copied)
2.click "Key/mode": select "platform"
3.click "Sign The File"
........wait......
...and that's it, now just find your newly MODed and signed file and simple install it like any other app.
Next tutorial : how to change solid background colour to show your picture (any picture) in "calls" "email" "settings" clock" - MOD framework-res.apk....
Something like this:
Or even this...hahaha
update 05/10/2013 !!!
edit .9.png file correctly!
Remember, decompile apk and then edit .9.png files!
If you open the .9.png in the decompiled app and edit it with "Gimp" or "Photoshop" while leaving the pre-drawn boarder there, you'll be able to recompile the apk with a properly edited and themed .9png
How to edit smali files!
This is for advanced users or developers.
I'm still learning and trying to understand smali files so I won't trying to get smart ...
I'll share one great thread (TUTORIAL) and we could learn together.
tnx to @Yorzua for this awesome tutorial.
...and do awesome things like this :
SMALI editing TUTORIAL
Another nice tutorial for smali editing (beginners friendly)
SMALI editing TUTORIAL for beginners
I put this to the end of this thread purposely - editing or even understanding smali files isn't simple.
So go one step by step, don't try to edit smali files immediately after you learned how to decompile apk file - you'll failed and probably quit from any other MODing, theming or editing.
All great developers spent hours and hours to learn all this so you can't expect you'll know everything after 15min.
You'll get errors while compiling and decompiling and that"s perfectly normal, don't get angry...
Read what apktool "said" , fix your mistakes and move on.
It's very important to go step by step , especially when you trying to find bug.
Fix or edit line by line and compile after each part, compile and test app.
That's all for now guys...
see ya later
..............................................................
Tnx to: @niaboc79 (for tips and learning me some tricks) @abo hani (I used his settings.apk for screenshots) @Xda For many stuff
If I helped you - say tnx ...:thumbup:
if you need help...well just ask here
nice funky
GoodJob Funky
Tnx guys
Thanks guys...
It's not much and I hope you could understand what I wrote.
I just wanna give back something to this great community which gave me so much
Really nice tut
Just, please, guys when someone finish editing - let me know is it o.k, should I add something or you completed all without any problems
Tnx
Sent from my LT26i using Tapatalk 4
thanks very much for this easy tutorial, and yeah, it was way easier than others that i saw in some threads....
im bookmarking ur thread for now, and sure one day i'll be back and start up with practice
i love to mess around with the phone as i learned few things until i reach the level of an DEV (why not )
:good:
Tonight I'll post a tutorial for framework editing.
[HOW TO] change all backgrounds to your favourite picture.
In settings, email, clock, call....
Your background will stay there which ever settings or clock you using, you can change your settings.apk but your background will stay...
(as long as you don't change framework).
See ya tonight
Sent from my LT26i using Tapatalk 4
Actually.. Mate, when r u releasing ur work?? I'm looking for a bug free build of Honami settings.. Tried all of em in Themes secion.. Apparently they all have the stuttering when sliding for the fist time(just like in .200 and .211 builds).. Do urs too have it??
Hmm....mine work?
My work, for now , is helping guys in their ROMs.
I don't know that much to BUILD ROM from the sources.
So the question is do we really need one more rom based on stock 96?
I think we don't.
When I learn all stuff I need (and there's plenty stuff to learn - smali for example) I will build something.
But that won't be (most likely) for XS but for Z1.
Swipe settings, modified Home launcher will have all options like we saw in 2.0.5b.
Modified framework and many stuff more.
That's why I prepare everything.
I just don't wanna release clone of a clone...
If I can't make something really different I'll rather skip it for now.
Sent from my LT26i using Tapatalk 4
@funky0308, mate i've just learned how to use apktool and how to decompile and recompile apk, so can you post your " Next tutorial : how to change solid background colour to show your picture" hahaha thanks mate!
EDIT: or can you post a tutorial on how to make a transparent background on all of the apps. hehe ^____^
slink722 said:
@funky0308, mate i've just learned how to use apktool and how to decompile and recompile apk, so can you post your " Next tutorial : how to change solid background colour to show your picture" hahaha thanks mate!
EDIT: or can you post a tutorial on how to make a transparent background on all of the apps. hehe ^____^
Click to expand...
Click to collapse
I was planning to release it but it's almost impossible to genaralise tutorual because we have millions of framework.
I'll write one for stock firmware.
Sent from my LT26i using Tapatalk 4
funky0308 said:
I was planning to release it but it's almost impossible to genaralise tutorual because we have millions of framework.
I'll write one for stock firmware.
Sent from my LT26i using Tapatalk 4
Click to expand...
Click to collapse
haha. ok ok. thanks you again. i understand. im so excited about ur new rom. any changelogs already? haha. gudlak!
slink722 said:
haha. ok ok. thanks you again. i understand. im so excited about ur new rom. any changelogs already? haha. gudlak!
Click to expand...
Click to collapse
There is no my new ROM guys...
If you heard somewhere something you could only heard that I helped some guys.
There was some plans but as I said - nothing for now.
No sense to release same ROM or copy of the copy...
If I succeed on some things I'm working on - then I'll release something but only if I succeed.
Sent from my LT26i using Tapatalk 4
@funky0308 Im Studying Java and Smali.. I Know maybe 6% Already.. Buy suggestion on your case, if you want to port or to be themer. use Virotus Ten studio. It Can Generate the smali to java class. but you need to edit it on smali.
Tnx mate, very nice
Sent from my LT26i using Tapatalk 4
funky0308 said:
Tnx mate, very nice
Sent from my LT26i using Tapatalk 4
Click to expand...
Click to collapse
Mate? Im Getting Dizzyy. could you help me Changing it to white? my Settings// Im getting Crazy with my developments. Kernels + ROM.. Could you help me on my white? Setting
---------- Post added at 02:24 PM ---------- Previous post was at 02:21 PM ----------
Nvm.. Im Done.
How you change wifi and bluetooth on off switch????
Which file i need to edit to remove on and off in round switch
Sent from my ST21i2 using xda premium
I want to edit on off switch like you
Help me
AND also how to choose different backround color for on off switch
Sent from my ST21i2 using xda premium
Hello sir plz help me to port ios like on/off switch
I ported by editing framework-res.apk
And i have a problem
1.how to remove on off in round switch
2.how to change backround colour
To red
And how to resize it to correct round shape and small one
Sent from my ST21i2 using xda premium
hello friends
I have seen too many users got problem using apktool for android.
I also got problem...
But i studied the problem n just tried to fix it & guess what..??
My thinking fixed that problem
Now i want to help you all
You want to download apktool & its data files ( dont ask me for that )
Also you need a rooted phone to use rootex & apktool)
Guide 1
Now the steps:-
follow carefully......
This fix is If you get error about Mydata
1) Download apktool & data files ( i have the apktool 4.1 armel version dont know it will work for another version
2) Extract it to Sdcard/*Here*
3) Go to sdcard/Apktool & install apktool4.1.apk
4) Open it Give root access..
5) Now in aptool go to Sdcard/Apktool & select any file( tap&hold for 2 seconds) & there will be a option of "Set as apktool data folder"
6) now use rootex or similar file manager & go to system/framework/ © framework_res.apk to ur sdcard
7) Tap on framework_res.apk scroll down & select "IMPORT AS FRAMEWORK"
8) Now copy framework-res.apk to your sdcard (via rootex) tap on framework_res.apk & select 1st option decompile all ( If you get any error in decompiling then follow next step)
9) Open rootex go to data/data/per.pqy.apktool/ now delete mydata file
10) Now open rootex & go to sdcard/apktool/ & use multi select option n select all files & folders & only unselect "apktool4.1.apk" now copy all that files to "mydata" folder (make new folder anywhere in sdcard )
11) After completing step 10 then copy/move "mydata" folder to data/data/per.pqy.apktool/*Here* via rootex...
12) you have completed all steps now no more steps just open apktool n modify your Device system files or any apk/jar
*+*+REMEMBER+*+*
This Errors was Fixed by me no one helped me to fix this problem or i not copyed someons idea (its my fixing style)
So give all credits to me....,,,,
Guide 2
This guide is only if you have this errors
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"
}
1)Install apktool following guide1 (only 7 steps)
2)Then download this https://www.dropbox.com/s/p88gb8ze62peomp/Apktool Error Fix.zip
3)Now flash that zip via cwm recovery
4)Now this error is fixed
Now enjoy apktool
happy moding
Again this errors was Fixed by me
Credits:
Only Me
Note
The guide is for Galaxy pocket & Similar device
Try on yours & give feedback
Sent from my GT-S5300 using Tapatalk 2
IDK about Which Bugs Fix Are You Giving,,Coz I Dint Have Any Problem With Android Apktool
Himan Boro said:
IDK about Which Bugs Fix Are You Giving,,Coz I Dint Have Any Problem With Android Apktool
Click to expand...
Click to collapse
@Himan Boro
You not got any errors
but there are some users who get some errors
this 2 are the fixes there are more but i dont know them
i'll update thread when i get more fixes
chanbhavane said:
@Himan Boro
You not got any errors
but there are some users who get some errors
this 2 are the fixes there are more but i dont know them
i'll update thread when i get more fixes
Click to expand...
Click to collapse
Ok Bro..Keep It Up..
Himan Boro said:
Ok Bro..Keep It Up..
Click to expand...
Click to collapse
Yeh
i will
Thnx
Thanks for this...it help a lot
ned007 said:
Thanks for this...it help a lot
Click to expand...
Click to collapse
Mention not bro
Just hit the thanxx button
help file not exist "APKTOOL.YML"
chanbhavane said:
Mention not bro
Just hit the thanxx button
Click to expand...
Click to collapse
got an error it shows file not exist apktool.yml sir ..any fix for this
dansoy92 said:
got an error it shows file not exist apktool.yml sir ..any fix for this
Click to expand...
Click to collapse
Recompile time?
Will this work when decompile and recompile framework.jar? I it's work, I love you dude
GalKill said:
Will this work when decompile and recompile framework.jar? I it's work, I love you dude
Click to expand...
Click to collapse
It must work
but for that u need:
too much patients
lots of memory
& all apps closed while decompile (only apktool open) it will hang if not done
i tried but stoped after some time ( i dont have patients) :silly:
chanbhavane said:
Recompile time?
Click to expand...
Click to collapse
yes sir when recompiling settings.apk
dansoy92 said:
yes sir when recompiling settings.apk
Click to expand...
Click to collapse
actually from your decompiled settings.apk folder the file created apktool.yml is ither deleted or corrupted so that is prob
decompile settings.apk again & start moding & after moding recompile it :good:
chanbhavane said:
actually from your decompiled settings.apk folder the file created apktool.yml is ither deleted or corrupted so that is prob
decompile settings.apk again & start moding & after moding recompile it :good:
Click to expand...
Click to collapse
will try it sir..thanks for your reply
dansoy92 said:
will try it sir..thanks for your reply
Click to expand...
Click to collapse
mention not
give feedback
chanbhavane said:
mention not
give feedback
Click to expand...
Click to collapse
can't fix sir maybe it's on my apktool problem or maybe my ROM using
dansoy92 said:
can't fix sir maybe it's on my apktool problem or maybe my ROM using
Click to expand...
Click to collapse
have you imported framework-res.apk & twframework-res.apk?
fix now
chanbhavane said:
have you imported framework-res.apk & twframework-res.apk?
Click to expand...
Click to collapse
thank's GOD sir It is FIXED now I import framework-res.apk and TW as is..then i move simply the settings.apk to the root of my SDcard then it was fixed thank u sir for reminding me to IMPORT THOSE things :fingers-crossed:
dansoy92 said:
thank's GOD sir It is FIXED now I import framework-res.apk and TW as is..then i move simply the settings.apk to the root of my SDcard then it was fixed thank u sir for reminding me to IMPORT THOSE things :fingers-crossed:
Click to expand...
Click to collapse
Good to know your prob fixed
:angel:
GalKill said:
Will this work when decompile and recompile framework.jar? I it's work, I love you dude
Click to expand...
Click to collapse
yes it'll work
but it'll take too much time to compile & recompile
[CM12, 12.1][Moto E] Removed network activity indicators & improved signal/wifi icons
Hello guys
For those users who hate those little grey network activity indicators over wifi and signal icons in CM12 and CM12.1, here's a treat for you!
I have modified the SystemUI.apk and implemented the following changes:
Network activity indicators have been removed!
Spacing between the dual SIM signal indicators has been increased slightly and thus they appear better than the original look where both the indicators almost touch each other.
Signal icons are a bit bigger (than the original small ones which look too small besides the battery icon).
The CM's ugly extra-wide wifi icon has been replaced with the original, sleek and elegant wifi icon from Motorola.
Annoying exclamation marks have also been removed!
Original CM look, click to enlarge:
{
"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"
}
Modified new look, click to enlarge:
I have flashable ZIPs for you which you can simply flash from your custom recovery and your SystemUI.apk will be replaced. Please make a backup of the original file located at /system/priv-app/SystemUI/SystemUI.apk. The original file permissions are rw- r-- r-- and chown root:root.
Please note that this file will only work on Moto E XT1022 and most probably other variants as well, you can try, but backup the original before you do so. I will not be responsible for any thermo-nuclear war taking place on your device after this :laugh:
I generally never ask for thanks, but this time I would like to because it was a lot of work :silly:
Download:
Here's the new fixed flashable ZIP for CM12: View attachment finalbc.zip
And here's the one for CM12.1: http://forum.xda-developers.com/attachment.php?attachmentid=3270867&d=1429455639
This one is for CM12.1 only with roaming icon (R) removed from the signal icons in addition to the other aforementioned modifications: View attachment roaming_removed_temp.zip
Enjoy :victory:
How did I do it:
Decompiled SystemUI.apk
Lollipop uses vectors to draw the status bar icons you see on the top right, means there's no png you can simply replace and get your work done.
I totally removed the vectors references of the required icons and placed raster images in the required resolution folder (Moto E is an hdpi device). When systemUI can't find vectors, it looks for rasters. That did the trick (those XML files are too hard to understand and edit, so I decided to do a trial and throw them away and that worked! )
Did a lot of photoshopping to generate the required icons, resizing them and properly aligning them.
Using raster images also resulted in automatic removal of the annoying exclamation marks which were defined in the vector XMLs.
I also removed the network activity indicators' vector references and replaced them with 1x1 transparent PNG images! Now they are invisible!
The icons are originally from a Nexus device's stock LP. Had to resize and re-align them for our Moto E which is hdpi unlike Nexus.
That's it
nilanko said:
Hello guys
For those users who hate those little grey network activity indicators over wifi and signal icons on CM12, here's a treat for you!
Click to expand...
Click to collapse
Will it work with Cm12.1 ?
btw thanks for that! i ssly needed this..haha
ChaTy said:
Will it work with Cm12.1 ?
btw thanks for that! i ssly needed this..haha
Click to expand...
Click to collapse
If CM12.1's systemUI file is different, then probably it won't but there is no harm in trying, you can always backup the original and restore later. You'll face a systemUI FC if it doesn't work, then you'll have to reboot to recovery to restore your backup.
If you have already downloaded, please re-download the fixed file (fixed some icons alignment problems, now it's perfect ).
I haven't yet moved to CM12.1 as I can't live without xposed
nilanko said:
If CM12.1's systemUI file is different, then probably it won't but there is no harm in trying, you can always backup the original and restore later. You'll face a systemUI FC if it doesn't work, then you'll have to reboot to recovery to restore your backup.
If you have already downloaded, please re-download the fixed file (fixed some icons alignment problems, now it's perfect ).
I haven't yet moved to CM12.1 as I can't live without xposed
Click to expand...
Click to collapse
Finalbc .... Lol ...ohk ...will try n report!
Sent from my Moto E using XDA Free mobile app
---------- Post added at 03:11 PM ---------- Previous post was at 02:46 PM ----------
Naah! System ui stops... doesnt work on 5.1 aka cm12.1 ,
@op can u plz make a zip for cm12.1?
ChaTy said:
Finalbc .... Lol ...ohk ...will try n report!
Sent from my Moto E using XDA Free mobile app
---------- Post added at 03:11 PM ---------- Previous post was at 02:46 PM ----------
Naah! System ui stops... doesnt work on 5.1 aka cm12.1 ,
@op can u plz make a zip for cm12.1?
Click to expand...
Click to collapse
Seems like you understood the mystery behind the file name and also understood my frustration (had to edit, decompile and recompile a hell lot of times, and hence the file name)
I wanted to change the filename before uploading but I forgot, lol. :silly:
Give me your SystemUI.apk and I'll do it
@ChaTy, please make a RAR with the highest compression, I am low on data and my wifi is not working today, so I gotta save up.
@nilanko
My systemui.apk build 19/04 cm12.1. max compression used
mepsilon2 said:
@nilanko
My systemui.apk build 19/04 cm12.1. max compression used
Click to expand...
Click to collapse
Ugh sorry I forgot to mention that I also need framework-res.apk from /system/framework/ because apktool needs resource tables from the framework in order to decompile the systemUI.apk. I tried with CM12's framework-res.apk but as expected, it didn't work
Please ZIP and upload that file but since it is a large file, I won't be able to download it until my wifi works so please be patient
But I still can't guarantee, success only depends on the ability to decompile LP 5.1 files by apktool.
nilanko said:
Ugh sorry I forgot to mention that I also need framework-res.apk from /system/framework/ because apktool needs resource tables from the framework in order to decompile the systemUI.apk. I tried with CM12's framework-res.apk but as expected, it didn't work
Please ZIP and upload that file but since it is a large file, I won't be able to download it until my wifi works so please be patient
But I still can't guarantee, success only depends on the ability to decompile LP 5.1 files by apktool.
Click to expand...
Click to collapse
here
orig. size was 17 mb
ChaTy said:
Will it work with Cm12.1 ?
btw thanks for that! i ssly needed this..haha
Click to expand...
Click to collapse
mepsilon2 said:
here
orig. size was 17 mb
Click to expand...
Click to collapse
Here you go: View attachment cm-latest.zip
Please note that I have used the latest apktool for LP 5.1 but it's still in alpha stage. Although files were successfully decompiled and recompiled, there is no guarantee that the systemUI would work. Please test it on your CM12.1 and report back.
Please make a backup of your systemUI.apk. If you face FC, go to recovery and copy it back to /system/priv-app/SystemUI/ and set chmod to 0644 and reboot.
Great bro!!
Finally you were able to solve it.
nilanko said:
Here you go: View attachment 3270867
Please note that I have used the latest apktool for LP 5.1 but it's still in alpha stage. Although files were successfully decompiled and recompiled, there is no guarantee that the systemUI would work. Please test it on your CM12.1 and report back.
Please make a backup of your systemUI.apk. If you face FC, go to recovery and copy it back to /system/priv-app/SystemUI/ and set chmod to 0644 and reboot.
Click to expand...
Click to collapse
It works !!!
also if you have time please update the op on how to do this.
nilanko said:
Seems like you understood the mystery behind the file name and also understood my frustration (had to edit, decompile and recompile a hell lot of times, and hence the file name)
I wanted to change the filename before uploading but I forgot, lol. :silly:
Give me your SystemUI.apk and I'll do it
Click to expand...
Click to collapse
Hahah, yep i got the irony behind the name
And thanks for quick response, i ll flash the zip, thanks a ton!
Sent from my Moto E using XDA Free mobile app
dhruvmu said:
Great bro!!
Finally you were able to solve it.
Click to expand...
Click to collapse
Yup. Frustration leads to success
mepsilon2 said:
It works !!!
also if you have time please update the op on how to do this.
Click to expand...
Click to collapse
Alright. Stay tuned! Glad it worked. Also, please confirm if all the 5 modifications mentioned in the OP is there or not. I wanna make sure I didn't miss anything
ChaTy said:
Hahah, yep i got the irony behind the name
And thanks for quick response, i ll flash the zip, thanks a ton!
Sent from my Moto E using XDA Free mobile app
Click to expand...
Click to collapse
Yeah sure! And yeah, it's an Indian thing
nilanko said:
Alright. Stay tuned! Glad it worked. Also, please confirm if all the 5 modifications mentioned in the OP is there or not. I wanna make sure I didn't miss anything
Click to expand...
Click to collapse
Yes all 5 are working :good:
Can you Add this Image on OP to comparison Purpose (this is without Zip Flashed)..
Adarsh1998 said:
Can you Add this Image on OP to comparison Purpose (this is without Zip Flashed)..
View attachment 3271055
Click to expand...
Click to collapse
Done.
can you please change potrait battery icon its too wide in cm 12.1 comapare to soak test 5.0.2... i attched two screenshots one from soak 5.0.2 and cm 12.1 for battery icon comparrison.
sjash619 said:
can you please change potrait battery icon its too wide in cm 12.1 comapare to soak test 5.0.2... i attched two screenshots one from soak 5.0.2 and cm 12.1 for battery icon comparrison.
Click to expand...
Click to collapse
Yeah I know that. Infact, the CM's ugly battery icon was the starting point of my frustration that led me to modify other icons. I attempted modifying the battery icon but it's damn tricky. It resides in the framework-res.apk and I don't understand what to edit and what not. I was unsuccessful and thus adjusted myself with the circle battery icon. I'm sorry, it's a bit too hard for me
nilanko said:
Yeah I know that. Infact, the CM's ugly battery icon was the starting point of my frustration that led me to modify other icons. I attempted to modify the battery icon but it's damn tricky. It resides in the framework-res.apk and I don't understand what to edit and what not. I was unsuccessful and thus adjusted myself with the circle battery icon. I'm sorry, it's a bit too hard for me
Click to expand...
Click to collapse
ok...bro no problem.....btw nice work
Please welcome my "may" most asked guide, And it's How To Theme Your Xperia SystemUI To AOSP Style.
Do Not Use My Files In Your Theme, Re-Theme, Re-Base, Re-Clone, Those Files For Personal Use ONLY .
I've Designed Toggles Icons Using Material Concept, Modded VectorType Drawables files, and Make it Bugs Free .
Downloading The Files Means You Accept On These Rules .
AOSP Means :
SystemBar Icons: Battery / Signal / WiFi / Indicators .
Toggles : All Of Them .
Navbar Buttons: Back / Home / Recent Apps .
How To :
Download & Un-Zip .
Copy & Paste Intro Your SystemUI/res path .
Recompile .
Sign, Push to System .
Download :
V3 - Press Me, Select " Guide Files " .
Fixed a lot of visual bugs & Updated Navbar icons size .Preview :
{
"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"
}
Here's The Tutorial boys, gonna make a lot of these.. for now i won't be free to requests, i have exams to do, will be free in 4-5 days .
Don't forget the Thanks button!
good job buddy..... thumbsup!!
please can yhu provide me a battery like in yur screenshot but in a slant form ( i mean horizontal) like tha one in tha attachment! thanks.
whalesplaho said:
good job buddy..... thumbsup!!
please can yhu provide me a battery like in yur screenshot but in a slant form ( i mean horizontal) like tha one in tha attachment! thanks.
Click to expand...
Click to collapse
Just modify the " percentage " icon.
I installed the APK from your website accidentally but I can't access the UI anymore.
I get passed the lock screen, but then the UI crashes and returnes me to the lock screen again.
Is there something I could do? Do you have the original System UI for Xperia Z3 that I can flash from recovery?
Thank you very much!
Oxoacid said:
I installed the APK from your website accidentally but I can't access the UI anymore.
I get passed the lock screen, but then the UI crashes and returnes me to the lock screen again.
Is there something I could do? Do you have the original System UI for Xperia Z3 that I can flash from recovery?
Thank you very much!
Click to expand...
Click to collapse
Did you sign it ?
Did you put the correct permissions ?
I have a modded stock SystemUI to AOSP Style, check it out here : thinkdroid.net/abohani/index/aospsystemui/
abo hani said:
Just modify the " percentage " icon.
Click to expand...
Click to collapse
i need help on dat please.....
supports D6633?
Replacing the apk from system with the Apk from the OP and changing the permissions didn't work.
Tried to just do a normal install and it didn't work(doesn't install) either.
Had to go back to the stock SystemUI.apk.
Would you be releasing a SystemUI.apk for stock D6603 for the .232 firmware anytime soon?
ombheembush said:
Replacing the apk from system with the Apk from the OP and changing the permissions didn't work.
Tried to just do a normal install and it didn't work(doesn't install) either.
Had to go back to the stock SystemUI.apk.
Would you be releasing a SystemUI.apk for stock D6603 for the .232 firmware anytime soon?
Click to expand...
Click to collapse
Here's : http://thinkdroid.net/abohani/index/aospsystemui/
But, you may need SuperUserMod to make it work i think.
toledo22 said:
supports D6633?
Click to expand...
Click to collapse
Support Every device running LP .
whalesplaho said:
i need help on dat please.....
Click to expand...
Click to collapse
It's a drawable can be found in your drawable-yourdpi folder .
abo hani said:
Here's : http://thinkdroid.net/abohani/index/aospsystemui/
But, you may need SuperUserMod to make it work i think.
Support Every device running LP .
It's a drawable can be found in your drawable-yourdpi folder .
Click to expand...
Click to collapse
okay brov...... thanks!
thanks,I need it
Hi there i followed your instruction but my battry and quick settings toggels were not changed. Any idea what is wrong ?
Take a look at my screenshots.
Im on .232 fw my device z3c D5833
ronniem88 said:
Hi there i followed your instruction but my battry and quick settings toggels were not changed. Any idea what is wrong ?
Take a look at my screenshots.
Im on .232 fw my device z3c D5833
Click to expand...
Click to collapse
Battery in % mode won't change, you need to modify the icon in your SystemUI .
for WiFi Quick toggle, check for it, you might see it as " qs_wifi " or " ic_qs_wifi " something like this, just find it and replace it with mine ( duplicate mine and rename it to the new name ) .
abo hani said:
Battery in % mode won't change, you need to modify the icon in your SystemUI .
for WiFi Quick toggle, check for it, you might see it as " qs_wifi " or " ic_qs_wifi " something like this, just find it and replace it with mine ( duplicate mine and rename it to the new name ) .
Click to expand...
Click to collapse
thank you so much for reply.
for battery icon i had removed percent sign but still its showing stock icon. i dont whats wrong.
and for the quick settings toggels i will change it as you said. then get back to you.
ronniem88 said:
thank you so much for reply.
for battery icon i had removed percent sign but still its showing stock icon. i dont whats wrong.
and for the quick settings toggels i will change it as you said. then get back to you.
Click to expand...
Click to collapse
There are 3 % icons, check them & check for drawables in res/drawable folder they might started to use VectorType images instead of existing images.
Updated! fixed a lot of visual bugs & re-sized navbar icons .
Don't forget, Personal use ONLY, For my lovely Xperience Material Themes, You gonna get the new update approx tomorrow .
@abo hani
Thank you very much for your help. Could you please match the colour and opacity of the stock ic_qs_wifi_disabled.png? I have attached both PNGs, please change it so your mod can be even better as when the WiFi toggle is off, the colour appears different than the rest.
Many thanks
masteriori said:
@abo hani
Thank you very much for your help. Could you please match the colour and opacity of the stock ic_qs_wifi_disabled.png? I have attached both PNGs, please change it so your mod can be even better as when the WiFi toggle is off, the colour appears different than the rest.
Many thanks
Click to expand...
Click to collapse
Edited, check the attachments .. i'm gonna make the changes for the rest .