Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#7076 - Calendar Button map for sansa

Attached to Project: Rockbox
Opened by Gerritt Gonzales (GRaTT) - Tuesday, 24 April 2007, 21:08 GMT+2
Last edited by Nils Wallménius (nls) - Saturday, 25 October 2008, 19:53 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type Sansa e200
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

I made a Button map for the sansaE200.
Just #ifdef's nothing fancy.
Added some whitespace to the menu.
Used Rec to quit.
Also fixed an off by one error, that crashed it every time.
I was waiting for someone to do this but nobody did.
GRaTT
   sansa_calendar.diff (3.5 KiB)
 calendar.c |   68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 61 insertions(+), 7 deletions(-)

This task depends upon

Closed by  Nils Wallménius (nls)
Saturday, 25 October 2008, 19:53 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  This is superseded by another patch that among other things added a sansa button map to the calendar plugin.
Comment by Gerritt Gonzales (GRaTT) - Saturday, 28 April 2007, 21:23 GMT+2
A more consistant button mapping
to exit from the calendar and the keyboard screen POWER button.
to exit from menu screens SCROLL_UP
GRaTT
   sansa_calendar.diff (3.7 KiB)
 calendar.c |   72 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 63 insertions(+), 9 deletions(-)

Comment by Abdullah (Abdullah) - Friday, 04 May 2007, 04:10 GMT+2
Hi ,,
Exuse me :)
this my frist time
I have a SanDisk sansa 8 GB
can I put this patch on it ?
and how ??
thank you
Comment by Gerritt Gonzales (GRaTT) - Friday, 04 May 2007, 19:11 GMT+2
This patch is very simple.
Files patched are in /apps/plugins/
SOURCES - adds a line to compile calendar.c for the sansa
calendar.c just a couple of #ifdef to define the button mapping
run the patch command from the base rockbox directory
patch -p0 < sansa_calendar.diff
This will work for all sansa e200 series.
GRaTT
Comment by Gerritt Gonzales (GRaTT) - Wednesday, 08 August 2007, 10:50 GMT+2
This update moves the .memo file to
/.rockbox/rocks/apps/.memo
and configures SOURCES to build for all targets.
GRaTT
   sansa_calendar.diff (4.8 KiB)
 SOURCES    |    1 
 calendar.c |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 67 insertions(+), 12 deletions(-)

Comment by Thomas Martitz (kugel.) - Tuesday, 02 October 2007, 20:42 GMT+2 Comment by Gerritt Gonzales (GRaTT) - Wednesday, 03 October 2007, 20:44 GMT+2
This is for calendar.c NOT rockcalendar.
I have only tried it on the sansa and sansa sim
but it works well no known bugs. I have been
using it for months and it is some builds on ABI.
GRaTT
Comment by Gerritt Gonzales (GRaTT) - Sunday, 13 January 2008, 18:54 GMT+2
updated to revision 16078 Jan 13
BUTTON_SCROLL_UP/DOWN to BUTTON_SCROLL_FWD/BACK
GRaTT
   sansa_calendar_0.2.diff (4.9 KiB)
 SOURCES    |    1 
 calendar.c |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 67 insertions(+), 12 deletions(-)

Comment by Thomas Martitz (kugel.) - Sunday, 13 January 2008, 19:02 GMT+2
You did it wrong. You need DOWN to FWD and UP to BACK.
Comment by Gerritt Gonzales (GRaTT) - Sunday, 13 January 2008, 19:55 GMT+2
fixed for FWD/BACK
GRaTT
   sansa_calendar_0.3.diff (4.9 KiB)
 SOURCES    |    1 
 calendar.c |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 67 insertions(+), 12 deletions(-)

Comment by Adilson Xavier (avx) - Wednesday, 10 September 2008, 20:08 GMT+2
Sync to SVN.
   sansa_calendar_0.4.diff (4.9 KiB)
 SOURCES    |    1 
 calendar.c |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 67 insertions(+), 12 deletions(-)

Loading...