|
|
|
|
|
by ingenium
2428 days 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 |
|