Hey Bookler,
We have also attempted to use a internal method of clearing the history from the Sony eReader PRS-T1 machine. I have created a .EXE using Autoit to use Rupor's factory reset package to wipe the machine. We have run into the same problem with certain parts (Notes & Hand writing) not getting removed. As you can see I am deleting all files, but leaving the folders in-tack in the Download directory.
If anyone has more information on the where about's of the location of those files?, it would be appreciated. Has anyone had a success sending the "Finger Dance" code using shell scripting to the device?
Case $Wipe_Device
FileDelete (GUICtrlRead($SetPath) & 'download\*.*')
FileDelete(GUICtrlRead($SetPath) & 'download\acsm\*.*')
FileDelete(GUICtrlRead($SetPath) & 'download\Manifest\*.*')
RunAsWait("Administrator", @ComputerName, "password",0, @ComSpec & ' /K "' & 'flash_reader.bat"',@ScriptDir, @SW_SHOW)
Thanks,
sir stox
|