All Projects

IDProjectTask TypeCategorySeveritySummaryOpened
 12914 RockboxBugsPluginsLow Fuze+ Off by one? Rockboy plugin 2013-12-0211 Task Description

An apparent off by one in rockboy, maybe. Happens on every game, even on the simulator (if rockboxui stays running long enough)
I provided a mpeg recording of it, notice the top row overlaps to the lower part of the lcd.

Current HEAD/master build.

12912RockboxPatchesPluginsLowAtari2600 Emulator Back from the Dead compiles for HEAD2013-11-1431 Task Description

I'm decided to make myself useful today and hammered out most of the rest the code needed to move http://www.rockbox.org/tracker/6048 along.
I'm starting a new entry since the old one is closed.
I'm hosting all the work I do at http://foolsh.no-ip.org/projects/atari2600/wiki/Wiki

2600box Plugin

* Added the .make file
* Added keymaps for most color targets
* Added to viewer.config loads *.bin files
* Fixed screen resizing for smaller screen targets
* Compiles against HEAD/master

I'm still testing sim builds at the moment.

There is some bad news, it crashes in the sims after a minute or two, and the buttons on my fuze+ don't work for some unknown reason but they do in the sim.

Everything else is looking pretty good. I'd like to hear back from people who have real hardware and can test the keymaps.

 12786 RockboxBugsUser InterfaceLow Email is down Can't send mail using Net 2012-12-04 Task Description

The folowing error message came up right after regeristing at http://www.rockbox.org/wiki/UserRegistration in my browser window

Warning: Could not send confirmation email

Emailing Xxx Xxxx xxxxxxxxx@gmail.com - ERROR: Can’t send mail using Net::SMTP. Can’t connect to ‘127.0.0.1’ at /sites/rockbox.org/foswiki/lib/Foswiki/Net.pm line 603. Too many failures sending ma
«

* Identity has been scrubbed

Also there is no Other/WebSite catagory here in flyspray, it feels like there should be especially since I cannot post any thing to the wiki or forums until I get those pesky confirmation emails.

11903RockboxBugsDriversLowAndroid does not handle keypresses correctly - potentia...2011-01-2411846 Task Description

I've hunted this down here is what I found out.

from
http://developer.android.com/reference/android/view/KeyEvent.Callback.html


public abstract boolean onKeyDown (int keyCode, KeyEvent event)
Since: API Level 1

Called when a key down event has occurred. If you return true, you can first call KeyEvent.startTracking() to have the framework track the event through its onKeyUp(int, KeyEvent) and also call your onKeyLongPress(int, KeyEvent) if it occurs.


We need to return true and call KeyEvent.startTracking() from /android/src/org/rockbox/RockboxFramebuffer.java then set the interrupt flag from /firmware/target/hosted/button-android.c and find out what is passed back after a key release and handle that. I may not be a great programmer but this looks like the ticket to removing the BUTTON_REL work around from /firmware/target/hosted/android/app/button-application.c

 11901 RockboxBugsBattery/ChargingLow Declaration of 'pause' from robotfindskitten has confli ...2011-01-2231 Task Description

Small patch to fix compile time errors while trying to compile robotfindskitten for android target by renaming pause to rfkpause.

Declaration of ‘pause’ from robotfindskitten has conflicting types for ‘pause’ from android-ndk-r5

Fix to be used with FS#11898

 11900 RockboxPatchesPluginsLow Declaration of 'pause' from chessclock is redeclared as ...2011-01-221 Task Description

Small patch to fix compile time errors while trying to compile chessclock for android target by renaming pause to chesspause.

Declaration of ‘pause’ from chessclock is redeclared as different kind of symbol by android-ndk-r5

Fix to be used with FS#11898

 11899 RockboxBugsPluginsLow logo.c keymap defaults instead of error on undefined ta ...2011-01-2292 Task Description

Starting at line 218 logo.c defines keymaps to any target that did not explicitly get defined beforehand. Here is patch that adds defines for the the missing targets and errors out when it gets compiled for an unsupported target just like all the other plugins.

11898RockboxPatchesPlaylistsLowThis is a preliminary patch to add keymaps needed for p...2011-01-212017 Task Description

This is a preliminary patch to add the key maps needed to compile plugins for the android port. It is mostly complete.

You will need to change plugins=”yes” line 2790 of file /tools/configure but this breaks the sdl port.

Most plugins seem to work well some don’t, I have not tested all plugins yet but will start as soon I post this.

To
a section to tools/configure that defines plugins=”yes” for the android port and “no” for the sdl port

Testing testing testing


patch probably breaks some targets because of logo.c defaulting to a generic keymap which I changed “commented out” and added #error No keymaps defined! so the compiler will not just over look it. Let me know what breaks and I will try to fix it.

Showing tasks 1 - 8 of 8 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing