Contributed by: akira on 2012年12月10日(月) 18:27 JST
Last modified on
android SDKのディレクトリ内にあるplatfrom-toolsに移動
$ ./adb usb
$ ./adb shell
で取り敢えず入れる。一般のUNIXコマンドは使えないが。USERはshellと認識されている。
抜ける場合は、exit後
$ ./adb kill-server
その他に
$ adb devicesとか有るらしい。
localhost tcp でLISTENしてる。
* daemon not running. starting it now on port 5037 *
* daemon started successfully *