https://androidmtk.com/download-minimal-adb-and-fastboot-tool
Download Minimal ADB and Fastboot Tool (all versions)
Download the latest version of Minimal ADB and Fastboot Tool which allow you to install and setup the ADB and Fastboot files on the computer.
androidmtk.com
다운로드 받은 폴더에서
쉬프트 + 마우스 오른쪽
파워쉘 클릭하여 이동후
cmd 입력
adb devices 후 디바이스가 뜨면 연결됨
USB 디버깅 하는것 연결 안되어있으면 아래 글을 통해서 확인
https://with01.tistory.com/15?category=1399577
adb shell settings get global tether_dun_required
했는데 null 이나 1 이면 테더링 막힌 것
adb shell settings put global tether_dun_required 0
사용하고
다시 확인
adb shell settings get global tether_dun_required
adb shell settings put global tether_dun_required 0 ## 변경은 put 확인은 get
'유용정보 > 정보' 카테고리의 다른 글
노래 가사 넣기 mp3tag (1) | 2024.09.03 |
---|---|
인생을 대하는 11가지 태도 (0) | 2024.08.31 |
구글 크롬 브라우저 다운로드 속도 올리기 (0) | 2023.10.06 |
갤럭시, 안드로이드 카메라 무음 설정 +안될경우 노트북으로 USB연결 후 ADB이용하여 무음 설 (1) | 2023.10.05 |