Question Google Pay not working properly - Samsung Galaxy Watch 4

I installed Google pay on my Samsung galaxy watch 4 running wear os 3.
It works fine until the app is closed (either by closing it or resetting the watch) - and then when re-opening it it says google pay is not active in this location.
If I uninstall and reinstall it works fine again until the next time it is closed.
Any ideas on how to fix or what might be the issue?

Same problem here. Maybe some update needed

I can use my GPay app where I'm from, but only with a Revolut card (Portugal).
Where are you from?

Same here, from Israel (Google Pay just launched yesterday here).
Glad to see I'm not the only one, hopefully someone will reach out to Samsung/Google, it's definitely bugged.

niro0070 said:
Ich habe Google Pay auf meiner Samsung Galaxy Watch 4 mit laufendem OS 3 installiert.
Es funktioniert einwandfrei, bis die App geschlossen wird (entweder durch Schließen oder Zurücksetzen der Uhr) - und dann beim erneuten Öffnen heißt es, dass Google Pay an diesem Ort nicht aktiv ist.
Wenn ich es deinstalliere und neu installiere, funktioniert es wieder einwandfrei, bis es das nächste Mal geschlossen wird.
Irgendwelche Ideen, wie man das Problem beheben kann oder woran es liegen könnte?
Click to expand...
Click to collapse
Hast gpay unter nfc auf der uhr ausgewählt?

Looks like Google fixed this issue this morning and now it's working properly.

My google pay since yesterday, i had to format the watch, and after i configure all things.
Google pay wont add my Curve Card to the watch. Says that the Curve Card is already added.
But its not, i even removed the card from all places, and still it doesnt let me add the card to GPay on The watch, but i can add without anyproblems to GPLAY on the phone.

Having issues myself, installed GPay and the app redirects me to the nfc section in settings to choose it as the default app but the only option available is Samsung Pay.
Reinstalling the app doesn't appear to solve the issue.

LoadTester said:
Having issues myself, installed GPay and the app redirects me to the nfc section in settings to choose it as the default app but the only option available is Samsung Pay.
Reinstalling the app doesn't appear to solve the issue.
Click to expand...
Click to collapse
Like this right??
There's no fix at the moment, the only thing that works is changing the csc of the watch. In my case it did work,but I have choose one country that don't use samsung pay.

marcochapita said:
Like this right??
There's no fix at the moment, the only thing that works is changing the csc of the watch. In my case it did work,but I have choose one country that don't use samsung pay.
Click to expand...
Click to collapse
Exactly.
How did you change the csc? I have the BT version.

Fix for the Samsung pay problem will be to uninstall samsung pay throw adb. Look for tutorials to use adb in the watch but it is not difficult.

LoadTester said:
Exactly.
How did you change the csc? I have the BT version.
Click to expand...
Click to collapse
The CSC can be changing using the tutorial in another threat, but i do have an LTE version, i dont know if it works for BT only. you can do like @NahuelMS sugested , uninstall SPay by ADB.

LoadTester said:
Having issues myself, installed GPay and the app redirects me to the nfc section in settings to choose it as the default app but the only option available is Samsung Pay.
Reinstalling the app doesn't appear to solve the issue.
Click to expand...
Click to collapse
same here in romania, redirects to nfc section and no option but samsung pay

