Battery Percent - Sprint HTC EVO 4G LTE

Anyone have a working apk for putting the battery percent back inside the battery icon. I don't know why google or htc doesn't do this. Thanks. Loving my new evo!!!

If im not mistaken, this is just a hack that is done on custom roms. To my knowledge, there is no .apk that does this on the PLay Store.

We will have to wait for root. Custom battery mods are edited framework-res.apk files, which are in /system/framework. We will need full root to be able to push the file.

Vinchenzop said:
We will have to wait for root. Custom battery mods are edited framework-res.apk files, which are in /system/app. We will need full root to be able to push the file.
Click to expand...
Click to collapse
Root is already here
Sent from my Synergized Aggressive Lionfish Evo using the XDA app

since root is here I guess we are waiting for everyone to settle in and start writing custom roms.

I'm aware that a version of root is here. Since you've got it under control...use adb to pull the framework-res.apk from system/framework, upload it to the ultimate online theme kitchen, then repush the output file to your system

I'm running the ChargeBar app to show the battery line at the top of the screen. It helps with knowing where the battery is at.

The biggest issue aside from not knowing the exact battery percentage when not charging, is when the phone is charging you have no idea how much battery is charged at all! The battery indicator animates between empty and full, so you don't even get an approximation of how much is charged. It's a major oversight.
I'm using this battery widget on my homescreen, which is quite customizable:
https://play.google.com/store/apps/...1bGwsMSwxLDEsImNvbS5wancuYmF0dGVyeXdpZGdldCJd

Doing the batt % is fairly simple and can already be done.

May i ask how?

cfbauer said:
May i ask how?
Click to expand...
Click to collapse
Post 6

Actually framework-res.apk is in /system/framework.
sent from my rooted EVO LTE

Jabawockee said:
Actually framework-res.apk is in /system/framework.
sent from my rooted EVO LTE
Click to expand...
Click to collapse
Which is what post 6 says.

SteelH said:
Which is what post 6 says.
Click to expand...
Click to collapse
I've edited it since first posting. I had accidentally put system/app

Vinchenzop said:
I've edited it since first posting. I had accidentally put system/app
Click to expand...
Click to collapse
You're killing me vin

fpineda101 said:
You're killing me vin
Click to expand...
Click to collapse
What can I say, I'm a noob

Hmmm...kitchen only allows 17mbs for framework and its 17.9...
Sent from my EVO

If someone can send me the apk and what battery % mod you want, I can whip one up in a few mins.

I'll get back to you on that, ill be using viper Rom most likely after I root.
Sent from my EVO using Tapatalk

Viper Rom has it cooked in now
Sent from my EVO using Tapatalk 2

Related

Help with editing a battery icon!!

