[Q] Help with signal bars in Gingerbread - EVO 4G Q&A, Help & Troubleshooting

Need help finding which file has the signal bars and 3g icons in Gingerbread releases.

systemui.apk

iamthebigcheeze said:
systemui.apk
Click to expand...
Click to collapse
Thanks, I found just a moment ago.

Related

[Metamorph Req] Change 3G to H

Has anyone get a metamorph patch for this? I'd make one myself if I had the H icon to begin with.
AdrianK said:
Has anyone get a metamorph patch for this? I'd make one myself if I had the H icon to begin with.
Click to expand...
Click to collapse
You mean these?
could you share the methmorph zip for this ? thanks.
Nvm I thought H was used in Sense and 3G in AOSP, but you can have 3G w/o HSDPA, silly me.

[Q] Themes for Unity 1.26 on G2/DZ

Not sure if this goes here or in Q&A, sorry if I'm wrong
I just found this:
http://forum.xda-developers.com/showpost.php?p=15014591&postcount=183
and i had previously flash a theme that was for the Desire HD and it worked grate.
Will this be the case with a Incredible S theme, or do a risk messing to bad (brick and the sort) my G2
I'm still trying the doubleshot ROM, but once I put Unity 1.26 Id like to try this them, is it a high risk?
By the way, I can't seem to find themes made by G2/DZ people, do we lack theme creator? XP
We do lack themers for the DZ/G2. But if you using unity all of the themes designed for other handsets should work. Do a nandroid incase though. I have tried most of the DHD themes on my DZ and not had any problems
Sent from my HTC Desire S using XDA Premium App
Works and looks great!
I would love to have the 4G icon instead of H like the U.S. Sensation, but I haven't found it yet. Any takers?
cjward23 said:
We do lack themers for the DZ/G2. But if you using unity all of the themes designed for other handsets should work. Do a nandroid incase though. I have tried most of the DHD themes on my DZ and not had any problems
Sent from my HTC Desire S using XDA Premium App
Click to expand...
Click to collapse
Yeah I though so will try it, thanks
Sengalang said:
Works and looks great!
Click to expand...
Click to collapse
Grate thanks, I was still kind of paranoid XP
heybobitsme said:
I would love to have the 4G icon instead of H like the U.S. Sensation, but I haven't found it yet. Any takers?
Click to expand...
Click to collapse
You know, I'd like that too, I've search around and I did find some Icons and for CM7 and some that will change your 3G to 4G but not much, I want one that actually works XD
Omizuke said:
You know, I'd like that too, I've search around and I did find some Icons and for CM7 and some that will change your 3G to 4G but not much, I want one that actually works XD
Click to expand...
Click to collapse
Ya unfortunately, afaik, UOT Kitchen doesn't have 4G icons on their own and I don't know how to theme.
heybobitsme said:
Ya unfortunately, afaik, UOT Kitchen doesn't have 4G icons on their own and I don't know how to theme.
Click to expand...
Click to collapse
YGPM (10chars)
heybobitsme said:
Ya unfortunately, afaik, UOT Kitchen doesn't have 4G icons on their own and I don't know how to theme.
Click to expand...
Click to collapse
Yeah, well if you find way, would you mind letting me know.
Sent from my HTC Vision using XDA App
Omizuke said:
Yeah, well if you find way, would you mind letting me know.
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
It would be fairly easy to create a flashable zip to change the H icon to a 4G icon. If I get the chance I will have a look into it for you.
Or modifying it your self wouldn't be to hard. You just need to extract the 4G icons from a Rom that you know has them. I can't remember exactly if they are in framework-res.apk or SystemUI.apk. then using adb pull the appropriate files from the phone, rename the .png's and swap them using 7zip and push them back to your phone
Sent from my HTC Desire S using XDA Premium App
can someone let me know if this systemui.apk removes the H and replaces it with 4G? or if you get errors? I run cm7 and I'm not about to install unity just to test.
cjward23 said:
It would be fairly easy to create a flashable zip to change the H icon to a 4G icon. If I get the chance I will have a look into it for you.
Or modifying it your self wouldn't be to hard. You just need to extract the 4G icons from a Rom that you know has them. I can't remember exactly if they are in framework-res.apk or SystemUI.apk. then using adb pull the appropriate files from the phone, rename the .png's and swap them using 7zip and push them back to your phone
Sent from my HTC Desire S using XDA Premium App
Click to expand...
Click to collapse
FYI, 4G icons are already in unity's systemui.apk... it should just be a matter of renaming them so that they are picked up in place of "H". this is what I did in the above post's systemui.apk
pmcqueen said:
FYI, 4G icons are already in unity's systemui.apk... it should just be a matter of renaming them so that they are picked up in place of "H". this is what I did in the above post's systemui.apk
Click to expand...
Click to collapse
Cheers, would test but lack of DZ makes it difficult
pmcqueen said:
can someone let me know if this systemui.apk removes the H and replaces it with 4G? or if you get errors? I run cm7 and I'm not about to install unity just to test.
Click to expand...
Click to collapse
Confirmed here that it works, although it also seems to mess up my notification pulldown background. See attached screenshots. First screenshot shows the 4G icon. Second screenshot shows how my notification background was changed. Third screenshot shows how it should look (after I reverted back to my SystemUI.apk). It looks like the UI is using some other graphic in your APK that is intended for another, much smaller element, and scaling it up to fit somehow.
pmcqueen said:
nothing else in the apk was modified aside from deleting the H pngs and duplicating the 4G pngs, then naming them as the H's, effectively replacing H with 4G, so I'm not sure why status bar images would have been modified.
Click to expand...
Click to collapse
Hrm, interesting. I diff'd all the graphics between the two SystemUI.apk files, and aside from the 4G changes, all the other differences were with the so-called "9-patch" PNGs (http://developer.android.com/guide/developing/tools/draw9patch.html):
Code:
Files SystemUI/res/drawable-hdpi/btn_default_small_normal.9.png and SystemUI-4g/res/drawable-hdpi/btn_default_small_normal.9.png dif
fer
Files SystemUI/res/drawable-hdpi/btn_default_small_normal_disable.9.png and SystemUI-4g/res/drawable-hdpi/btn_default_small_normal_d
isable.9.png differ
Files SystemUI/res/drawable-hdpi/btn_default_small_normal_disable_focused.9.png and SystemUI-4g/res/drawable-hdpi/btn_default_small_normal_disable_focused.9.png differ
Files SystemUI/res/drawable-hdpi/btn_default_small_pressed.9.png and SystemUI-4g/res/drawable-hdpi/btn_default_small_pressed.9.png differ
Files SystemUI/res/drawable-hdpi/btn_default_small_selected.9.png and SystemUI-4g/res/drawable-hdpi/btn_default_small_selected.9.png differ
Files SystemUI/res/drawable-hdpi/common_music_progress_fill.9.png and SystemUI-4g/res/drawable-hdpi/common_music_progress_fill.9.png differ
Files SystemUI/res/drawable-hdpi/common_music_progress_secondary_track_thick.9.png and SystemUI-4g/res/drawable-hdpi/common_music_progress_secondary_track_thick.9.png differ
Files SystemUI/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png and SystemUI-4g/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png differ
Files SystemUI/res/drawable-hdpi/divider_horizontal_light_opaque.9.png and SystemUI-4g/res/drawable-hdpi/divider_horizontal_light_opaque.9.png differ
Files SystemUI/res/drawable-hdpi/ic_notification_overlay.9.png and SystemUI-4g/res/drawable-hdpi/ic_notification_overlay.9.png differ
Files SystemUI/res/drawable-hdpi/page_indicator.9.png and SystemUI-4g/res/drawable-hdpi/page_indicator.9.png differ
Files SystemUI/res/drawable-hdpi/shade_handlebar.9.png and SystemUI-4g/res/drawable-hdpi/shade_handlebar.9.png differ
(etc., etc., etc.)
I compared this against the SystemUI.apk from Virtuous Unity 1.26.0, and the PNGs match what I have, not what is in your APK. So I suspect your source of the other PNGs (not related to the 4G changes) has somehow been tainted. Your 9-patch PNGs all have an extra 1-pixel border around the outside, with visible black bars indicating the stretchable areas (see the URL above for an illustration). Those are not present in the VU ROM. Those black pixels then get stretched and smoothed out, which results in the screenshot I posted earlier.
Here's the VU 1.26.0 SystemUI.apk, if you want to peek inside at the "*.9.png" files to see the difference: http://dl.dropbox.com/u/2639253/SystemUI.apk
yeah, let me try from scratch again. give me an hour or so, about to eat lunch.
Good luck pmcqueen i hope it works! i will check back later! (have a nice lunch?)
pmcqueen said:
yeah, let me try from scratch again. give me an hour or so, about to eat lunch.
Click to expand...
Click to collapse
Oh, good idea... I'm gonna go have lunch too.
hey, I already posted this in the Unity development thread, tell me if this works for u guys too. I used the zip from xboarders 4g icons zip and changed the systemUI.apk to the one that I modified (and works for me) with the 4g icons for unity. I just changed the names of the H and 4g png files and so far no problems at all.
DaygosTommyT said:
I just changed the names of the H and 4g png files and so far no problems at all.
Click to expand...
Click to collapse
Right, that should work, and is the same approach pmcqueen took. As long as your 9-patch PNGs are fine, this mod should work. Keep in mind though, this replaces the entire SystemUI.apk, which includes a ton of other icons and graphic elements. Anyone who has a custom theme in there will lose what they have.
The best approach would be to patch just the PNG files inside the APK, but I'm not familiar enough with Android themeing to suggest how to do that (aside from manually doing it).
Wait DaygosTommyT's zip file works correctly? no graphical issues with the drop down? im not going to have any other themes on my phone so would this zip work for me? all i want to change is the h icon to 4g... thanks? haha

