Modify the launcher hotkeys on the LG Classic Flip to ANY CUSTOM APP Activity!
Because the LG Classic Flip only supports pre-configured apps for the launcher shortcut keys. But using ADB we can fully customize these hotkeys!
CustomLG-Hotkeys will fully customize which activities you want to launch using the shortcut keys. Say goodbye to limitations!
Connect your device to ADB, put the batch file somewhere in ADB's path, and run!
When it tells you to go to your desired screen, navigate on your phone to the place you want to set the shortcut.
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 (withsed
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.
This is free to use, distribute, sell, brick your phone, or do whatever else you want with it.