Ok so I wanna start off by saying that I'm not new to flashing roms/kernels/themes however... I have never tried to edit a theme..
I am currently running BAMF 1.5 and I love everything about the rom except the battery percentage icon.. I find myself OCD'ing about the battery drain if I can sit there and watch % by %..
I did attempt this but was not successful.. What I did was downloaded BAMF 1.5_debloated which is totally stock.. went into the framework-res.apk pulled the battery.png's... I then went into the framework-res.apk of BAMF 1.5, deleted the battery icons 0-100 (1%-100%), and replaced them with the png files that do no have a battery % on them. saved the framework-res.apk and then basically placed it back in the whole rom which i then reflashed.. what i found was that while the phone was charging it looked fine (did not edit these icons) but once i removed the charger the battery icon just dissapeared..
to make it a bit easier to follow.. essentially i grab the battery png files from one ROMS framework-res.apk and replaced another ROMS framework-res.apk battery pngs with them..
my question is basically, am i even close to accomplishing my goal or am i waaaayyyy off??
thanks in advance!
Powell730 said:
Ok so I wanna start off by saying that I'm not new to flashing roms/kernels/themes however... I have never tried to edit a theme..
I am currently running BAMF 1.5 and I love everything about the rom except the battery percentage icon.. I find myself OCD'ing about the battery drain if I can sit there and watch % by %..
I did attempt this but was not successful.. What I did was downloaded BAMF 1.5_debloated which is totally stock.. went into the framework-res.apk pulled the battery.png's... I then went into the framework-res.apk of BAMF 1.5, deleted the battery icons 0-100 (1%-100%), and replaced them with the png files that do no have a battery % on them. saved the framework-res.apk and then basically placed it back in the whole rom which i then reflashed.. what i found was that while the phone was charging it looked fine (did not edit these icons) but once i removed the charger the battery icon just dissapeared..
to make it a bit easier to follow.. essentially i grab the battery png files from one ROMS framework-res.apk and replaced another ROMS framework-res.apk battery pngs with them..
my question is basically, am i even close to accomplishing my goal or am i waaaayyyy off??
thanks in advance!
Click to expand...
Click to collapse
you need to edit the battery xml in res/drawable
bgill55 said:
you need to edit the battery xml in res/drawable
Click to expand...
Click to collapse
I had a feeling that was the issue.. I found that file and wondered how I was supposed to edit it.. I opened it in note pad and got a bunch of gibberish..
Any idea of any good tutorials for editing this? All the guides I found were for creating a whole theme and although I'm pretty computer literate.. That seems to be way over my head
Sent from my ADR6400L using XDA App
Powell730 said:
I had a feeling that was the issue.. I found that file and wondered how I was supposed to edit it.. I opened it in note pad and got a bunch of gibberish..
Any idea of any good tutorials for editing this? All the guides I found were for creating a whole theme and although I'm pretty computer literate.. That seems to be way over my head
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
2 options:
you will have to decompile the the apk using apk manager or the like. or you can cheat and take a xml from a rom that is completely stock and replace it in your modded apk. and throw it back in the rom and flash
bgill55 said:
2 options:
you will have to decompile the the apk using apk manager or the like. or you can cheat and take a xml from a rom that is completely stock and replace it in your modded apk. and throw it back in the rom and flash
Click to expand...
Click to collapse
Ah great idea! Thanks for the help
Sent from my ADR6400L using XDA App
Part of the reason is that the stock ROM doesn't have 100 battery icons.
Another option would be to replace the icons with a set that don't have the numbers on them.
I personally don't care for the numbers either, that's one of the first things I change.
Sent from my B.A.M.F. Thunderbolt
gadget! said:
Part of the reason is that the stock ROM doesn't have 100 battery icons.
Another option would be to replace the icons with a set that don't have the numbers on them.
I personally don't care for the numbers either, that's one of the first things I change.
Sent from my B.A.M.F. Thunderbolt
Click to expand...
Click to collapse
Right that's what I did... I just didn't replace the xml
Sent from my ADR6400L using XDA App
Powell730 said:
Right that's what I did... I just didn't replace the xml
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
If you deleted the battery icons and then put the battery icons from a stock ROM then you don't have all of the icons.
The stock ROM doesn't have 100 battery icons.
It goes like: 10, 20, 40, 60, 80, 100
Or something similar.
Open your edited apk and double check your numbers.
Other than that, did you use 7zip or winzip?
Sent from my B.A.M.F. Thunderbolt
gadget! said:
If you deleted the battery icons and then put the battery icons from a stock ROM then you don't have all of the icons.
The stock ROM doesn't have 100 battery icons.
It goes like: 10, 20, 40, 60, 80, 100
Or something similar.
Open your edited apk and double check your numbers.
Other than that, did you use 7zip or winzip?
Sent from my B.A.M.F. Thunderbolt
Click to expand...
Click to collapse
Yeah there was definitely less icons. I actually used win rar.. I'd prefer to have a battery that has increments of 10 percent with no % but idk what rom/or theme uses one like that..
Sent from my ADR6400L using XDA App
Powell730 said:
Yeah there was definitely less icons. I actually used win rar.. I'd prefer to have a battery that has increments of 10 percent with no % but idk what rom/or theme uses one like that..
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
take a look at these, if you like them dump them in your framework and gou'll be good to go.
The image is just to show you the look, the images are in the zip file.
gadget! said:
take a look at these, if you like them dump them in your framework and gou'll be good to go.
The image is just to show you the look, the images are in the zip file.
Click to expand...
Click to collapse
thank you so much! worked perfectly! you wouldn't know off hand where i could find a stock green one like that do you?
Powell730 said:
thank you so much! worked perfectly! you wouldn't know off hand where i could find a stock green one like that do you?
Click to expand...
Click to collapse
Not stock but close...
Take your pick.
I will be out of the office for a while this morning but will check later and upload your choice.
The first one, thank you very much!
Sent from my ADR6400L using XDA App
Powell730 said:
The first one, thank you very much!
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Here you go.
FYI: Bonus Easy Battery Theming
I use Bamf 1.5 & have pulled my framework-res.apk and had success using Ultimate Online Theme Kitchen
gadget! said:
Here you go.
Click to expand...
Click to collapse
Do we install via cwm?
Sent from my Xoom using Tapatalk
MrHawaii said:
Do we install via cwm?
Sent from my Xoom using Tapatalk
Click to expand...
Click to collapse
No!!! If you wanna use these you have to drop them in your framework-res.apk.. And remove the old ones
Sent from my ADR6400L using XDA App
gadget! said:
Here you go.
Click to expand...
Click to collapse
thank you again!
Sent from my ADR6400L using XDA App
feedhead said:
FYI: Bonus Easy Battery Theming
I use Bamf 1.5 & have pulled my framework-res.apk and had success using Ultimate Online Theme Kitchen
Click to expand...
Click to collapse
I tried that kitchen thing with no luck..
Sent from my ADR6400L using XDA App
Powell730 said:
No!!! If you wanna use these you have to drop them in your framework-res.apk.. And remove the old ones
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Thanks, and how do I "drop it" in my framework-res.apk file? Is it like a zip file that you can unzip and rezip?

