#!/bin/bash # export PATH="/zooty/andy/android-sdk-linux_x86/platform-tools:$PATH" export PATH="/zooty/andy/android-sdk-linux_x86/tools:$PATH" nohup emulator-arm -avd Andy2.2 -netspeed full -netdelay none > /dev/null 2>&1 < /dev/null & adb wait-for-device sleep 1 # This magic nonsense unlocks the screen adb shell input keyevent 82 sleep 1 # And this starts the tivo app in the emulator exec adb shell am start -a android.intent.action.MAIN -n com.tivophone.android/com.tivophone.android.view.home.SplashScreenActivity