Page 1 of 1

airplane mode measure

Posted: June 11th, 2022, 7:47 am
by Jax
Currently working on my coming release, YourFlyouts. Are there any ways for a measure to return the value (1 or 0) for airplane mode status? :?

Re: airplane mode measure

Posted: June 11th, 2022, 3:35 pm
by SilverAzide
Mr. Google says you can read the status from the registry here: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\RadioManagement\SystemRadioState.

However, there does not appear to be simple way to change the status without involving either a reboot or a bunch of complicated hacks.

Re: airplane mode measure

Posted: June 11th, 2022, 3:47 pm
by Jax
SilverAzide wrote: June 11th, 2022, 3:35 pm Mr. Google says you can read the status from the registry here: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\RadioManagement\SystemRadioState.

However, there does not appear to be simple way to change the status without involving either a reboot or a bunch of complicated hacks.
Thank for the reply! This is good enough for me, changing the status was not part of my goal anyways, though if anyone have a method to change the status, I am all ears! :D