• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Airplane mode doens't turn off Wifi

ChiliP

Lurker
On the Hydro, does enabling Airplane mode turn off Wifi, Bluetooth? I thought it did.

However, when I turn on Airplane mode now, it doesn't turn off Wifi, BT.

How do I get back that behavior? Is there a setting?

Thanks for your help.
 
Update:

Android maintains a configuration setting (airplane_mode_toggleable_radios) that tracks what radio to disable/enable when Airplane mode is triggered. Between the apps I've installed and configuration changes I've made, (somehow) wifi and bt was removed from that list.

You can modify the setting by toggling that setting (below), or get an app like "Airplane Mode Modifier".

sqlite3 "/data/data/com.android.providers.settings/databases/settings.db" "update global set value = 'bluetooth,wifi' where name = 'airplane_mode_toggleable_radios';"
 
Back
Top Bottom