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
translations translations
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
|-+  Rockbox General
| |-+  Announcements
| | |-+  BUTTON CHANGES - REPORT PROBLEMS HERE
« previous next »
  • Print
Pages: [1] 2 3 ... 14

Author Topic: BUTTON CHANGES - REPORT PROBLEMS HERE  (Read 120881 times)

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
BUTTON CHANGES - REPORT PROBLEMS HERE
« on: August 15, 2006, 07:52:00 AM »
The entire button system in rockbox is about to be changed, now because of the size of the update there will almost certainly be hickups...

so if you find a problem, please post here, DONT repeat one that has been mentioned already, and MAKE SURE  that the name of your player is in your post (i.e h300, ipod, x5, etc) as well as making sure the problem exists in a CVS (not daily) build.

See here for detailed information: http://www.rockbox.org/twiki/bin/view/Main/ButtonActionIdea

Thanks.
« Last Edit: August 16, 2006, 03:11:30 PM by Llorean »
Logged


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

Offline webmeister

  • Member
  • *
  • Posts: 4
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #1 on: August 15, 2006, 12:00:01 PM »
iAudio X5:
- When exiting a plugin (e.g. jewels) with "joystick right" the plugin exits and then starts again.
- "Show ID3 Info" closes immediately when opened with "joystick right". If opened with "joystick press" (select), it closes at the next button press (e.g. "joystick down").
Logged

Offline thelostsoul

  • Member
  • *
  • Posts: 3
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #2 on: August 15, 2006, 12:51:03 PM »
On 4g iPOD, not sure how much of a concern this would be for devs atm because it deals with the debug menu, but it's kinda important since I need to set the CPU frequency @ 75 in order for me to use the music playing functionality without my iPOD freezing/crashing.

I can't find a real way to increase the freqency in the Menu - Info - Debug - CPU Frequency selection.  Only way I get it up is to keep pressing random buttons until it finally goes up, but it was alot easier with the old commands (just press the menu key and it goes up).

Aside from that, all other button configs seem to be in order and working fine.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #3 on: August 16, 2006, 12:12:21 AM »
"- When exiting a plugin (e.g. jewels) with "joystick right" the plugin exits and then starts again."
- fixed.. hopefully, please check (ill assume it is unless someone mentions it again)
"Cant exit a folder in directory-view with the STOP Button on my H120 Remote. "
- should have been fixed last night, if its still hapening let us know
"I've made a keymaps file for the iriver H10:"
- Ta, added
Logged


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

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #4 on: August 16, 2006, 12:37:29 AM »
Quote from: thelostsoul on August 15, 2006, 12:51:03 PM
I can't find a real way to increase the freqency in the Menu - Info - Debug - CPU Frequency selection.  Only way I get it up is to keep pressing random buttons until it finally goes up, but it was alot easier with the old commands (just press the menu key and it goes up).
the scroll wheel doesnt work? it should..

psycho_maniac: which target? that should have been fixed lat night...
please try the cvs build again (onse it starts up again.. it seems to be hung atm)
Logged


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

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #5 on: August 16, 2006, 01:37:33 AM »
its backwards?? haha.. so it is... ill fix that.. actually bugger... its not soo easy :'(
Logged


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

Offline thelostsoul

  • Member
  • *
  • Posts: 3
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #6 on: August 16, 2006, 01:56:33 AM »
Quote from: jdgordon on August 16, 2006, 01:37:33 AM
its backwards?? haha.. so it is... ill fix that.. actually bugger... its not soo easy :'(

Just reverse the code, right?  Might result in a couple errors, but it won't be backwards anymore...right? lol
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3555
  • creature
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #7 on: August 16, 2006, 03:49:02 AM »
some not working buttons for h100 series I've found:
- nudging in the pitch screen doesn't work anymore (was hold left / right)
- resetting the pitch (play + stop) doesn't work anymore
- accessing the pitch screen from wps (play + up / down) doesn't work
- quick access of the id3 screen (play + mode) doesn't work
Logged

