Go Back   Android Forums > Android Phones > Samsung i7500 > i7500 - All Things Root

i7500 - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old March 3rd, 2010, 06:23 AM   #1 (permalink)
New Member
 
Join Date: Mar 2010
Posts: 9
 
Device(s):
Thanks: 2
Thanked 7 Times in 1 Post
Default Fix for status bar battery indicator

Stock battery indicator in the status bar was bugging me, since it was constantly showing more charge than all other battery apps (widgets, Spare Parts...).

After looking in /system/framework/framework-res.apk/res/drawable/stat_sys_battery.xml, I could see that Samsung changed battery level thresholds compared to other Android releases (sources found on net):




I have made a mod which changes the levels to the ones in the right column (source). Tested only on this 1.6 firmware: Baseband version I7500XXJB2, Build number Donut.XXJB6. Do not change /system/framework/framework-res.apk directly, the phone might not boot if it is not signed again after changing! Make all necessary backups!

You will need Metamorph to apply it, but since we have only 1.21 MB available on /system partition with this firmware, we will have to move Maps.apk to /data/app.

The procedure (if you are not sure what each step does, do not proceed):
1. root the phone
2. copy busybox to /data/local/bin and give it execute permissions
3. install Metamorph from the Market
4. mount /system as RW (via "Root explorer", for example)
5. Run Metamorph. It will check for necessary files, and copy zip to /system/bin/zip. You can move it to /data/local/bin/zip to save some space on /system, and create symlink with this: ln -s /data/local/bin/zip /system/bin/zip
6. copy attached Galaxy-BatteryFix-v1.0.zip to /sdcard/AndroidThemes
7. move /system/app/Maps.apk to /data/app. It seems that Maps work fine from that location, after reboot.
8. apply theme from Metamorph
9. reboot

If you have problems with Metamorph and copying zip app, run this command: ln -s /data/local/bin/busybox /system/bin/cp (after renaming /system/bin/cp to cp.old).

To restore the original, use Galaxy-BatteryFixRestore-v1.0.zip.
Attached Files
File Type: zip Galaxy-BatteryFix-v1.0.zip (1.0 KB, 183 views)
File Type: zip Galaxy-BatteryFixRestore-v1.0.zip (1.0 KB, 79 views)

bluemax is offline  
Last edited by bluemax; March 3rd, 2010 at 06:34 AM.
Reply With Quote
The Following 7 Users Say Thank You to bluemax For This Useful Post:
Frojd (May 19th, 2010), inFECT (March 3rd, 2010), michael.nights (March 3rd, 2010), nunocordeiro (May 18th, 2010), REEM-B (March 8th, 2010), sgx100 (August 26th, 2010), Zero-K (July 15th, 2010)
Sponsors
Old March 3rd, 2010, 07:16 AM   #2 (permalink)
Member
 
inFECT's Avatar
 
Join Date: Feb 2010
Location: Germany
Posts: 256
 
Device(s): N1, i7500, Hero
Thanks: 8
Thanked 70 Times in 38 Posts
Default

This is awesome :-)

Well done.
inFECT is offline  
Reply With Quote
Old March 3rd, 2010, 07:39 AM   #3 (permalink)
Member
 
Join Date: Oct 2009
Posts: 364
 
Device(s): Samsung Galaxy i7500 (Galaxo 1.6.3.4)
Thanks: 15
Thanked 26 Times in 13 Posts
Default

I thought the Samsung change had been to try and make the battery reading more reliable?

As standard you'd often see the phone say 30% free only to die a few minutes later.
MichaelW is offline  
Reply With Quote
Old March 3rd, 2010, 07:43 AM   #4 (permalink)
Senior Member
 
KlaymenDK's Avatar
 
Join Date: May 2009
Location: Denmark
Posts: 1,205
 
Device(s): Desire (Android v2.3.5 w/Oxygen rom; Revoked ClockworkMod recovery)
Thanks: 28
Thanked 121 Times in 93 Posts
Default

So that's why I always distrusted the battery indicator.
Stupid, stupid Samsung -- again! Is there anything they don't make a mess of?

