I want to change the screen timeout to 30 mins using adb. i can run monkeyrunner too, but that will take time. Is there a way to change the settings in SQL lite db using adb? I’m using this to automate a few things.
Same thing for stay awake in USB debugging node
I want to change the screen timeout to 30 mins using adb. i can
Share
if it’s emulator or your devices is rooted, you can modify the setting sqlite database.
how:
cd to the setting application database folder, and run
sqlite3 databasename.db, then you can modify the database as you like