I am looking to create a batch / JS file that executes the below mentioned ABD commands for Android OS.
Any help is greatly appreciated.
CD C:\Documents and Settings\tech\desktop\pattern\
adb shell
cd /data/data/com.android.providers.settings/databasessqlite3 settings.db
update system set value=0 where name='lock_pattern_autolock';
update system set value=0 where name='lockscreen.lockedoutpermanently';
.quit
I am getting hung up that it will not move beyond adb shell