Created
May 25, 2016 10:16
-
-
Save Teddy-Zhu/8330732aa94cab9be4bbea36ab3167ea to your computer and use it in GitHub Desktop.
nexus 激活调过
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//开启飞行模式 | |
settings put global airplane_mode_on 1 | |
am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true | |
//关闭飞行模式 | |
settings put global airplane_mode_on 0 | |
am broadcast -a android.intent.action.AIRPLANE_MODE --ez state false | |
应用: | |
nexus 6p 国内激活时调过激活 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment