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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Bring back the button mapping of the OFW in iPod Video
« previous next »
  • Print
Pages: [1] 2

Author Topic: Bring back the button mapping of the OFW in iPod Video  (Read 6230 times)

Offline INGRAMLI

  • Member
  • *
  • Posts: 14
Bring back the button mapping of the OFW in iPod Video
« on: February 02, 2009, 09:42:16 AM »
I have been using rockbox on my IPV for some time already, but i still find it difficult to get use to the button mapping of the current rockbox version. To be specific, that is the function key during playback. In OFW of apple, pressing menu will go to the higher level of folder>main menu. While in rockbox, to choose another song from another playlist, the centre button has to be clicked, then I<< , and centre button again to move into another folder. Are there anyway to bring back the old config in the OFW, without any programming knowledge?(Dont tell me to go back to the OFW, apart from this issue, i consider rockbox a major improvement to the OFW   ;D)
« Last Edit: February 02, 2009, 09:51:10 AM by INGRAMLI »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #1 on: February 02, 2009, 10:36:50 AM »
We don't actually care what the OF does.  Rockbox runs on many many players other than ipods, and ran on the majority of them before ipods, and consistency across platforms is (whilst not the be all and end all) important where possible.

In order to change the keymapping, you will have to set up a build environment, make a small change to one of the source files, and then compile.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline INGRAMLI

  • Member
  • *
  • Posts: 14
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #2 on: February 02, 2009, 10:42:40 AM »
Quote from: BigBambi on February 02, 2009, 10:36:50 AM

In order to change the keymapping, you will have to set up a build environment, make a small change to one of the source files, and then compile.
where can i find instructions for doing so that can be understood by noob who got no related knowledge at all?Help appreciated :)
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #3 on: February 02, 2009, 10:50:03 AM »
You can follow the instructions at www.rockbox.org/wiki/SimpleGuideToCompiling to get a build environment set up.  Once you have done that, try compiling a normal rockbox build with no edits, to check all is well.

Then we will get onto where to edit - you will be looking in /apps/keymaps/keymap-ipod.c

Good luck :)
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #4 on: February 02, 2009, 01:36:49 PM »
Why should a button labelled "Menu" not go to the menu?
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #5 on: February 02, 2009, 02:59:12 PM »
I've always found the button mapping in the original firmware to be counterintuitive.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline evilnick

  • Rockbox Expert
  • Member
  • *
  • Posts: 431
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #6 on: February 02, 2009, 05:19:48 PM »
Don't even get me started on the way to change volume on the (iPod) OF. Who ever thought that that was in any way intuitive?!
Logged

Offline INGRAMLI

  • Member
  • *
  • Posts: 14
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #7 on: February 03, 2009, 12:41:01 AM »
Quote from: BigBambi on February 02, 2009, 10:50:03 AM
You can follow the instructions at www.rockbox.org/wiki/SimpleGuideToCompiling to get a build environment set up.  Once you have done that, try compiling a normal rockbox build with no edits, to check all is well.

Then we will get onto where to edit - you will be looking in /apps/keymaps/keymap-ipod.c

Good luck :)
Need help on the setup:
http://www.rockbox.org/twiki/bin/view/Main/CygwinInstallWithScreenShots

When i have step 1 and 2 done, proceed to step 3, it said that the setup.ini cannot be found from http://download.rockbox.org/ , how can it be fixed?
Logged

Offline cool_walking_

  • Rockbox Expert
  • Member
  • *
  • Posts: 695
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #8 on: February 03, 2009, 12:47:52 AM »
Are you sure it says "setup.ini" and not "setup.ini.sig"?

Quote from: http://rockbox.org/wiki/CygwinInstallWithScreenShots
Note: As of version 2.573.2.3 the Cygwin installer requires .sig files to be present and verified against a gpg key stored at Cygwin.com. For now you can avoid performing this check by running "Setup.exe -X" from a command line. -- JustinHannigan - 14 Aug 2008
Logged

Offline INGRAMLI

  • Member
  • *
  • Posts: 14
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #9 on: February 03, 2009, 01:47:56 AM »
Quote from: cool_walking_ on February 03, 2009, 12:47:52 AM
Are you sure it says "setup.ini" and not "setup.ini.sig"?

Quote from: http://rockbox.org/wiki/CygwinInstallWithScreenShots
Note: As of version 2.573.2.3 the Cygwin installer requires .sig files to be present and verified against a gpg key stored at Cygwin.com. For now you can avoid performing this check by running "Setup.exe -X" from a command line. -- JustinHannigan - 14 Aug 2008
thanks. it is solved now :)

