Guest charronegro1971 Posted May 5, 2010 Report Posted May 5, 2010 I know Kspec uses a them he created that has a round battery icon but it's for the Cyanogenmod rom. Has anyone found a download for the round battery icon for use w/ Modaco's Desire rom for the Nexus One?
Guest Technocambo Posted May 6, 2010 Report Posted May 6, 2010 I have the same question as well. Btw, how's your battery on your N1 (running desire rom)? I've been getting less than 12 hrs (3hrs+ of actual usage). :P
Guest charronegro1971 Posted May 6, 2010 Report Posted May 6, 2010 like this? :P That's exactly what I'm looking for. On my phone, I get about 13-14 hours of use before having to recharge. I don't use gps or wifi unless i'm charging the phone. I do use active sync but only for my gmail. I want that round battery icon but I haven't seen it available from anyone except Kspec.
Guest irkan Posted October 15, 2010 Report Posted October 15, 2010 Hi guys, you can get circular battery status with percentage, no rooting required, just install a small app http://forum.xda-developers.com/showthread.php?t=809553 it works on Desire, so N1 shouldnt have any problem cheers
Guest Formel-LMS Posted October 27, 2010 Report Posted October 27, 2010 Or you can use my theme (Link in my signature)
Guest ScaredyCat Posted December 2, 2010 Report Posted December 2, 2010 Found this on xda http://forum.xda-developers.com/showthread.php?t=676004 Use adb from Android SDK, the tools directory (http://developer.android.com/sdk/index.html) 1) Pull framework-res.apk from /system/framework/ by command: > adb pull /system/framework/framework-res.apk . 2) Make a copy of the original framework-res.apk to framework-res-original.apk in your tools folder (in case you screw things up ) 3) Rename framework-res.apk in your tools folder to framework-res.zip 4) Open framework-res.zip 5) Replace the "circular battery" files I have attached to res/drawable-mdpi directory in the zip file 6) Use normal compression when replacing the files 7) Rename the zip file back to apk extension 8) Push framework-res.apk back to /system/framework by commands: > adb remount > adb push framework-res.apk /system/framework/ > adb shell reboot SC
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now