Normal Battery Icon - Galaxy S III Themes and Apps (US Carriers)

All,
Does anyone have or know of a stock battery icon? Nothing with circles, numbers, bells, hookers, etc. Just a green battery icon that gets lower as it gets used? I love the Blazer ROM but I don't care for the battery circle with the number in the middle.
Thanks

I'll increase the bounty to $2.41...
Just to sweeten the pot...

You can use uot kitchen to create a flashable zip with any of their battery icons! Even remove the battery percent part. All you need is cwm and the framework-res and twframework apks from your /system/framework folder on your phone
Sent from my A1_07 using xda app-developers app

Heres the url http://uot.dakra.lt/kitchen/ just go to upload, and select the twframework and framework-res apks and then upload them. Then go to the battery tab and select the battery icon and settings you would like. Then submit it and wait for the kotchen to cook up your zip food then flash the zip in cwm. The website will only work on a computer though I believe
Sent from my A1_07 using xda app-developers app

supernewbdev said:
Heres the url http://uot.dakra.lt/kitchen/ just go to upload, and select the twframework and framework-res apks and then upload them. Then go to the battery tab and select the battery icon and settings you would like. Then submit it and wait for the kotchen to cook up your zip food then flash the zip in cwm. The website will only work on a computer though I believe
Sent from my A1_07 using xda app-developers app
Click to expand...
Click to collapse
Battery images are in the SystemUi.apk on ics
Sent from my SGH-T999 using xda app-developers app

I apologize, I meant to say you must also upload the systemui.apk, there is a tab for that in the uploads page. Everything else I said still stands though
Sent from my IdeaTab_A1107 using xda app-developers app

Related

[Q] red sliding tabs, loading bars, and volume bar....

Bear with me guys....I know this is a question and would be better suited in Q&A but Idt anyone in there would no the answer.....I want a red themes phone.....I was able to do the keyboard with HTC IME and I used uot kitchen for the status bar and icons. But I want more than just this....I want to make my sliding tabs on my lockscreen red with red icons. I also want red loading bars and status bars.....pretty much anything that was white I want to make red.....is there any way I can do this?
Sent from my ADR6300 using XDA App
You need to edit images if your using cm7 or a Gingerbread Tom its in framework-res in the framework folder and in SystemUI on the app folder as for sense you will need to edit files in the HTC resources apk its in the framework folder if its a sense 2.0 Tom then inside of the I believe customize folder find an apk to edit(that is if your wanting to be able to resourt to stock theme) and edit that or just edit the HTC resource file like mentioned for sense sorry if there are any mistakes in this I'm on my phone and can't check for proper names of the locations.
Sent from my ADR6300 using XDA App
Ok thanks for the info....what programs are out there that are good for editing these apks? I'm sorry I'm new to editing apks and this is my learning experience!
Sent from my ADR6300 using XDA App
Well to edit the images in the apk just change the .apk to .zip and look through it for the files you want to edit they will be images as for the txt you will need to edit the services.jar there is a guide on here somewhere that tells you how to do it just Google changing txt color in android notification bar.
Sent from my ADR6300 using XDA App
I'm not worried about text color I already did the notification bar I'm more concerned with the lock tabs and loading bars....the small green accents here and there
Sent from my ADR6300 using XDA App
Those are in framework-res if your on an aosp rom so just open it up and play around.
Sent from my ADR6300 using XDA App
Also what program should I use to edit xml documents?
Sent from my ADR6300 using XDA App
That's something I'm not exactly sure of you will need to decompile the apk first if I remember correctly then u edit never took the time to research how to decompile bit after its decompiled you should be able to use several programs just Google for one
Sent from my ADR6300 using XDA App
Well I changed apk to zip and then extracted....there weren't a lot of images but there were a lot of xml documents that had titles that looked like they were for what I needed to edit so now I just need to figure out how to edit them....I know a lot of html and basic javascript so from my understanding it should be easy but my version of visual studio won't let me edit xml.....I need another program....recommendations?
Sent from my ADR6300 using XDA App
Go into it and look for the hdpi folders there should be about 600 images if your in framework-res
Sent from my ADR6300 using XDA App
Found it....looks like quite a job! Any idea where I could find replacement icons without having to re edit all of these?
Sent from my ADR6300 using XDA App
Just edit the hue in Photoshop or paint.net its real easy I use paint.net plus its free and lightweight only 3 megs and does a great job
Sent from my ADR6300 using XDA App
So I'm using paint.net to work my way through the hdpi images....when I'm done do I just rezip the framework file with the stuff set to store and then change extension to .apk and then rezip the Rom and flash it? Idk how to apply my changes
Sent from my ADR6300 using XDA App
Yup
Sent from my ADR6300 using XDA App
sick i just finished editing com.htc.resources.apk and framework-res.apk.....i changed anything that was green to red and im letting my phone build a bit of a charge before i flash it....wish me luck
elixir911911 said:
sick i just finished editing com.htc.resources.apk and framework-res.apk.....i changed anything that was green to red and im letting my phone build a bit of a charge before i flash it....wish me luck
Click to expand...
Click to collapse
Flash it? Did you make an updater for it or did you replace the files in a ROM that you're going to flash? I personally just push the .apk via ADB shell.
How did it go
Sent from my ADR6300 using XDA App
I did the xml editing for all the status bars, vol bars etc on my old Eris to change them to blue. Wasn't too bad, just extracted the XML where the current colors were all listed then edited the raw xml with a hex editor and put the new colors in (backwards) then applied, was pretty cool....
edited alll the files that I wanted and re packed them into my rom (skyraider) then just flashed the rom as if it were a nightly update (no wipe data/factory reset).....It worked great! I mucked a few things up here and there but overall it looks very slick....I've officially made my first theme for skyraider 4.0! Wasn't too hard at all....But now that I've done all this work there's a few images I can't seem to find that I want to change the color of....Mainly the highlights press color on the select a connection type dropdown and more importantly the volume popup bar when you increase the phone volume. Also I'm interested in trying to edit some apps like the market and the messages list......and my keyboard so I can get rid of the green in the candidates bar but unfortunately I think these apps are "signed" or something.....Does anyone have information on editing apks like that? when I try to edit them it seems to work correctly until I try to install it on my phone....Input on how to change these apps and the volume bar and everything else stated would be greatly appreciated.....And many thanks to odst for being as helpful as he has been with all of this. This has been a great learning experience
x2kjosh said:
I did the xml editing for all the status bars, vol bars etc on my old Eris to change them to blue. Wasn't too bad, just extracted the XML where the current colors were all listed then edited the raw xml with a hex editor and put the new colors in (backwards) then applied, was pretty cool....
Click to expand...
Click to collapse
Sorry I didn''t realize you had posted the answer to my question about vol. bars.....Where do I find this xml and more importantly how the hell do I open and edit it? I can't figure out how to open these xml's for the life of me

