1.打开飞行模式
# adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true
2.关闭飞行模式
# adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state false
# adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true
# adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state false