Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« previous next »
  • Print
Pages: 1 [2] 3

Author Topic: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen  (Read 1137 times)

Offline chris_s

  • Developer
  • Member
  • *
  • Posts: 223
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #15 on: November 23, 2022, 12:38:06 PM »
Quote from: Frankenpod on November 23, 2022, 10:40:43 AM
Seems like something in the plug-ins resets that option to 'always on'.
Yes, that is on purpose. But as far as I can tell, the plugins also reset it back to the user setting, but somehow this doesn't always take effect.

I've had it happen with PictureFlow as well, but I never noticed it anymore after applying my "fix" (which I don't think really fixes it and I don't see how it could...if that makes sense).

Quote from: iPodVT on November 23, 2022, 11:07:49 AM
Is the content of that menu in any way dependent on any aspect of the actual battery that is in the iPod?
I don't think so.
« Last Edit: November 23, 2022, 12:43:17 PM by chris_s »
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 643
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #16 on: November 23, 2022, 12:46:39 PM »
 I just checked and get the same issue (empty battery capacity menu) with the 23/11 version on a 5th gen.

I didn't _think_ the battery options had anything to do with the actual battery.  The 5th and 6th gens are not the same though, so I suppose it's possible the original error is, for some reason, still present in the 5th gen version of RB?  Could the fix not have been applied to that version?


Hmmm, can't find any other empty menus on the 5th gen.  Does the 5th gen have a different number of options in that battery capacity menu than the 6th gen, and maybe that determines if the error shows up or not?  The screen res is of course the same.
« Last Edit: November 23, 2022, 12:50:49 PM by Frankenpod »
Logged

Offline chris_s

  • Developer
  • Member
  • *
  • Posts: 223
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #17 on: November 23, 2022, 01:03:25 PM »
ok, just figured out why the backlight didn't turn off after quitting Rockblox, specifically. The ifdef was misspelled (HAVE_BACKLIGNT instead of HAVE_BACKLIGHT). Doesn't explain what I used to (sometimes) see with other plugins, like PictureFlow though...
« Last Edit: November 23, 2022, 01:14:17 PM by chris_s »
Logged

Offline chris_s

  • Developer
  • Member
  • *
  • Posts: 223
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #18 on: November 23, 2022, 01:39:11 PM »
Quote from: Frankenpod on November 23, 2022, 12:46:39 PM
same issue (empty battery capacity menu) with the 23/11 version on a 5th gen.
...

Does the 5th gen have a different number of options in that battery capacity menu than the 6th gen, and maybe that determines if the error shows up or not?
The increment (and default capacity) is different:

5th/Video:
#define BATTERY_CAPACITY_INC       50 /* capacity increment */

6g:
#define BATTERY_CAPACITY_INC      10 /* capacity increment */
« Last Edit: November 23, 2022, 01:41:38 PM by chris_s »
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 643
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #19 on: November 23, 2022, 02:02:56 PM »
I don't really know about the underlying code, of course.  But there must be some reason why the error with displaying menus that the earlier changes introduced has now been fixed in the 6th gen but seems to still be present in the 5th gen.

  Are the two updated entirely independently, so could it be as simple as the fix simply hasn't been applied for the 5th gen?  Or is it that the error is still there in both but only shows up in the 5th gen for some reason to do with those different battery increments?
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 643
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #20 on: November 23, 2022, 02:10:05 PM »
Quote from: chris_s on November 23, 2022, 01:03:25 PM
ok, just figured out why the backlight didn't turn off after quitting Rockblox, specifically. The ifdef was misspelled (HAVE_BACKLIGNT instead of HAVE_BACKLIGHT). Doesn't explain what I used to (sometimes) see with other plugins, like PictureFlow though...
 
Yeah, I'm pretty sure it happens with Jewels as well.  That and rockblox are the only games I play on them, though.  Could they all have the same typo (the same line having been cut'n'pasted)?
Logged

Offline chris_s

  • Developer
  • Member
  • *
  • Posts: 223
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #21 on: November 23, 2022, 02:18:15 PM »
Quote from: Frankenpod on November 23, 2022, 02:02:56 PM
I don't really know about the underlying code, of course.  But there must be some reason why the error with displaying menus that the earlier changes introduced has now been fixed in the 6th gen but seems to still be present in the 5th gen.

  Are the two updated entirely independently, so could it be as simple as the fix simply hasn't been applied for the 5th gen?  Or is it that the error is still there in both but only shows up in the 5th gen for some reason to do with those different battery increments?

The latter. I'm guessing bilgus will be kind enough to take a look at it when he gets the time.


Quote from: Frankenpod on November 23, 2022, 02:10:05 PM
Yeah, I'm pretty sure it happens with Jewels as well.  That and rockblox are the only games I play on them, though.  Could they all have the same typo (the same line having been cut'n'pasted)?

Jewels doesn't seem to change the backlight timeout at all from what I see at first glance. Would be surprising if it prevented the backlight from turning off after quitting. I didn't find a typo anywhere else so far.
Logged

Offline Bilgus

  • Developer
  • Member
  • *
  • Posts: 895
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #22 on: November 23, 2022, 03:17:15 PM »
Should be fixed as of yesterday maybe try today's build otherwise I might have missed something

Oh you already did I'll look at it this evening
« Last Edit: November 23, 2022, 03:18:58 PM by Bilgus »
Logged

Offline Bilgus

  • Developer
  • Member
  • *
  • Posts: 895
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #23 on: November 23, 2022, 03:29:26 PM »
Looking at the source the int_setting used is already fixed might try redownloading and renaming your current .rockbox directory and do a clean install by copying the new install to your root
Logged

Offline iPodVT

  • Member
  • *
  • Posts: 121
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #24 on: November 23, 2022, 04:51:46 PM »
Quote from: Bilgus on November 23, 2022, 03:29:26 PM
Looking at the source the int_setting used is already fixed might try redownloading and renaming your current .rockbox directory and do a clean install by copying the new install to your root

I just now did a clean install on the 5.5 Gen per your instructions, and the Battery Capacity menu is still empty.
Logged

Offline Bilgus

  • Developer
  • Member
  • *
  • Posts: 895
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #25 on: November 23, 2022, 08:48:11 PM »
I found the issue will have a patch in an hour
« Last Edit: November 23, 2022, 08:56:17 PM by Bilgus »
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 643
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #26 on: November 23, 2022, 08:56:06 PM »
Quote from: chris_s on November 23, 2022, 02:18:15 PM

Quote from: Frankenpod on November 23, 2022, 02:10:05 PM
Yeah, I'm pretty sure it happens with Jewels as well.  That and rockblox are the only games I play on them, though.  Could they all have the same typo (the same line having been cut'n'pasted)?

Jewels doesn't seem to change the backlight timeout at all from what I see at first glance. Would be surprising if it prevented the backlight from turning off after quitting. I didn't find a typo anywhere else so far.

Huh, just tested it (on 221025 version) and it _doesn't_ seem to happen with Jewels (but does with rockblox).  I guess I misremembered that - unless it's an intermittent glitch,  maybe it is in fact only rockblox it happens with, and the typo you found _was_ the cause?
Logged

Offline Bilgus

  • Developer
  • Member
  • *
  • Posts: 895
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #27 on: November 23, 2022, 09:17:19 PM »
IpodVT I think I got this in soon enough to grab from the dev builds page but if not here is a link to the latest
https://www.mediafire.com/file/prv2mvfxcbtyjpv/iPodVideo_80b8b135_rockbox.zip/file
Logged

Offline iPodVT

  • Member
  • *
  • Posts: 121
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #28 on: November 23, 2022, 09:47:37 PM »
Quote from: Bilgus on November 23, 2022, 09:17:19 PM
IpodVT I think I got this in soon enough to grab from the dev builds page but if not here is a link to the latest
https://www.mediafire.com/file/prv2mvfxcbtyjpv/iPodVideo_80b8b135_rockbox.zip/file

I grabbed it from your link, installed it, and the Battery Capacity menu is once again populated.

Your dedication is heroic - thank you!
Logged

Offline iPodVT

  • Member
  • *
  • Posts: 121
Re: Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
« Reply #29 on: November 23, 2022, 10:05:45 PM »
Actually, heroic dedication seems to be a trait of lots of people around here.  Thank you to everyone who contributes to making Rockbox better and better.  (And it's already great!)
Logged

  • Print
Pages: 1 [2] 3
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Several bugs in 11/22/22 dev release on iPod Video 5.5 Gen
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.115 seconds with 21 queries.