
- #Does bluetooth work on airplane mode update
- #Does bluetooth work on airplane mode android
- #Does bluetooth work on airplane mode Bluetooth
Click on the Apple symbol on the left side of your menu bar and select System Preferences.
#Does bluetooth work on airplane mode Bluetooth

#Does bluetooth work on airplane mode update
\adb shell content update -uri content://settings/global -bind value:s:'cell,nfc,wimax' -where "name=\'airplane_mode_radios\'" \adb shell settings put global airplane_mode_radios "cell,nfc,wimax"

Of course, you may only remove wifi or bluetooth, too.Įnter one of these commands (I had to use both to make bluetooth work. You may remove bluetooth and wifi from the values to achieve our goal. It's good idea to take note of these results, if you'll want to return to default settings.ĥ. Row: 0 name=airplane_mode_toggleable_radios, value=bluetooth,wifi,nfc When you execute commands, you'll get results like: cell,bluetooth,nfc,wimax,wifi \adb shell content query -uri content://settings/global -projection name:value -where "name=\'airplane_mode_toggleable_radios\'"Ĥ. Unlock phone and check the screen if adb returns an error.\adb shell settings get global airplane_mode_radios Note: You may need to give access to adb after first command (it asked to me two times on phone).
#Does bluetooth work on airplane mode android
Enable USB Debugging in your Android device and in command line or terminal, enter:

Open a command line or Windows Terminal in that folder.ģ.

Extract platform-tools_rXX-windows.zip to a folder. This will allow sending commands to phone from command line on Windows.Ģ. Download Windows version of adb (Android Debug Bridge) here. Note 2: These steps require to use a few adb commands (but do not require rooting surely), and I do not take responsibility if your device gets bricked when tweaking.ġ. Note 1: This is tested working with my Samsung Galaxy Note 8. That means bluetooth and Wi-Fi won't turn off automatically if you go to airplane mode. And a bluetooth headphone should bring convenince, not extra fiddling anyway.įortunately, with one last fiddling, you can keep your bluetooth and Wi-Fi on when switching to airplane mode. It may not seem like a big deal, but these extra steps may bother you after a few repeats. Moreover, Wi-Fi will be also disconnected and you'll have to turn them on again, if you just want to turn cell radios off. If you're a bluetooth headphone user, going into airplane mode on your Android phone will disconnect your headphone.
