Galaxy Nexus and Google Wallet
Started by
Beingageek
, Nov 19 2011 04:17 PM
#1
Posted 19 November 2011 - 04:17 PM
So I figured I'd ask, just got my Galaxy Nexus today, has anyone hacked Google Wallet on to this thing yet? If not, I'd be curious to know how I could help get this on here.
#2
Posted 19 November 2011 - 04:42 PM
With no supported Google Wallet payment terminals, i fail to see what the point would be?
#3
Posted 19 November 2011 - 05:51 PM
#4
Posted 19 November 2011 - 06:09 PM
Google Wallet should work at all contactless payment terminals.
P
P
You can follow me on Twitter - http://twitter.com/paulobrien / Follow MoDaCo on Twitter - http://twitter.com/modaco
Want to donate? MoDaCo is raising money for the Multiple Sclerosis society.
#5
Posted 19 November 2011 - 07:28 PM
#6
Posted 20 November 2011 - 01:06 PM
The Google Wallet app just emulates your card on paypass, so it should definitely work on any contactless payment terminal that supports paypass. However, the apk does not work on the Galaxy Nexus.
#7
Posted 21 November 2011 - 02:32 PM
#8
Posted 22 November 2011 - 08:24 PM
Anyone got an answer to the original question? I was enjoying using Wallet on my Nexus S, before I upgraded.
Thanks!
Galaxy Nexus - Latest Stock Google ROM - rooted and that's it!
Galaxy Nexus - Latest Stock Google ROM - rooted and that's it!
#9
Posted 26 November 2011 - 05:16 AM
I would really like to see this working. Ive tried without success.
#10
Posted 26 November 2011 - 02:17 PM
NFC is one of the reasons for getting this phone. But even with the google wallet app can it be used in the UK anywhere yet?
Nothin' is easy
#11
Posted 27 November 2011 - 12:48 AM
So far I've managed to get it to launch and have configured a PIN, but I'm using the MoDaCo ROM which apparently fails when it comes to this:
device-2011-11-27-004703.png 94.16K
18 downloads
Any suggestions for sneaking in access to the SE?
device-2011-11-27-004703.png 94.16K
18 downloadsAny suggestions for sneaking in access to the SE?
#12
Posted 27 November 2011 - 01:56 AM
DO NOT USE THIS. GO HERE INSTEAD!
Success!
logcat told me it was failing due to merely a missing permission; nothing more - the slightly-secured NFCEE_ADMIN permission wasn't in my installed version of the apk...
So, using the "googlewalletfix_1.1R38v5_ICS_aok.zip" file (Google for it) - I did the following (with MoDaCo custom ROM):
Flashed MoDaCo, flashed googlewalletfix, reboot to "proper"
Found Google Wallet wasn't installed
Open root terminal, cd to /mnt/sdcard/gw/
mount -o remount,rw /data/system
cp system/app/NfcGoogle.apk /system/app/NfcGoogle.apk
cp system/app/Wallet.apk /system/app/Wallet.apk
...and it worked. Magically.
So there you have it. A Brit getting Google Wallet working on a Galaxy Nexus. Haven't tried payments yet, let's see if it fails.
Some images:
device-2011-11-27-015302.png 200.9K
7 downloads
device-2011-11-27-015320.png 101.9K
5 downloads
device-2011-11-27-015348.png 168.98K
3 downloads
Success!
logcat told me it was failing due to merely a missing permission; nothing more - the slightly-secured NFCEE_ADMIN permission wasn't in my installed version of the apk...
So, using the "googlewalletfix_1.1R38v5_ICS_aok.zip" file (Google for it) - I did the following (with MoDaCo custom ROM):
Flashed MoDaCo, flashed googlewalletfix, reboot to "proper"
Found Google Wallet wasn't installed
Open root terminal, cd to /mnt/sdcard/gw/
mount -o remount,rw /data/system
cp system/app/NfcGoogle.apk /system/app/NfcGoogle.apk
cp system/app/Wallet.apk /system/app/Wallet.apk
...and it worked. Magically.
So there you have it. A Brit getting Google Wallet working on a Galaxy Nexus. Haven't tried payments yet, let's see if it fails.
Some images:
device-2011-11-27-015302.png 200.9K
7 downloads
device-2011-11-27-015320.png 101.9K
5 downloads
device-2011-11-27-015348.png 168.98K
3 downloadsEdited by lukegb, 29 November 2011 - 11:27 AM.
#13
Posted 27 November 2011 - 02:01 AM
lukegb, on 27 November 2011 - 01:56 AM, said:
Success!
logcat told me it was failing due to merely a missing permission; nothing more - the slightly-secured NFCEE_ADMIN permission wasn't in my installed version of the apk...
So, using the "googlewalletfix_1.1R38v5_ICS_aok.zip" file (Google for it) - I did the following (with MoDaCo custom ROM):
Flashed MoDaCo, flashed googlewalletfix, reboot to "proper"
Found Google Wallet wasn't installed
Open root terminal, cd to /mnt/sdcard/gw/
mount -o remount,rw /data/system
cp system/app/NfcGoogle.apk /system/app/NfcGoogle.apk
cp system/app/Wallet.apk /system/app/Wallet.apk
...and it worked. Magically.
So there you have it. A Brit getting Google Wallet working on a Galaxy Nexus. Haven't tried payments yet, let's see if it fails.
Some images:
device-2011-11-27-015302.png
device-2011-11-27-015320.png
device-2011-11-27-015348.png
logcat told me it was failing due to merely a missing permission; nothing more - the slightly-secured NFCEE_ADMIN permission wasn't in my installed version of the apk...
So, using the "googlewalletfix_1.1R38v5_ICS_aok.zip" file (Google for it) - I did the following (with MoDaCo custom ROM):
Flashed MoDaCo, flashed googlewalletfix, reboot to "proper"
Found Google Wallet wasn't installed
Open root terminal, cd to /mnt/sdcard/gw/
mount -o remount,rw /data/system
cp system/app/NfcGoogle.apk /system/app/NfcGoogle.apk
cp system/app/Wallet.apk /system/app/Wallet.apk
...and it worked. Magically.
So there you have it. A Brit getting Google Wallet working on a Galaxy Nexus. Haven't tried payments yet, let's see if it fails.
Some images:
Do you mean
cp /mnt/sdcard/gw/NfcGoogle.apk /system/app/NfcGoogle.apk
cp /mnt/sdcard/gw/Wallet.apk /system/app/Wallet.apk
#14
Posted 27 November 2011 - 02:36 AM
lukegb, on 27 November 2011 - 01:56 AM, said:
So, using the "googlewalletfix_1.1R38v5_ICS_aok.zip" file (Google for it)
I Google'd it, it just came up with your post on XDA. Any help here?
Me on Google+ | LAN Gaming in North London
Hemorrdroids.net - Android News, Guide's and App reviews. - @hemorrdroids
Hemorrdroids.net - Android News, Guide's and App reviews. - @hemorrdroids
#15
Posted 27 November 2011 - 03:52 AM
AndyCr15, on 27 November 2011 - 02:36 AM, said:
I Google'd it, it just came up with your post on XDA. Any help here?
http://forum.xda-dev...d.php?t=1311072
Its the ICS version.
(I think linking to the thread show be no issue. Please let me know if it is and I will remove)
More precise directions:
Factory reset from Recovery (I also wiped /system, but idk if this matters)
Install MoDaCo Custom Rom.
Install googlewalletfix_1.1R38v5_ICS_aok.zip.
Boot up and run the normal initial android setup.
In windows explorer, copy from the googlewalletfix_1.1r38v5_ICS_aok.zip
Wallet.apk and NfcGoogle.apk from the \system\app folder to download folder in your nexus.
Remount /system/data as RW (i used android commander for this bit. Root Explorer would also do the trick)
copy the two APKs from above to /system/app
Your Google wallet should be working now.
I just went to McDonalds (only place open at this time of night) and it worked!
Still not working:
Add Citicard to Google Wallet.
#16
Posted 27 November 2011 - 04:53 AM
Are you in the US though? Can you add any Visa card to it?
Is the wipe a total necessity?
I guess I could nandroid and try it.
Is the wipe a total necessity?
I guess I could nandroid and try it.
Me on Google+ | LAN Gaming in North London
Hemorrdroids.net - Android News, Guide's and App reviews. - @hemorrdroids
Hemorrdroids.net - Android News, Guide's and App reviews. - @hemorrdroids
#17
Posted 27 November 2011 - 04:57 AM
#18
Posted 27 November 2011 - 05:24 AM
Rebooted device and now i'm getting the force closes again...
#19
Posted 27 November 2011 - 05:49 AM
I tried it all, worked fine. I even got given $10 by Google on a Pre-paid card?
I've then restored my nandroid and followed the procedure, it seems to have worked, no need to wipe perhaps then?
I wont know if it works on the contactless payment systems in the UK until next week though...
... I've just re-booted to see, and mine is closing too now.
I've then restored my nandroid and followed the procedure, it seems to have worked, no need to wipe perhaps then?
I wont know if it works on the contactless payment systems in the UK until next week though...
... I've just re-booted to see, and mine is closing too now.
Me on Google+ | LAN Gaming in North London
Hemorrdroids.net - Android News, Guide's and App reviews. - @hemorrdroids
Hemorrdroids.net - Android News, Guide's and App reviews. - @hemorrdroids
#20
Posted 27 November 2011 - 12:10 PM
Watso4183, on 27 November 2011 - 02:01 AM, said:
Do you mean
cp /mnt/sdcard/gw/NfcGoogle.apk /system/app/NfcGoogle.apk
cp /mnt/sdcard/gw/Wallet.apk /system/app/Wallet.apk
cp /mnt/sdcard/gw/NfcGoogle.apk /system/app/NfcGoogle.apk
cp /mnt/sdcard/gw/Wallet.apk /system/app/Wallet.apk
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account

Back to top









