Airplane Mode
From Openmoko
(Difference between revisions)
Historybuff (Talk | contribs) (Airplane or Flight mode, which turns off the GSM antenna) |
|||
| Line 1: | Line 1: | ||
| + | GSM, Bluetooth & WLAN turned off (some kind of lock so no app can turn them on?) | ||
| + | GPS on per request (it's ok to have it on in aeroplanes) | ||
| − | |||
| − | mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Device.SetAntennaPower False | + | GSM antenna down: |
| + | |||
| + | mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Device.SetAntennaPower False | ||
| + | |||
| + | Bluetooth down: | ||
| + | |||
| + | WLAN down: | ||
Revision as of 22:33, 20 June 2009
GSM, Bluetooth & WLAN turned off (some kind of lock so no app can turn them on?) GPS on per request (it's ok to have it on in aeroplanes)
GSM antenna down:
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Device.SetAntennaPower False
Bluetooth down:
WLAN down:
