Sansa Fuze+ Firmware 02.38.06

Reformatting AND also reloading the firmware believe it or not does NOT technicaly

restore your device to stock original states. I confirmed this by dumping the filesystem databases

before AND after firmware upgrade + reformat and reset settings

and using a comparison tool i could see TONS of references to content i had put on in the past…

And to the guy talking about the playlists earlier,

I coded a program that can do a bunch of things to the Fuze+

one of them is it can read what formats it supports

and i can see that the only format for playlist that returns “supported” (through the MTP api)

is .m3u playlists.

So,

WMDM_FORMATCODE_WPLPLAYLIST, “WPL Playlist” = NO
WMDM_FORMATCODE_M3UPLAYLIST, “M3U Playlist” = YES Supported
WMDM_FORMATCODE_MPLPLAYLIST, “MPL Playlist” = NO
WMDM_FORMATCODE_ASXPLAYLIST, “ASX Playlist” = NO
WMDM_FORMATCODE_PLSPLAYLIST, “PLS Playlist” = NO

WMDM_FORMATCODE_ABSTRACTAUDIOVIDEOPLAYLIST, “Abstract AudioVideo Playlist” YES Supported