1% battery mod project

Well test one...took the smali edits made for the atrix and threw those in and it made the status bar disappear lol. So not that easy...
Will update as progress develops
Sent from my MB855 using XDA App
ZiggSVO said:
Well test one...took the smali edits made for the atrix and threw those in and it made the status bar disappear lol. So not that easy...
Will update as progress develops
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
HA! I did similar...I'm trying to get us the HTC Sense 3.0 notification bar. Uninstalled the Photon SystemUI.apk (yeah...oops!). Lost my notification bar totally. Good times. All is back to normal now tho!
Gonna keep trying my project too...love the toggles in the HTC bar.
Bandage said:
HA! I did similar...I'm trying to get us the HTC Sense 3.0 notification bar. Uninstalled the Photon SystemUI.apk (yeah...oops!). Lost my notification bar totally. Good times. All is back to normal now tho!
Gonna keep trying my project too...love the toggles in the HTC bar.
Click to expand...
Click to collapse
Yea i decompiled our values/public xml added a bunch of lines for the new battery images and cant get it to recompile lol. I love the touchwiz pulldown...maybe i should hit up dreams and see how hard it would be to make them for a non touchwiz phone lol. He buolt them for the nexus lol.
But yea i need to see if i can get the xml to recompile. Already edited the services.jar file to add the battery smali needed for the mod to work on the atrix. After that tried the xml editing and cant get it to recompile lol.
Sent from my MB855 using XDA App
Should holla at madd about this...sure theres a much easier method
Sent from my MB855 using XDA App
Custodian said:
Should holla at madd about this...sure theres a much easier method
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
Idk if you checked already, but I responded to your pm.
Posted by Mr. Z's Epic 4G.
Anyone still working on this or figure it out?
dschachm said:
Anyone still working on this or figure it out?
Click to expand...
Click to collapse
This^^^^^^ i need!
kennypowders said:
This^^^^^^ i need!
Click to expand...
Click to collapse
What rom are you on? I can whip something up today when I get back from grocery shopping.
[email protected] said:
What rom are you on? I can whip something up today when I get back from grocery shopping.
Click to expand...
Click to collapse
I am on star wars rom with alien flashed over. I would love this!
Sent from my MB855 using Tapatalk
Im also waiting for this modd
Sent from my MB855 using xda premium
Guys, just so you know, i loaded this the new homebase rom with update, and it has the battery percentage as 1% thank god!!!
Making an attempt...
I'm still a noob so pardon me if i'm not really adding anything here. I'm going to try to make the mod. So far I've:
1) Downloaded apktool
2) Decompiled the framework-res.apk file
3) Went into stats_sys_battery.xml and added the lines for each percentage
...LOL that's where I'm at and this'll take a while...so sorry if I'm taking a long time with this...I also just saw that last post about having the 1% mod on the home based rom...****! LOL! Well, if anyone's interested, I'll still give it a shot...hopefully i don't brick my phone.
4) Went into UOT Kitchen and downloaded some battery icons (now i have all charging/status icons...I didn't want to make it myself)
5) Wondering if I replace stats_sys_battery.xml with my modded one, recompile, that it would work?
If you use minimalistic text, it shows battery level in increments of 1%
Any updates to this mod
Sent from my Xoom using xda premium
any updates at all?
What ROM do you need the mod for? If you're talking Joker's skinny ROMs, then you can flash those as they have the % mod. Also Rangerbry posted the % mod way back for BLUR Roms. If you're talking ICS. Not ready yet, though I had extracted the systemui.apk and decompiled it, made my xml edits. but apktool doesn't compile the unrecognized ICS yet, so right now, we're stuck.
KTT16 said:
What ROM do you need the mod for? If you're talking Joker's skinny ROMs, then you can flash those as they have the % mod. Also Rangerbry posted the % mod way back for BLUR Roms. If you're talking ICS. Not ready yet, though I had extracted the systemui.apk and decompiled it, made my xml edits. but apktool doesn't compile the unrecognized ICS yet, so right now, we're stuck.
Click to expand...
Click to collapse
You probably need to update your apktool. I believe ICS support was added back in December.
http://code.google.com/p/android-apktool/wiki/Changelog#1.4.3
KSmithInNY said:
You probably need to update your apktool. I believe ICS support was added back in December.
http://code.google.com/p/android-apktool/wiki/Changelog#1.4.3
Click to expand...
Click to collapse
I was on 1.4.3 when i tried it, but maybe I'm just messing up somewhere with it. I installed framework-res.apk, systemui.apk's and decompiled the System apk just fine, made my edits, but when I built it, a **** ton of errors popped up.
KTT16 said:
What ROM do you need the mod for? If you're talking Joker's skinny ROMs, then you can flash those as they have the % mod. Also Rangerbry posted the % mod way back for BLUR Roms. If you're talking ICS. Not ready yet, though I had extracted the systemui.apk and decompiled it, made my xml edits. but apktool doesn't compile the unrecognized ICS yet, so right now, we're stuck.
Click to expand...
Click to collapse
what about stock?
im rooted but still rolling with stock for now, mainly cuz i need 4g
KTT16 said:
I was on 1.4.3 when i tried it, but maybe I'm just messing up somewhere with it. I installed framework-res.apk, systemui.apk's and decompiled the System apk just fine, made my edits, but when I built it, a **** ton of errors popped up.
Click to expand...
Click to collapse
To see if its your environment or your edits, decompile and don't make any changes then recompile. Depending on the results you'll have your answer.

