본문 바로가기
유용정보/정보

adb 이용하여 테더링 제한 풀기

by 아르단위드1 2024. 2. 22.

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