[Q] 6 signal bars on AOSP Rom? Please help!

Hey ive been looking around for a status bar mod that has 6 signal bars instead of 4 on Evo Deck ROM, i just cant seem to find one maybe im overlooking it or something can somebody point me into the right direction to it.
Thanks.
here you go, make it yourself. It's very easy and satisfying.
http://uot.dakra.lt/
Thanks ill try when the kitchen isn't full.
chvezsd said:
Thanks ill try when the kitchen isn't full.
Click to expand...
Click to collapse
FULL ON A TUESDAY AFTERNOON???????? that's BS. You will really enjoy how much you can do there.
I keep getting SHTF error, tutorial isnt helping me much.
http://www.youtube.com/watch?v=aesWuyGCIVQ
good guide. Never had a SHTF error, can't help you there
Got it thanks!
screenshot? let's see the fruits...
alaman68 said:
screenshot? let's see the fruits...
Click to expand...
Click to collapse
I agree, screen shot please! I tried using the kitchen but its been full for 20+ min (even at 4am!) I want to have the 6 signal bar mod on decks 1.3 gingerbread (waiting on his ics to actually hit beta )

Icons

Hey guys I downloaded some icons for the WiFi and battery but how do I install em
Never tell anybody outside the family what you're thinking again.
donhashem.dh said:
Hey guys I downloaded some icons for the WiFi and battery but how do I install em
Never tell anybody outside the family what you're thinking again.
Click to expand...
Click to collapse
I'm pretty sure you'd have to build a theme that uses them, i don't think there's any other way to change status bar icons. I could be wrong though.

