峯言凬语 O ever youthful O ever weeping~
本无意与众不同,怎奈何口味太重。
首页
平水韵
颜色表
ABOUT
文章分类
友情链接
您正在查看: Digi 分类下的文章

nh017.png
Google,TikTok等锁区应用会检测手机的如下信息进行服务锁定纠正:
gsm.sim.operator.numeric
gsm.operator.numeric
gsm.sim.operator.iso-country
gsm.operator.iso-country
gsm.sim.operator.alpha
gsm.operator.alpha

其中需要修改的SIM Card信息:
gsm.sim.operator.alpha "AT&T" #修改运营商为AT&T,若使用eMobile则是"eMobile"。
gsm.sim.operator.iso-country "us" #修改SIM卡国家为US,日本则是"jp"。
gsm.sim.operator.numeric "310090" #修改为AT&T市场代码310090,若eMobile的市场代码则是"44000"

修改方法:
Android ROOT后,安装终端程序,比如Termux或者TerminalEmulator,然后运行如下命令:
su
setprop gsm.sim.operator.alpha "AT&T"
setprop gsm.sim.operator.iso-country "us"
setprop gsm.sim.operator.numeric "310090"

恢复方法:
重启手机,重新插拔SIM卡。

Linux或Mac首次运行Android Studio,报如下的错误:

ERROR: Failed to install the following Android SDK packages as some licences have not been accepted.
platforms;android-25 Android SDK Platform 25
build-tools;28.0.2 Android SDK Build-Tools 28.0.2
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html
...

错误提示没有接受Licence,在widnows下不存在这种报错,因为在点击"下一步"的过程中勾选了"I Agree",Linux和Mac下需要切换到SDK的Tools文件夹下,执行:

$ cd /home/xiaotang/Android/Sdk/tools/bin
$ ./sdkmanager --licenses

然后一路Y。

Warning: File /home/xiaotang/.android/repositories.cfg could not be loaded.
5 of 5 SDK package licenses not accepted. 100% Computing updates...
Review licenses that have not been accepted (y/N)? y

1/5: License android-googletv-license:

Terms and Conditions

...

Accept? (y/N): y
All SDK package licenses accepted

2018-09-19 |Nonni

1.浏览器打开AppleID网站,创建中国区Apple ID,完成登录验证。
https://appleid.apple.com/account#!&page=create

2.VPN番羽土啬,以便通过Apple的IP地址验证,登陆刚刚注册的新ID,将地区选“美国”,付款方式选"无",广告去掉,继续到填写详细个人信息。

3.再打开 fakeaddressgenerator 网站,把自动创建的一个假地址,填在个人信息的账单地址,点击下一步完成。

Done,you have created a USA apple ID! Enjoy!^_^