Last active
June 20, 2025 03:58
-
-
Save Bluscream/a33c7da77815d966aeab430f71199810 to your computer and use it in GitHub Desktop.
Dump android keylayouts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "# /data/system/devices/keylayout/**" >> /storage/emulated/0/Backups/keys.txt | |
| cat /data/system/devices/keylayout/** >> /storage/emulated/0/Backups/keys.txt | |
| echo "# /odm/usr/keylayout/**" >> /storage/emulated/0/Backups/keys.txt | |
| cat /odm/usr/keylayout/** >> /storage/emulated/0/Backups/keys.txt | |
| echo "# /system/usr/keylayout/**" >> /storage/emulated/0/Backups/keys.txt | |
| cat /system/usr/keylayout/** >> /storage/emulated/0/Backups/keys.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment