# This attempts to unlock the emulator
#!/bin/bash

# cd to the directory where these commands are
cd `dirname $0`

./adb shell input keyevent 82
