Search results

  1. T

    [GIVEN AWAY] 4x SNES controller

    Given away to a coworker :)
  2. T

    [GIVEN AWAY] 4x SNES controller

    Hi, browsing through my attic, I just found four SNES controllers. They were up there for years and are the cheap ones you can find on ebay. (The dpad sucks IMHO, but still great for a multi player bomberman session). I have no idea if they are working but they have never been used. So...
  3. T

    Release Rockbox 3.13

    Hi, another release of Rockbox for the Pandora is in the repo. Update to 3.13 code base: http://www.rockbox.org/wiki/ReleaseNotes313 Enjoy, Thomas
  4. T

    Release Rockbox as an app

    Please try again with the latest Rockbox 3.12 Pandora release. It doesn't specifically mention changes to the vorbis codec, let's see what happens.
  5. T

    Release Rockbox 3.12

    Hi, another release of Rockbox for the Pandora is in the repo. Update to 3.12 code base: http://www.rockbox.org/wiki/ReleaseNotes312 http://www.rockbox.org/wiki/ReleaseNotes311 (previous release used the 3.10 code base) Enjoy, Thomas
  6. T

    Release Rockbox as an app

    If you are interested, here's my private build which supports the HOLD switch: rockbox-2012-03-10-hold-button.pnd I just don't want "tweaky" builds on the repo, so you have to install it manually from the forum until I find the time to finish up the code for upstream submission :)
  7. T

    Release Rockbox as an app

    I have a build up and running with hold button support. The new code will need some restructuring, so I won't push a build to the repo until it's upstream. There's also an alternative: Rockbox could use the 'h' key for hold. Actually the code for that just needs to be enabled. Would that...
  8. T

    Release Rockbox as an app

    I played around with "evtest" yesterday and it looks like I can keep the SDL input handler and just add another "thread" to read the input events from /dev/input/eventX. Only annoying thing is that the kernel sends a lot of key events if the hold switch is triggered, so I'm not sure if it will...
  9. T

    Rockbox: Add shoulder button support or not?

    Interesting idea. Rockbox already has support for "prev/next" gestures like you can skip to the next album/folder. From the manual: Short Next + Long Next -> Skip to the next directory. Short Prev + Long Prev -> Skip to the previous directory. Anyway, the latest rockbox pnd has L/R...
  10. T

    Release Rockbox as an app

    New rockbox pnd has been uploaded. Changes: - Add support for L/R shoulder buttons Enjoy!
  11. T

    Release ncmpcpp4P

    Thanks for the ncmpcpp port, remogatto! I use it to control my mpd server and it's just perfect. Could you enable the "outputs" screen in the next build? (./configure --enable-outputs) Then I can enable the output in the kitchen (my second N900 ;) ) from the Pandora. Thanks!
  12. T

    Rockbox: Add shoulder button support or not?

    Nice idea. It would have one rather annoying drawback: The emulators f.e. can't pause the emulation on "hold" key press. I think it's better to fix it in the SDL library for the Pandora.
  13. T

    Rockbox: Add shoulder button support or not?

    Thanks for the hint. I added a dump of the key codes to Rockbox. I can easily detect the shoulder buttons: Left shoulder button is "RSHIFT", right shoulder button is "RCTRL". Unfortunately the Hold "key" doesn't map to a known scancode, no "SDL_Event" sent at all. SDL also doesn't seem to get...
  14. T

    Rockbox: Add shoulder button support or not?

    That sounds like a good plan, if possible. Configurable buttons is a controversial topic among other Rockbox devs, so we better solve this with the "lock" switch. Window mode is a bigger change and still on my TODO list. It will happen sooner or later but requires quite some big code...
  15. T

    Release Rockbox as an app

    I started a poll about shoulder button support in the "Development Section":
  16. T

    Rockbox: Add shoulder button support or not?

    Hello, a frequent request for the Rockbox Pandora port is to add support for the shoulder buttons to skip to the previous/next track. Let's assume someone uses the Pandora as primary music player and keeps it in the pocket/bag. Would it be nice to skip to the next track without opening...
  17. T

    Release Rockbox as an app

    New rockbox pnd has been uploaded. Changes: - Update to rockbox 3.10 code base: http://www.rockbox.org/wiki/ReleaseNotes310 For game music fans: Rockbox now supports AY, GBS, HES, KSS, SGC, VGM and VGZ game music formats. Enjoy!
  18. T

    Release Rockbox as an app

    Interesting, that might be it: I also hear the cracks on my headphones without rockbox running at all. I suspected this might be a hardware issue. Will try again with the WIFI off. btw: Thanks ED for fixing the forum email notifications.
  19. T

    Release Rockbox as an app

    New rockbox build is on repo.openpandora.org Changes: - Update to rockbox 3.9 code base (http://www.rockbox.org/wiki/ReleaseNotes39) Enjoy!
  20. T

    Music player

    There's a small trick to push rockbox in the background: Hold the pandora menu button until the "Kill application" window occurs. This will put rockbox in the background. You can then run something else. Switchable fullscreen/windowed mode is still in the works.
Back
Top