BigBoot / GW4Remap

Apache License 2.0
202 stars 18 forks source link

Google Wallet instead of google pay #10

Closed shahram7 closed 1 year ago

shahram7 commented 1 year ago

Hi Guys

Google has replaced google pay with google wallet and now my hardware key doesn't work again.

package:com.google.android.apps.walletnfcrel

best regards

VNRARA commented 1 year ago

I was hoping this was already fixed with an update.

joecksma commented 1 year ago

Hi, just found out how to fix this until the app is updated.

You need to replace the target app-id of the old Google Pay app: com.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.wearable.cardlist.WearPayActivity

with the new app-id of Google Wallet: com.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.wear.cardlist.WalletThemedWearCardListActivity

I also created a pull request #12 to update this in the apps code. If you do not want to type this on the watch you can also download a fixed version from my fork: GW4Remap v1.0.1

christopherdriscoll commented 1 year ago

Piggybacking on @joecksma's solution -

You can also connect to the watch via ADB and input the updated app id (press on the app name field, it'll open the keyboard/editor. remove existing package name): adb shell input text "com.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.wear.cardlist.WalletThemedWearCardListActivity"

VNRARA commented 1 year ago

Is there any other activity that opens the app better? It fails to do so since the update and this solution.

BigBoot commented 1 year ago

Thanks to @joecksma this is fixed in v1.0.1 as well as v2.0.0-alpha1

snijdelwijk commented 1 year ago

Thanks to @joecksma this is fixed in v1.0.1 as well as v2.0.0-alpha1

The 1.01 does The job for me. Thanks.

The 2.0 alpha doesn't work. (I tried to replace samsung pay longpress with google wallet on a s21 ultra.)

BigBoot commented 1 year ago

Did you follow the setup as described in https://github.com/BigBoot/GW4Remap/issues/4#issuecomment-1158188672 ?

Am Sa., 23. Juli 2022 um 17:42 Uhr schrieb snijdelwijk < @.***>:

Thanks to @joecksma https://github.com/joecksma this is fixed in v1.0.1 https://github.com/BigBoot/GW4Remap/releases/tag/v1.0.1 as well as v2.0.0-alpha1 https://github.com/BigBoot/GW4Remap/releases/tag/v2.0.0-alpha1

The 1.01 does The job for me. Thanks.

The 2.0 alpha doesn't work. (I tried to replace samsung pay longpress with google wallet on a s21 ultra.)

— Reply to this email directly, view it on GitHub https://github.com/BigBoot/GW4Remap/issues/10#issuecomment-1193144664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI67YDOJZ3WLTNGBM6TDXTVVQHGLANCNFSM54G74OTA . You are receiving this because you modified the open/close state.Message ID: @.***>

snijdelwijk commented 1 year ago

Didn't do those steps maybe that's why I don't know how to do them.

BigBoot commented 1 year ago

How did you install the apk? The instructions basically just are a bunch of adb commands that need to be executed. Message ID: @.***>

VNRARA commented 1 year ago

Thanks to @joecksma this is fixed in v1.0.1 as well as v2.0.0-alpha1

The 1.01 does The job for me. Thanks.

The 2.0 alpha doesn't work. (I tried to replace samsung pay longpress with google wallet on a s21 ultra.)

Ur dutch? We don't have Samsung Pay yet in the Netherlands...

snijdelwijk commented 1 year ago

How did you install the apk? The instructions basically just are a bunch of adb commands that need to be executed. Message ID: @.***>

I installed the apk from phone to watch with easy fire tools

snijdelwijk commented 1 year ago

Thanks to @joecksma this is fixed in v1.0.1 as well as v2.0.0-alpha1

The 1.01 does The job for me. Thanks. The 2.0 alpha doesn't work. (I tried to replace samsung pay longpress with google wallet on a s21 ultra.)

Ur dutch? We don't have Samsung Pay yet in the Netherlands...

Ja zeker

BigBoot commented 1 year ago

How did you install the apk? The instructions basically just are a bunch of adb commands that need to be executed. Message ID: @.***>

I installed the apk from phone to watch with easy fire tools

I don't think you can execute shell commands with Easy Fire Tools. I've heard it's possible using Bugjaeger, but I've never used it myself, you basically just need a way to execute shell commands over adb