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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Announcements
| | |-+  Menu/Settings changes - REPORT BUGS HERE
« previous next »
  • Print
Pages: 1 [2] 3 4 5

Author Topic: Menu/Settings changes - REPORT BUGS HERE  (Read 42417 times)

Offline PaulJam

  • Member
  • *
  • Posts: 170
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #15 on: February 19, 2007, 01:59:05 PM »
Here are two things i have noticed with SVN build Ver. r12402-070219 on my H300:

[Fixed]
- When resetting the settings with the menu entry (Rockbox Main Menu => Manage Settings => Reset Settings) the config.cfg does not get cleared. So when you shut down and restart immediately after resetting the old settings are there again.

[Fixed]
- The Scroll Start Delay gets loaded incorrectly at startup. If you set it to 1500ms and then restart you need to wait 15 seconds until the selected line begins to scroll. When setting it again to 1500ms the line starts scrolling after 1,5 seconds until restarting the device.
« Last Edit: February 21, 2007, 08:52:59 AM by PaulJam »
Logged

Offline redwood

  • Member
  • *
  • Posts: 28
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #16 on: February 19, 2007, 08:11:48 PM »
did you check to see if that setting is getting saved to the config file?
Logged
jp

H120, H340, recording head

Offline PaulJam

  • Member
  • *
  • Posts: 170
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #17 on: February 20, 2007, 03:55:28 AM »
Quote from: redwood on February 19, 2007, 08:11:48 PM
did you check to see if that setting is getting saved to the config file?
yes, the setting gets saved in the config.cfg, but the problem happens too when the scroll delay is at its default value and not saved in the file. I just choosed 1500ms as an example, because then it is obvious that the scroll delay is too big after startup.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #18 on: February 20, 2007, 04:36:37 AM »
OK, there is definatly a bug here... but unfortunatly im way too tired tonight to fix it.
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline PaulJam

  • Member
  • *
  • Posts: 170
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #19 on: February 21, 2007, 04:59:10 AM »
With Rockbox Ver. r12427-070221 on a H300:

[Fixed]
It seems as if there is something wrong with the Crossfeed submenu in "Sound Settings":
After having entered this submenu (even if no settings were changed) the music playback is more or less broken:
The PCM buffer does not get filled completely (only ~100k); when the codec buffer is empty the disk is constantly spinning and the codec buffer doesn't get filled.


[Fixed]
A minor issue: in the submenu "General Settings => Playback => Replaygain" the first entry should be named "Enable Replaygain" (LANG_REPLAYGAIN_ENABLE).
« Last Edit: February 26, 2007, 06:33:46 AM by PaulJam »
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #20 on: February 21, 2007, 06:21:19 AM »
Sounds like the low-latency mode enable/disable doesn't work properly. However, it seemed fine when I tested it in the simulator just now.

But there's no low-latency mode at all for the equalizer settings. And the menu callback isn't called when entering a MAKE_MENU menu (like the crossfeed menu). But if the soundmenu_callback is specified for each menu item, it shouldn't be needed for the submenus.
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #21 on: February 21, 2007, 06:47:28 AM »
Quote from: Lear on February 21, 2007, 06:21:19 AM
And the menu callback isn't called when entering a MAKE_MENU menu (like the crossfeed menu).

That's because Linus had already removed that menu callback when I tested it. :)
Logged

Offline LinusN

  • Member
  • *
  • Posts: 1914
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #22 on: February 21, 2007, 07:42:58 AM »
Quote from: Lear on February 21, 2007, 06:47:28 AM
That's because Linus had already removed that menu callback when I tested it. :)

You're getting old and slow, man! :-)
Logged
Archos Jukebox 6000, Recorder, FM Recorder/iAudio X5/iriver H1x0, H3x0/Toshiba Gigabeat F20/iPod G5, G5.5

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #23 on: February 21, 2007, 08:37:51 AM »
Quote from: PaulJam on February 19, 2007, 01:59:05 PM
Here are two things i have noticed with SVN build Ver. r12402-070219 on my H300:

- When resetting the settings with the menu entry (Rockbox Main Menu => Manage Settings => Reset Settings) the config.cfg does not get cleared. So when you shut down and restart immediately after resetting the old settings are there again.

- The Scroll Start Delay gets loaded incorrectly at startup. If you set it to 1500ms and then restart you need to wait 15 seconds until the selected line begins to scroll. When setting it again to 1500ms the line starts scrolling after 1,5 seconds until restarting the device.

both are now fixed in svn
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline pilot000

  • Artist
  • Member
  • *
  • Posts: 81
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #24 on: February 21, 2007, 09:01:05 AM »
I found 2 bugs on the iriver H1x0 target:
- "General Settings" "Display" "LCD Settings" "Line Selector". If i choose "Bar (Inverse)" the LCD mode will be set to inverse too.
- in the same menu, the item "Contrast" can not be changed
Logged

Offline LinusN

  • Member
  • *
  • Posts: 1914
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #25 on: February 21, 2007, 10:14:07 AM »
Quote from: pilot000 on February 21, 2007, 09:01:05 AM
I found 2 bugs on the iriver H1x0 target:
- "General Settings" "Display" "LCD Settings" "Line Selector". If i choose "Bar (Inverse)" the LCD mode will be set to inverse too.
- in the same menu, the item "Contrast" can not be changed

Both are now fixed in SVN.
Logged
Archos Jukebox 6000, Recorder, FM Recorder/iAudio X5/iriver H1x0, H3x0/Toshiba Gigabeat F20/iPod G5, G5.5

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #26 on: February 21, 2007, 04:01:28 PM »
Sound Settings / Crossfeed / High-Frequency Cutoff:

Should the Hz values really be negative? :)
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #27 on: February 21, 2007, 04:13:37 PM »
A few more things:

  • Remote -LCD Settings / Contrast contains a "5" as the single option (on an H140).
  • Scrolling / Scroll Speed: Previously LANG_SCROLL was used the list heading, but now LANG_SCROLL_SPEED is used. This allowed you to see how fast the current scrolling is, but that's only really useful if the scroll speed is updated in real-time as you move up an down in the list. Don't know if that is the case...
  • Similar for Scrolling / Scroll Step Size: LANG_SCROLL_STEP_EXAMPLE was  used as header, LANG_SCROLL_STEP is used now.

Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #28 on: February 22, 2007, 02:24:18 AM »
Lear: thanks, cutoff and contrast are fixed. As for the scroll speed text, it cant really be done like that now (also, the text was pointless as it was too short for the larger screen targets anyway)..
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Menu/Settings changes - REPORT BUGS HERE
« Reply #29 on: February 25, 2007, 06:59:52 AM »
Voice seems to be broken in certain menu entries:

http://forums.rockbox.org/index.php?topic=9004
Logged

  • Print
Pages: 1 [2] 3 4 5
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Announcements
| | |-+  Menu/Settings changes - REPORT BUGS HERE
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.121 seconds with 22 queries.