new problem:
i am working on compiling the Source Code, the instructions said,
Configuring Build

    * Create a new folder for the compiling by typing mkdir folder, where folder is the name of the folder (I tend to call it build). This folder should be inside the Rockbox source folder.
    * Enter that folder by typing cd folder, where folder is the name you chose for the folder
    * In that folder type ../tools/configure which will bring up a list of all possible devices
    * Select your device by typing in the corresponding number
    * Next you will be given the option of the build type... just type N for Normal Build
    * Once that is completed, you should see the text Created Makefile '

i get troubles when " In that folder type ../tools/configure which will bring up a list of all possible devices", when i type "../tools/configure" after C:\Rockbox\Home\Guest\build>, it said it is not a known command....
« Last Edit: February 03, 2009, 03:11:33 AM by INGRAMLI »
Logged

Offline cool_walking_

  • Rockbox Expert
  • Member
  • *
  • Posts: 695
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #10 on: February 03, 2009, 03:53:04 AM »
I'm a bit confused how you ended up with this folder structure: "C:\Rockbox\Home\Guest\build".  I can see the SimpleGuideToCompiling page refers to this directory structure, but I'm not sure how it got to that point either :-\  I think the wiki instructions may be a bit broken.

What are the contents of the "C:\Rockbox" folder?
« Last Edit: February 03, 2009, 03:55:36 AM by cool_walking_ »
Logged

Offline INGRAMLI

  • Member
  • *
  • Posts: 14
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #11 on: February 03, 2009, 04:01:39 AM »
Quote from: cool_walking_ on February 03, 2009, 03:53:04 AM
I'm a bit confused how you ended up with this folder structure: "C:\Rockbox\Home\Guest\build".  I can see the SimpleGuideToCompiling page refers to this directory structure, but I'm not sure how it got to that point either :-\  I think the wiki instructions may be a bit broken.

What are the contents of the "C:\Rockbox" folder?
the folder itself contains nothing but a folder named "home", which also contains nothing but the folder named "guest", where the daily build source code is placed.
Logged

Offline cool_walking_

  • Rockbox Expert
  • Member
  • *
  • Posts: 695
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #12 on: February 03, 2009, 05:14:26 AM »
So you just created "home\guest" because the wiki referred to them?  In that case, those empty folders are useless.  You can move the Rockbox source up to C:\Rockbox (so C:\Rockbox contains "apps", "docs", "fonts", etc.), and then delete "Home".  Then from within Cygwin, navigate to C:\Rockbox:
Code: [Select]
cd c:
cd Rockbox
Note that within Cygwin, file and folder names are case-sensitive, so "Rockbox", is not the same as "rockbox".

Then create a build directory, move into it, and run configure:
Code: [Select]
mkdir build
cd build
../tools/configure
« Last Edit: February 03, 2009, 05:17:01 AM by cool_walking_ »
Logged

Offline INGRAMLI

  • Member
  • *
  • Posts: 14
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #13 on: February 03, 2009, 05:23:32 AM »
Quote from: cool_walking_ on February 03, 2009, 05:14:26 AM
So you just created "home\guest" because the wiki referred to them?  In that case, those empty folders are useless.  You can move the Rockbox source up to C:\Rockbox (so C:\Rockbox contains "apps", "docs", "fonts", etc.), and then delete "Home".  Then from within Cygwin, navigate to C:\Rockbox:
Code: [Select]
cd c:
cd Rockbox
Note that within Cygwin, file and folder names are case-sensitive, so "Rockbox", is not the same as "rockbox".

Then create a build directory, move into it, and run configure:
Code: [Select]
mkdir build
cd build
../tools/configure
How to run cygwin?each time i run Cygwin Bash Shell from start menu, it started for a very short moment and automatically closed...
Logged

Offline cool_walking_

  • Rockbox Expert
  • Member
  • *
  • Posts: 695
Re: Bring back the button mapping of the OFW in iPod Video
« Reply #14 on: February 03, 2009, 07:38:35 AM »
Gah.  And so we move into Cygwin and possibly Windows support, which I'm going to be chided about.

Right-click the Cygwin entry in the Start menu and select "properties".  Hunt around in there for a checkbox saying something like "close window on exit", and uncheck it.  Click OK. Run Cygwin from the Start menu item again.  It should show you an error message.
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Bring back the button mapping of the OFW in iPod Video
 

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

Page created in 0.109 seconds with 15 queries.