Anyone know how to change network (1X, 3G, 4G) and signal bars with UOT kitchen? I have changed everything regarding the top bar (battery, wifi, download icons, etc...) but the network and signal bars stay the same. What is the setting for it on UOT?
Thanks!!
Can't be done yet... They need to be changed manually. They are located in systemUI.apk.
Sent from my ADR6400L using XDA App
DroidTh3ory said:
Can't be done yet... They need to be changed manually. They are located in systemUI.apk.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
you need to upload all three files in UOT to get all icons:
framework-res.apk
SystemUI.apk
com.htc.resources.apk
mendozinas said:
you need to upload all three files in UOT to get all icons:
framework-res.apk
SystemUI.apk
com.htc.resources.apk
Click to expand...
Click to collapse
I did this the day that 2.1 came out. I must credit Gunthermic for further editing them, but these should work well for you.
mendozinas said:
you need to upload all three files in UOT to get all icons:
framework-res.apk
SystemUI.apk
com.htc.resources.apk
Click to expand...
Click to collapse
I wasn't saying that... UOT has no signal bar replacments for GB Sense ROMS.
Sent from my ADR6400L using XDA App
Related
Say I want to change the E & 3G in the status bar to 4G & 5G to mess with my EVO buddies, what file do I need to edit?
I will be using root explorer to do the text editing
Thanks
Sent from my Galaxy S flavored ICE CREAM using XDA app
theMODEL22 said:
Say I want to change the E & 3G in the status bar to 4G & 5G to mess with my EVO buddies, what file do I need to edit?
I will be using root explorer to do the text editing
Thanks
Sent from my Galaxy S flavored ICE CREAM using XDA app
Click to expand...
Click to collapse
Its not text.
You have to decompile framework-res.apk in system/framework
Then you need to go to "Res>Drawable-HDPI" and edit the network icons.
They are named like:
"stat_sys_data_connected_3g.png"
And what not
Then you need to recompile the APK
Masterâ„¢ said:
Its not text.
You have to decompile framework-res.apk in system/framework
Then you need to go to "Res>Drawable-HDPI" and edit the network icons.
They are named like:
"stat_sys_data_connected_3g.png"
And what not
Then you need to recompile the APK
Click to expand...
Click to collapse
Thanks buddy!
Sent from my Galaxy S with GINGERBREAD using XDA app
Has anyone had success with this? Anytime I change something and recompile and flash it, my statusbar goes away and I have to reflash the original apk.
Any insight is much appreciated.
Did you try a reboot after flashing? Some of the mods don't show up until you reboot, that's a known issue.
Sent from my Bad Seed, Bad Ass, EVO3D!
jeffsanace said:
Did you try a reboot after flashing? Some of the mods don't show up until you reboot, that's a known issue.
Sent from my Bad Seed, Bad Ass, EVO3D!
Click to expand...
Click to collapse
Yep every time... Still can't figure it out... I haven't even changed xmls yet just pngs... Weird
sent from my Evo 3D from xda app
Try this...
http://forum.xda-developers.com/showthread.php?t=1193149
its a signature issue i believe. i was able to flash a modded systemui placing the old sig in after i recompiled. also you can adb push. you need to stop adb before you push and then after you push to phone restart adb
if you open the .apk with winrar and paste the edited files you want in there and close it let winrar update it then you should be able to flash without decompiling and recompiling it with SIG intact
BLOWNCO said:
if you open the .apk with winrar and paste the edited files you want in there and close it let winrar update it then you should be able to flash without decompiling and recompiling it with SIG intact
Click to expand...
Click to collapse
Yep. Your right. That's how I've always edited the pngs. I always use 7zip.
Sent from my PG86100 using XDA Premium App
I successfully edited my SystemUI.apk earlier using BetterZip (Mac) without decompiling the apk (just overwrote the old .pngs with the edited ons), deleted the old signed files, and then resigned. Pushed it with adb and rebooted, and voila!
Tiffany84 said:
Yep. Your right. That's how I've always edited the pngs. I always use 7zip.
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
Im not sure how you got that to work... Everytime I have tried that I get the same result and it doesn't work well with the .9.pngs because they have to be decompiled to look right.
ajones7279 said:
I successfully edited my SystemUI.apk earlier using BetterZip (Mac) without decompiling the apk (just overwrote the old .pngs with the edited ons), deleted the old signed files, and then resigned. Pushed it with adb and rebooted, and voila!
Click to expand...
Click to collapse
Yep just tried again and edited without decompile. Pushed through adb and status bar disappears even after reboot....
If you're editing .9.pngs then yea, those have to be decompiled, but the regular pngs dont' have to be. What exactly are you trying to edit?
ajones7279 said:
If you're editing .9.pngs then yea, those have to be decompiled, but the regular pngs dont' have to be. What exactly are you trying to edit?
Click to expand...
Click to collapse
Trying to change dropdown background. And some various other things. I am trying to make a systemui to go with my camo skin.
What I would do in the past May b doing to much but I would decompile and edit the .9 pngs then compile the apk then I would extract the .9 pngs from the newly compiled apk and insert them in the original apk..push...and reboot...have a backup just incase
Sent from my HTC EVO 3D using the XDA Premium App!
lopez62 said:
What I would do in the past May b doing to much but I would decompile and edit the .9 pngs then compile the apk then I would extract the .9 pngs from the newly compiled apk and insert them in the original apk..push...and reboot...have a backup just incase
Sent from my HTC EVO 3D using the XDA Premium App!
Click to expand...
Click to collapse
That's not too much really. I do the same thing because you don't always know where the guide lines are on the .9.png when they're compiled.
jkrough0728 said:
Trying to change dropdown background. And some various other things. I am trying to make a systemui to go with my camo skin.
Click to expand...
Click to collapse
If I'm not mistaken, that's the status_bar_background.png, and shouldn't have to be decompiled to edit. Are you resigning the apk before you push it back?
ajones7279 said:
If I'm not mistaken, that's the status_bar_background.png, and shouldn't have to be decompiled to edit. Are you resigning the apk before you push it back?
Click to expand...
Click to collapse
I try changing that and it still stays white... but what you guys said earlier worked for the .9.pngs that were giving me issues...
Still have to figure out the dropdown background though because it wont change...
jkrough0728 said:
I try changing that and it still stays white... but what you guys said earlier worked for the .9.pngs that were giving me issues...
Still have to figure out the dropdown background though because it wont change...
Click to expand...
Click to collapse
I even changed in framework-res.apk its statusbar background which was a white block... I'm confused
sent from my Evo 3D from xda app
What I have noticed while messing with my systemui.apk is some of the names have changed in the evo 3d. I applied a MattedBlues theme to my systemui and framework, but not everything changed. I went in to see why and some of the names of the png's were just a little bit different on the 3d, then they were on say the Evo 4G.
Also try to push via an while in recovery
There is a code edit that needs to be done in order for the dropdown to be transparent. Once the code is changed you can make it whatever color you want. The status bar is the same way in order to make it trans. I'll see if I can dig up what files they are.
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.
Anyone got any good status bar mods for VU? I really hate the stock icons
wulfie66 said:
Anyone got any good status bar mods for VU? I really hate the stock icons
Click to expand...
Click to collapse
Uot kitchen is the best place to go. Easy and fast.
Sent from my HTC Glacier using xda premium
what settings do i use on uot because ive tried everything and all i can ever change on the status bar is my battery
lilj0k3r509 said:
what settings do i use on uot because ive tried everything and all i can ever change on the status bar is my battery
Click to expand...
Click to collapse
I upload my roms apk's that uot kitchen asks for. It will be systemui.apk, htc.resource.apk and framework-res.apk.
Right now I have androdian status bar, miui status bar icons and custon battery. Before miui icons I had blue sense 3d icons.
Sent from my HTC Glacier using xda premium
coupetastic-droid said:
I upload my roms apk's that uot kitchen asks for. It will be systemui.apk, htc.resource.apk and framework-res.apk.
Right now I have androdian status bar, miui status bar icons and custon battery. Before miui icons I had blue sense 3d icons.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
what about the other settings like binary and stuff im pretty new to this and my mods never work except for battery
lilj0k3r509 said:
what about the other settings like binary and stuff im pretty new to this and my mods never work except for battery
Click to expand...
Click to collapse
Kitchen does everything for you. All you need to upload is the 3 apk's I mentioned.
Sent from my HTC Glacier using xda premium
I uploaded the framework.res apk and created a zip to change the batter on meanrom 1.9...but it just fails to flash?
Can someone tell me what steps they have taken that works for them?
lol, nobody huh
Bump
Sent from my EVO using xda premium
well battery icons are in systemui.apk not framework.
i didnt think uot works with jb yet.