I will try to install this asap (on IL3).
...hmm, can't figure out placing the files, will try later...
__________________
Don't forget to hit the "Thanks" button when someone helps you!!!
How To Ask Questions The Smart Way
-- 010\001\111 --
KlaymenDK is offline  
Last edited by KlaymenDK; March 3rd, 2010 at 07:53 AM.
Reply With Quote
Old March 3rd, 2010, 08:14 PM   #5 (permalink)
New Member
 
Join Date: Mar 2010
Posts: 6
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by bluemax View Post
Stock battery indicator in the status bar was bugging me, since it was constantly showing more charge than all other battery apps (widgets, Spare Parts...).

After looking in /system/framework/framework-res.apk/res/drawable/stat_sys_battery.xml, I could see that Samsung changed battery level thresholds compared to other Android releases (sources found on net):




I have made a mod which changes the levels to the ones in the right column (source). Tested only on this 1.6 firmware: Baseband version I7500XXJB2, Build number Donut.XXJB6. Do not change /system/framework/framework-res.apk directly, the phone might not boot if it is not signed again after changing! Make all necessary backups!

You will need Metamorph to apply it, but since we have only 1.21 MB available on /system partition with this firmware, we will have to move Maps.apk to /data/app.

The procedure (if you are not sure what each step does, do not proceed):
1. root the phone
2. copy busybox to /data/local/bin and give it execute permissions
3. install Metamorph from the Market
4. mount /system as RW (via "Root explorer", for example)
5. Run Metamorph. It will check for necessary files, and copy zip to /system/bin/zip. You can move it to /data/local/bin/zip to save some space on /system, and create symlink with this: ln -s /data/local/bin/zip /system/bin/zip
6. copy attached Galaxy-BatteryFix-v1.0.zip to /sdcard/AndroidThemes
7. move /system/app/Maps.apk to /data/app. It seems that Maps work fine from that location, after reboot.
8. apply theme from Metamorph
9. reboot

If you have problems with Metamorph and copying zip app, run this command: ln -s /data/local/bin/busybox /system/bin/cp (after renaming /system/bin/cp to cp.old).

To restore the original, use Galaxy-BatteryFixRestore-v1.0.zip.
Sounds amazing! That would be really helpful... but isn't there an easier way to do this? I currently use fastboot and adb, I can flash a recovery and a custom Rom, but I don't know what busybox or Metamorph are...
Is there any chance you could have some time for writing a simplier guide?

Thanks, anyway!
michael.nights is offline  
Reply With Quote
Old March 3rd, 2010, 11:13 PM   #6 (permalink)
Junior Member
 
Join Date: Feb 2010
Posts: 37
 
Device(s):
Thanks: 0
Thanked 6 Times in 6 Posts
Default

Quote:
Originally Posted by michael.nights View Post
Sounds amazing! That would be really helpful... but isn't there an easier way to do this? I currently use fastboot and adb, I can flash a recovery and a custom Rom, but I don't know what busybox or Metamorph are...
Is there any chance you could have some time for writing a simplier guide?

Thanks, anyway!
Busybox comes built in with Galaxo 1.6.1. So figure out how to install that if you don't have it installed yet and then you can download Metamorph from the Market. This was the simplest way I could figure. I couldn't find Busybox anywhere for download.
Electroz is offline  
Reply With Quote
Old March 4th, 2010, 03:08 AM   #7 (permalink)
New Member
 
Join Date: Mar 2010
Posts: 9
 
Device(s):
Thanks: 2
Thanked 7 Times in 1 Post
Default

I did download Busybox from somewhere, but can't recall from which site. Try one of these:

Droid Explorer
or
Busybox for android
bluemax is offline  
Last edited by bluemax; March 4th, 2010 at 03:09 AM.
Reply With Quote
Old March 4th, 2010, 04:13 AM   #8 (permalink)
Senior Member
 
Rastaman-FB's Avatar
 
Join Date: Sep 2009
Location: UK
Posts: 5,834
 
