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';"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.