Support and General Use > User Interface and Voice
Bring back the button mapping of the OFW in iPod Video
INGRAMLI:
--- Quote from: GodEater on February 04, 2009, 02:24:56 AM ---There are no explanations that can be read by non-programmers, since what you're doing by editting that file is called "programming", which makes you a programmer.
What I understand from your posts is that you have no experience of C - and therefore need to go and read up on it. The Rockbox forums are not the place to teach you the basics of C programming. We can help with Rockbox specific stuff - but the questions you're asking are extremely basic - not specific to Rockbox yet.
--- End quote ---
I understand that i do not have the basic knowledge to do programming, but i am only one step away from my target. Can u do me a favor by telling me which code is the one that takes the screen back to the folder where the song is previous chosen from the WPS(what i mean is, when the select button is chosen, the screen back to that song folder, and that is the one that i want to change in the keymap-ipod.c :)
bluebrother:
--- Quote from: INGRAMLI on February 04, 2009, 02:37:20 AM ---I understand that i do not have the basic knowledge to do programming, but i am only one step away from my target.
--- End quote ---
What makes you so sure about this claim?
INGRAMLI:
--- Quote from: bluebrother on February 04, 2009, 02:40:11 AM ---
--- Quote from: INGRAMLI on February 04, 2009, 02:37:20 AM ---I understand that i do not have the basic knowledge to do programming, but i am only one step away from my target.
--- End quote ---
What makes you so sure about this claim?
--- End quote ---
because i managed to go one level up in the folder using button_menu instead of the default button_left (except in WPS), therefore i guess all i need is the code that have effect in the WPS which has button_select as default.
edit: finally i put an end to the quest.........here's what i have changed:
static const struct button_mapping button_context_standard[] =
{ ACTION_STD_CANCEL, BUTTON_MENU, BUTTON_NONE }
static const struct button_mapping button_context_wps[] =
{ ACTION_WPS_BROWSE, BUTTON_MENU|BUTTON_REL, BUTTON_MENU },
{ ACTION_WPS_CONTEXT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT },
{ ACTION_WPS_MENU, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT },
{ ACTION_WPS_QUICKSCREEN, BUTTON_MENU|BUTTON_REPEAT, BUTTON_MENU },
the process is similar to reverse engineering, since i got virtually no knowledge related to C programming nor rockbox though... ;D
Navigation
[0] Message Index
[*] Previous page
Go to full version