Skip to content

Instantly share code, notes, and snippets.

@x1unix
Created October 1, 2021 02:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save x1unix/291296113e8bb8d83c09788ff708fae8 to your computer and use it in GitHub Desktop.
BxActions - EasyRemap
#!/usr/bin/sh
# Source: /data/data/com.jamworks.bxactions/files/start_easy_remap.sh
pm enable com.samsung.android.bixby.agent
pm grant com.jamworks.bxactions android.permission.READ_LOGS
pm grant com.jamworks.bxactions android.permission.WRITE_SECURE_SETTINGS
logcat -c
am force-stop com.jamworks.bxactions
am start -n com.jamworks.bxactions/com.jamworks.bxactions.SettingsHome
echo "Easy remapping enabled!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment