Can someone make me a status bar white battery percent mod for CleanROM ACE 4.7? Currently looks weird with the default gray.
U can run morphology 1.5 and change the status bar to any color u want.
http://forum.xda-developers.com/showthread.php?t=2129293
Sent from the TermiNOTEr 2!
borijess said:
U can run morphology 1.5 and change the status bar to any color u want.
http://forum.xda-developers.com/showthread.php?t=2129293
Sent from the TermiNOTEr 2!
Click to expand...
Click to collapse
Thanks but flashing Mack's updater crashes my systemui on cleanrom 4.7.. I just wanna change the percent text.
Send me your SystemUI.apk ill take a look
Thanks, I have attached it. Could you also let me know what file you edited?
here you go. make a backup first as always.
download copy and paste to system apps. change permissions to rw-r-r and reboot
apen83 said:
here you go. make a backup first as always.
download copy and paste to system apps. change permissions to rw-r-r and reboot
Click to expand...
Click to collapse
hi,just wondering which files u changed cuz I'd like to add the white battery percentage to my own modified systemUI ?
thanks for ur help
hii1 said:
hi,just wondering which files u changed cuz I'd like to add the white battery percentage to my own modified systemUI ?
thanks for ur help
Click to expand...
Click to collapse
tw_status_bar.xml
Line 18 - TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text"
Find your color hex here - http://www.color-hex.com/ then replce what highlighted in blue.
From there wrap up the goods , Vrtheme install proper path for drop off into SystemUI,apk
hii1 said:
hi,just wondering which files u changed cuz I'd like to add the white battery percentage to my own modified systemUI ?
thanks for ur help
Click to expand...
Click to collapse
This below but change the ffa6a6a6 to ffffffff.
sling said:
tw_status_bar.xml
Line 18 - TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text"
Click to expand...
Click to collapse
apen83 said:
here you go. make a backup first as always.
download copy and paste to system apps. change permissions to rw-r-r and reboot
Click to expand...
Click to collapse
apen83 said:
This ge the ffa6a6a6 to ffffffff.
Click to expand...
Click to collapse
first of all,I really appreciate ur help guys and I can never thank u enough for ur help.
ok,I looked all over the XML file and can't find the exact line to edit,i thought its cuz im using a modified systemUI,so I decompiled the original systemUI and extracted tw_status_bar.xml from layout to compare but still can't find the exact line to edit.
I found one line only with the same color code u mentioned so I changed it and recompiled,replaced and fixed permissions then rebooted and the status bar disappeared ! so I replaced again in system/app and this time wiped both caches and still status bar wont show up ! so ofcorse I put back my original systemUI AND got it back
I've attached my systemUI so may be if any of u have some time u can look at it and have a play ! ??
I'm running stock jb 4.1.2 LSD AND its odexed
once again thank u very very much for ur time and help
hii1 said:
first of all,I really appreciate ur help guys and I can never thank u enough for ur help.
ok,I looked all over the XML file and can't find the exact line to edit,i thought its cuz im using a modified systemUI,so I decompiled the original systemUI and extracted tw_status_bar.xml from layout to compare but still can't find the exact line to edit.
I found one line only with the same color code u mentioned so I changed it and recompiled,replaced and fixed permissions then rebooted and the status bar disappeared ! so I replaced again in system/app and this time wiped both caches and still status bar wont show up ! so ofcorse I put back my original systemUI AND got it back
I've attached my systemUI so may be if any of u have some time u can look at it and have a play ! ??
I'm running stock jb 4.1.2 LSD AND its odexed
once again thank u very very much for ur time and help
Click to expand...
Click to collapse
hmm not sure were you found SystemUI.apk your working off of but its a freaking mess.
It looks like you compiled it with a chainsaw , Missing Dex etc all kinds of bad error jungle when i decompiled....
Anyway I pulled xml from it , made edit and packed it into worthy SystemUI.apk for error free recompile.
I then pulled edited file from apk and gift wrapped it for you vrtheme install.
sling said:
hmm not sure were you found SystemUI.apk your working off of but its a freaking mess.
It looks like you compiled it with a chainsaw , Missing Dex etc all kinds of bad error jungle when i decompiled....
Anyway I pulled xml from it , made edit and packed it into worthy SystemUI.apk for error free recompile.
I then pulled edited file from apk and gift wrapped it for you vrtheme install.
Click to expand...
Click to collapse
Compiled with a chainsaw thats a good one sling lol
*"compiled it with a chainsaw" !! LOL
ok,I pulled it out of the attached flashable zip which was made for deodexed 4.1.2 lsd and then I replaced it with my original apk.u can have a look if u want .
anyway,I flashed the zip that u sent me from CWM and after the phone booted the status bar went missing ! so I extracted the xml file and replaced it with mine, and pushed the systemui apk back to system/app and rebooted with same result ! no status bar !!
So ofcorse I put my systemui back to get my status bar baxk !!!!
have I done things right ?? where did I go wrong ??
thank u very very much for all ur help
hii1 said:
*"compiled it with a chainsaw" !! LOL
ok,I pulled it out of the attached flashable zip which was made for deodexed 4.1.2 lsd and then I replaced it with my original apk.u can have a look if u want .
anyway,I flashed the zip that u sent me from CWM and after the phone booted the status bar went missing ! so I extracted the xml file and replaced it with mine, and pushed the systemui apk back to system/app and rebooted with same result ! no status bar !!
So ofcorse I put my systemui back to get my status bar baxk !!!!
have I done things right ?? where did I go wrong ??
thank u very very much for all ur help
Click to expand...
Click to collapse
oh my
Your apk is a mess as seen in screen shot so it would only make sense for you status bar to disappear....heck you should be in boot loops.
And this is only half of errors displayed within apk.
Lets start over,
This thread / forum its not the place for it , In the future you would want to go - http://forum.xda-developers.com/forumdisplay.php?f=527
For now get your creation working on device , extract working copy SystemUI.apk , send it to me in PM & I will make color edit to its status tw_status_bar.xml
sling said:
oh my
Your apk is a mess as seen in screen shot so it would only make sense for you status bar to disappear....heck you should be in boot loops.
And this is only half of errors displayed within apk.
Lets start over,
This thread / forum its not the place for it , In the future you would want to go - http://forum.xda-developers.com/forumdisplay.php?f=527
For now get your creation working on device , extract working copy SystemUI.apk , send it to me in PM & I will make color edit to its status tw_status_bar.xml
Click to expand...
Click to collapse
That's pretty scary right there
Sent from my SGH-T889 using Xparent Skyblue Tapatalk 2
Tiffany84 said:
That's pretty scary right there
Sent from my SGH-T889 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
i'm sure my SystemUI looked twice as bad after my FAILED attempt trying to get a transparent status bar background with white text.
I'm trying to do the same mod of changing the color of the battery percent, but when I open the XML file both on my phone and on my PC, it's almost all scrambled and unreadable. Is there a special encoding it needs to be opened with? I'm using a stock rooted deodexed ROM.
chuman72486 said:
I'm trying to do the same mod of changing the color of the battery percent, but when I open the XML file both on my phone and on my PC, it's almost all scrambled and unreadable. Is there a special encoding it needs to be opened with? I'm using a stock rooted deodexed ROM.
Click to expand...
Click to collapse
You can't just extract an app and open xml files. The app must be decompiled first, changes made, then recompiled. If you are a noob, I would suggest TickleMyAndroid as a starting place. There is a thread.
Dean
sent from my SGH-i317
chuman72486 said:
I'm trying to do the same mod of changing the color of the battery percent, but when I open the XML file both on my phone and on my PC, it's almost all scrambled and unreadable. Is there a special encoding it needs to be opened with? I'm using a stock rooted deodexed ROM.
Click to expand...
Click to collapse
So what is it you want done?
Sent from my SCH-I605 using Xparent Skyblue Tapatalk 2
rsalan said:
Can someone make me a status bar white battery percent mod for CleanROM ACE 4.7? Currently looks weird with the default gray.
Click to expand...
Click to collapse
Check the attached package - the numbers are white, the circle colors are really bright and it looks really cool. :good:
Related
First of all, credits should go to nims11 for this. I pm him and asking how to do that, it worked so I thought to write an extensive tutorial about this. Of course I am not held responsible if something goes wrong, read carefully instructions though it's quite simple, don't mind long explanation, is meant for new users too.
STATUS BAR TRANSPARENCY - WHAT YOU NEED!!!
1. This was tested on CM7.2 on both deodexed and odexed version. Also will work on ICS2. Probably will work on CM7.1 too but haven't tried this. Don't ask me if this will work on other modded versions of CM7.2, I don't know, and I am not willing to try.
2. You need a theme that supports transparency in status bar like Meizu, LunarUI, MIUI, Naked Simplicity, Orion and much more. Theme list can be found here http://forum.xda-developers.com/showthread.php?t=1167075
3. You need ADW Launcher along with theme to make this work. Remember to uncheck wallpaper hack in system preferences.
4. You need Root Explorer or similar app to be able to do have root access.
5. Before proceed with the method, backup SystemUI.apk from system/app (deodexed version) or both SystemUI.apk and SystemUI.odex (odexed version). A simple copy/paste to your sd card will also do the job.
PROCEDURE FOR HAVING TRANSPARENCY IN STATUS BAR
DEODEXED VERSION
1. Download this file http://www.uploadking.com/V7YWUIJ3UO and transfer to your SD Card (any directory)
2. Use Root Explorer and COPY file
3. Go to system/app --> Press the Mount R/W button on top of screen --> Now Paste. A message pops up to confirm that you want to overwrite file. Press Yes.
4. You will then get a message that systemui stopped responding. DON'T WORRY. Hold power button till phone reboots
5. When it reboots you won't have status bar. DON'T WORRY, IT'S MEANT TO BE LIKE THIS.
6. Use again Root Explorer, go to system/app, press again the Mount R/W button --> then find file SystemUI.apk --> Long press it till a menu pops up --> Click Permissions, it should be as this http://imageshack.us/f/843/screenshot1323167924787.png/ So permissions under file should be as rw-r-r
7. Reboot phone --> YOU'RE DONE.
ODEXED VERSION
The procedure is exactly the same as deodexed version BUT BEFORE DOING THIS YOU NEED TO DELETE SystemUI.odex from system/app using Root Explorer and having pressed the Mount R/W button in order to do so.
So when you're done and lets say you are using MIUI Theme it should look like this http://imageshack.us/f/856/screenshot1323169878975.png/. Different theme will have different icons or different transparency level, transparency is really theme dependant!
DON'T PANIC
1. If it doesn't work then probably you did something wrong
2. Remember that you have backed up original files so you're safe
ALTERNATIVE METHOD VIA CWM (as nims11 suggested) - ODEXED VERSION ONLY!!!
Just flash this through CWM http://db.tt/vlQvk1Nx
Thank you John!
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
nims11 said:
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
yours --> one line instruction
mine --> uhh, a few more lines
Nice!!! Thanks! Added to first floor
nims11 said:
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
I tried it and i lost my status bar completely
^Deadly_Sin^ said:
I tried it and i lost my status bar completely
Click to expand...
Click to collapse
are you using odex version? I haven't tried this method myself, I did it manually. Check permissions on SystemUI.apk, it should be as rw-r-r.
I tested it on my odexed rom then gave here
I not want to tolerate such question like i lost my statusbar... so i not started thread
he pm me so i gave him
and by saw thread gave odexed version for odexed rom user
so if working with your good if not use other method of using deodex methos from first post
itasoulas said:
are you using odex version? I haven't tried this method myself, I did it manually. Check permissions on SystemUI.apk, it should be as rw-r-r.
Click to expand...
Click to collapse
nims11 said:
I tested it on my odexed rom then gave here
I not want to tolerate such question like i lost my statusbar... so i not started thread
he pm me so i gave him
and by saw thread gave odexed version for odexed rom user
so if working with your good if not use other method of using deodex methos from first post
Click to expand...
Click to collapse
I managed to make it work, sorry for the trouble i've caused and thank you
Also, a tip as a small contribution for people who don't like adw launcher like me. If you want to have a transparent status bar while using a different launcher then you need to download multi picture live wallpaper from the market. Set your prefered wallpaper through multi picture live wallpaper and the status bar is transparent no matter what launcher you're using
yes it work... also nims maybe you can give us your transparency bar with center clock system UI too... it would be awesome... thx
^Deadly_Sin^ said:
I tried it and i lost my status bar completely
Click to expand...
Click to collapse
Same here...
Sent from my GT-S5830 using xda premium
nims11 said:
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
FINALLY
I'm still waiting for a proper tut
If anyone wants full transparency just replace every instance of @drawable/statusbar_background by @color/transparent.
doctorace92 said:
If anyone wants full transparency just replace every instance of @drawable/statusbar_background by @color/transparent.
Click to expand...
Click to collapse
can u share how to do that??? more detail i mean...thx for ur reply
madxxxpmc said:
can u share how to do that??? more detail i mean...thx for ur reply
Click to expand...
Click to collapse
If you know how to use apk manager and in which xml reference to statusbar_background is located you should be able to do it.This is not for freaking noobs.
working in ics2...but when i try to choose ics theme by achep isn't transparent..anyone can make ics theme by achep be transparent?
Sent from my GALAXY ACE running ICE CREAM SUNDAY2
CM7.2 systemUI
just want to help. here I made flashable. but before you flash you must delete SystemUI.odex using root explorer > system > app choose SystemUI.odex and delete make sure you has mount rw first, if you get FC for SystemUI don't panic, reboot to recovery and then flash it via recovery. don't forget to mount /system first...
all credits goes to him...
MAKE BACKUP FIRST OF YOUR CURRENT SystemUI.apk and SystemUI.odex
EDIT : SORRY MY FAULT. THIS STUFF ONLY WORK IN CM7.2 ROM BASED.
madxxxpmc said:
can u share how to do that??? more detail i mean...thx for ur reply
Click to expand...
Click to collapse
I think you must extract SystemUI.apk using apktool. and find value @drawable/statusbar_background then replace with @color/transparent find in some files with xml extension. I recommend to use notepad++ for editing xml extension.
nims11 said:
Odexed version
Install directly from cwm http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
Hi nims11. I think this SystemUI.apk and SystemUI.odex in zip is not compatible with CM7 by Grif_07, I've been tested but my status bar completely lost. can you tell me, does it work on your Rom? using this flashable?
saigetshu said:
I think you must extract SystemUI.apk using apktool. and find value @drawable/statusbar_background then replace with @color/transparent find in some files with xml extension. I recommend to use notepad++ for editing xml extension.
Hi nims11. I think this SystemUI.apk and SystemUI.odex in zip is not compatible with CM7 by Grif_07, I've been tested but my status bar completely lost. can you tell me, does it work on your Rom? using this flashable?
Click to expand...
Click to collapse
maybe because it's for CM 7.2 based rom only....
I have go launcher and dont work transparency. Is possible some work on go launcher.? How to? And ics theme by achep wanna go create transparent theme
Sent from my GT-S5830
joryS5830 said:
I have go launcher and dont work transparency. Is possible some work on go launcher.? How to? And ics theme by achep wanna go create transparent theme
Sent from my GT-S5830
Click to expand...
Click to collapse
Use multipicture live wallpaper and transparent theme.
How i can change battery icon from status bar? I want round icon
Sent from my GT-I9300 using xda premium
http://forum.xda-developers.com/showthread.php?t=1682114
to return to the initial situation systeui reenter the original that you have previously saved
?????/ what to save?
where you want, where you find it important to save
pglmro said:
where you want, where you find it important to save
Click to expand...
Click to collapse
as i am noob can u tell me
where i can find that ?( i rooted fone ) where i have to put theme file?
system/app
pglmro said:
system/app
Click to expand...
Click to collapse
and after that where selectd theme should me put?
you managed to install the systemui and have the battery change?
pglmro said:
you managed to install the systemui and have the battery change?
Click to expand...
Click to collapse
na havent replaced yet coz i did not uderstand next step thats y ?
so by replcing systemui battery will change?
rootexplorer you have to do these steps
ya after replacing systemui battery logo changed ... so nw if i want to change
i have do it from cwm ? byt copying zip of that battery mod right?
you enter the zip of the theme in SD and install from recovery
---------- Post added at 10:42 AM ---------- Previous post was at 10:24 AM ----------
for other explanations continues here
http://forum.xda-developers.com/showthread.php?t=1682114
Whenever i reboot fone its showing upgarding android y its so?
Sent from my GT-I9300 using xda premium
You can use root explorer to copy systemui to your computer. Open it up, and then replace the battery images with the ones you want. then push it back.
Are you flashing a theme as well? Just go to the theme your flashing and open systemui and then replace the images you want and flash the theme.
battery icon
johnejohn said:
You can use root explorer to copy systemui to your computer. Open it up, and then replace the battery images with the ones you want. then push it back.
Are you flashing a theme as well? Just go to the theme your flashing and open systemui and then replace the images you want and flash the theme.
Click to expand...
Click to collapse
Hi,
i also want to change my battery icon with anime customed icons, but after i have the folder containing the battery icons i dont which icons will i replace , there were two types of icons with two different filenames.. other starts with "ic" (ic_sys_bat.png)and other with "tw" . (tw_sys_bat.png) which one will i replace?
hisee said:
Whenever i reboot fone its showing upgarding android y its so?
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
I get this after clearing cache and Dalvik - it's caused by odex files.
This thread helped me fix it: http://forum.xda-developers.com/showthread.php?t=2354799
Hi guys this is my first post here in xda!
I'm here to ask a thing:
When i unboxed my XPERIA PLAY I and turned it on i looked to the black status bar on the phone framework and looked to the box framework that was more beauty and was blue with white icons.
Can someone tell me if its possible to get the original blue framework like the image i have posted above, thanks in advanced, and sorry my English :S.
The photo of the box us edited with the computer. The statusbar looks on every xperia play that is on stock "ugly".
You must be rooted and edit the systemui.apk to get this
Spatinator said:
The photo of the box us edited with the computer. The statusbar looks on every xperia play that is on stock "ugly".
You must be rooted and edit the systemui.apk to get this
Click to expand...
Click to collapse
My PLAY is rooted, and i have 2.3.4 with it, what things i need to edit in systemui.apk and where do i get those files?
Thanks.
Which theme did u use?? I think its a theme effect. Try changing it to blue.
Sent from my R800i using xda premium
It's not a theme effect, it's actually older amdtroid version. I remembered my friend's X10 android 2.1 stock has this battery style.
jeff7424 said:
It's not a theme effect, it's actually older amdtroid version. I remembered my friend's X10 android 2.1 stock has this battery style.
Click to expand...
Click to collapse
Hi, do you know how can i get it? Thank's in advanced
imputazz said:
Hi, do you know how can i get it? Thank's in advanced
Click to expand...
Click to collapse
You'll need to modify the battery icons inside framework-res.apk then push it back into system. Maybe you can ask someone to theme it for you
jeff7424 said:
You'll need to modify the battery icons inside framework-res.apk then push it back into system. Maybe you can ask someone to theme it for you
Click to expand...
Click to collapse
Thanks for the reply i will test it
imputazz said:
Thanks for the reply i will test it
Click to expand...
Click to collapse
One more thing, do a nandroid backup before you modify. And make it a flashable zip and flash it via CWM.
jeff7424 said:
One more thing, do a nandroid backup before you modify. And make it a flashable zip and flash it via CWM.
Click to expand...
Click to collapse
Hi, it didnt worked still my framework :/ Thanks anyway
jeff7424 said:
You'll need to modify the battery icons inside framework-res.apk then push it back into system. Maybe you can ask someone to theme it for you
Click to expand...
Click to collapse
Noo thats wrong. you need to edit systemui.apk in /system/app.
the systemui.apk actually prodyces the statusbar
Spatinator said:
Noo thats wrong. you need to edit systemui.apk in /system/app.
the systemui.apk actually prodyces the statusbar
Click to expand...
Click to collapse
Battery icon is inside the framework-res.apk, that's what I remembered.
jeff7424 said:
Battery icon is inside the framework-res.apk, that's what I remembered.
Click to expand...
Click to collapse
Yeah thats true there are some parts in framewirk res apk.
Hi all
Could someone please modify this apk res/layout/statusbar.xml, to delete the clock in the status bar (just a the right of the battery icon )
Thx a lot in advance !
fabulous69 said:
Hi all
Could someone please modify this apk res/layout/statusbar.xml, to delete the clock in the status bar (just a the right of the battery icon )
Thx a lot in advance !
Click to expand...
Click to collapse
What line(s) in statusbar.xml need changed?
its the one with clock, only one line has the word "clock"
thx for help !
fabulous69 said:
its the one with clock, only one line has the word "clock"
thx for help !
Click to expand...
Click to collapse
I just deleted the lines for the clock in that xml. I obviously didn't test it, so make sure you know how to recover if it doesn't work. The .zip that is attached is NOT flashable. I also put a working 4.2.x apktool in there with instructions for you to do it yourself if you want to in the future. It's pretty easy to do if you have a working apktool (I compiled this one from paulobrein's github since he edited the source to be compatible with 4.2).
Thank you dude i really appreciate..
This is, what i call help. Thanks and thanks again.
Cheers :good:
edit: i also tried yesterday with apk tool and succeed to decompile and recompile, sign the apk.
the strange thing is that the file goes from 1.5 mb to 1.12mb just by deleting one line
Indeed, it doesnt work. I dont know what's the problem
fabulous69 said:
Thank you dude i really appreciate..
This is, what i call help. Thanks and thanks again.
Cheers :good:
edit: i also tried yesterday with apk tool and succeed to decompile and recompile, sign the apk.
the strange thing is that the file goes from 1.5 mb to 1.12mb just by deleting one line
Indeed, it doesnt work. I dont know what's the problem
Click to expand...
Click to collapse
The size change might just because the zip is compressed more or less. It doesn't always mean anything is wrong. You can decompile it again and compare the contents with the original to make sure everything is there. Do you know how that mod is usually made? Is deleting the lines the correct way?
Sent from my Galaxy Nexus using Tapatalk 2
fabulous69 said:
Thank you dude i really appreciate..
This is, what i call help. Thanks and thanks again.
Cheers :good:
edit: i also tried yesterday with apk tool and succeed to decompile and recompile, sign the apk.
the strange thing is that the file goes from 1.5 mb to 1.12mb just by deleting one line
Indeed, it doesnt work. I dont know what's the problem
Click to expand...
Click to collapse
Have tried the edit myself,with SystemUI, dont sign it, open the original and copy META-INF and androidmanifest.xml over to your new file,let me know if it worked.
Just rename to SystemUI.apk and push to system/app and reboot
Hi guys, I'm looking for the status bar pattern in the SystemUI.apk or framework-res.apk in order to change it into a full transparent white through ZipThemer (and finally have a transparent status bar in 4.2.2 stock :victory
But there's so many png in those files that I don't know which one I should use
Can you guys help me ?
Many thanks !
PS : Here are my files if you want to check quickly : https://www.box.com/s/4ij73xgwutyin6bmmkih
UP
Next time, try Google search if you aren't comfortable with xda search.
Literally the first link when I searched for "status bar png systemUI.apk"
Please read the entire thread before you do anything. The instructions in the OP are flawed.
Hung0702 said:
Next time, try Google search if you aren't comfortable with xda search.
Literally the first link when I searched for "status bar png systemUI.apk"
Please read the entire thread before you do anything. The instructions in the OP are flawed.
Click to expand...
Click to collapse
Thank you but it didn't work I've tried many tutorial by now and it didn't work. I really want to achieve it through ZipThemer because I want to be able to change quite easily
azertguigui said:
Thank you but it didn't work I've tried many tutorial by now and I didn't work. I really want to achieve it through ZipThemer because I want to be able to change quite easily
Click to expand...
Click to collapse
With the new roms this is not an option as it is no longer a png file file a combo of color codes thoughout the systemui and framework res. It took me 3 months to find all the changes to redirect it to a png
zelendel said:
With the new roms this is not an option as it is no longer a png file file a combo of color codes thoughout the systemui and framework res. It took me 3 months to find all the changes to redirect it to a png
Click to expand...
Click to collapse
I'm not sure I understand your post. You mean I have to change .xml files to apply a transparent status bar ? That is not a problem with ZipThemer, right ?
azertguigui said:
I'm not sure I understand your post. You mean I have to change .xml files to apply a transparent status bar ? That is not a problem with ZipThemer, right ?
Click to expand...
Click to collapse
What I mean depending on your rom is that you will have to adjust the color codes. Your issues is that the main place one of these changes needs to be made are in a place tat cant be adjusted with zip themer.
zelendel said:
What I mean depending on your rom is that you will have to adjust the color codes. Your issues is that the main place one of these changes needs to be made are in a place tat cant be adjusted with zip themer.
Click to expand...
Click to collapse
Ok so what would be the solution ? (without ZipThemer)
(By the way thanks for helping me )
azertguigui said:
Ok so what would be the solution ? (without ZipThemer)
(By the way thanks for helping me )
Click to expand...
Click to collapse
You would have to decompile the both Framework-res apk and the systemui.apk and make about 15 xml edits to redirect it to an image and then remove a few places. Then recompile the apks and then flash them. This would have to be done for each rom you flash.
What are you trying to do over all?
zelendel said:
You would have to decompile the both Framework-res apk and the systemui.apk and make about 15 xml edits to redirect it to an image and then remove a few places. Then recompile the apks and then flash them. This would have to be done for each rom you flash.
What are you trying to do over all?
Click to expand...
Click to collapse
I just want a transparent status bar :crying:
azertguigui said:
I just want a transparent status bar :crying:
Click to expand...
Click to collapse
This option is in most custom roms. What rom are you running?
zelendel said:
This option is in most custom roms. What rom are you running?
Click to expand...
Click to collapse
4.2.2 stock with some mods (beats louder, a custom battery in status bar, a new locking...)
I agree that I have no idea why CM doesn't add this in their most recent ROM's, making the statusbar transparent is such an improvement to the UI immediately