4G LTE icon for AOSP roms?

ive tried looking everywhere but nothing to be found for aosp..
i need to know is there a way to get rid of the DC and H H+ signs off and have it show 4G for H+ and 4GLTE in replacement of 4G..
i appreciate the help and hope there is something out there for this,
ezsoulja said:
ive tried looking everywhere but nothing to be found for aosp..
i need to know is the to get rid of the DC and H H+ signs off and have it show 4G for H+ and 4GLTE in replacement of 4G..
i appreciate the help and hope there is something out there for this,
Click to expand...
Click to collapse
Have you tried Romtool box pro? It helped me get LTE icon for a TW rom. The theme i was using didnt have LTE so Romtoolbox did the trick. Never tried on AOSP
G7Baker said:
Have you tried Romtool box pro? It helped me get LTE icon for a TW rom. The theme i was using didnt have LTE so Romtoolbox did the trick. Never tried on AOSP
Click to expand...
Click to collapse
Was able to replace the 4g to 4g Lte but it gets annoying when I lose Lte and it shows h+ lol.. Wish it was a option for h and h+ to change and I'd be set
Sent from my SGH-T889 using xda premium
ezsoulja said:
Was able to replace the 4g to 4g Lte but it gets annoying when I lose Lte and it shows h+ lol.. Wish it was a option for h and h+ to change and I'd be set
Click to expand...
Click to collapse
Read my thead here:
http://forum.xda-developers.com/showthread.php?p=35630081#post35630081
I think you can do what you want yourself. Link above is a basic "How To" guide on changing icons in a system apk using Windows "Open Archive" functionality. What this means is you can use this method to edit/swap-out existing image files (png) without having to decompile/recompile the apk. If you need/want to start changing xml files however, you will need to decompile/recompile the apk. But for images, you can create/edit (using a Paint program or similar) existing pngs to your liking... or swap them out for other png files... the trick is to make sure the image dimensions are the same and the file name is EXACTLY the same as the one it is replacing (why? because the xmls are calling those images by file name... so png file names must remain the same as the replaced png).
I think the files you want to replace are:
"H" data icon is "stat_sys_data_connected_h.png" and
"H+" data icon is "stat_sys_data_connected_h_plus.png"
I'm not sure about AOSP roms... but on TW roms, these files are found in SystemUI.apk in the /res/drawable-xhdpi folder. Just read through the guide link above and I think you'll be able to change what you want. Just find a desired replacement png (4G, etc), copy, and rename to the ones above... then follow the guide. Remember: always do a backup first (/system /data etc) in case things go south. You can also make a copy of your current SystemUI.apk (before you change anything) and put it in a safe place (computer, external SD, etc) just in case. Hope this helps.
Hey thats Awesome. I'm at work now but when I get off. Ima go through your TUT.... I found the easy way ouy $2.99 on sale ...lol thanks for your input and TUT.

Categories

Resources