mikescorei said:
same here in romania, redirects to nfc section and no option but samsung pay
Click to expand...
Click to collapse
I think i found a solution:
1. Reset the watch to factory settings (don't connect to phone yet).
2. Enable "Developer options" in phone.
3. Download a mock location app and a VPN app (I used "Fake GPS location" and "PIA VPN")
4. Enter "Developer options" and select the app you downloaded in the mock location menu.
5. Set phone location to to supported country (I used USA) and the VPN server to the same location.
6. Connect the phone to the watch and start the setup process.
7. Disable location and WIFI on the watch.
8. Download the GPay app to the watch.
9. Start GPay app on the watch and finish the setup.
10. Enter the NFC menu and choose GPay as the payment app.
And done.
Now you can delete the mock location app and the VPN app from your phone and enable location and WIFi on the watch.
Worked for me and had success using it IRL.
Hope this helps someone.

I have discovered a way to use Google Pay in an unsupported country and this works for me:
I am in India.
and I have a Galaxy Watch 4
Download the below-mentioned apk and install it with the below steps:
Use ADB:
> $ adb connect <IP> (Connect to your Galaxy Watch 4)
> $ adb install<path to package>
Google Wallet will let you add cards for some time until it says you are in an unsupported country.
Add one card which you will be using to pay (as you won't be able to switch cards whenever you want with this method)
The Google Wallet app will work until it says you are in an unsupported country.
But you can (in most cases) pay with your primary card when that page is open.
Although sometimes when that page is open the payment isn't open so I would suggest you close the app from recent apps when you're done paying and relaunch it every time you have to pay.
(Google Pay still lets you use your primary added card even on the page that says you are in an unsupported country.)
(This version of Google Wallet does not disappear in my case)
If you wish to add new cards or delete existing ones, please follow these steps:
(reinstall Google Wallet so it lets you access the insides of the app)
> $ adb uninstall com.google.android.apps.walletnfcrel
> $ adb install /path/to/package/1
(proceed to open the app)
(DO Note: Google Wallet app needs to be open and it will not appear in the payment apps list)
Regards,
ChilledGamer

ChilledGamer said:
I have discovered a way to use Google Pay in an unsupported country and this works for me:
I am in India.
and I have a Galaxy Watch 4
Download the below-mentioned apk and install it with the below steps:
Use ADB:
> $ adb connect <IP> (Connect to your Galaxy Watch 4)
> $ adb install<path to package>
Google Wallet will let you add cards for some time until it says you are in an unsupported country.
Add one card which you will be using to pay (as you won't be able to switch cards whenever you want with this method)
The Google Wallet app will work until it says you are in an unsupported country.
But you can (in most cases) pay with your primary card when that page is open.
Although sometimes when that page is open the payment isn't open so I would suggest you close the app from recent apps when you're done paying and relaunch it every time you have to pay.
(Google Pay still lets you use your primary added card even on the page that says you are in an unsupported country.)
(This version of Google Wallet does not disappear in my case)
If you wish to add new cards or delete existing ones, please follow these steps:
(reinstall Google Wallet so it lets you access the insides of the app)
> $ adb uninstall com.google.android.apps.walletnfcrel
> $ adb install /path/to/package/1
(proceed to open the app)
(DO Note: Google Wallet app needs to be open and it will not appear in the payment apps list)
Regards,
ChilledGamer
Click to expand...
Click to collapse
Can you share apk link.
edit : nvm found apk link from another thread.

akzzy6 said:
Can you share apk link.
edit : nvm found apk link from another thread.
Click to expand...
Click to collapse
Hi, sorry for the inconvenience I have attached the apk link below:
Leave a like if my solution helped you!
Google Wallet (Wear OS) 2.190.533295449 (nodpi) APK Download by Google LLC - APKMirror
Google Wallet (Wear OS) 2.190.533295449 (nodpi) APK Download by Google LLC - APKMirror Free and safe Android APK downloads
www.apkmirror.com

Related

[APP][2.2+] Market Unlocker 3.0.8 - support Android market 3.4 and Amazon appstore

Hi all, i'd like to introduce my free app Market Unlocker to you.
It's similar to MarketEnabler which let you access paid apps in Android Market, but add funny functions as
1. Support Android Market 3.4
2. Support download & buy paid app in Amazon Appstore outside USA.
As you might have known, android market and amazone appstore will stop you from downloading and tell you that it's not supported in your region. Why? Because the server's checking your ip address countries as well as your provider. For amazon users registered with us credit card and billing address, it's frustrated when you're not in usa.
Market Unlocker will force visiting Market and Appstore via a proxy, that makes traffic looks like from USA. Unlimited access any more.
Find out more details in Android Market by search "Market Unlocker". I also attached an apk, but check out from android market is still recommended.
Believe it will help you.
Looks promising. It is a [ROOT required + Acquire IMEI] app.
But I cannot find a working US proxy yet to test its function (download apps from Amazon). What a pity.
getting a working USA proxy is hard
Pick up where to get working proxy in Q&A of Android market app descriptions. Google also...
Sent from my HTC Desire using XDA App
Works great on my SGS2.
However, I tried it on the alpha ICS roms. (from samsung). It could not get su access and force closed. Might be about my setup though.
Does not work on CM9 alphas too.
Is it an ICS problem?
Hmm tried on nook color with cm9 preview and the market change works, yet the proxy setting says "invalid ip address or port number"
Thanks, i will try
Question
Hi! I just installed your app to see what is about.
I opened the app, then slide left to Market, then clicked in USA Verzion, then slide right to Home, then selected Enable Unlocker, but then I dicided to unistall.
After I uninstalled you app, I went to Market and all the apps is in $, but im from portugal, i use €, I notice i changed the country from my market,
now the question: How can I change back to portuguese Market? where I can see apps in €?
I installed again the app and selected: Back to default market, but nothing happends, still in $...
The_MutenRoshi said:
Hi! I just installed your app to see what is about.
I opened the app, then slide left to Market, then clicked in USA Verzion, then slide right to Home, then selected Enable Unlocker, but then I dicided to unistall.
After I uninstalled you app, I went to Market and all the apps is in $, but im from portugal, i use €, I notice i changed the country from my market,
now the question: How can I change back to portuguese Market? where I can see apps in €?
I installed again the app and selected: Back to default market, but nothing happends, still in $...
Click to expand...
Click to collapse
Reboot and clear market data
Sent from my HTC Desire HD using XDA Premium App
Hi, thanks for your work.
Currently I try to download the GMail App, because the App isn't in the german Market.
I was able to fake the provider to Verizon USA and configured a proxy I found in the web. But the GMail App isn't available yet.
What went wrong?
The proxy??
could not make it work.
I bought the Pro version, got a proxy configured automatically and managed managed to buy and install fifa12 from the US market using these steps:
1. Turn on flight mode
2. Enable Market Unlocker and auto unlock
3. Got to system Setting => Applications => Manage applications => All => Market, and click “Clear data”
4. Reboot phone
5. Turn on Wifi/3G
6. Wait google service sync-up completed or refresh in Gmail.
7. Open Market Unlocker, enable proxy
8. Open Google Play. Buy your apps.
Turn off flight mode.
Click to expand...
Click to collapse
My question is this, if the device is rebooted with proxy off or flight mode is enabled and disabled, do we still need to do the above steps to be able to buy apps from the US market?
works good on my sgs
is it just me or does this app no longer work ?
for example enable it then use with or without proxy and i still can't download or use google wallet, whereas before i could.
Something has changed...
akpidis said:
I bought the Pro version, got a proxy configured automatically and managed managed to buy and install fifa12 from the US market using these steps:
My question is this, if the device is rebooted with proxy off or flight mode is enabled and disabled, do we still need to do the above steps to be able to buy apps from the US market?
Click to expand...
Click to collapse
But Wouldnt doing the steps above erase the apps that I already have in my account?
For the record the doesnt do a thing in my phone...
It this working for anyone?

[GUIDE]How to enable Google Now in any country for L/M/N (no root)

Hello guys, the following tutorial will show you how to enable the Google Now cards feature if it isn't available in your country. Go ahead and follow these 5 simple steps:
Remove your sim card if you have one.
Download a suitable VPN app and connect to a UK/US server (in the video below i used premium VPN, you can go ahead and download the latest version from the playstore https://play.google.com/store/apps/details?id=com.jailbreakvpn.hideme or use betternet as an alternative https://play.google.com/store/apps/details?id=com.freevpnintouch ).
Head over to settings>accounts and remove all google accounts from your device.
Go back to settings>apps and clear the data for Google App, Google Play Services and Google Service Framework(if you can't see it, show system apps).
Start the Google App, sign into your google account and you should be prompted with a Get Started option to setup Google Now Cards, continue to set it up.
You may now insert your sim card back again, Don't forget to thank me if it helped!
Check out the following steps in action:
Josephson47 said:
Hello guys, the following tutorial will show you how to enable the Google Now cards feature if it isn't available in your country. Go ahead and follow these 5 simple steps:
Remove your sim card if you have one.
Download a suitable VPN app and connect to a UK/US server (in the video below i used premium VPN check attachments).
Head over to settings>accounts and remove all google accounts from your device.
Go back to settings>apps and clear the data for Google App, Google Play Services and Google Service Framework(if you can't see it, show system apps).
Start the Google App, sign into your google account and you should be prompted with a Get Started option to setup Google Now Cards, continue to set it up.
You may now insert your sim card back again, Don't forget to thank me if it helped!
Check out the following steps in action:
Click to expand...
Click to collapse
Do I need the VPN to always be on?
zayan1998 said:
Do I need the VPN to always be on?
Click to expand...
Click to collapse
No need to keep the VPN on, disconnect from it once you're done with the steps.
I do it..but it says, your gmail account is not capable of Google now...
IT WORKED!!
Thanks a lot it worked for me
it worked for me as well, but after a few minutes (10 or so) the google now feature didnt work anymore, for example the location services like travel time infos or the news cards in "your feed" didnt work anymore.
Is this not a permanent fix?
onlinepierre said:
it worked for me as well, but after a few minutes (10 or so) the google now feature didnt work anymore, for example the location services like travel time infos or the news cards in "your feed" didnt work anymore.
Is this not a permanent fix?
Click to expand...
Click to collapse
Same for me, just work for a while.
Josephson47 said:
Hello guys, the following tutorial will show you how to enable the Google Now cards feature if it isn't available in your country. Go ahead and follow these 5 simple steps:
Remove your sim card if you have one.
Download a suitable VPN app and connect to a UK/US server (in the video below i used premium VPN, you can go ahead and download the latest version from the playstore https://play.google.com/store/apps/details?id=com.jailbreakvpn.hideme or use betternet as an alternative https://play.google.com/store/apps/details?id=com.freevpnintouch ).
Head over to settings>accounts and remove all google accounts from your device.
Go back to settings>apps and clear the data for Google App, Google Play Services and Google Service Framework(if you can't see it, show system apps).
Start the Google App, sign into your google account and you should be prompted with a Get Started option to setup Google Now Cards, continue to set it up.
You may now insert your sim card back again, Don't forget to thank me if it helped!
Check out the following steps in action:
Click to expand...
Click to collapse
Doesn't work anymore on Pie. The play store will give a DF error, and the only way to fix that is to do a reboot. Once rebooted cards will disable and the play store will work again. Anyone have a way to fix this?

Galaxy App Store Region Change Disaster

I recently moved from Germany to Australia and after resetting my Gear S3 and the Gear app, I managed to get the Gear App store to display in the local region. However, I suddenly noticed that when I go into the My Apps section, none of my previously purchased apps appear. Could this really be their business model? Barring customers from downloading previously purchased apps just because it was in a different region?
I've had a lot of back and forth emails with Samsung Support now. In the end, this is what they said:
The Galaxy Apps/Gear Apps server provides purchase history based on your current country.
Therefore, since you live in Australia right now, you will not be able to use the apps you bought in the Galaxy Apps (Germany) store.
If you wish to use the same app, you need to purchase it from the Galaxy Apps (Australia) store.
Since you will still be able to use the purchased apps if you go to Germany, we are not able to offer you a refund.
Does this seem unreasonable to anyone else? Because it's certainly not like this on the Google Play Store and the Apple App Store and as far as I know, not the Amazon Appstore. As far as I look at it, I simply shouldn't have to buy an app again just because I moved countries, especially not when that app is available in the new region the same as before. I certainly won't be buying an app again on the Galaxy App Store, especially since I move every few years for work.
Hast Du noch ne dt. SIM Card...
Es gibt theoretisch noch andere Möglichkeiten...
Jedenfalls der Scherz funktioniert per MCC MNC... von der SIM die in Deinem Handy steckt...
Nur als Info.
MfG
adfree said:
Hast Du noch ne dt. SIM Card...
Es gibt theoretisch noch andere Möglichkeiten...
Jedenfalls der Scherz funktioniert per MCC MNC... von der SIM die in Deinem Handy steckt...
Nur als Info.
MfG
Click to expand...
Click to collapse
Hi adfree, sorry I don't speak German, I was only living in Germany for a few months. I tried to use google translate to understand your post but it wasn't so helpful, could you please post it again in English? Thank you.
Identification to store work via SIM Card...
On SIM Card are stored MCC and MNC "Codes"...
Look here as example:
http://mcc-mnc.com/
So attempt 1 would be...
If you have still German SIM card...
In theory also disabled German SIM should be enough...
------------------
And there are several different methods to fake country...
I have never own experiences with paid apps...
As also Samsung account is involved...
-----------------
Sorry.
I have no 1 click solution... and second problem...
I can NOT post all methods I know... how to fake country... as Samsung is very fast with close such "Security holes"...
But in main this s u . . k ..ßßß... with country limitation...
You have also missed the moment, where all apps are stored on Device/Handset...
All Widgets and Apps and Watchfaces are stored temporary on Handset, after Download...
So they were easy to install with SDB Tool... aka Sideload...
All things are easy known from Android... work also in Tizen World...
But Ecosystem not allow... forbidden... users are scared to share solutions... or simple scared to do """illigeal""" things..
Tizen is harder for end users...
Best Regards
adfree said:
Identification to store work via SIM Card...
On SIM Card are stored MCC and MNC "Codes"...
Look here as example:
http://mcc-mnc.com/
So attempt 1 would be...
If you have still German SIM card...
In theory also disabled German SIM should be enough...
------------------
And there are several different methods to fake country...
I have never own experiences with paid apps...
As also Samsung account is involved...
-----------------
Sorry.
I have no 1 click solution... and second problem...
I can NOT post all methods I know... how to fake country... as Samsung is very fast with close such "Security holes"...
But in main this s u . . k ..ßßß... with country limitation...
You have also missed the moment, where all apps are stored on Device/Handset...
All Widgets and Apps and Watchfaces are stored temporary on Handset, after Download...
So they were easy to install with SDB Tool... aka Sideload...
All things are easy known from Android... work also in Tizen World...
But Ecosystem not allow... forbidden... users are scared to share solutions... or simple scared to do """illigeal""" things..
Tizen is harder for end users...
Best Regards
Click to expand...
Click to collapse
Thanks for your reply. The problem is, I don't want to fake the country as Germany because I no longer have a German payment method so if the app store is German, then it would cost me a transaction fee each time I pay Euros with my credit card because I now have an Australian credit card.
Maybe lost in Translation....
Your Samsung Account is same like you have used in Germany?
Your download history is stored in Samsung Account...
If you use same Samsung Account and not other... then all what block you from your download history... is "changed" Store...
Simple example...
In Germany maybe "you" enter this URL... damn handset autoselect this for you:
.../DBT/SM-R760
Now you are forced to enter:
.../XSA/SM-R760
This selection is automatic process... by used SIM Card...
So your valid Samsung Account render "invalid" to access German Store = invalid download history...
Only chance to restore old settings... is to set back to DBT MCC MNC...
And hope this would work.
Feel free to find your own solution.
Good Luck.
Best Regards
Does Samsung Pay work for your German Gear S3 in Aussie, though?
i found by inserting my uk sim ( does not have to be active ) into my s8+ i get the uk store as samsung apps uses your sim card for location , when i have all my paid apps installed on the watch i insert my dutch sim ( as i live in holland ) and straight away i get the dutch store , thats one way to solve your problem , you can also use any sims from other countries to view the stores from those sims ,
I see this topic is pretty old. But stupid problem with regional galaxy app stores is still there.
Here is my story.
Living in country A you're trying to get access to a Galaxy app store from country B where you purchased bunch of apps.
Disable GPS completely, remove your country A sim card from the phone, clear cache and data of galaxy app store app, launch VPN connection to country B.
Now start Galaxy app store. And voilà - you see galaxy app store from country B with all your apps
Bluetoth10 said:
I see this topic is pretty old. But stupid problem with regional galaxy app stores is still there.
Here is my story.
Living in country A you're trying to get access to a Galaxy app store from country B where you purchased bunch of apps.
Disable GPS completely, remove your country A sim card from the phone, clear cache and data of galaxy app store app, launch VPN connection to country B.
Now start Galaxy app store. And voilà - you see galaxy app store from country B with all your apps
Click to expand...
Click to collapse
but how can i make that permanent ? as soon as i insert the sim it reverts back to country A !
karandevilocs said:
but how can i make that permanent ? as soon as i insert the sim it reverts back to country A !
Click to expand...
Click to collapse
It look's like you can't make this permanent.
But if your app from country B is installed you still can update it even if your app store is switched back to country A.
This is really terrible. Went on holiday and purchased a local sim in Hungary. Decided to purchase some gps apps for my Gear S3. After the holiday, switched back to my home sim, and purchase history is gone. I need to repurchase again. Sorry Samsung but you will not get a single cent from me anymore. Fix it and make it account bound not sim card bound or let the Galaxy Apps store just die.
I'm sorry I never wrote back with the final outcome. They did end up restoring my apps but it took a lot of back and forth emails and threats. Most disappointingly, it was the threats that seemed to make them change their tone, after which they offered to *try* to restore my paid for apps. It took roughly a month with one or two more exchanges with me asking for an update before they finally was able to do it. Sounded like they really don't have any system in place for something like this. Hard to imagine for a company as big as Samsung. Utterly pathetic. Hope you guys manage to get your apps back.
Hey man, I know this thread is old, but I am wondering if you are able to reply to here, I need your help, could you help me please?
Commander_Cj said:
Hey man, I know this thread is old, but I am wondering if you are able to reply to here, I need your help, could you help me please?
Click to expand...
Click to collapse
Hey man, what do you need?

Question Google Pay (unsupported country, will app will be pre-installed?)

Hello!
If I am living in an unsupported country Google pay app probably by default won't be visible inside the watch? (the same thing was with Samsung pay on Galaxy Watch 3). Or does this model already has a pre-installed Google pay app in all regions and we just need to have a valid credit card?
If not, is it possible somewhere to change the region of the watch or better purchase the UK/DE version instead of my countries version?
Thanks!
No, Google pay isn't preinstalled.
Will it be possible to install it like on mobile device and use it?
I am also living in unsupported country but it I can user google pay on mobile phone with apk installation...
Could be possible..
Google Pay (Wear OS) 2.135.389276953 APK Download by Google LLC - APKMirror
Google Pay (Wear OS) 2.135.389276953 APK Download by Google LLC - APKMirror Free and safe Android APK downloads
www.apkmirror.com
On mobile APK installed working without any problems, but how you can install it on the Wear OS app, not from the app store, it is possible somehow to upload it like on the phone? (sorry for the newbie questions, it will be my first Wear OS watch.
I tried sideloading the GPay app to the Watch via ADB and its working!
I'm from Portugal and it let me add my Revolut card with no issues.
I've not tried to pay with it yet but at least GPay is opening and showing the card.
I'll update tomorrow when i try.
RedbPT said:
I tried sideloading the GPay app to the Watch via ADB and its working!
I'm from Portugal and it let me add my Revolut card with no issues.
I've not tried to pay with it yet but at least GPay is opening and showing the card.
I'll update tomorrow when i try.
Click to expand...
Click to collapse
Thanks for the great news!
DomasG said:
Thanks for the great news!
Click to expand...
Click to collapse
I might have jumped the gun on this one. After a few hours the Watch disables GPay, and its has to be enabled again via Samsung Wearable. When this happens I can no longer select GPay as a payment method in NFC settings. I'll keep investigating, but it seems its not a permanent solution...
RedbPT said:
I might have jumped the gun on this one. After a few hours the Watch disables GPay, and its has to be enabled again via Samsung Wearable. When this happens I can no longer select GPay as a payment method in NFC settings. I'll keep investigating, but it seems its not a permanent solution...
Click to expand...
Click to collapse
In case if you will find any working solution fo fix this, please share it!
RedbPT said:
I tried sideloading the GPay app to the Watch via ADB and its working!
I'm from Portugal and it let me add my Revolut card with no issues.
I've not tried to pay with it yet but at least GPay is opening and showing the card.
I'll update tomorrow when i try.
Click to expand...
Click to collapse
Hi! Could you please share the Gpay version that you've used and also the region set on your watch? I've tried sideloading multiple Gpay versions and while I was able to install it, it always crashes when I try to open it. Really curious to learn more about your particular setup.
After changing my watch's region to UK and sideloading this version of Google Pay to it, I was finally able to make it work (I'm in the Netherlands, where it's not officially supported on wearabels).
Were you able to pay with it?
I set mine Watch's region to Germany and sideloaded the Gpay app on the phone. I was able to add a N26 card (it didn't pick up the existing card I had), but after a while it simply was not in my watch's app drawer anymore. I was able to re-enable it in the Galaxy Wearable app and tried to pay with it, which failed (could have been the store I was at).
But now the Gpay app is gone again and I'm unable to re-enable it heh.
Ok. Installed gpay via adb, configured my visa. No problem or error until now. Later I will try to pay with my watch and see what happens.
After few hours gpay app is gone from my watch, and can't push it back via adb. Adb says "succes" but it doesn't apear in my watch . I read on internet that a VPN could solve the problem, I'm studing this option now...
dentimarius said:
After few hours gpay app is gone from my watch, and can't push it back via adb. Adb says "succes" but it doesn't apear in my watch . I read on internet that a VPN could solve the problem, I'm studing this option now...
Click to expand...
Click to collapse
If you will find any working solution, let me know!
gyrga said:
After changing my watch's region to UK and sideloading this version of Google Pay to it, I was finally able to make it work (I'm in the Netherlands, where it's not officially supported on wearabels).
Click to expand...
Click to collapse
Hello man, how I can change my region to UK as well ? I'm from Cyprus and the gpay is not available also here. So Please let me know how I can change my region to UK and hopefully it will work ! Thanks a lot!
gyrga said:
After changing my watch's region to UK and sideloading this version of Google Pay to it, I was finally able to make it work (I'm in the Netherlands, where it's not officially supported on wearabels).
Click to expand...
Click to collapse
I reset my watch and picked UK, then installed GPay from the Play store on the watch (which looks like it's the same version as the one you posted `2.135.389276953`) and GPay app still gets disabled after a while. Is the secret to side-load it instead of installing it from the Play Store ?
UPDATE: nope, still gets disabled and removed from the home screen even after sideloading
Same story here.
I have an LTE model. When initializing it doesn't list the Western European regions for selection. However I have a UK google account as well next to the primary.
Through that I am able to install Google Pay, through the watch from the Play Store, initialize it and use it.
Until it gets disabled.
The important part here is that is is not removed but disabled only.
Meaning, if I want to pay with the watch, I can find it in the play store on the watch again and enable it. Then it will work for a period.
I can live with this but it is hardly optimal....
So basically there aren't any working solutions to make Gpay working smoothly...
DomasG said:
So basically there aren't any working solutions to make Gpay working smoothly...
Click to expand...
Click to collapse
Yes, for me it is baffling that they are taking care of such important features as writing a process to block modules... when there is plenty there to improve upon... Like who cares if you have Samsung Pay or Google Pay on your watch? If you don't have a compatible credit card you are F..d anyway. Samsung own Messages app is bundled next to Google's. I use the later to have RCS, since Samsung does that feature region locked as well.... can I remove Samsung's Messaging app? Only if I purge it with ADB... otherwise it remains. But not the payment apps.... sigh. bonkers.

Google Play Services and Play Store are missing

Took this one. https://www.chip.de/downloads/Google-Play-Dienste-APK-Android-App_66512254.html
Unfortunately it couldn't be installed. I then use this app here.
System App Entferner (root nee – Apps bei Google Play
alle unnötigen System App zu entfernen.
play.google.com
then the app is deleted in the system. Then I reinstalled the Google Services app as in the link above, which was also possible. Unfortunately, the message still comes that the service for Google nail is needed for example. This is also not to be found in the system. Despite that I installed it.

Categories

Resources