Confirmed users
905
edits
Line 67: | Line 67: | ||
adb shell | adb shell | ||
su | su | ||
* Run a shell command in superuser mode - single line of code | |||
adb shell su -c 'command' | |||
or | |||
adb shell command | su | |||
* Launch an app/ launch the SUTAgent | * Launch an app/ launch the SUTAgent | ||
adb shell am start -a android.intent.action.MAIN -n com.mozilla.SUTAgentAndroid/.SUTAgentAndroid | adb shell am start -a android.intent.action.MAIN -n com.mozilla.SUTAgentAndroid/.SUTAgentAndroid |