verizon droid status bar icons - AT&T Samsung Galaxy Note I717

I'm looking to replace my Galaxy note's status bar icons with the ones from the verizon droid phones. If someone could cook these up for me I would give a donation. Thanks!!

its fairly easy to do just pull your SystemUI.apk file and open it as a zip..replace images and rezip and sign then push to phone..
reboot..winning!!

Does anyone have the systemui.apk files for this?
Sent from my SAMSUNG-SGH-I717 using xda premium

Related

Solid black notification bar?

Does anybody know how to make the top status bar all black without having to use a skin or theme?
Sent from my PG86100 using Tapatalk 2
You would have to pull your SystemUI.apk file from system/app/ and find the .png file in the /res/ folder that is used for the notification bar and then edit it to make it solid black, then save the changes, and push it back to the device.
There's no option anywhere to change the color of it.
Moonbloom said:
You would have to pull your SystemUI.apk file from system/app/ and find the .png file in the /res/ folder that is used for the notification bar and then edit it to make it solid black, then save the changes, and push it back to the device.
There's no option anywhere to change the color of it.
Click to expand...
Click to collapse
Do you happen to know exactly which PNG? Thanks
Sent from my PG86100 using Tapatalk 2
Looking through the SystemUI.apk from the first ROM zip I could find on my computer (Virtuous 3.0.2 GSM), it could be one of the following:
notification_section_divider.9.png
notification_tab_off.9.png
notification_tab_on.9.png
status_bar_background_draw.png
status_bar_bg_title.png
But I've not tried to do something like this myself on any phone, though I've done some SystemUI.apk editting on my Prime tablet
starkillers said:
Does anybody know how to make the top status bar all black without having to use a skin or theme?
Sent from my PG86100 using Tapatalk 2
Click to expand...
Click to collapse
Go here uot.dakra.lt/kitchen/
Just mess around with it. With it you can edit pretty much anything in systemUI. You will need to upload the systemUI, framework-res, and com.htc.resources apk's, and then it will create a flashable zip for you. Changing the status bar is one of the easiest features in it actually!
Edit: If you want me to do it for you just let me know what Rom you are on.
Sent from my telephone

Theming notification bar

Does anyone know where the png files are for the notification bar?
In gb It used to be in systemUI.apk but i cant seem to see any images that i changed last time in ics.
This is what i did in gb (ported rajaspideys ios notification) to gnote and would like to do the same in ics. Any ideas?
Thanks.
Sent from my GT-N7000 using xda premium
Which device are you using? ?
btw it's located in systemui.apk
drawable ldpi folder
Cheers
maskerwsk said:
Does anyone know where the png files are for the notification bar?
In gb It used to be in systemUI.apk but i cant seem to see any images that i changed last time in ics.
This is what i did in gb (ported rajaspideys ios notification) to gnote and would like to do the same in ics. Any ideas?
Thanks.
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
You could always just use the UOT Kitchen
prboy1969 said:
You could always just use the UOT Kitchen
Click to expand...
Click to collapse
Yeah it's obviously much easier, but sometimes you will get a bootloop if did not do it correctly
Cheers
Sorry i wasnt very specific. Attached is a screen shot of what i did in gb. I did this by using the universal theme flasher and swapping the pictures in the systemui in drawable xhdpi. I would like to do this in ics but the same images dont seem to be there in ics systemui.
Thanks
Im using rooted stock galaxy note.
Sent from my GT-N7000 using xda premium
Also this is how stock looked by the way so u can see what i want to change
Sent from my GT-N7000 using xda premium
ICS has changed how it is handled. Now it is a color code and not an image. You can make it an image by redirecting the XML files to point to an image instead as I have done.
Sent from my Inspire 4G using Tapatalk 2
Ahhh right.
Did you use apktool to decompile?
Any guides on doing this?
Thanks
Sent from my GT-N7000 using xda premium
maskerwsk said:
Ahhh right.
Did you use apktool to decompile?
Any guides on doing this?
Thanks
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
yes but you will need 2 version of apktool to do it. One to decompile and another to compile ICS. Then in the layout folder of the system ui you will need to change the xmls for the status bar to android:drawable/status_bar which is in the framework-res apk. You will also need to change the XML in the system UI folder. There is no guide. I found it by trial and error to be honest. A lot of ICS uses color hex codes instead of images now but thankfully they left the unused images in the framework-res folder
Sent from my Inspire 4G using Tapatalk 2
Ok thanks for your help though.
Better get cracking lol
Sent from my GT-N7000 using xda premium
Is it the xml files inside the res/layout that need to be edited?
Struggling to see what i need to change to reference a png imagine to be used.
Sent from my GT-N7000 using xda premium
here is a list of the files that will need to be edited off the top of my head.
SystemUI
Drawable folder
status_bar_bg.xml
Layout
status_bar.xml
Thanks mate ill take alook at these now.
Hopefully itll make abit more sense lol
Nice theme btw. Bet that took some time
Sent from my GT-N7000 using xda premium
maskerwsk said:
Thanks mate ill take alook at these now.
Hopefully itll make abit more sense lol
Nice theme btw. Bet that took some time
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
yeah its been a year in the making and still not complete
Sent from my Inspire 4G using Tapatalk 2
Any idea which image i can swap to.change the background? Ive managed to get everything else transparent by replacing the images in drawable folders. Just missing the background now.
See screenshot
Sent from my GT-N7000 using xda premium
Check the layout folder in system UI for the status bar expanded. It will tell you what the background it. It might be a color hex code
Sent for a corner cell in Arkhum
Ok thanks ill look. I dont think itll be a hex code because its not just one colour. It has a pattern on it. Unless hex codes can do that If so please disregard my stupidness lol
Thanks.
Sent from my GT-N7000 using xda premium
They can do graidents now in ICS. If you have trouble upload your decompiled systemui apk and I'll have a look. ICS changed a whole lot
Sent for a corner cell in Arkhum
Ill upload systemui when im at a pc
What ive done so far is.
add android:background @drawable/pulldown to statusbartracking.xml
created pulldown.xml in drawable and added image pulldown to drawable-hdpi
I used the correct syntax in the actual files but still nothing.
Does that sound like something you did?
Sent from my GT-N7000 using xda premium
maskerwsk said:
Ill upload systemui when im at a pc
What ive done so far is.
add android:background @drawable/pulldown to statusbartracking.xml
created pulldown.xml in drawable and added image pulldown to drawable-hdpi
I used the correct syntax in the actual files but still nothing.
Does that sound like something you did?
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
No it is not all that much work. I just changed the the color code if I recall right.
Sent for a corner cell in Arkhum

