Rockbox Development > New Ports

Sansa Fuze+

<< < (126/162) > >>

gontofe:
OK, checked out the code and successfully built at home.

Found this: http://gerrit.rockbox.org/r/#/c/421/ applied and rebuilt. Looks like it works perfectly to me.

For the Fuze+, is it right to use origin/master or should I be switching to another branch?

Not sure I understand about hooking up the keylock to the backlight to stop the screen turning on when the touchpad is pressed when keys are locked.

In action.c, could this section:

 300         else
 301 #if (BUTTON_REMOTE != 0)
 302             if ((button & BUTTON_REMOTE) == 0)
 303 #endif
 304         {
 305             if ((button & BUTTON_REL))
 306                 splash(HZ/2, str(LANG_KEYLOCK_ON));
 307             return ACTION_REDRAW;
 308         }

be linked to a setting ("display keylock on message" or similar)?

Vkins:
Something else:
Does anyone else experience weird backlight flickering on the Fuze+?
With flickering I don't mean on/off but alternating between higher/lower brightness.
When using the OF it works fine so I assume it's not a hardware failure.

gontofe:
see http://www.rockbox.org/wiki/SansaFuzePlus#Backlight_flickering

halonachos117:
Hi all, I have good news and bad news. The good news is, it seems the annoying freeze experienced when booting by plugging in a USB power source has been fixed. The bad news is that once again my screen looks like a cathode ray tube. I have a ST7783 LCD.

Update: Player seems to freeze with latest batch of updates

pamaury:
Indeed, a bug made it into the trunk. We bisected the problem and it is now fixed in trunk. Sorry for the inconvenience.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version