top | item 21410466

(no title)

ingenium | 6 years ago

You can set which radios are disabled with Airplane mode with an adb command. It persists and will even transfer to a new phone.

The default is:

adb settings put global airplane_mode_radios cell,bluetooth,wifi,nfc,wimax

I have mine set to:

adb settings put global airplane_mode_radios cell,wifi,wimax

discuss

order

flanbiscuit|6 years ago

That is great! Thanks for the tip.