Device(s): i7500@galax0-1.6.3.4 OC@710mhz HTC Desire - never ending modding
Thanks: 103
Thanked 912 Times in 771 Posts
Default

taken from this old post, it works
http://androidforums.com/56711-post6.html

To install busybox on a firmware on the phone, there are a few ways. Easiest is to either use the rooted recovery v3 image or a rooted kernel.

If using the recovery, you'll need to boot up in recovery mode and connect your phone to your computer. For rooted kernel, just connect the phone when it's running normally and make sure adb is enabled in settings.

1. Run "adb remount"
2. Next push busybox with "adb push busybox /system/bin/busybox"
3. Create the symlinks with "adb shell /system/bin/busybox --install -s /system/bin" (you can skip this part if you do not foresee using the rest of the commands that busybox provides)
4. Modify cp's symlink to allow file managers to copy files "adb shell rm /system/bin/cp"
"adb shell ln -s /system/bin/busybox /system/bin/cp"
Rastaman-FB is offline  
Reply With Quote
Old March 4th, 2010, 04:39 AM   #9 (permalink)
Member
 
Join Date: Oct 2009
Posts: 364
 
Device(s): Samsung Galaxy i7500 (Galaxo 1.6.3.4)
Thanks: 15
Thanked 26 Times in 13 Posts
Default

The change in the battery indicator was discussed here... http://androidforums.com/samsung-i7500/27275-battery-drains-quickly-under-40-a.html#post188724

And generally seen to be a good thing? Or has this changed again with JB2?
MichaelW is offline  
Last edited by MichaelW; March 4th, 2010 at 04:39 AM.
Reply With Quote
Old March 4th, 2010, 05:10 AM   #10 (permalink)
New Member
 
Join Date: Mar 2010
Posts: 9
 
Device(s):
Thanks: 2
Thanked 7 Times in 1 Post
Default

The problem with Samsung's battery icon tresholds (in various firmwares I tested, from H to J) is that it is showing more charge than actually left, especially in the lower range.

The change in ADC reported levels mentioned above was a step in the right direction, but I feel that Samsung's tresholds were still not tweaked correctly.

On JB2/6, my battery still drains much faster in 40-0 % range than in 100-40 one, so ADC levels still need additional tweaking...
bluemax is offline  
Last edited by bluemax; March 4th, 2010 at 05:10 AM.
Reply With Quote
Sponsors
Old March 4th, 2010, 05:42 PM   #11 (permalink)
Member
 
Xenon's Avatar
 
Join Date: Aug 2009
Location: Croatia
Posts: 243
 
Device(s): Samsung Galaxy with IL3 1.5 firmware
Thanks: 19
Thanked 3 Times in 2 Posts
Default

The battery indicator is terribly unreliable. Let'me pimp my idea again:
http://androidforums.com/samsung-i7500/17812-better-battery-indicator-idea.html
Xenon is offline  
Reply With Quote
Old March 4th, 2010, 07:24 PM   #12 (permalink)
Senior Member
 
KlaymenDK's Avatar
 
Join Date: May 2009
Location: Denmark
Posts: 1,205
 
Device(s): Desire (Android v2.3.5 w/Oxygen rom; Revoked ClockworkMod recovery)
Thanks: 28
Thanked 121 Times in 93 Posts
Default

Quote:
Originally Posted by Xenon View Post
The battery indicator is terribly unreliable. Let'me pimp my idea again:
http://androidforums.com/samsung-i7500/17812-better-battery-indicator-idea.html
Yeah yeah yeah, and years ago we had ChaDis for the Psion:

Only problem is -- for that kind of accuracy you need to monitor the amperage, and that's the one battery reading you don't get from Android!
KlaymenDK is offline  
Reply With Quote
Old May 18th, 2010, 10:34 AM   #13 (permalink)
New Member
 
Join Date: May 2010
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can't install it... I have made all mentionned, but Metamorph tells me about a problem with the theme control file... What to do please ?
Spinelli is offline  
Reply With Quote
Old May 18th, 2010, 10:42 AM   #14 (permalink)
New Member
 
