Created
October 1, 2021 02:40
-
-
Save x1unix/291296113e8bb8d83c09788ff708fae8 to your computer and use it in GitHub Desktop.
BxActions - EasyRemap
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
#!/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