CustomLG-Hotkeys
Modify the launcher hotkeys on the LG Classic Flip to ANY CUSTOM APP Activity!
Why?
Because the LG Classic Flip only supports pre-configured apps for the launcher shortcut keys. This means we can't set a shortcut to any third party apps. But using ADB we can fully customize these hotkeys!
What?
CustomLG-Hotkeys will fully customize which activities you want to launch using the shortcut keys. Say goodbye to limitations!
How?
Just download the file at the bottom of this post, extract it, and open customhotkeys.bat. Navigate on your phone to the screen you want to open from the shortcut key, then continue. Choose what key you want to set, and... That's it! Done!
What does it do?
CustomLG-Hotkeys works using the following logic:
- It pushes a bash script to /data/local/tmp. The bash script uses
dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'
to find the current activity (with sed
to narrow it down to exact text).
- It instructs the user to navigate to the screen he wants to set as the shortcut key.
- It runs the script and saves the output.
- It gives the user the option to choose a key.
- It runs
settings list system
commands to set the package and class name of the keys.
- It force stops the launcher app so the settings can take effect.
License
This is free to use, distribute, sell, brick your phone, or do whatever else you want with it.
Github Repo / Contributions
Found a bug? Want to fix something? Add a feature? All contributions are welcome, just leave an issue in the Github Repository of this project. [Login to see the link]
Download
[Login to see the link]