View Single Post
Old 07-04-2012, 12:48 PM   #2
sirstox
Junior Member
sirstox began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2012
Device: Hip Street
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
sirstox is offline   Reply With Quote