This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12467 - [Fuze+] Deleted/Lost Settings
Attached to Project:
Rockbox
Opened by Tyler Johnson (HaloNachos117) - Monday, 19 December 2011, 01:43 GMT+2
Last edited by amaury pouly (pamaury) - Tuesday, 30 October 2012, 13:28 GMT+2
Opened by Tyler Johnson (HaloNachos117) - Monday, 19 December 2011, 01:43 GMT+2
Last edited by amaury pouly (pamaury) - Tuesday, 30 October 2012, 13:28 GMT+2
|
DetailsThis bug seems to only affect the Sansa Fuze+ player. It seems that the settings and the current playlist stored on the device disappear at random. This bug has happened on multiple Rockbox builds, new and old. This is not 100% reproducible, except sometimes when updating to a new build. It also seems to happen when using the OF for an extended period (eg, charging the device). Perhaps it's a problem with the OF?
Workaround: keep a backup of all your settings. It might also be a good idea to backup important playlists. If you encounter this bug, restore the your backup settings (or playlist). |
This task depends upon
Closed by amaury pouly (pamaury)
Tuesday, 30 October 2012, 13:28 GMT+2
Reason for closing: Out of Date
Additional comments about closing: reopen if still a problem
Tuesday, 30 October 2012, 13:28 GMT+2
Reason for closing: Out of Date
Additional comments about closing: reopen if still a problem
I think I've figured out two solutions (okay, there more like workarounds).
Solution #1 (this is the one that worked for me) Boot into the OF, and connect using MSC mode. Copy everything Rockbox-related onto your hard drive (including RB, itself. Coping the Bootloader won't be necessary). Then, delete the "hidden" *.dat files from the root directory of the Internal Memory. Unplug, and load OF. Wait for DB refresh. This might be faster if you remove your external memory card (assuming you use one). Please note: the OF's db refreshing is crap (which is probably why all this is happening in the first place), so it will take an unnecessarily long to do. Once it's done, however, the problem *should* be fixed for now. Just to be safe, I reconnected in MTP mode, and recopied all RB-related stuff manually. It's important to do this in MTP mode, as this thing is smarter about "learning" about files this way. IDK if it's necessary to do this at all, though. I just did it to be safe. Once I forced the OF to "reset", I noticed that nothing in RB changed, not even the DB, which was left in tact for once!
Solution #2 (Please note that I haven't tried this yet, so use at your own risk) Connect the OF in MSC mode. Copy everything Rockbox-related onto your hard drive (including Rockbox, itself). Then, delete everything you've just copied. Reboot into the OF. Be careful, though. I'm not sure what will happen if the bootloader tries to boot into a missing RB installation. It might be wise to temporarily reinstall the OF to delete the RB bootloader. Let the OF refresh. Then, reconnect in MTP mode. Re-transfer all RB stuff (Including RB, itself). Unplug and boot into the OF. Let the DB refresh. If you removed the RB bootloader, reinstall it now.
In conclusion: the OF's database sucks, so it might not know about files added on by RB, nor will it know about files changed in MSC mode (regardless of which firmware it's running), so It's best if you use MTP in the OF wherever possible. This is specifically important when modifying the DB or updating RB. Or, be prepared to delete the *.dat files on the root directory, and wait for a long DB refresh. Or, just avoid using the OF at all.
All the same, if Rockbox can be made to monitor the *.dat files on the internal memory, and update them when something inside RB changes, that might be a good permanent solution. It's too bad I know nothing about writing software, or I'd be glad to look into implementing something like this myself.
As I said before, a "reset" is the manufacture's word for a forced shutdown (eg pressing and holding the power button if the device freezes). Sometimes the device just shuts down without warning, especially when playing files that the device has, for whatever reason, failed to *properly* analyze the the file (especially *.avi videos). And yes, RB does have USB support, but unless you transfer RB-related files like I mentioned above, the OF will mess with them for some reason (thank goodness Rockbox's core files are left intact).
I always assumed that you had to reverse-engineer the OF to figure out how the hardware works (which, I assumed meant you had access to the entire source code, so you could figure out how *everything* works). I guess this just goes to show what I know :). However, I see your point with adding extra stuff to Rockbox, so I can respect that. In any case At least this workaround seems to work.
Admin, if you don't here from me in... oh let's say a week, fell free to close this thread.