Guide: Make Android's "airplane mode" smarter

Subscribers:
416,000
Published on ● Video Link: https://www.youtube.com/watch?v=YZsVH2WrFlQ



Category:
Guide
Duration: 4:30
23,285 views
397


This video is sponsored by Amazon Coins - http://amzn.to/1TbSWgc
_________________________________________

In this video, we show you how to make airplane mode on your Android smartphone selectively turn off wireless radios instead of just all of them. So, you can now pop your phone into airplane mode and keep your Bluetooth headphones connected. Sounds nice, right? Watch the video to find out how to make this simple - and fully reversible - root-free change to your device.

ADB Installation:
http://forum.xda-developers.com/showthread.php?p=48915118
_________________________________________
Command to check what radios are being toggled when enabling Airplane Mode:
adb shell settings get global airplane_mode_radios

OR

adb shell content query --uri content://settings/global --projection name:value --where "name='airplane_mode_radios'"

Command to Disable Specific Radios (Either one of these commands will not allow Airplane Mode to disable Wi-Fi and Bluetooth):
adb shell settings put global airplane_mode_radios "cell,nfc,wimax"

OR

adb shell content update --uri content://settings/global --bind value:s:'cell,nfc,wimax' --where "name='airplane_mode_radios'"

Command to Revert Back to Regular Settings:
adb shell settings put global airplane_mode_radios "cell,bluetooth,wifi,nfc,wimax"

OR

adb shell content update --uri content://settings/global --bind value:s:'cell,bluetooth,wifi,nfc,wimax' --where "name='airplane_mode_radios'"

_________________________________________
Background Music:
➨ Back Alley Kat: https://soundcloud.com/back-alley-kat
________________________________________­­_
Want to sponsor the next Android Police video? Get in touch: videosponsor@androidpolice.com.

➨ Google+: https://plus.google.com/+AndroidPolice
➨ Twitter: http://twitter.com/AndroidPolice
➨ Facebook: http://www.facebook.com/AndroidPolice
➨ RSS feed: http://www.androidpolice.com/feed







Tags:
android
police
androidpolice