This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7990 - Disable OF database refresh
Attached to Project:
Rockbox
Opened by Jack Suter (chrisjs169) - Friday, 19 October 2007, 00:54 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Saturday, 20 October 2007, 12:01 GMT+2
Opened by Jack Suter (chrisjs169) - Friday, 19 October 2007, 00:54 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Saturday, 20 October 2007, 12:01 GMT+2
|
DetailsDisable the OF database refresh on the Sansa, for 1.02.18A. I'm sure it wouldn't be hard to disable the OF for the European firmware, but I haven't dumped the firmware for it. One problem that I'm not sure about fixing, is if a MicroSD card is inserted, the OF will still refresh.
I removed disable_rebuild from load_mi4_part, though I don't think this would cause problems, because the if (disable_rebuild) line has been replaced with #if defined(SANSA_E200). |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Saturday, 20 October 2007, 12:01 GMT+2
Reason for closing: Accepted
Saturday, 20 October 2007, 12:01 GMT+2
Reason for closing: Accepted
I removed the extraneous comma at the end of the firmware list.
Also I added a check on whether the bit actually needs changing, to avoid a disk write when it's not needed.
I can help figuring out the location of the database refresh bit for a couple of other firmwares.
01.02.15E
01.02.18A
01.02.18E
(It turns out all of the above have the database refresh bit at the same location)
It works for me, but someone on IRC reported it didn't work for them...
Remember, this patch only prevents a refresh when it boots with the USB cable attached.