Offline nls

  • Developer
  • Member
  • *
  • Posts: 460
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #8 on: August 16, 2006, 09:51:27 AM »
on H300 you can not select wich value to change in the "Set Time/date" screen so the only adjustable value is the hour, also holding the up or down button doesn't repeat so you have to click it lots of times.

edit:
And now I know why :-) in the "Set Time/date" screen both ACTION_SETTINGS_INC/ACTION_SETTINGS_DEC
 and ACTION_STD_PREV/ACTION_STD_NEXT are used and they are mapped to the same buttons for the irivers. (lines 920-940 in screens.c)
« Last Edit: August 16, 2006, 10:15:55 AM by nls »
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #9 on: August 16, 2006, 10:18:46 AM »
cleaned up the thread a bit... if i deletd your post and your problem is still there im sorry, please reply again (i dont tinhk i did)

bluebrothers stuff is all fixed
Logged


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

Offline Davide-NYC

  • Member
  • *
  • Posts: 429
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #10 on: August 16, 2006, 12:12:22 PM »
Using an iRiver H140, with H300 LCD/Joystick remote and H100 LCD remote.
I generally use the H300 remote and I just re-introduce the H100 remote for testing.
So I might be introducing issues that were not caused by the button changes.

First off, there is no way to file browse UP a level using the H100 remote. You can't get out of a directory!  :D

Secondly I propose a unified button mapping for all three iRiver remotes on both iRiver HD targets (H1xx, H3xx). The LCD remotes would essentially have 1:1 button mappings from the main unit with the addition of the -10/+10 (a.k.a. bitrate/source) button which could serve as dedicated volume up/down in the event that the UP/DOWN buttons are busy doing something else. (i.e. selecting items)

The non-LCD remote is a bit of a special case and should be constrained to the WPS functions regardless of what view the main unit is in. (IMO) THen again, I don't own one of those particular remotes yet so I have no actual use testing experience with it.

See this thread for more gory details --> http://forums.rockbox.org/index.php?topic=5851.0

Thanks!  ;D
Logged
Currently: iRiver H132-RTC-CFMod

Offline AM

  • Member
  • *
  • Posts: 32
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #11 on: August 16, 2006, 01:08:13 PM »
h100 sim & ipod4g sim
Reset Settings immediately cancels when entered using RIGHT. Works properly when using SELECT.
Logged

Offline Hansmaulwurf

  • Member
  • *
  • Posts: 45
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #12 on: August 16, 2006, 01:13:32 PM »
Quote from: jdgordon on August 16, 2006, 12:12:21 AM
"Cant exit a folder in directory-view with the STOP Button on my H120 Remote. "
- should have been fixed last night, if its still hapening let us know
Still doesnt work.
Logged

Offline geoffire

  • Member
  • *
  • Posts: 1
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #13 on: August 16, 2006, 03:21:25 PM »
I'm using a iaudio x5L,  i've noticed quicker responce with the new button config (was a nagging issue for me) but the graphical eq no longer works. Now right moves over (say from Q to Gain) and left goes back a menu. i cannot find a way to change the values.

Thanks
-Jeff
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: BUTTON CHANGES - REPORT PROBLEMS HERE
« Reply #14 on: August 16, 2006, 08:12:20 PM »
Quote from: geoffire on August 16, 2006, 03:21:25 PM
I'm using a iaudio x5L,  i've noticed quicker responce with the new button config (was a nagging issue for me) but the graphical eq no longer works. Now right moves over (say from Q to Gain) and left goes back a menu. i cannot find a way to change the values.

Thanks
-Jeff
it looks like Linus has fixed this
Logged


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

  • Print
Pages: [1] 2 3 ... 14
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Announcements
| | |-+  BUTTON CHANGES - REPORT PROBLEMS HERE
 

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

Page created in 0.121 seconds with 21 queries.