indianpoptart / RadioControl

An app that auto toggles wifi and cell radio for maximum battery life
https://nikhilp.org/radiocontrol
GNU General Public License v3.0
16 stars 7 forks source link

Alternate cell switch #35

Closed indianpoptart closed 7 years ago

indianpoptart commented 7 years ago

A way to turn off cell radio through command will turn just the cell radio off and doesnt enable airplane mode, can be used if someone is having problems with Bluetooth.

Investigate these commands

service call phone 27

service call phone 14 s16

indianpoptart commented 7 years ago

Working as of v4.1-beta4

indianpoptart commented 7 years ago

Add a check command that checks if the cell radio is already disabled, or already enabled. Too many times I have noticed that the cell radio turns off after it gets turned back on. Weird bug

indianpoptart commented 7 years ago

Working properly in v4.1 - Beta7

indianpoptart commented 7 years ago

Complete!