This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9875 - [Cowon D2] Enable Track Skipping on Hold Mode
Attached to Project:
Rockbox
Opened by Nicolás F. (3amsleep) - Saturday, 07 February 2009, 07:49 GMT+2
Last edited by Rob Purchase (shotofadds) - Wednesday, 21 October 2009, 23:24 GMT+2
Opened by Nicolás F. (3amsleep) - Saturday, 07 February 2009, 07:49 GMT+2
Last edited by Rob Purchase (shotofadds) - Wednesday, 21 October 2009, 23:24 GMT+2
|
DetailsI made a little patch that enables the user to change the tracks while on hold mode by pressing the minus or plus buttons.
Personally I think this feature comes really handy when you're on the street/bus/metro, since you don't have to get the D2 out of your pocket, thus keeping it safe =). |
This task depends upon
Closed by Rob Purchase (shotofadds)
Wednesday, 21 October 2009, 23:24 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Superceded by fs#10683
Wednesday, 21 October 2009, 23:24 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Superceded by fs#10683
A neater way to implement this might be to define two new button codes BUTTON_HOLD_PLUS and BUTTON_PLUS_MINUS, and map those to ACTION_WPS_SKIPNEXT (etc) in the WPS section of keymap-cowond2.c. Try it and see...
That post includes patches and built binaries, I have no idea which version, though.
Plus, some configs mess around with a lot of files, not only the keymap.
Quoting from the config 5, which I use:
"When in hold mode;
pressing MINUS decreases volume by one,
pressing PLUS increases volume by one,
pressing MENU switches between Play and Pause,
holding MINUS skips back a track,
holding PLUS skips forward a track,
holding MENU advances to the next folder."
IMO the most usable and pretty close to the cowon firmware I believe.