로깅도 putty옵션에서 주면 편하게 볼수 있다.
Actually the Android Debug Bridge has a terminal connection feature (roughly speaking), which will be enabled after you connect to the adb server in "0006shell:" mode. You can actually use the putty to connect to this interface always, by setting the following things:
- Turn off line discipline in settings
- Use RAW mode to connect to localhost:5037
- Enter "0012transport-usb" (without quotes)
- Enter "0006shell:" (without quotes)
Now you've got a full fledged connection to your device. The main drawback is that it's tedious to repeat the above all the time, so I've made some modifications to the putty binary that adds a new type of connection, called "Adb"
To use the enhanced 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)
DL and source: http://github.com/sztupy/adbputty/downloads
최신 putty에서 adb연결을 지원해요
탭들이 Raw, Adb, Telnet, Rlogi, SSH, Seri 이렇게 있어서 여기서 ADB 선택을 하고
HostName : transport-usb
port : 5037 하면
잘 연결이 되네요 ~
위에는 참고하라고 설명 가져왔어요
'Stupid Computer > 1. About Computer' 카테고리의 다른 글
[클리앙] 클리앙에서 내 포인트 점수 확인하는 법 !! 클리앙 포인트 (0) | 2014.05.09 |
---|---|
[PHP] PHP,HTML,PHP란?PHP가필요한이유, 웹서버가하는일,MYSQL과PHP의관계 (0) | 2014.04.22 |
[Computer] 확장자 정리 ! ipk, apk, xap, OTA install, wgz 등등 ! (0) | 2014.04.10 |
[Test] Static Test & Dynamic Test ( 정적테스트, 동적 테스트) (0) | 2014.04.02 |
[Mockup] Mockup 이란 뭘까.. 찾아봤다 (0) | 2014.04.01 |
[Git] Git 간편 안내서, Git tutorial (0) | 2014.03.26 |
[API란] 흔히 말하는 API 란 ? (0) | 2014.03.25 |
[크롬] 크롭 브라우저 사용 팁 ! 50가지 ! (0) | 2014.03.07 |
[블루투스 스피커] Wrinkle Ball - wb50 구매&사용 후기 ! (0) | 2014.02.28 |
[TextEditor] 유용한 Sublime Text 2 (프리웨어/무료) 소개에요 ~ (0) | 2014.02.27 |