Theme help?

How would I go about changing the color of the battery icon, 3g icon and everything else in the notification bar and notification area in a theme I didn't build?
Or change the entire color scheme of a finished theme?
Sent from my Evo Killer using XDA Premium App
theduce102 said:
How would I go about changing the color of the battery icon, 3g icon and everything else in the notification bar and notification area in a theme I didn't build?
Or change the entire color scheme of a finished theme?
Sent from my Evo Killer using XDA Premium App
Click to expand...
Click to collapse
You'll need the framework-res.apk. Open it with winrar or 7zip, navigate to /res, and drag the folder drawable-hdpi to your desktop or wherever. Inside there you'll find a lot of images that you may or may not want to alter. Once altered, go back to that framework-res.apk that you have opened but not altered, delete the matching .png, and simply drag your altered .png into the archive. That's the simplest way to make changes, as decompiling/recompiling a themed framework usually yields issues.
Edit....
vvvvvvvvv
Sent from my Evo Killer using XDA Premium App
Thank you.... I changed the color of the regular icons for the dock and homescreen so I guess its about the same
Sent from my Evo Killer using XDA Premium App
I DID IT although I must say I am no graphic designer lol it looks like a 5year old took a crayon to this theme lol ill practice my new found skills
Sent from my Evo Killer using XDA Premium App
Just so you know, the notification icons for messaging and email and stuff are in the apks themselves. If you need any help let me know.
Yeah it took me a little while and then I was like oh wait you can look inside apks with winrar and I found the res folder so im coloring everything right now.... so .... many..... files.... its gonna take a while.... could I take maddoggin's 6 lock screen mod and just drop it in the theme or is there some files I would have to change first to accomplish this
Sent from my Evo Killer using XDA Premium App
How do you make the edges of an icon clear... I changed the lockscreen sliders icon and the edge of the icon is hanging over the slider
Sent from my Evo Killer using XDA Premium App

[Q] AOSP status bar icons?

