adb shell
su
sqlite3 data/data/com.android.providers.settings/databases/settings.db
update secure set value=0000 where name=’android_id’;
The Activity and the Layout code is the code of an Android application that reads your device id. If you don’t understand this then probably you are not an Android developer but you don’t need to understand or use any of this code..Use the lines I wrote above.;)
]]>I am not an expert but you can use this somewhere in your batch file:
FORFILES /P “%USERPROFILE%Desktoptest” /D -1 /M *.rar /C “cmd /c del @path”
The above line will erase all the .rar files that are older than a day and are located inside the test folder. The @path gives the full path and name of the file.Be cautious with the del command…Hope it helps!
]]>