@lvlrdka22, thanks a lot for the two lines of commands. They work as intended when issued through adb shell for firmware version 3.2! And, both
action.disable.tp.exclude.bar.region and
action.enable.all.tp.region are still working as valid "intents".
My current solution is to use
Button Mapper, and map:
- action.enable.all.tp.region as Broadcast intent for one key
- action.disable.tp.exclude.bar.region as Broadcast intent for another key
With Button Mapper, in order to specify such settings to certain keys, one should first tap "Add Buttons" to register a specific key to the app, and then
enable such key for additional functionalities. To "enable" the key, on needs to toggle the setting for "Customize". The end result looks like
this and
this.
----
Thanks again for spotting out the two intents!