As people constantly keep complaining about not being able to change the android settings db on the FireTV/Stick here's a way to do so. But be careful, I'm not responsible if you break things. Especially don't disable adb...
As you can see the settings binary is included, so you can use
to manipulate the settings.db
Tables are
Click the links to see which parameters are available.
If you have more spare time than I have, want to play around with this and stumble upon anything useful in the settings db (e.g. enable other input methods than firetv standard,...) feel free to share in this thread.
Btw this should work on any 4.2+ device.
Again: I am not responsible if you brick your device!!!
- adb connect FIRETV_IP_ADDRESS
- adb shell
- settings get global wifi_on
As you can see the settings binary is included, so you can use
Code:
"settings put [table] [parameter] [value]"Tables are
Click the links to see which parameters are available.
If you have more spare time than I have, want to play around with this and stumble upon anything useful in the settings db (e.g. enable other input methods than firetv standard,...) feel free to share in this thread.
Btw this should work on any 4.2+ device.
Again: I am not responsible if you brick your device!!!
Aucun commentaire:
Enregistrer un commentaire