Join Date: May 2010
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Problem fixed, after converting .thm in .xtm for the new version of MM
Spinelli is offline  
Last edited by Spinelli; May 20th, 2010 at 05:39 AM.
Reply With Quote
Old May 18th, 2010, 05:26 PM   #15 (permalink)
New Member
 
Join Date: Oct 2009
Posts: 3
 
Device(s):
Thanks: 2
Thanked 0 Times in 0 Posts
Default

This is awesome! I vote to have this integrated in the next Galaxo. Hopefully drakaz will find it interesting.
nunocordeiro is offline  
Reply With Quote
Old May 19th, 2010, 08:03 AM   #16 (permalink)
Senior Member
 
Andronix's Avatar
 
Join Date: Aug 2009
Posts: 677
 
Device(s): Samsung i7500 @ GAOSP Froyo nightly
Thanks: 7
Thanked 17 Times in 13 Posts
Default

What Michael said, Samsun is lowering actual readings because they are trying to warn you that the battery is going to die much before than what original readings are. Original readings are suggesting that the battery at 30% will provide more 30% usage time, but it translates to maybe 5%.

I think what Samsung did is fine.
Andronix is offline  
Reply With Quote
Old May 19th, 2010, 08:08 AM   #17 (permalink)
Senior Member
 
KlaymenDK's Avatar
 
Join Date: May 2009
Location: Denmark
Posts: 1,205
 
Device(s): Desire (Android v2.3.5 w/Oxygen rom; Revoked ClockworkMod recovery)
Thanks: 28
Thanked 121 Times in 93 Posts
Default

Andronix, maybe I'm misunderstanding you, but I read it the other way around: that Samsung is displaying a full battery for levels as low as 71%, and a half-full battery when it's actually as low as 30%...?
KlaymenDK is offline  
Reply With Quote
Old May 19th, 2010, 08:19 AM   #18 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 97
 
Device(s): Samsung Galaxy I7500 GAOSP-2 11232010-NIGHTLY
Thanks: 9
Thanked 9 Times in 6 Posts
Default

Yep, samsung's original values mke the battery appear to have more charge than it actually does. This mod is great!
Frojd is offline  
Reply With Quote
Old May 19th, 2010, 11:40 AM   #19 (permalink)
Member
 
Xenon's Avatar
 
Join Date: Aug 2009
Location: Croatia
Posts: 243
 
Device(s): Samsung Galaxy with IL3 1.5 firmware
Thanks: 19
Thanked 3 Times in 2 Posts
Default

Yeah, Samsung are actually playing psychological games with the
battery indicator.

If a user sees orange, he might think "What?? Already? But I charged it yesterday!". If
a user sees green right up to the moment the phone dies, the user is happier about the
battery life.
Xenon is offline  
Reply With Quote
Old May 20th, 2010, 01:35 AM   #20 (permalink)
Senior Member
 
Andronix's Avatar
 
Join Date: Aug 2009
Posts: 677
 
Device(s): Samsung i7500 @ GAOSP Froyo nightly
Thanks: 7
Thanked 17 Times in 13 Posts
Default

hmm, if this mod makes the notification go yellow before samsung settings, i'm fine with it the graph is confusing a bit.

does this thing change only how icon changes states, or changing values of battery percentage readings? i'm used to ignoring the icon and watching only what is the percentage via "systray monitor" app.
Andronix is offline  
Reply With Quote
Sponsors
Old May 20th, 2010, 03:22 AM   #21 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 97
 
Device(s): Samsung Galaxy I7500 GAOSP-2 11232010-NIGHTLY
Thanks: 9
Thanked 9 Times in 6 Posts
Default

It only changes at what percentage the icon changes.
Frojd is offline  
Reply With Quote
Old May 20th, 2010, 05:59 AM   #22 (permalink)
Senior Member
 
Andronix's Avatar
 
Join Date: Aug 2009
Posts: 677
 
Device(s): Samsung i7500 @ GAOSP Froyo nightly
Thanks: 7
Thanked 17 Times in 13 Posts
Default

Quote:
Originally Posted by Frojd View Post
It only changes at what percentage the icon changes.
fine
Andronix is offline  
Reply With Quote
Old May 20th, 2010, 06:12 AM   #23 (permalink)
New Member
 
Join Date: May 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi!

Quote:
Originally Posted by Spinelli View Post
Problem fixed, after converting .thm in .xtm for the new version of MM
I've got the same "missing controll file" issue.
Can you please upload the new version somewhere since i have no idea how to convert the .thm myself.

Thanks!

--
Damyan
damyan5 is offline  
Reply With Quote
Old August 22nd, 2010, 08:08 PM   #24 (permalink)
Member
 
Join Date: Aug 2010
Posts: 116
 
Device(s):
Thanks: 5
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by nunocordeiro View Post
This is awesome! I vote to have this integrated in the next Galaxo. Hopefully drakaz will find it interesting.
I 100% agree with you. it is ****ing annoying as **** seeing your battery meeter at 80% green when in fact it is only about 30-20%. I thought it was my phone but it apears it is samsung flaw! now how could you **** this up so badly???
nuke777 is offline  
Reply With Quote
Old August 22nd, 2010, 08:13 PM   #25 (permalink)
Member
 
Join Date: Aug 2010
Posts: 116
 
Device(s):
Thanks: 5
Thanked 2 Times in 2 Posts
Default

I am still using 1.5 II5, I need this patch badly because it drives me nuts. will it work with my version? also would you be able to provide a more noob freidnly tutorial?

I already rooted my phone to galaxo many times so I am not a complete noob, I just went back to 1.5 because I feel it is much faster and bug free.
nuke777 is offline  
Reply With Quote
Old August 23rd, 2010, 02:38 AM   #26 (permalink)
Member
 
maurinet's Avatar
 
Join Date: Jun 2010
Location: Israel
Posts: 112
 
Device(s): Samsung Galaxy i7500 running Galaxo 1.6.3.4 on baseband JC6
Thanks: 3
Thanked 9 Times in 8 Posts
Default

Can this method (or something similar) be used to have the Battery Indicator display more intervals with the Super Circle battery indicator??? (perhaps in increments of 5% or 10%, instead of just 0%, 20%, 40%, 60%, 80%, 100%)
maurinet is offline  
Reply With Quote
Old August 23rd, 2010, 04:27 AM   #27 (permalink)
Member
 
inFECT's Avatar
 
Join Date: Feb 2010
Location: Germany
Posts: 256
 
Device(s): N1, i7500, Hero
Thanks: 8
Thanked 70 Times in 38 Posts
Default

No. to both of you ;-)
inFECT is offline  
Reply With Quote
Old August 23rd, 2010, 05:00 AM   #28 (permalink)
Member
 
Join Date: Oct 2009
Posts: 364
 
Device(s): Samsung Galaxy i7500 (Galaxo 1.6.3.4)
Thanks: 15
Thanked 26 Times in 13 Posts
Default

The super circle battery with galaxo 1.6.3.4 is displaying 0%, 10%, 20%, 40%, 60%, 80%, 100%.

I don't quite understand how it can display in increments of 10% for the lowest three, but then 20% for the rest. It also doesn't display the value to the nearest "20%" anyway, so in my opinion it's even worse than before.
MichaelW is offline  
Reply With Quote
Old August 23rd, 2010, 05:08 AM   #29 (permalink)
Member
 
sgx100's Avatar
 
Join Date: Mar 2010
Location: New Delhi, India
Posts: 262
 
Device(s): Galaxy 7500 on GAOSP 09292010/Galaxo 1.6.3.4 [Baseband - (XEJC6)]
Thanks: 40
Thanked 14 Times in 14 Posts
Default

Is this implemented in galaxo 1.6.3/3-4 or Dark Sense themes by inFECT
Also is this goin to be implemented on Froyo GAOSP

Any idea folks ?
sgx100 is offline  
Reply With Quote
Old August 23rd, 2010, 05:16 AM   #30 (permalink)
Senior Member
 
Lelouch's Avatar
 
Join Date: Aug 2010
Location: Križevci, CROATIA
Posts: 632
 
Device(s): Samsung i7500 Galaxy on GAOSP 3 with Gingerbread and LG Optimus One :p
Thanks: 8
Thanked 67 Times in 64 Posts
Default

In Froyo GAOSP (if you didn't try it), the bar indication (thanks to cyangenmod) is displayed 100, 99, 98,... You get the point I guess.
Lelouch is offline  
Reply With Quote
Sponsors
Old August 23rd, 2010, 06:06 AM   #31 (permalink)
Member
 
inFECT's Avatar
 
Join Date: Feb 2010
Location: Germany
Posts: 256
 
Device(s): N1, i7500, Hero
Thanks: 8
Thanked 70 Times in 38 Posts
Default

It is simply not supported by Samsungs Framework on Donut (according to drakaz)

GAOSP is based on AOSP, thats why it is working there.
inFECT is offline  
Reply With Quote
Old August 23rd, 2010, 02:12 PM   #32 (permalink)
Member
 
Join Date: Nov 2009
Posts: 106
 
Device(s):
Thanks: 15
Thanked 3 Times in 3 Posts
Default

Is there anyway to revert the super circle battery back to the old one?
Displaying the WRONG percentage is just useless, i prefer the green meter (the original one), especially since im using 'battery indicator' app.
Alonzzo2 is offline  
Reply With Quote
Old August 23rd, 2010, 02:27 PM   #33 (permalink)
Member
 
inFECT's Avatar
 
Join Date: Feb 2010
Location: Germany
Posts: 256
 
Device(s): N1, i7500, Hero
Thanks: 8
Thanked 70 Times in 38 Posts
Default

just push the framework-res.apk from the old galaxo 1.6.3.2 on the phone.
inFECT is offline  
Reply With Quote
Old August 23rd, 2010, 02:47 PM   #34 (permalink)
Member
 
Join Date: Nov 2009
Posts: 106
 
Device(s):
Thanks: 15
Thanked 3 Times in 3 Posts
Default

OK, thanks, I took it from the 1.6.3.2 zip file (from /system/framework) and i copied it (using root explorer) to system/framework on the phone , BUT , now my phone doesn't boot (stuck at the animation).
I guess i did something wrong, I just don't know what it is.
Im gonna go back to my nandroid backup for now, inFECT, do you have any other suggestions?
Alonzzo2 is offline  
Reply With Quote
Old August 25th, 2010, 09:18 AM   #35 (permalink)
New Member
 
Join Date: Oct 2009
Posts: 12
 
Device(s):
Thanks: 0
Thanked 3 Times in 2 Posts
Default Better battery for Galaxo

Hi,
I have modded the framework-res.apk from the Galaxo, in order to have a more detailed battery indicator.
Stock battery icon pack has 7 steps. My icon pack has 18 steps.



Download

This patch works with Galaxo 1.6.3.4.
I think it should works on every Galaxo 1.6.3.x but I didn't test it.

Installation:
- Copy zip file on sdcard
- Boot in recovery mode
- Fix Packages Permission
- Apply any zip from sd
intouch is offline  
Last edited by intouch; August 25th, 2010 at 01:37 PM.
Reply With Quote
Old August 25th, 2010, 09:34 AM   #36 (permalink)
Member
 
Join Date: Oct 2009
Posts: 364
 
Device(s): Samsung Galaxy i7500 (Galaxo 1.6.3.4)
Thanks: 15
Thanked 26 Times in 13 Posts
Default

But does it display all 18 states? Drakaz added the Super Circle battery meter in 1.6.3.4 but it also only displays 7 states (0, 10, 20, 40, 60, 80,100).

He stated it was a limitation with Samsung's donut implementation.
MichaelW is offline  
Reply With Quote
Old August 25th, 2010, 09:52 AM   #37 (permalink)
New Member
 
Join Date: Oct 2009
Posts: 12
 
Device(s):
Thanks: 0
Thanked 3 Times in 2 Posts
Default

Yes, it displays all the 18 states.
At least it seems so to my eyes

The trick is to modify the file "stat_sys_battery.xml", adding the new levels.
intouch is offline  
Reply With Quote
Old August 25th, 2010, 10:40 AM   #38 (permalink)
Senior Member
 
informale's Avatar
 
Join Date: Oct 2009
Location: Scotland
Posts: 705
 
Device(s): Samsung GT-i7500 @ Galaxo 1.6.3.4 / JC6
Thanks: 19
Thanked 34 Times in 26 Posts
Default

Quote:
Originally Posted by intouch View Post
Yes, it displays all the 18 states.
At least it seems so to my eyes

The trick is to modify the file "stat_sys_battery.xml", adding the new levels.
you might want to tell that to Drakaz, perhaps he missed that tiny little thing with all the other hard work.
__________________
Samsung Galaxy GT-i7500 Firmware Central
P.S. I am annoyed by people asking without searching first and people asking if they should do a backup Nothing personal.
informale is offline  
Last edited by informale; August 25th, 2010 at 12:03 PM.
Reply With Quote
Old August 25th, 2010, 10:44 AM   #39 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 97
 
Device(s): Samsung Galaxy I7500 GAOSP-2 11232010-NIGHTLY
Thanks: 9
Thanked 9 Times in 6 Posts
Default

Quote:
Originally Posted by intouch View Post
Hi,
I have modded the framework-res.apk from the Galaxo, in order to have a more detailed battery indicator.[...]

Download
Tried it but couldn't flash due to bad .zip according to recovery.
Frojd is offline  
Reply With Quote
Old August 25th, 2010, 10:45 AM   #40 (permalink)
Member
 
Join Date: Nov 2009
Posts: 106
 
Device(s):
Thanks: 15
Thanked 3 Times in 3 Posts
Default

"Opening update package...
E:Can't open /sdcard/batteria_galaxo_1634__senza_nu.zip
(bad)
installation failed"

I tried several times, after fixing permissions, and i've download the file 3 times
Any idea why it doesn't work?
Alonzzo2 is offline  
Reply With Quote
Sponsors
Old August 25th, 2010, 10:46 AM   #41 (permalink)
Member
 
Join Date: Nov 2009
Posts: 106
 
Device(s):
Thanks: 15
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by informale View Post
you might want to tell that to Drakaz, perhaps she missed that tiny little thing with all the other hard work.
she? or a typo?
Alonzzo2 is offline  
Reply With Quote
Old August 25th, 2010, 11:32 AM   #42 (permalink)
Member
 
sgx100's Avatar
 
Join Date: Mar 2010
Location: New Delhi, India
Posts: 262
 
Device(s): Galaxy 7500 on GAOSP 09292010/Galaxo 1.6.3.4 [Baseband - (XEJC6)]
Thanks: 40
Thanked 14 Times in 14 Posts
Default

Quote:
Originally Posted by informale View Post
you might want to tell that to Drakaz, perhaps she missed that tiny little thing with all the other hard work.
Is Drakaz a She
sgx100 is offline  
Reply With Quote
Old August 25th, 2010, 11:37 AM   #43 (permalink)
Junior Member
 
zstef's Avatar
 
Join Date: Mar 2010
Location: Croatia
Posts: 37
 
Device(s): I7500@GAOSP 2.2 I9000@stock 2.1
Thanks: 1
Thanked 4 Times in 4 Posts
Default

No way!
zstef is offline  
Reply With Quote
Old August 25th, 2010, 11:46 AM   #44 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 23
 
Device(s):
Thanks: 0
Thanked 21 Times in 3 Posts
Default

I just missed the time to do it..i thought it will not be a problem to have 7 level, but seems it is. Will post a new frameworks-res with circle and whole level..
drakaz is offline  
Reply With Quote
The Following 5 Users Say Thank You to drakaz For This Useful Post:
Alonzzo2 (August 25th, 2010), dsyzug (August 25th, 2010), inFECT (August 25th, 2010), sgx100 (August 25th, 2010), velnaykkar (August 25th, 2010)
Old August 25th, 2010, 12:04 PM   #45 (permalink)
Senior Member
 
informale's Avatar
 
Join Date: Oct 2009
Location: Scotland
Posts: 705
 
Device(s): Samsung GT-i7500 @ Galaxo 1.6.3.4 / JC6
Thanks: 19
Thanked 34 Times in 26 Posts
Default

TYPO! Sorry, LOL! ) Corrected it was an 's' leftover from 'perhaps' ) although perhaps was not missing that 's' )))
informale is offline  
Reply With Quote
Old August 25th, 2010, 12:06 PM   #46 (permalink)
Member
 