[Q] Change color of "15 toggle" mod

How would I go about changing the color of the "15 toggle" mod myself?
What color did you want? There's blue, purple, and green.
I know what colors there are lol. Off the top of my head I can think of 140+ other colors I'd might like to have...
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
BlackZenith said:
I know what colors there are lol. Off the top of my head I can think of 140+ other colors I'd might like to have...
Click to expand...
Click to collapse
Eh...ok...sorry. Only trying to solve a need.
BlackZenith said:
How would I go about changing the color of the "15 toggle" mod myself?
Click to expand...
Click to collapse
Open up the lidroid apk with 7zip or similar program pull out the drawable-hdpi folder.Leave the Lidroid.apk open on your desktop. Color the images to your liking. Then drag the folder back to the open lidroid.apk on your desktop.Close apk.Push to phone. PROFIT!
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
You could pull it apart, decompile the apks, change the color of the images, and recompile, and you'll have to for each new color you want. It's a decent bit of work but probably the only way you're going to get it unless you talk to the person who makes it and convince them to make another color for you.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
welchertc said:
You could pull it apart, decompile the apks, change the color of the images, and recompile, and you'll have to for each new color you want. It's a decent bit of work but probably the only way you're going to get it unless you talk to the person who makes it and convince them to make another color for you.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
Understood. I was hoping someone could also point out the exact file/apk that I would need to mod and hopefully it would be as easy as doing a replace all for the color code I want to replace... which I see bigfau provided (lidroid apk)
What about the icons in the notification area? Battery, signal strength, and etc?
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Your right, no worries.
No, I didn't by chance happen to see bigfau's post before I got mine in, as he beat me to the punch and slipped in while I was typing mine.
Besides, even though he replied just before me, is there a problem with me providing similar information? If anything, two people telling the OP essentially the same thing will further reassure the OP and give him more confidence to try his own hand at theming.
And what does pointing me to his ROM thread have to do with my post? I'm well aware of the development going on for our phones.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Edit.
BlackZenith said:
What about the icons in the notification area? Battery, signal strength, and etc?
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Click to expand...
Click to collapse
SystemUI.apk and Framework-res.apk.
Sent from my SAMSUNG-SGH-I997 using Tapatalk 2
bigfau said:
SystemUI.apk and Framework-res.apk.
Sent from my SAMSUNG-SGH-I997 using Tapatalk 2
Click to expand...
Click to collapse
So I read here that if you are using a mod to change stuff, you can't further update those same mods from the ROM (which might help explain why I have been unsuccessful). So I went into the "15 Toggle.zip" I am using and tried to swap out some PNGs from the "drawable-hdpi" and got a "Not Implemented" error from 7zip... what's up with that?
Not sure if it matters but the PNG's I am trying to swap are not those 9.PNGs... I can't even open those to see what they look like. Something about unsupported compression method...
I think its because you need to decompile the apks, swap out your images, then recompile. It's what you have to do for standard theming, so it should be the same for what you want to do.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
welchertc said:
I think its because you need to decompile the apks, swap out your images, then recompile. It's what you have to do for standard theming, so it should be the same for what you want to do.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
hmmm, read somewhere else you only needed to decompile if you were doing stuff to data, like changing values or code in XML files. There are folders within the apk that I can copy to without problem (although expected changes have yet to take effect). Guess it wouldn't hurt to de/recompile and see what happens.
Something else I noticed is that for the "15 Toggle.zips" that don't change the status bar icons, I can swap the status bar images np. But when I run the .zip in CWM, none of my changes take effect. But if I try to change the status bar icons of a "15 Toggles.zip" that I know changes the status bar icons (like bigfau's green 15 toggle mod), I get the "Not Implemented' error.
While I know swapping using 7zip works for some stuff, you're going to run into trouble with .9's and like you've said, xmls, but if you take the little bit of extra time to just decompile and recompile all of the changes will work. In my opinion, its worth the two extra minutes just to not have to deal with the hassle of guessing if something will work or not.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Thanks For The Instructions
I just want to say thank you to all those who have provided information in this thread. With the guidance given I was able to change the color of the toggles from the available purple/green/cyan to what I wanted a teal green and a white version. I only changed the toggle colors nothing else in the notification icons but I feel awesome about it being my first try at anything like this. Both the teal and white look great! I just extracted the images and recolored with gimp then repacked the zip. So thanks! :good:
Amanda (Pimms)
P.S. If anyone wants the teal or white version PM me and I can send you them!
Edit Battery Color
BlackZenith and I figured out how to change the color of the battery and other icons in the notification bar, you must edit the drawable-xhdpi (note the x :laugh for the images to change from the SystemUI.apk file. Just letting you all know in case you are having trouble with that aspect. I was editing the drawable-hdpi folder at first and when flashed nothing changed.
Amanda (Pimms)
impimms said:
BlackZenith and I figured out how to change the color of the battery and other icons in the notification bar, you must edit the drawable-xhdpi (note the x :laugh for the images to change from the SystemUI.apk file. Just letting you all know in case you are having trouble with that aspect. I was editing the drawable-hdpi folder at first and when flashed nothing changed.
Amanda (Pimms)
Click to expand...
Click to collapse
I think you may need to do the battery icons in the drawable-xhdpi folder in the Framework-res.apk also.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Hi, guys
How can I adapt the 15 toogles from this post http://forum.xda-developers.com/showthread.php?t=1677245 (The one that says stock) to our version of our Notes. I tried flashing it and works but I like to see the 4G and 4g Lte icons in the top screen. Thanks.

Transparent Status Bar on CM9

Well, as the topic states, I'm running CM9 on my DX2 and I would like to have a transparent status bar. Does anyone know how hard, if it is at all possible to implement on ICS. And if it is, is there a solution to this issue or if there is not, how I would even begin to go about it? Any help is appreciated.
TIA,
Matt (syn-ack on freenode)
Sent from my MB870 using xda app-developers app
UOT KICHEN to edit your system ui and a transparent theme
Sent from my DROID BIONIC using Tapatalk 2

Changing status bar icons

Could someone please tell me the easiest or best way to change the status bar icons, such as WiFi, mobile signal, etc. I'm currently using Xposed Icons, but there are a few it will not change on the Verizon N2. I have tried Ninjamorph, but it is saying it can't mount the system partition as RW. Thanks in advance for help on this.
Sent from my SCH-I605 using XDA Premium 4 mobile app
The easiest thing to do is use Android MultiTool from right here on XDA. It makes no difference what ROM you are on. All of the statusbar icons are in the systemui.apk. simply copy the Systemui.apk and he frameworks.apk into the programs "files" folder and decompile it to your PC. Trade out the icons you want, recompile, then replace the old systemui on the phone with the new one. It takes no battery life like xposed does and is relatively easy. The OP for Android Multi Tool has plenty of explanations.
10ECN said:
The easiest thing to do is use Android MultiTool from right here on XDA. It makes no difference what ROM you are on. All of the statusbar icons are in the systemui.apk. simply copy the Systemui.apk and he frameworks.apk into the programs "files" folder and decompile it to your PC. Trade out the icons you want, recompile, then replace the old systemui on the phone with the new one. It takes no battery life like xposed does and is relatively easy. The OP for Android Multi Tool has plenty of explanations.
Click to expand...
Click to collapse
Thank you. That was just what I was looking for.
Sent from my SCH-I605 using XDA Premium 4 mobile app

Categories

Resources