Skip to content

Instantly share code, notes, and snippets.

@Bluscream
Last active June 20, 2025 03:58
Show Gist options
  • Save Bluscream/a33c7da77815d966aeab430f71199810 to your computer and use it in GitHub Desktop.
Save Bluscream/a33c7da77815d966aeab430f71199810 to your computer and use it in GitHub Desktop.
Dump android keylayouts
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