This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5826 - no "charger status" in iPod 4g Gray
Attached to Project:
Rockbox
Opened by Mark Galecki (MarkGaleck) - Wednesday, 16 August 2006, 14:28 GMT+2
Last edited by Boris Gjenero (dreamlayers) - Sunday, 19 April 2009, 20:31 GMT+2
Opened by Mark Galecki (MarkGaleck) - Wednesday, 16 August 2006, 14:28 GMT+2
Last edited by Boris Gjenero (dreamlayers) - Sunday, 19 April 2009, 20:31 GMT+2
|
DetailsThe manual for Rockbox for iPod 4th generation Grayscale iPod, says there is "charger status" on the status bar, between batt and volume indicators. I see no such thing. There is only empty space, however, I know the iPod is charging because the numeric battery indicator goes slowly and steadily up.
I am a new user of the software so please excuse if I am misunderstanding something, but I did read the manual and downloaded the latest build (2006-08-16) and checked the database for this bug. |
This task depends upon
Closed by Boris Gjenero (dreamlayers)
Sunday, 19 April 2009, 20:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: Status bar issue fixed in r12169. USB power detection added in r20745.
Sunday, 19 April 2009, 20:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: Status bar issue fixed in r12169. USB power detection added in r20745.
I think there might be at least one consequence from not detecting USB power in power_input_status(): Connect USB while holding MENU, so you don't go into the USB screen. Then try to turn off the iPod. It may attempt to turn off. Then after Rockbox shuts down, the iPod would probably start up again because USB is connected.
The attached patch adds this detection. If the iPod tried to turn off in the earlier test, try again with the patch.
- a connected usb charger gets reported both in the battery debug screen and the Rockbox Info menu
- if a usb power-only connection was established the Ipod doesn't shut down when holding Play
- on a charger connection the Ipod doesn't shut down.
I'm confused by what you said about the battery debug screen. Only Nano and 5G iPods have the battery debug screen section which reports if a USB charger is present. When the Rockbox Info screen says "Charging" that is different. It detects charging rather than the presence of USB power. When the battery is full, it shouldn't say "Charging" anymore.
a. stock Rockbox svn, no patches applied.
1. Connect usb with Menu held. A power-only connection is made. The Debug / View Battery screen shows "Charger: absent". The System / Rockbox Info screen shows "Batt: Charging".
2. Connect a usb wall charger. Same as in 1.
b. stock Rockbox svn with your patch applied.
1. Connect usb with Menu held. Power-only connection is made. Debug / View Battery shows "Charger: present", System / Rockbox Info shows "Batt: Charging".
2. Try to shutdown the player by holding Play. Nothing happens (i.e. Rockbox doesn't shut down as expected).
3. Connect a usb wall charger. Same as 1. again.
4. Try to shutdown again. Same as 2.
Hope this clears this up :)