[REQUEST][MOD] Hide 4G notification

I am making a request to any modders out there that can remove the 4g notification icon when you have 4G on. I want to be able to use 4G but not see the icon there when not using it.
A mod for this was done for the evo 4G and an example and more clarification of the mod I want done can be viewed here:
http://forum.xda-developers.com/showthread.php?t=883088
so basically if that could be ported over to the evo 3D that would be great
Thanks in advance
10char
SayWhat10 said:
10char
Click to expand...
Click to collapse
I answered this in the same thread you posted in to Q&A section..
http://forum.xda-developers.com/showthread.php?t=1228128
graffixnyc said:
I answered this in the same thread you posted in to Q&A section..
http://forum.xda-developers.com/showthread.php?t=1228128
Click to expand...
Click to collapse
oh ok thanks
but i read your response
you say delete the png, but when i opened up the apk it was a ton of pngs, so do you know the exact name of which png(s) to delete?
SayWhat10 said:
oh ok thanks
but i read your response
you say delete the png, but when i opened up the apk it was a ton of pngs, so do you know the exact name of which png(s) to delete?
Click to expand...
Click to collapse
it's in the drawable folder
stat_notify_wimax_in_range.png
I think it's that one because of the name but there are a couple right around it that also have that same icon with a different name
stat_notify_wimax_authentication_failed
stat_sys_wibro_qhd_signal_no
stat_sys_wibro_signal_no
stat_sys_wimax_new_signal_no
stat_sys_wimax_signal_no
graffixnyc said:
it's in the drawable folder
stat_notify_wimax_in_range.png
I think it's that one because of the name but there are a couple right around it that also have that same icon with a different name
stat_notify_wimax_authentication_failed
stat_sys_wibro_qhd_signal_no
stat_sys_wibro_signal_no
stat_sys_wimax_new_signal_no
stat_sys_wimax_signal_no
Click to expand...
Click to collapse
thanks
one last thing
so after delete png
how to send to phone? do i need to adb this thing? or can i just place there using root explorer?
SayWhat10 said:
thanks
one last thing
so after delete png
how to send to phone? do i need to adb this thing? or can i just place there using root explorer?
Click to expand...
Click to collapse
If you delete the png you also need to delete it also in public.xml and for that the apk needs to be decompiled compiled an resigned. An easier way would be to make the png transparent.
Sent from my PG86100 using XDA Premium App
steal25 said:
If you delete the png you also need to delete it also in public.xml and for that the apk needs to be decompiled compiled an resigned. An easier way would be to make the png transparent.
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
ah ok, well you lost me there
i cant go any further with this lol
SayWhat10 said:
ah ok, well you lost me there
i cant go any further with this lol
Click to expand...
Click to collapse
Just open the png in PhotoShop or Gimp and set transparency to 0.
Sent from my PG86100 using XDA Premium App
steal25 said:
Just open the png in PhotoShop or Gimp and set transparency to 0.
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
naw i think i can swing that
i just dont know what i'd be doing with the public.xml,decompile,compile, and resign stuff
Synergy rls1 has no 4g icon stock lol...I'm sure it will be fixed in future builds but I did answer the question
Sent from my EVO-DDD
SayWhat10 said:
naw i think i can swing that
i just dont know what i'd be doing with the public.xml,decompile,compile, and resign stuff
Click to expand...
Click to collapse
It's actually easier than it sounds, you just gotta have the right tools.
Sent from my PG86100 using XDA Premium App
I did the smali edits....it worked on my phone...give me a minute, ill upload it..
This is the done the proper way, as in it will not only hide it, but it won't take up space in the status bar when the notification "would" be there, like invisible icons and such would
EDIT:
DISCLAIMER:I'm not responsible for any damage this may cause, though it hasn't caused any FC's or any ill-effects on my phone yet.
Install Instructions:
1. Download zip, put on SD card
2. Reboot into recovery
3. Wipe cache and dalvik cache
4. Flash zip from recovery
5. Reboot
First bootup will take a while, but as long as there's no bootloop, just be patient.
This will remove the "4G Still on" or whatever it says when you're not connected to 4G, but your 4g radio is still on
Hide 4G Notification
And this will return you to stock settings if there's any problems...
Stock Settings
mnsportsguy1978 said:
Synergy rls1 has no 4g icon stock lol...I'm sure it will be fixed in future builds but I did answer the question
Sent from my EVO-DDD
Click to expand...
Click to collapse
Does it have the gps icon removed when not turned on too?
Vinchenzop said:
I did the smali edits....it worked on my phone...give me a minute, ill upload it
Click to expand...
Click to collapse
Anxiously waiting!
SayWhat10 said:
Anxiously waiting!
Click to expand...
Click to collapse
i edited my post above
Any feedback yet?
BTW, the mod is an edit to the Settings.apk...Most other "icon removals" (gps on/off, etc.) are located in other apks or frameworks (jar files)...so this will not negate/over-write if you have a theme/mod removing the other icons
Vinchenzop said:
Any feedback yet?
BTW, the mod is an edit to the Settings.apk...Most other "icon removals" (gps on/off, etc.) are located in other apks or frameworks (jar files)...so this will not negate/over-write if you have a theme/mod removing the other icons
Click to expand...
Click to collapse
thanks buddy
about to nandroid now
then flash
will report back!
SayWhat10 said:
thanks buddy
about to nandroid now
then flash
will report back!
Click to expand...
Click to collapse
not much need to nandroid...as I added the "return to stock settings" file too, but do what makes you feel more comfortable...
SayWhat10 said:
ah ok, well you lost me there
i cant go any further with this lol
Click to expand...
Click to collapse
LOL.......

