BigBoot / GW4Remap

Apache License 2.0
202 stars 18 forks source link

I've removed Samsung Pay #9

Closed shahram7 closed 2 years ago

shahram7 commented 2 years ago

Hi There, first of all thank you for your great work here. I would like to ask what if somebody has removed Samsung Pay app. How can he remap long and press of back key for google pay? Regards

BigBoot commented 2 years ago

Hi, you can't remove Samsung Pay only disable it.

In any case this would be a duplicate of https://github.com/BigBoot/GW4Remap/issues/4#issue-1105742149, there's a test version linked in this issue which should work, though there currently is a rather big delay when pressing a button,

shahram7 commented 2 years ago

Hi, i didn't know it. I've used adb to uninstall it.

$ pm uninstall -k --user 0 com.samsung.android.samsungpay.gear Success

and now when i hold back key it doesn't do anything

BigBoot commented 2 years ago

yes, that just disables the app for the user and doesn't really uninstall it, it could be re enabled using
adb shell pm install-existing com.samsung.android.samsungpay.gear