inFECT's Avatar
 
Join Date: Feb 2010
Location: Germany
Posts: 256
 
Device(s): N1, i7500, Hero
Thanks: 8
Thanked 70 Times in 38 Posts
Default

Quote:
Originally Posted by sgx100 View Post
Is Drakaz a She
Made my Day :-)

I just found a proof ;-)

inFECT is offline  
Reply With Quote
Old August 25th, 2010, 12:27 PM   #47 (permalink)
Member
 
Join Date: Mar 2010
Location: Renfrew, ON
Posts: 401
 
Device(s): Motorola Atrix, Galaxy i7500L ( RIP )
Thanks: 17
Thanked 23 Times in 22 Posts
Default

Now that's funny. Someone has to send this to Drakaz ...
weasel is offline  
Reply With Quote
Old August 25th, 2010, 12:55 PM   #48 (permalink)
Member
 
maurinet's Avatar
 
Join Date: Jun 2010
Location: Israel
Posts: 112
 
Device(s): Samsung Galaxy i7500 running Galaxo 1.6.3.4 on baseband JC6
Thanks: 3
Thanked 9 Times in 8 Posts
Default

Quote:
Originally Posted by infect View Post
made my day :-)

i just found a proof ;-)

lol :d
maurinet is offline  
Reply With Quote
Old August 25th, 2010, 12:59 PM   #49 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 9
 