uot kitchen htc framework filesize raised

fyi, uot kitchen htc framework file size has been raised to 72mb!
JohnShaft69 said:
fyi, uot kitchen htc framework file size has been raised to 72mb!
Click to expand...
Click to collapse
Yup but so far for the Rezound it is battery mods only.
Battery mods are the biggest part, is over 200 images to do it 1 by 1 is killer, I've done it and it sucks.the rest of the theme building is pretty easy and less tedious. I nominally use uot for the battery then build from there. glad to see they got it going. I've been itching to builds some themes for this phone, once I get the time I plan on getting a few out there
Sent from my ADR6425LVW using Tapatalk
NilsP said:
Yup but so far for the Rezound it is battery mods only.
Click to expand...
Click to collapse
naw, ive gotten a few other things working in there, loading icon to name one!
anyone care to help me with data icons being red? I have the uot zip but cant seem to get the 1x-4g icons,the arrows and the signal bars from being greyish or whitish
sent from my rezound using tapatalk
dyetheskin said:
anyone care to help me with data icons being red? I have the uot zip but cant seem to get the 1x-4g icons,the arrows and the signal bars from being greyish or whitish
sent from my rezound using tapatalk
Click to expand...
Click to collapse
if im not mistaken those are all located in systemui.apk
right but i'm having issues editing the png plus I cant recompile or drop the images without errors
sent from my rezound using tapatalk
dyetheskin said:
right but i'm having issues editing the png plus I cant recompile or drop the images without errors
sent from my rezound using tapatalk
Click to expand...
Click to collapse
ICS system apks can be a pain, can't go about decomiling/recompiling as before. Check out http://forum.xda-developers.com/showthread.php?t=1461464
decompiling and recompiling framework-res for ics, and there is another thread you should look at over in nexus forum, but I don't have the link on my phone
Sent from my ADR6425LVW using Tapatalk
Jmrwbilly said:
ICS system apks can be a pain, can't go about decomiling/recompiling as before. Check out http://forum.xda-developers.com/showthread.php?t=1461464
decompiling and recompiling framework-res for ics, and there is another thread you should look at over in nexus forum, but I don't have the link on my phone
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
I'm changing pngs for 2.3 not ics
sent from my rezound using tapatalk
If your only changing pngs you don't need to decompile. Unless I'm missing something.
Sent from my ADR6425LVW
silverxbv2 said:
If your only changing pngs you don't need to decompile. Unless I'm missing something.
Sent from my ADR6425LVW
Click to expand...
Click to collapse
that's correct,it worked after a couple reboots
sent from my rezound using tapatalk
silverxbv2 said:
If your only changing pngs you don't need to decompile. Unless I'm missing something.
Sent from my ADR6425LVW
Click to expand...
Click to collapse
That's right, you only need to decompile/recompile if you're updating XML or changing icon sizes(since you have to move alignment).
So, does UOT work now? Can I stop theme'ing again lol?
MrSmith317 said:
That's right, you only need to decompile/recompile if you're updating XML or changing icon sizes(since you have to move alignment).
So, does UOT work now? Can I stop theme'ing again lol?
Click to expand...
Click to collapse
I find it easier to do what you can with uot then manually editing the rest. more stable then morphing
sent from my rezound using tapatalk
MrSmith317 said:
So, does UOT work now? Can I stop theme'ing again lol?
Click to expand...
Click to collapse
yup! fo sho! but that doesnt mean you should stop either....
Guys, so you all are saying everything is fully functional in UOT to do mods for Rezound's ICS w/ sense roms? Please let me know, so I can get started. Haha.
Sent from my Xoom using xda premium
Has anyone tried using the kitchen via your phones browser rather than PC? I've tried using a bunch of browsers, dolphin seems to be the only one to do anything when clicking "select file"to upload. It opens flash, says in uploads, and no files found. By chance does this use a specific directory to upload from? If so, where?
Sent from my ADR6425LVW using Tapatalk
You need to use the pc
sent from my newly unlocked Rezound
Really you don't need a kitchen to mod. There is a great sticky thread in the evo 3d forums with numerous tutorials.
Sent from my ADR6425LVW using xda premium
pwned3 said:
You need to use the pc
sent from my newly unlocked Rezound
Click to expand...
Click to collapse
I figured, kids busted my laptop screen, don't feel like installing adb, sdk or apktool on another computer, just wanted to change battery icon untill new screen arives, then I'll begin porting some of my old themes over, kinda hoping there is a easy way via phone only
Sent from my ADR6425LVW using Tapatalk
Jmrwbilly said:
I figured, kids busted my laptop screen, don't feel like installing adb, sdk or apktool on another computer, just wanted to change battery icon untill new screen arives, then I'll begin porting some of my old themes over, kinda hoping there is a easy way via phone only
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
It will take some time but you can swap pngs with ninjamorph on your phone
Sent from my ADR6425LVW using xda premium

