Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopped working (for me) ON gw4 #18

Open
mrg9999 opened this issue Oct 19, 2022 · 0 comments
Open

Stopped working (for me) ON gw4 #18

mrg9999 opened this issue Oct 19, 2022 · 0 comments

Comments

@mrg9999
Copy link

mrg9999 commented Oct 19, 2022

[SOLVED}
used
https://github.com//issues/4#issuecomment-1158188672

  1. Uninstall the current version of GW4Remap if it's installed
    adb uninstall de.bigboot.gw4remap

  2. Disable Bixby & Samsung Pay (Skip the ones which are not available for you)
    adb shell pm disable-user --user 0 com.samsung.android.bixby.agent
    adb shell pm uninstall -k --user 0 com.samsung.android.samsungpay.gear

  3. Go to the Watch Settings and select Bixby as action for long pressing the power button
    Download the latest v2.0 alpha and install the GW4Remap.apk
    wget https://github.com/BigBoot/GW4Remap/releases/download/v2.0.0-alpha1/GW4Remap-v2.0.0-alpha1.apk

  4. adb install GW4Remap.apk
    Grant READ_LOGS permission (if you started the app before granting the permissions you need to restart the watch afterwards)

  5. adb shell pm grant de.bigboot.gw4remap android.permission.READ_LOGS
    Start GW4Remap, enable the service and configure buttons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@mrg9999 and others