I'm looking for the status bar icons that come with vanilla Gingerbread. Like the ones in CM.
Also, would like to know where I should copy them to.
I tried looking inside the CM7 zip, but couldn't find anything that looked familiar.
Anyone knows if it can be extracted somehow from the CM7 ROM and be used with the stock rom?
Yes, theyre in system/systemui.apk
Sent from my SGH-T989 using Tapatalk
Thanks! Found it. It's actually: system/app/systemui.apk
The folder structure is obviously different from the stock rom. Anyone have an idea how I replace the existing icons?
Use 7zip to open the apk and replace them in system/res folder i think it is
Sent from my SGH-T989 using Tapatalk
There is no res folder inside "system". There's a res folder in the root, but there's only one file called "encryption"
ToastMan12 said:
There is no res folder inside "system". There's a res folder in the root, but there's only one file called "encryption"
Click to expand...
Click to collapse
Is it in framework/res?
Sent from my SGH-T989 using xda premium
The one he wants its in systemui.. Look in the res/hdpi or so folder
Sent from my SGH-T989 using Tapatalk
I've found it. I tried modifying the stock SystemUI.apk by replacing the icons in it with the ones from the CM7 rom. I then replaced the original SystemUI.apk with the modified one using Root Explorer, but by doing it the SystemUI process force closed leaving me with no status bar. It remained without status bar even after reboot.
So I guess this is not as easy as it seemed to be. I don't want to mess around with the root folder anymore, so if anyone has a flashable zip that can replace the status bar with AOSP icons I would greatly appreciate it!
Really easy to do, next time change the permissions then you wont get FC but if you have the odex version of the update heres the link to get the icons. Its by mikeyinid towards the bottom http://forum.xda-developers.com/showthread.php?p=20377172
Sent from my SGH-T989 using Tapatalk
noodles2224 said:
Really easy to do, next time change the permissions then you wont get FC but if you have the odex version of the update heres the link to get the icons. Its by mikeyinid towards the bottom http://forum.xda-developers.com/showthread.php?p=20377172
Sent from my SGH-T989 using Tapatalk
Click to expand...
Click to collapse
That's exactly what I need! But the link is down Thanks anyway!
I'll PM the guy for a copy I guess.
I pm him too last night for some files.. Dont know if he replies at pms. Some people on here get really mad.. But any chance you can help me out on the swype files?
Sent from my SGH-T989 using Tapatalk
Sure I'll try to help. I'm not sure what you're referring to though. What swype files?
I pmed you
Sent from my SGH-T989 using Tapatalk

(Request) Holo black drop down menu/notification drawer for CM10

Hey guys.. so using (quite a lot) few different themes and flashables I nearly have a fully inverted CM10 ROM running now. The only thing I'm really missing now to complete my look is a proper holo black (transparent or not I don't mind) drop down status bar. Any of you fellow xda peeps know where I can find a flashable that will just theme the drop down only?
Cheers
Sent from my Galaxy Nexus using xda app-developers app
nuclearmonkeyuk said:
Hey guys.. so using (quite a lot) few different themes and flashables I nearly have a fully inverted CM10 ROM running now. The only thing I'm really missing now to complete my look is a proper holo black (transparent or not I don't mind) drop down status bar. Any of you fellow xda peeps know where I can find a flashable that will just theme the drop down only?
Cheers
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
I always just pull my SystemUI.apk and replace notification_header_bg.9.png and notification_panel_bg.9.png to make a fully blacked out (not transparent) drop down menu/status bar.
dirtygoldfish said:
I always just pull my SystemUI.apk and replace notification_header_bg.9.png and notification_panel_bg.9.png to make a fully blacked out (not transparent) drop down menu/status bar.
Click to expand...
Click to collapse
Step by step? I'm not that technical lol
Sent from my Galaxy Nexus using xda app-developers app
Copy SystemUI.apk to your computer, and use a program like 7Zip or WinRAR to copy/paste the pngs in this zip (https://www.box.com/s/rzisk7efjj21r4bqunvz) to the res/drawable-xhdpi folder in the apk. Then paste the changed SystemUI.apk back to your system/app folder, set permissions, and reboot. That should give you a status bar that's completely blacked out (see attached screenshot).
As always, take precautions before doing this, just in case something got messed up along the way.
Much appreciated dude I shall no doubt get stuck lol.. god I love this place
Sent from my Galaxy Nexus using xda app-developers app
nuclearmonkeyuk said:
Much appreciated dude I shall no doubt get stuck lol.. god I love this place
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
No problem. You'll be fine, it's a fairly painless process lol.
dirtygoldfish said:
No problem. You'll be fine, it's a fairly painless process lol.
Click to expand...
Click to collapse
Awesome.. sorted it cheers dude hugely appreciated!!

Homescreen icon location

Clould anyone point me to the location of the icons for the home screen are please? I'm using IconFinder to make me a custom homescreen but it's a hasle to have to store them into Gallery and then crop... would me much easier if they would just pop up with the theme icons.
Thanks
Sent from my LG-F240L using xda app-developers app
st1114g said:
Clould anyone point me to the location of the icons for the home screen are please? I'm using IconFinder to make me a custom homescreen but it's a hasle to have to store them into Gallery and then crop... would me much easier if they would just pop up with the theme icons.
Thanks
Sent from my LG-F240L using xda app-developers app
Click to expand...
Click to collapse
Others, feel free to correct me if I'm wrong, but they are built in to an apk, so you would have to extract the apk, change the icons, and then reconsruct the apk.
pedal2themedal said:
Others, feel free to correct me if I'm wrong, but they are built in to an apk, so you would have to extract the apk, change the icons, and then reconsruct the apk.
Click to expand...
Click to collapse
I believe you're right. It's been a while since I've decompiled a launcher. In any event, if anyone does need to decompile and recompile an .apk I would recommend elesbb's APK Tool GUI. Makes the whole job very easy. Once you have all of your icon images you should be able to drag and drop them into their appropriate folders and recompile.
Thank you for the replies! I was hopping to be an easy-breeze doing but I guess not... I will try the tool you recommended: ) Wish me luck
Sent from my LG-F240L using xda app-developers app

Categories

Resources