Flat Black Toolbar on Jelly Bean-SENSE

I dont know how to make a flashable zip but heres the system UI with the flat black tool bar in place.
Must be rooted-I did this on ODEX so im not sure if it really matters.
Just rename the original SystemUI.apk as SystemUI.apkbak
then copy the SystemUI.apk from this thread into the system/apps folder and fix permissions,then restart your phone.
I know this is minor and this is a dirty way to do this but like I said I dont know how to make a flashable zip.
Thanks. Hey try app2zip on the market. Free and makes flashable zips
Sent from my EVO
very cool thanks.
BrianBaker said:
I dont know how to make a flashable zip but heres the system UI with the flat black tool bar in place.
Must be rooted-I did this on ODEX so im not sure if it really matters.
Just rename the original SystemUI.apk as SystemUI.apkbak
then copy the SystemUI.apk from this thread into the system/apps folder and fix permissions,then restart your phone.
I know this is minor and this is a dirty way to do this but like I said I dont know how to make a flashable zip.
Click to expand...
Click to collapse
This worked realky nice on chubbz jellybean sense rom... Would it be possible for you to modify the green battery to a blue one without percentage.. I think that would complete the feel of jellybean thanks for this mod btw!!
Sent from my EVO using xda premium
NORCALkID said:
This worked realky nice on chubbz jellybean sense rom... Would it be possible for you to modify the green battery to a blue one without percentage.. I think that would complete the feel of jellybean thanks for this mod btw!!
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I actually run my set up with a stock blue battery with out percents.... Upload your SystemUI.apk and ill throw it together for you... Example is in pic..
Sent from my EVO using xda premium
BrianBaker said:
I actually run my set up with a stock blue battery with out percents.... Upload your SystemUI.apk and ill throw it together for you... Example is in pic..
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Super awesome!! I am using the one u posted on the first post
Sent from my Nexus 7 using xda premium
NORCALkID said:
Super awesome!! I am using the one u posted on the first post
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
here you go..blue batteries no% thrown in with black bar.
I'd like a battery that looks like the one in the 1st pic of this post if anyone could help that would be great. I'm on stock Jb odexed for now
http://forum.xda-developers.com/showthread.php?t=2017036
Matstarr said:
I'd like a battery that looks like the one in the 1st pic of this post if anyone could help that would be great. I'm on stock Jb odexed for now
http://forum.xda-developers.com/showthread.php?t=2017036
Click to expand...
Click to collapse
you want it done the same way i did the other one? Do you use the systemUI.apk from post 1 in this thread?
BrianBaker said:
you want it done the same way i did the other one? Do you use the systemUI.apk from post 1 in this thread?
Click to expand...
Click to collapse
I have not done anything at all. I actually like the blue one you made as well. I like it the way it is in that pic but if removing the clock is a pain it wouldn't bother me
BrianBaker said:
I dont know how to make a flashable zip but heres the system UI with the flat black tool bar in place.
Must be rooted-I did this on ODEX so im not sure if it really matters.
Just rename the original SystemUI.apk as SystemUI.apkbak
then copy the SystemUI.apk from this thread into the system/apps folder and fix permissions,then restart your phone.
I know this is minor and this is a dirty way to do this but like I said I dont know how to make a flashable zip.
Click to expand...
Click to collapse
Just replace the SystemUI.apk in the AOSP style zip with this one using 7zip and rename the zip
I love the flatblack and blue battery and was wondering if you could modify this systemUI.apk for me please... Its from flex 3.24 latest Rom
The status bar can be transparent you want I just like the blue stock battery with out percent
Thanks
http://db.tt/nMxQpiOP
Sent from my EVO using xda premium
NORCALkID said:
I love the flatblack and blue battery and was wondering if you could modify this systemUI.apk for me please... Its from flex 3.24 latest Rom
The status bar can be transparent you want I just like the blue stock battery with out percent
Thanks
http://db.tt/nMxQpiOP
Sent from my EVO using xda premium
Click to expand...
Click to collapse
i just put one together for you in Chubz thread..Do you still need this one?
BrianBaker said:
i just put one together for you in Chubz thread..Do you still need this one?
Click to expand...
Click to collapse
Thanks I downloaded that one already it worked well ...it was a little glichy for some reason .. it went from flat black back to clear and now it stayed clear ... I don't mind it being clear actually
Sent from my EVO using xda premium
Can someone make this into a flashable? HTC has borked root access
Sent from my Third Generation Evo
I am stuck. I flashed your SystemUI.apk with the blue battery and wanted to revert to my original backup. Now, I don't have a taskbar at all. What am I doing wrong?
Edit: And, I cannot get a wallpaper to work.
Edit2: Even a dirty flash doesn't fix the issue.
ThrowingKs said:
I am stuck. I flashed your SystemUI.apk with the blue battery and wanted to revert to my original backup. Now, I don't have a taskbar at all. What am I doing wrong?
Edit: And, I cannot get a wallpaper to work.
Edit2: Even a dirty flash doesn't fix the issue.
Click to expand...
Click to collapse
You weren't suppose to flash this. It was meant to be pushed to your system folder. I would suggest wipe everything and start over
Sent from my EVO using xda premium
BrianBaker said:
You weren't suppose to flash this. It was meant to be pushed to your system folder. I would suggest wipe everything and start over
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I know I said flash, but I meant pushed. I adb pushed to /system/app/ and chmod to 644. It worked. Then, I reverted back and that is when stuff went crazy. I think you are right though that I will have to wipe and start over. No worries. Thanks.
ThrowingKs said:
I know I said flash, but I meant pushed. I adb pushed to /system/app/ and chmod to 644. It worked. Then, I reverted back and that is when stuff went crazy. I think you are right though that I will have to wipe and start over. No worries. Thanks.
Click to expand...
Click to collapse
Sorry for the headache man.. This was also done on an Odex rom. Not sure if it matters or not.
Sent from my EVO using xda premium
BrianBaker said:
Sorry for the headache man.. This was also done on an Odex rom. Not sure if it matters or not.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I am on Odex too. I think your mod works. I probably messed with the Odex file's permissions or something when I reverted. :good: No need for anyone to be afraid, this works as intended. I just was working too fast and not double checking my steps.

Categories

Resources