Home
last modified time | relevance | path

Searched +refs:android +refs:adb +refs:shell +refs:command (Results 1 – 2 of 2) sorted by relevance

/development/cmds/monkey/
DREADME.NETWORK.txt9 Monkey only binds to localhost, so you will need to use adb to setup
17 $ adb forward tcp:1080 tcp:1080
21 $ adb shell monkey --port 1080
28 respond to every command with a line starting with OK for commands
49 This command injects KeyEvent's into the input system. The keycode
51 (http://developer.android.com/reference/android/view/KeyEvent.html).
63 This command injects a MotionEvent into the input system that
73 This command injects a MotionEvent into the input system that
84 This command will wake the device up from sleep and allow user input.
87 The tap command is a shortcut for the touch command. It will
[all …]
/development/tutorials/ReverseDebug/
DREADME.txt44 > adb sync
45 > adb shell reverse_debug
47 In another window the following command can be used to attach to the running
60 This GDB was configured as "--host=x86_64-linux-gnu --target=arm-linux-android".
62 <http://source.android.com/source/report-bugs.html>...
82 Now try the new "record" command to take a snapshot of the machine state.
93 "reverse-continue" command will bring the program back to line 41 and let you