2.0.0 • Published 7 years ago

appium-unlock v2.0.0

Weekly downloads
3,123
License
Apache-2.0
Repository
github
Last release
7 years ago

Unlock

Wake up and unlock an Android device or emulator.

A small and simple Android application that, when run, wakes up the device, unlocks the screen. Then the application shuts down.

Requirements

Building

$ cd into/this/repo
$ ant debug

You can also run ant debug install to build and immediately deploy the app to a connected Android device or emulator.

Running

Once installed on a device, turn the device's screen off. If you have a security lock on your device, turning the screen off will also enable the security lock.

Now to see the magic:

$ adb shell am start -n io.appium.unlock/.Unlock

Voila! Your device or emulator is awake and unlocked!

License

Apache License 2.0