0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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を改造した人もいる

  • 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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?