영국의 Three 유심의 경우 최근 선불유심의 테더링을 전체 데이타의 아주 일부만 가능하도록 제한하고 있습니다.
이런 테더링 제한을 사용하는 캐리어가 종종 있습니다. 내가 산 데이타인데 못쓰게 왜 못쓰게 하는지는 모르겠어요.
이를 우회하기 위한 방법이 여럿 있는데 Rooting된 Android 7.0이상의 경우 build.prop 파일변경으로 아주 쉽게 제한을 풀수 있습니다.
- Root your Android device running on Android 7.0 Nougat.
- Edit build.prop file: Add the net.tethering.noprovisioning=true line to the bottom of build.prop file on your Android device. Use the link below for help with editing build.prop file.
How to edit build.prop on a rooted Android device - Reboot device after saving changes to build.prop file.
- Download/install a Terminal emulator app from Play Store (link →).
- Open Terminal emulator on your device and issue the following commands one-by-one:
su settings put global tether_dun_required 0 exit
└ Grant root access to the app when asked.
- Reboot device.
참고 링크
https://www.theandroidsoul.com/enable-tethering-nougat-alongside-android-pay/
February 27, 2018 at 08:18PM