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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Play button problem
« previous next »
  • Print
Pages: [1] 2

Author Topic: Play button problem  (Read 3582 times)

Offline clueless1

  • Member
  • *
  • Posts: 24
Play button problem
« on: October 22, 2007, 05:46:07 PM »
I have a 30GB ipod video, and the play button doesn't work. Is this an alternative ways of turning my ipod on of and(and playing/pausing my music) or a way of fixing it. You can press the play button, but nothing happens when you press it.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Play button problem
« Reply #1 on: October 23, 2007, 02:26:10 AM »
You could:

a) Change the key map so that a different button is used to initiate play/pause and shutdown.

b) Set a shorter Idle Poweroff time.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline clueless1

  • Member
  • *
  • Posts: 24
Re: Play button problem
« Reply #2 on: October 24, 2007, 07:18:46 PM »
Quote
You could:

a) Change the key map so that a different button is used to initiate play/pause and shutdown.

How do you change the key map?
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Play button problem
« Reply #3 on: October 25, 2007, 03:14:03 AM »
Modify /apps/keymaps/keymap-ipod.c in the source then compile.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline clueless1

  • Member
  • *
  • Posts: 24
Re: Play button problem
« Reply #4 on: October 26, 2007, 04:01:59 PM »
Quote
Modify /apps/keymaps/keymap-ipod.c in the source then compile.
I am not an expert like you are. I can't find this file on my 30GB ipod video. Can you please elaborate or someone give a link to a website that can help me fix my ipod.
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Play button problem
« Reply #5 on: October 26, 2007, 04:05:15 PM »
The file I linked to is in the rockbox source code, not in the compiled build on your player.  You need to edit the source code then compile it to build your own modified version of rockbox.

Have a look at this: http://www.rockbox.org/twiki/bin/view/Main/WebHome?topic=SimpleGuideToCompiling
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline clueless1

  • Member
  • *
  • Posts: 24
Re: Play button problem
« Reply #6 on: October 26, 2007, 05:08:50 PM »
thanks for the help. unfortunately my user name is not a lie. So if there is someone that has done something like this before and would do this for me I would be deeply grateful. I just want the "Menu" button to be the "Play" button, and holding "select" and "forward ( > )" for 2 seconds be the new menu button. I understand this is asking for a lot, but then again I am only asking.
« Last Edit: October 26, 2007, 07:56:40 PM by clueless1 »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Play button problem
« Reply #7 on: October 27, 2007, 02:25:47 PM »
Hmmm, I've been playing with this and am having a few problems getting the select + right combo working, mostly because the iPod is so short on buttons that short and long select and right both already do things (although it may well be just my ineptness).  This would be much easy on the other players with more buttons!  Could you have a look and see if there are actions you can sacrifice in each screen such that we can just have fewer overall actions?
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline clueless1

  • Member
  • *
  • Posts: 24
Re: Play button problem
« Reply #8 on: October 27, 2007, 07:11:06 PM »
I've thought about it, and decided to give up the "Rewind button" and make it the new "Play" button. Thank you very very very very very very very very very very much BigBambi for helping me out.
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Play button problem
« Reply #9 on: October 27, 2007, 07:41:10 PM »
In all screens?  It is possible to change screens independently, so if it would be easier to make a different key play depending on screen we can do that.  I think it would be useful to think in terms of actions rather than direct keys.  What I mean by that is that long and short press of keys do different things.  Now if in a given screen you only want to do the actions originally associated with long pause and short menu, we could swap long pause to long menu and leave short menu the same (for instance).

e.g.

Short menu - action A
Long menu - action B
Short play - action C
Long play - action D

if you only want to be able to to A and D it could be changed to

Short menu - action A
Long menu - action D

The various swaps could be different in different screens, so if you don't use long select in the WPS, and don't use long menu in the filebrowser, the functionality of play in both could be swapped to the unused key on the relative screen.  Any thoughts?

Quote from: clueless1 on October 27, 2007, 07:11:06 PM
Thank you very very very very very very very very very very much BigBambi for helping me out.

You are welcome!  It's bedtime for me now, but I'll have a shufti tomorrow.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline clueless1

  • Member
  • *
  • Posts: 24
Re: Play button problem
« Reply #10 on: October 27, 2007, 09:12:58 PM »
Now i understand what you mean. How about making "short menu" the new play button in the "now playing screen", and "long forward" could be the new play button in the file browsing screens.
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Play button problem
« Reply #11 on: October 28, 2007, 06:12:41 AM »
OK, that is easy enough.  What about long play, do you need them?  I don't have an iPod so I'm not familiar with what is expendable!
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline clueless1

  • Member
  • *
  • Posts: 24
Re: Play button problem
« Reply #12 on: October 29, 2007, 04:16:14 PM »
"long rewind" in file browser and now playing. I don't really rewind songs anyway.  ;D
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Play button problem
« Reply #13 on: October 29, 2007, 04:29:24 PM »
OK, so swaps are:

short play in WPS going to short menu
long play in wps to long left
short play in file browser to long right
long play in file browser to long left

I'll do a patch in a minute.

Have you looked at how to compile at all?  It is pretty easy once you have the build environment set up (and that too is not too bad), and if you did that you would be able to keep yourself up to date.  I'll do a build now for you to test, but I'm not going to keep doing them!

Edit:  I've done you a patch and a build, in the sim it seems OK.  However I've forgotten the log in to my webspace so until they send me an e-mail reminding me I can't upload it.
« Last Edit: October 29, 2007, 04:56:23 PM by BigBambi »
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline clueless1

  • Member
  • *
  • Posts: 24
Re: Play button problem
« Reply #14 on: October 30, 2007, 07:55:43 PM »
Sounds good. Thanks again for helping me out. I'll look at how to compile it.

PS
Quote
I've forgotten the log in to my webspace so until they send me an e-mail reminding me I can't upload it.
do you mean you'll upload it to http://www.rockbox.org/patches.shtml?
« Last Edit: October 30, 2007, 08:03:18 PM by clueless1 »
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Play button problem
 

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

Page created in 0.078 seconds with 14 queries.