Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10207 - Button mapping in recording screen

Attached to Project: Rockbox
Opened by Gerd Steinwender (Spoonman) - Wednesday, 13 May 2009, 20:49 GMT+2
Last edited by Marc Guay (Marc_Guay) - Friday, 22 May 2009, 16:16 GMT+2
Task Type Bugs
Category Recording
Status Closed
Assigned To No-one
Player Type iPod Nano
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Target: Ipod Nano 1st gen 4gig
Rockbox version:r20543-090326

while recording it is nearly not possible to split the track, every time i do a long press on play button the recording is stopped.
Llorean did a test also, and he comes to this conclusion:

<quote>
In my tests at least, a short press of Play/Pause paused the recording, a very slightly longer one split it, and a long press stopped the recording.
</quote>

my suggestion is to map tracksplit to a long press of select for all ipod targets.
This task depends upon

Closed by  Marc Guay (Marc_Guay)
Friday, 22 May 2009, 16:16 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  r21036
Comment by Marc Guay (Marc_Guay) - Thursday, 21 May 2009, 15:52 GMT+2
This will stop long-play/pause from stopping the recording. The problem now is that a very long press of play/pause will try to shut the player down, but fail with screen corruption requiring a hard-reset.
   ipod-rec-kepmap.diff (1.2 KiB)
 apps/keymaps/keymap-ipod.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comment by Marc Guay (Marc_Guay) - Thursday, 21 May 2009, 17:57 GMT+2
Here's a second attempt which changes the keymap slightly. New file is now set to a short press of SELECT. Includes changes to the manual.

   ipod-rec-keymap2.diff (2.7 KiB)
 apps/keymaps/keymap-ipod.c        |   15 ++++++++-------
 manual/platform/keymap-ipod4g.tex |    4 ++--
 2 files changed, 10 insertions(+), 9 deletions(-)

Loading...