Device(s):
Thanks: 2
Thanked 5 Times in 1 Post
Default

Hi all!

I've created weeks ago some update.zip with super circle battery mod for Galaxo and Gaosp. Here they are

[MOD] Super Circle Battery with % |Version A, B & C| - Forum Android Italiano

These framework-res have all the % in battery indicator

Hope you enjoy

Aglar
Aglar is offline  
Last edited by Aglar; August 25th, 2010 at 02:41 PM.
Reply With Quote
The Following 5 Users Say Thank You to Aglar For This Useful Post:
Alonzzo2 (August 25th, 2010), DaSchmarotzer (August 25th, 2010), Frojd (August 25th, 2010), informale (August 25th, 2010), sgx100 (August 25th, 2010)
Old August 25th, 2010, 01:08 PM   #50 (permalink)
Member
 
inFECT's Avatar
 
Join Date: Feb 2010
Location: Germany
Posts: 256
 
Device(s): N1, i7500, Hero
Thanks: 8
Thanked 70 Times in 38 Posts
Default

Awesome. Thank you.
inFECT is offline  
Reply With Quote
The Following User Says Thank You to inFECT For This Useful Post:
Aglar (August 25th, 2010)
Sponsors
Reply

Buy the Samsung i7500
Sign up for instant notification when the Samsung i7500 goes on sale!
Samsung i7500

When Samsung joined the Open Handset Alliance, excitement and anticipation engulfed the mobile world. With industry leading mobile phones such as the Samsung Instinct and Samsung Omnia already on the market, expectations soared. The speculation can f... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Samsung i7500 > i7500 - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text battery status indicator spooksmcgee Android Applications 6 October 10th, 2010 09:11 AM
How to change battery life indicator on status bar? akillys Eris - All Things Root 1 August 9th, 2010 07:48 PM
Looking for battery indicator that shows % left in status bar? CFD323 Incredible - Support and Troubleshooting 8 May 19th, 2010 02:11 PM
SD Cards, Modem Function, Battery status indicator, amd more... onthefence T-Mobile G1 11 July 19th, 2009 10:25 PM



All times are GMT -5. The time now is 12:02 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.