Related
We need this.
http://forum.xda-developers.com/showthread.php?t=724778
That's really cool looking; I hope someone can figure out how to port it, but I imagine it shouldn't be too hard.
this kind of post belongs in apps and themes.....
i like it though just change the colors
and it would be very cool
I would like to see this too. It won't work as is?
Sent from my rooted Incredible w/ Flash
I installed the sense-eclair 2.1 "modaco" version, used clockwork to install zip, works fine for me.
Sent from my ADR6300 using XDA App
Ok after toying with my phone with the new battery Meter. I found that the search button reboots my phone.... don't know If its just mine.
Sent from my HTC Droid Incredible.
Be careful flashing these. They contain build.prop and wireless driver files that are not for your phone.
Thread moved to General.
egzthunder1 said:
Thread moved to General.
Click to expand...
Click to collapse
Actually, this needs to be in Development where I posted it due to the fact that it requires major editing of the stat_sys_battery.xml and stat_sys_battery_charge.xml files to allow it to display the actual battery percentage for each level, such as 99, 98, 97, etc.. Please put it back.
Agreed. I too would really like to see this develop into a reality for inc users. it would free up a spot on my notification bar.
I was able to edit the images and repack the latest nightly so now I have the circle battery meter. The 1% increment isn't working. I assume there must be an xml file to edit??? Can anyone shed some light on that?
Edit: This is on CM6 nightly
Wish this could be ported with the percentage over a battery icon. The circle icon reminds me too much of WinMo.
I'd love to get this on my phone along with something similar for wifi!
Can those of us using the SkyRaider (2.2) rom get a little love with this?
Sent from my ADR6300 using XDA App
I would love to get this..
how to modify xml files?
Hi all -- I would love to have this batt on my DI too...and honestly it doesn't look difficult from a theming perspective. But we need some way to extract the necessary XML files from framework-res.apk, modify them, then correctly re-encode them as binary and repackage into the apk.
If someone can point me to a tool, short of the using the full SDK to rebuild the apk from scratch, it should be a relatively quick mod...
*thread subscribed*
bcgaynor82 said:
Hi all -- I would love to have this batt on my DI too...and honestly it doesn't look difficult from a theming perspective. But we need some way to extract the necessary XML files from framework-res.apk, modify them, then correctly re-encode them as binary and repackage into the apk.
If someone can point me to a tool, short of the using the full SDK to rebuild the apk from scratch, it should be a relatively quick mod...
*thread subscribed*
Click to expand...
Click to collapse
You need to use AXMLPrinter2 to edit stat_sys_battery.xml and stat_sys_battery_charge.xml, which are located under /res/drawable/ in framework-res.apk. I just don't know what modifications to change.
this would be awesome!
xvenom89 said:
You need to use AXMLPrinter2 to edit stat_sys_battery.xml and stat_sys_battery_charge.xml, which are located under /res/drawable/ in framework-res.apk. I just don't know what modifications to change.
Click to expand...
Click to collapse
unfortunately AXMLPrinter2 only converts the XMLs from binary back into editable text -- it doesn't do the reverse. But if you use it and take a look at the XMLs, the modifications are actually pretty straightforward. In fact, the file is already set up to have an image for every 1% step, but images for 95 of those steps are undefined.
what we need is a tool that repackages the XMLs back into the APK appropriately -- i haven't found anything to do this, and i'm not skilled enough to use the SDK in full yet...
still would really love to see this...how can we get some love from the more experienced themers?
Madcaddie said:
I installed the sense-eclair 2.1 "modaco" version, used clockwork to install zip, works fine for me.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Madcaddie said:
Ok after toying with my phone with the new battery Meter. I found that the search button reboots my phone.... don't know If its just mine.
Sent from my HTC Droid Incredible.
Click to expand...
Click to collapse
i also just installed this. it also reboots my phone when quickly pressing the search button, but it does not reboot the phone when long pressing the search button. so far so good otherwise. i'm gonna try this for a day and see if any other problems arise, i have a nandroid backup i can go right back to at anytime, so no biggie.
can anyone post up a themed version of the stock or new MIUI rom flashable 3G indicator, themed to match this (or both):
http://forum.xda-developers.com/showthread.php?t=788214
Thanks!
Do you mean you're after:
A theme for MIUI which has the 3G icons from that theme
or
That theme with the MIUI 3G icons?
Josh.
fllash said:
Do you mean you're after:
A theme for MIUI which has the 3G icons from that theme
or
That theme with the MIUI 3G icons?
Josh.
Click to expand...
Click to collapse
I would like the 3g icon from that rom to flash over SkyRaider 3.2
^Same^ but likt the one from the smooth blue theme that is a blue 3G indicator. Or JUST the stock HTC 3G indicator in blue if possible. Thanks
just pull it out of the framework and color it yourself, it's like 4 images
worm- said:
just pull it out of the framework and color it yourself, it's like 4 images
Click to expand...
Click to collapse
How do I do this?
Thanks
Funny. I was just going to post asking anyone if they had it in red. I would also like to know how to do it.
Contempt4You said:
Funny. I was just going to post asking anyone if they had it in red. I would also like to know how to do it.
Click to expand...
Click to collapse
I know. I really want it lol, because i kinda hate the 3G indicator in the theme i have currently, as it's hard to see the upload/download arrows, so i just wanted a flashable indicator so I dont lose the cool notification pulldown
I can edit it with photoshop if I can find it. Can anyone give me a hint to the file path?
EDIT: Hah...ok I suck and fail.
I found the apk and edited the images. Looked great. Put the apk back together. Unistalled the original apk and tried to install my modified apk. Would not install. I'm done with it for now. I guess I will read up on signing tomorrow although I thought I had read that system apps didn't need to be signed.
I'll play with it more tomorrow.
do adb pull /system/framework/framework-res.apk
And the images should n in the drawable-hdpi. Folder if not just look around until u find the images
Then pull the framework from your current Rom and replace your images with the images you want then repush your framework hack to the phone and reboot
Sent from my ADR6300 using Tapatalk
Contempt4You said:
I can edit it with photoshop if I can find it. Can anyone give me a hint to the file path?
EDIT: Hah...ok I suck and fail.
I found the apk and edited the images. Looked great. Put the apk back together. Unistalled the original apk and tried to install my modified apk. Would not install. I'm done with it for now. I guess I will read up on signing tomorrow although I thought I had read that system apps didn't need to be signed.
I'll play with it more tomorrow.
Click to expand...
Click to collapse
If you figure it out can you pack a zip of just the 3g icon in blue as well for me?
Thanks man
Thanks for the tips. With a little help from google, I was able to figure it out.
Which icon did you need exactly? The 3g toggle or the notification bar?
well, i did it and replaced some old icons with cooler looking ones, but the 3g icons (along with similar data icons) did not show up. all of the other ones showed up. also, i read a thread where this dude got 4g icons from another rom and installed them on his phone to make it look like he had 4g, but then hours later, he experienced loss of mobile data... and now i think i am too... any suggestions?
I'm sorry I can't help you. I am learning all this myself and wouldn't pretend to know where to start on that. All I can say is that if you are going to make any changes then backup early and often.
The 3g toggle icons I was looking for were in system/app. I merely reskinned them and dropped them back in.
Contempt4You said:
I'm sorry I can't help you. I am learning all this myself and wouldn't pretend to know where to start on that. All I can say is that if you are going to make any changes then backup early and often.
The 3g toggle icons I was looking for were in system/app. I merely reskinned them and dropped them back in.
Click to expand...
Click to collapse
i wanted notification bar icon
I'm running a theme and mine is already skinned. I think either way you would still have to adb push it onto your phone. I did some googling and took a crash course on changing system icons.
Once I figured it out, it made sense (i know that sounds stupid, but after i did it, I was like oh yeah I get it now). I know that's not a big help, but I'm new to this and wouldn't want to bork your phone. Maybe someone more knowledgable will come save the day.
Otherwise I would google in terms like editing apks and adb pull adb push etc. and maybe you will figure it out too.
Hell I can't wait to ruin my phone now that I am armed and dangerous =)
Contempt4You said:
I'm running a theme and mine is already skinned. I think either way you would still have to adb push it onto your phone. I did some googling and took a crash course on changing system icons.
Once I figured it out, it made sense (i know that sounds stupid, but after i did it, I was like oh yeah I get it now). I know that's not a big help, but I'm new to this and wouldn't want to bork your phone. Maybe someone more knowledgable will come save the day.
Otherwise I would google in terms like editing apks and adb pull adb push etc. and maybe you will figure it out too.
Hell I can't wait to ruin my phone now that I am armed and dangerous =)
Click to expand...
Click to collapse
Lol, i actuallly finally figured out how to extract the png's, so i am going to edit in photoshop, then replace the current images with the app ninjamorph.
*didnt work* left a huge blank space on noti. bar and when I rebooted to see if it would show, I bootlooped*
Well. I spent last night learning to resign edited apk files, so literally nothing on my phone is safe now.
Contempt4You said:
Well. I spent last night learning to resign edited apk files, so literally nothing on my phone is safe now.
Click to expand...
Click to collapse
Is there any way to pack the png's so that I can flash them or install as an apk?
Anyone know how I'd do this? I already have the edited png's.
Can I send any of you guys the folder with the icons and you can help me out with this?
Thanks again
It seems the easiest way to change or theme icons is to not unzip them. Just open them with 7zip and make your changes, then close it. They will stay compressed and all of the info and size will remain intact.
Once changed you will have to resign the apk or zip file.
I spent the better part of 2 hours reading up on it using these forums and google, but I do not in any way feel knowledgable enough to instruct you on the finer points. There are oodles of topics on editing apk's and signing them when you are finished.
The steps seem pretty clear:
1. download or pull apk
2. open with 7zip
3. make changes keeping sizes and file names the same
4. close
5. re-sign the apk or zip file (most likely have to delete the existing files to the original signing which will be replaced with your own)
6. push or install the zip or apk (make sure the original app is uninstalled prior to reinstalling the changed app)
There are various methods and tools. The most helpful thread I found on signing is here: http://forum.xda-developers.com/showthread.php?t=473580
I hope this covers it all and is helpful to you. I am new at it and can only tell you to backup everything and if you are unclear on any of it, then don't attempt it.
Read all the posts related to it. There is great info and plenty of feedback on known issues or mistakes others have had.
Wondering what needs to be done just to change certin aspects of a theme. ex: im using blue steele w/ puzzle lock but I still have the ginger red swype. Id like to switch the keyboard around. Any ideas our suggestions?
Sent from my SCH-I500 using Tapatalk
thatguy07 said:
Wondering what needs to be done just to change certin aspects of a theme. ex: im using blue steele w/ puzzle lock but I still have the ginger red swype. Id like to switch the keyboard around. Any ideas our suggestions?
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Read my guide, pay attention to the "creating a flashable package" part, basically to alter any file/folder on your phone you would simply need to place the file/folder in the appropriate folder structure within that zip, then flash. (This is all done while the package is still in the .apk format, you would need 7zip to open it and do the editing while it's still packaged, you never extract)
It'd be easiest for you to just go back to pick and pack, then flash the puzzle lock - that would get everything else back to stock that isn't themed.
I figured that would be the easiest route but Im feeling froggy and want to do it the hard way.i'm about to start digging into your guide now.
Sent from my SCH-I500 using Tapatalk
thatguy07 said:
I figured that would be the easiest route but Im feeling froggy and want to do it the hard way.i'm about to start digging into your guide now.
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
If you can find a swype that has been themed for another phone, you should be able to easily port it to the pnp version with theme porter, then add that APP to my puzzle lock theme and flash. Let me know and I'll include it in the theme.
bdemartino said:
If you can find a swype that has been themed for another phone, you should be able to easily port it to the pnp version with theme porter, then add that APP to my puzzle lock theme and flash. Let me know and I'll include it in the theme.
Click to expand...
Click to collapse
There's a really cool Swype keyboard in that BlackFroyo theme I'm hoping someone jumps on I tried to just overwrite the .apk and that didn't work out so well for me.
Well I had to just pnp to the original swype for now, running around town with too many projects for the day but tonight its on. Ive got two mezs to play with
Sent from my SCH-I500 using Tapatalk
akellar said:
There's a really cool Swype keyboard in that BlackFroyo theme I'm hoping someone jumps on I tried to just overwrite the .apk and that didn't work out so well for me.
Click to expand...
Click to collapse
Yea, I tried pulling the widgetlocker .apk from my phone, editing it and pushing it back and it dissappeared from my app drawer, so I'm still learning about those issues.
You guys could port that swype keyboard to pnp (using my guide) and create a package that only flashes that app to your phone... once i'ts ported it could be added to any existing theme's too.
bdemartino said:
Yea, I tried pulling the widgetlocker .apk from my phone, editing it and pushing it back and it dissappeared from my app drawer, so I'm still learning about those issues.
You guys could port that swype keyboard to pnp (using my guide) and create a package that only flashes that app to your phone... once i'ts ported it could be added to any existing theme's too.
Click to expand...
Click to collapse
As you know, I know nothing about themeing but when I tried to just overwrite the .apk file it gave me an error saying that the app wasn't designed for my phone (or something like that) and would have limited usability. And then came the onslaught of the FC loop. Would making this a flashable install fix that or is it because the app itself just doesn't work with our phones?
akellar said:
As you know, I know nothing about themeing but when I tried to just overwrite the .apk file it gave me an error saying that the app wasn't designed for my phone (or something like that) and would have limited usability. And then came the onslaught of the FC loop. Would making this a flashable install fix that or is it because the app itself just doesn't work with our phones?
Click to expand...
Click to collapse
that's why we have to port them to the pnp version first, it just copies all of the .png files to our version (that already works on our phone) then you would be able to replace it through root explorer (or make a flash package) sounds like you were trying to use the .apk from the other phone? Never do that btw
bdemartino said:
that's why we have to port them to the pnp version first, it just copies all of the .png files to our version (that already works on our phone) then you would be able to replace it through root explorer (or make a flash package) sounds like you were trying to use the .apk from the other phone? Never do that btw
Click to expand...
Click to collapse
LOL Yeah I learned that lesson. Thank God for nandroid backups. It actually wasn't that bad just couldn't use the Swype keyboard anymore (even after putting our .apk back on). Maybe I'll give your guide a try. It kind of intimidated me the first time I read through it but maybe just pulling a single app will be a good way to start.
akellar said:
LOL Yeah I learned that lesson. Thank God for nandroid backups. It actually wasn't that bad just couldn't use the Swype keyboard anymore (even after putting our .apk back on). Maybe I'll give your guide a try. It kind of intimidated me the first time I read through it but maybe just pulling a single app will be a good way to start.
Click to expand...
Click to collapse
Skip reading the part about framework and decompiling. App's are wayyy easier, you should be able to just use theme porter (as long as the folder names within the theme'd version matches what's in pnp's version, should have -v4 i believe so you may have to rename those in the theme version.) Or you could manually move the .png's by opening each one in 7zip side by side.
bdemartino said:
Skip reading the part about framework and decompiling. App's are wayyy easier, you should be able to just use theme porter (as long as the folder names within the theme'd version matches what's in pnp's version, should have -v4 i believe so you may have to rename those in the theme version.) Or you could manually move the .png's by opening each one in 7zip side by side.
Click to expand...
Click to collapse
Ok I'll give it a shot. You gonna be on the chat tonight in case I confuse myself?
akellar said:
Ok I'll give it a shot. You gonna be on the chat tonight in case I confuse myself?
Click to expand...
Click to collapse
Should be
I have seen a bunch of on google about changing the color of the notification bar and everything but i am looking to change the text where it would say Verizon Wireless or if your on a custom Rom might have the name of the Rom. Is there an app for this and if not can someone help me edit the xml and where to find it. It would be greatly appreciated thanks!
liberty toolbox for non gingy and i think that there is an editor a dev posted on twitter included in his gingerbread deodexed rom
mattmartin77 said:
liberty toolbox for non gingy and i think that there is an editor a dev posted on twitter included in his gingerbread deodexed rom
Click to expand...
Click to collapse
Liberty does not work unless you are on the liberty rom i don't think and if you could find me the post the dev had or a link to how he did it that would be greatly appreciated!
theres several different ways, depending on how familiar you are with adb or framework-res.apk
hex edit, metamorph, several roms have the option, morphing in general, etc etc.
my suggestion would be to google and read up on such things its never a good idea just to jump into editing sys files without knowing what youre doing ahead of time. PM me if you need some good informational links (not "how to's") that can get you started in the right direction of understanding your phone's framework a little better.
oceanxblake said:
theres several different ways, depending on how familiar you are with adb or framework-res.apk
hex edit, metamorph, several roms have the option, morphing in general, etc etc.
my suggestion would be to google and read up on such things its never a good idea just to jump into editing sys files without knowing what youre doing ahead of time. PM me if you need some good informational links (not "how to's") that can get you started in the right direction of understanding your phone's framework a little better.
Click to expand...
Click to collapse
itd be great if you could get me a link on how to learn
PM sent with some informational links. Shoot me a message if you have any questions or get lost in all of the technical jargon, it can be a lot... always remember it never hurts to ask and do as MUCH reading as you can, nobody likes a 300 dollar paper weight
U could also try Jrummy's "Root tools " app. Worked on froyo for me but haven't tried it on gingerbread yet
Sent from my DROIDX using XDA Premium App
Just got root tools and I think it was definately worth the price makes tweaking and modding really easy.
Sent from my DROIDX using XDA App
+1 for Root Tools.
Sent from my DROIDX using Tapatalk
hahah well i made this post a couple days ago with the inention of theming my phone...But now I know how to create roms... haha this is a minor question now to me... Whoever wants to edit it you need to have adb with sdk manager and place platform-tools in your C: drive..Then adb pull your framework.. Edit eri.xml in framework-res.apk drawable folder. Simply find the Verizon Wireless text. DO NOT DELETE IT! Just pt your cursor before the V and start typing. You have 16 Characters to use up. IF you dont use them all you will see 3 dots or periods if you will. Click the space button until you reach the first dot. Save it at the top. By the way I should probably add that you need to edit it with HxD Editor! Anyway, after that mount your phone in bootstrap recovery then adb push the files back in, unmount, reboot and done! Enjoy your new Status Bar Text!
Thanks. I'll give this a shot. Getting a ton of great app reco's here.
One of my biggest *****es about the themes available in theme chooser is no, matter what, MOST (not all) leave the 4G icon on the status bar that lime ass green. Is there a step by step guide on how to make a custom theme for the NS4G? I am pretty pro at CS5 and have DW as well to exit the XML files, this is something I would be pretty confident in doing. Any advice would be greatly appreciated. Thanks in advance guys (and gals).
Here's a guide for the Theme Engine
http://forum.xda-developers.com/showthread.php?t=964391
I think, but am not certain, that if you wanted to make a flashable zip, you can grab SystemUI.apk and framework-res.apk from you ROM and use apktool to decompile SystemUI
In cmd:
apktool if framework-res.apk
apktool d SystemUI.apk
Then you look for the Wimax images, should be something like
stat_sys_data_wimax_signal_0.png
Of course there will be different values representing the different states of connection.
Sent from my Nexus S 4G using Tapatalk
I ran into a major issue last night.
This was REALLY pissing me off, you know one of those things that SHOULD be working but isn't. Whenever I view the decompiled apk (framework-res, and systemUI)
The files are decompiled everything looks correct, but when I open the image files in cs5 they look all blurry as hell. I have attached some screenshots. Make any sense to anyone?
blueluck77 said:
One of my biggest *****es about the themes available in theme chooser is no, matter what, MOST (not all) leave the 4G icon on the status bar that lime ass green. Is there a step by step guide on how to make a custom theme for the NS4G? I am pretty pro at CS5 and have DW as well to exit the XML files, this is something I would be pretty confident in doing. Any advice would be greatly appreciated. Thanks in advance guys (and gals).
Click to expand...
Click to collapse
Themes have just began fixing the 4g icon. I know for cm7 androidian and cyanbread were fixed.
Sent from my Nexus S 4G using xda premium
Rem3Dy said:
Themes have just began fixing the 4g icon. I know for cm7 androidian and cyanbread were fixed.
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
Understandable. New things take time, but I have time to do it and start making all kinds of crazy themes, but just curious why the images would show up that way once they were pulled into PS. Its not just that image, its all the images. Does anyone know how I can resolve this or even prevent it from happening?
blueluck77 said:
I ran into a major issue last night.
This was REALLY pissing me off, you know one of those things that SHOULD be working but isn't. Whenever I view the decompiled apk (framework-res, and systemUI)
The files are decompiled everything looks correct, but when I open the image files in cs5 they look all blurry as hell. I have attached some screenshots. Make any sense to anyone?
Click to expand...
Click to collapse
I just answered u on G+ , but go grab Paint.NET http://paint.net/
With the pngs that are giving you problems (hopefully u haven't saved them in photoshop.. grab the originals), open them in Paint.NET first, save, then open them in photoshop. Almost always works for me.