¡@

Home 

python Programming Glossary: adb

Get status of activity manager

http://stackoverflow.com/questions/11316354/get-status-of-activity-manager

manager I'm writing a python script that makes calls to adb to perform JUnit tests. I've used 'adb get state' and 'adb wait.. that makes calls to adb to perform JUnit tests. I've used 'adb get state' and 'adb wait for device' to wait for when the emulator.. adb to perform JUnit tests. I've used 'adb get state' and 'adb wait for device' to wait for when the emulator is booted and..

How to write script in python to reboot android tablet multiple times

http://stackoverflow.com/questions/19171297/how-to-write-script-in-python-to-reboot-android-tablet-multiple-times

share improve this question you can use the command adb reboot to reboot a device. There are likely a plethora of ways.. a plethora of ways you could use python to make this adb command. The simplest of which that I can think of is import.. of which that I can think of is import os os.system adb reboot you'll have to either put a path infront of adb run this..