LoginSignup
0
0

More than 5 years have passed since last update.

puttyでadbを繋ぐと便利

Last updated at Posted at 2015-11-07

adbにshell命令が含まれているので、puttyからつなげば使える

  • Turn off line discipline in settings
  • Use RAW mode to connect to localhost:5037
  • Enter "0012transport-usb" (without quotes)
  • Enter "0006shell:" (without quotes)

puttyを改造した人もいる

http://github.com/sztupy/adbputty/downloads
- Select Adb from the connection type list
- Enter "transport-usb" in the host (or any other connection string, check the adb socket interface documentation if you need something else than connecting via usb)
- Enter 5037 as port, if it's not already set there.
- Connect and enjoy (you might also save this connection, so next time you only have to double-click on the settings)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0