[MOD]{DEAD} Google Wallet 2.0-R155-v14-update (no need to modify build.prop) - Android Apps and Games

This is no longer supported as Google has removed support for everything except 4.4+.
If you still need this for 4.4+ let me know and I will open support again.
I modified the new Google Wallet to allow tap and pay on any device. This modified version has hard coded device information instead of the app looking at your build.prop. So the app and even the Google Wallet website will report that you're using a Galaxy Nexus instead of your actual device.
Install Instructions:
Pre Install
Push/copy the modified nfcee_access.xml attached to this post to /system/etc
Make sure permissions are set correctly (644, rw-r--r--)
Reboot
OR
Open nfcee_access.xml and add the following line:
Code:
<!-- Modded Google wallet signature -->
<signer android:signature="308203733082025ba00302010202044f796622300d06092a864886f70d01010b0500306a3110300e06035504061307556e6b6e6f776e3110300e06035504081307556e6b6e6f776e3110300e06035504071307556e6b6e6f776e3110300e060355040a1307556e6b6e6f776e3110300e060355040b1307556e6b6e6f776e310e300c060355040313056c6f736572301e170d3134303230353039333732325a170d3431303632333039333732325a306a3110300e06035504061307556e6b6e6f776e3110300e06035504081307556e6b6e6f776e3110300e06035504071307556e6b6e6f776e3110300e060355040a1307556e6b6e6f776e3110300e060355040b1307556e6b6e6f776e310e300c060355040313056c6f73657230820122300d06092a864886f70d01010105000382010f003082010a02820101009bbae4a25116cdca302b9e58458d7c1bd25eb3f51ab3dff00304ad8f86d7161564f1cbcfbef059831596c343f4df238471341abdfcdc5ae285744d7fee5b65969f10048a3947c8cc1c0000ef5e9b6aa74fc31898e99f2efcd9a66920208eed80f6b82fd6844ab2ec4484f26ccb2398ed86bf0d1c1a4a2728f0ee0a1a2ca9695b42450ab2cd5773daa070b653793f886dad0387b51c507e9e9ff1d2e4cb977f5ee252bae5e6a5a38c4a77b2383d3acffc817b6f325feb8fe0740345a3aa7b3caa37d553f206bbb2a9966323330b2988287093dffc9d5a0345827b38dfedf44b9b79453b74616ee26646698fd342943f6ab49f3b39c4bb11698a34b73320abb1a50203010001a321301f301d0603551d0e04160414b7b1f25001279dcbcad0dbdc11d3fa8dca86f4da300d06092a864886f70d01010b0500038201010005cb2e5d34af75768814275349dc9cf02442ae00032fb91455d41d947dfdd6909194504162485fa35db9781ee34419d5ad1db26bbe5760c7c73dea78134634fd75b62d7dbeb96b140716f4ef5a9b1ffe2c6b0695389273d54dd652dd63ad742bcb57a31899fe29b76d913d14e7bea516be7945b521552033e4285a53e27d13f6b26e587af55d9fbae63b809f187b571e3987d9e4838dac61ae54d123ea0249c47af71bd90278e7a5438ba13af958eaf21d21a4bb827a87f6eec50d2da2c2e418b153e6028fd35588b7ab6053733ea34419ca3a1ac33e83abe0e88acf83971c9e41834e61d940dc2fac9b7bb16bd4e1455a1ab6990becf5e8e8dee0910a20b3d3" />
Reboot
New Install
Install the wallet apk like any other app. Do NOT push to /system/app
Upgrading from 1.x+
If you already have Wallet installed reset it (open Wallet>menu>Settings>Reset Google wallet)
Go to Wallet app settings (Settings>Application Manager>Wallet)
Force stop and Clear data
Using a file explorer with root access (Root Exlporer, Solid Explorer, etc.) go to /system/app
Remove all instances of wallet you may have (Wallet.apk, com.google.android.apps.walletnfcrel*.apk)
Repeat steps 4 & 5 but go to /data/app
Reboot
Install the wallet apk like any other app. Do NOT push to /system/app
Upgrading from 2.0-R151-v8 and older
Go to Wallet app settings (Settings>Application Manager>Wallet)
Uninstall updates
Using a file explorer with root access (Root Exlporer, Solid Explorer, etc.) go to /system/app
Remove all instances of wallet you may have (Wallet.apk, com.google.android.apps.walletnfcrel*.apk)
Reboot
Install the wallet apk like any other app. Do NOT push to /system/app
Upgrading from 2.0-R151-v8-update and newer
Install the wallet apk like any other app. Do NOT push to /system/app
Fixing NFC:
Most AOSP based Roms do not need any kind of nfc fix as the files included are already built correctly. Touchwiz, and other non AOSP Roms more than likely do not have the files built correctly. Some devices already have threads that have an nfc fix.
Here's for the Galaxy S3: http://forum.xda-developers.com/showthread.php?t=2555612
Here's for the Galaxy S4: http://forum.xda-developers.com/showthread.php?t=2454971
If you need to fix your nfc, here's how it was done for the S3:
Go to https://support.google.com/wallet/answer/1347934
Find a device similar to yours, as in same device but different carrier.
Find the forums for that device here on xda and download a Rom for that device.
Alternatively: go to http://get.cm and download a CM build for that device. Will probably be a smaller download.
Pull the following files:
NOTE: The device you're pulling from may be different from this as this was for the Galaxy S3. You might need to get some help/input on which files you'll actually need.
Code:
/system/app/Nfc.apk
/system/etc/nfcee_access.xml
/system/lib/libnfc.so
/system/lib/libnfc_jni.so
/system/lib/libnfc_ndef.so
/system/lib/hw/nfc.MSM8960.so (Yours will most likely be called something different)
Push/copy those files to their respective locations.
Make sure permissions are set correctly (644, rw-r--r--)
How-To(Devs):
I grep'd the smali folder looking for Landroid/os/Build and replaced every model, product, device, fingerprint with a string of what it would return from a Nexus 4 build.prop.
So this:
Code:
sget-object v0, Landroid/os/Build;->MODEL:Ljava/lang/String;
was replaced with this:
Code:
const-string v0, "Nexus 4"
FAQ:
Why use this instead of the Play Store version? That one works on all devices.
Yes, but tap and pay does not! Carriers (AT&T & Verizon) have restricted Google Wallet on their devices to get you to use their proprietary (ISIS) service.
I don't trust a modified app that I use with my bank account and credit cards.
I don't either. But I'm sure if you're reading this, you've already been running a modified version of 1.6.
Either way, I have no interest in anybody's bank account/credit card information. The only lines of code I modified were the ones that look at the build.prop for device information and I added "modded by loserskater" to the nav drawer. There are no other servers/proxies that your information is going to.
I found out my device doesn't have the Secure Element, how can I fix that?
Get a new phone. There is no amount of software hacking that will enable a hardware specific feature. There are some carriers that have SIM cards with the Secure Element, but I'm not knowledgeable enough in that to know if those will work.
I tried to make a transaction but the screen said "Reader detected. Your last tap may not have been successful"
This seems to be happening to an odd variety of users. It may be a Rom issue but there isn't enough info to be sure. It's reported that 1.6 was working fine but this issue is happening in 2.0. The only thing I can suggest to try is going back to a stock Rom and attempting again. It could be that there needs to be a few more files that the 2.0 wallet is relying on that need to be replaced in the nfc fix.
NfcPaymentSetupFailure Error Codes:
UNKNOWN_FAILURE = new NfcPaymentSetupFailure(1);
LOW_BATTERY = new NfcPaymentSetupFailure(2);
NETWORK_FAILURE = new NfcPaymentSetupFailure(3);
NETWORK_ACCESS_REQUIRED = new NfcPaymentSetupFailure(4);
NFC_NOT_ENABLED = new NfcPaymentSetupFailure(5);
TSA_INIT_FAILURE = new NfcPaymentSetupFailure(6);
REBOOT_REQUIRED = new NfcPaymentSetupFailure(7);
INTERRUPTED = new NfcPaymentSetupFailure(8);
SECURE_ELEMENT_ACCESS_REQUIRED = new NfcPaymentSetupFailure(9);
MIFARE_MANAGER_INSTALL_REQUIRED = new NfcPaymentSetupFailure(10);
PROVISIONING_FAILED = new NfcPaymentSetupFailure(11);
FRONTING_INSTRUMENT_SUSPENDED = new NfcPaymentSetupFailure(12);
RPC_METADATA_REJECTION = new NfcPaymentSetupFailure(13);
SECURE_ELEMENT_BRICKED = new NfcPaymentSetupFailure(101);
APPLET_LOCKED = new NfcPaymentSetupFailure(102);
NFC_EE_SECURITY_EXCEPTION = new NfcPaymentSetupFailure(103);
SECURE_ELEMENT_ID_CHANGED = new NfcPaymentSetupFailure(104);
SECURE_ELEMENT_ID_UNAVAILABLE = new NfcPaymentSetupFailure(105);
UNSUPPORTED_SECURE_ELEMENT = new NfcPaymentSetupFailure(106);
NO_SECURE_ELEMENT = new NfcPaymentSetupFailure(107);
Troubleshooting:
Menu>Settings>Change account. Don't actually add another account, just press back or home.
Settings>App Manager>Wallet and Force Stop and Clear Data.
Reboot
Try adding your account again.
If tap and pay still isn't working for you, try from a fresh STOCK rom install. Do not use this apk, but instead make a backup of your build.prop and then change the following information:
Code:
ro.product.model=Galaxy Nexus
ro.product.name=yakju
ro.product.device=maguro
Now install Google Wallet from the Play Store. If your device needs an NFC fix, then apply that. If you are still having issues then there is something else wrong and the version in this post is not to blame.
Reporting Issues:
Please report the device, carrier, rom, android version, if you applied an nfc fix and where you got it from, the EXACT steps you used to install.
Updates:
R151-v8: Now reports device as Nexus 4.
R151-v8-update: Big changes! New install process. For some reason adding loyalty cards with the camera would not work as a system app. So I had to re-sign the apk with my own private key, that way it can be installed as a user app. But because of the new signature, it had to be added to nfcee_access.xml so make sure you update that as well!
.
Issues:
R151-v8: Adding loyalty cards causes a FC. To get around this you can install the stock app, add the loyalty cards and then install this modified version.
Install the udpate!
R151-v8+: When opening the app you'll get a notification that there was a sign in error, it doesn't affect anything and I haven't figure out a way to get rid of it. Just dismiss this notification and you'll be fine.
Downloads:
com.google.android.apps.walletnfcrel-2.0-R133-v9-MODDED.apk
com.google.android.apps.walletnfcrel-2.0-R133-V14-MODDED.apk
com.google.android.apps.walletnfcrel-2.0-R141-V14-MODDED.apk
com.google.android.apps.walletnfcrel-2.0-R151-v8-MODDED.apk(Note: this one breaks adding loyalty cards)
New install method!!!
nfcee_access.xml
com.google.android.apps.walletnfcrel-2.0-R151-v8-MODDED-update.apk
com.google.android.apps.walletnfcrel-2.0-R155-v14-MODDED.apk

Sprint Galaxy Note II running JZO54K.L900VPAMC2, custom stock-based rom. Wallet app from the store will return error 11 when Tap-and-Pay is turned on. Your version displays "Not Enabled" for Tap-And-Pay in the settings->about panel. I'm 105% sure I have a secure element in my phone, as I have used Wallet on this device in the past.
Thoughts?

MrDoom said:
Sprint Galaxy Note II running JZO54K.L900VPAMC2, custom stock-based rom. Wallet app from the store will return error 11 when Tap-and-Pay is turned on. Your version displays "Not Enabled" for Tap-And-Pay in the settings->about panel. I'm 105% sure I have a secure element in my phone, as I have used Wallet on this device in the past.
Thoughts?
Click to expand...
Click to collapse
Are you sure you removed all other versions of wallet and cleared all wallet data from your device? My version should at least setup tap and pay. The transactions seem to be the real problem. What does it say under OS in settings>about? Double check http://wallet.google.com and see what device it says.
Sent from my SAMSUNG-SGH-I747

loserskater said:
Are you sure you removed all other versions of wallet and cleared all wallet data from your device? My version should at least setup tap and pay. The transactions seem to be the real problem. What does it say under OS in settings>about? Double check <snip> and see what device it says.
Sent from my SAMSUNG-SGH-I747
Click to expand...
Click to collapse
Device is listed as Galaxy Nexus.
OS string is yakju JDQ39E Galaxy Nexus release-keys
Version string is Version 2.0-R133-v9-RELEASE
Wallet was NOT working with Tap prior to this mod, it kept returning error 11.

Disregard

xpose patch will be nice
[Edit]
how does it work? I cannot send any money without confirming my identify only with a us adress

Thank you man! I finally have wallet working! Just paid at the Honda dealer with it. Stock ROM 4.1.2 T-Mobile rooted following the NFC fix and apk in the op!
Thank you thank you thank you!
So says latinmaxima, so it shall be!

worked for my G S4 on AT&T on stock ROM 4.2.2. I had it working with Wallet 1.0 all i did was install this mod and worked just fined, tested at 711 this morning with no problems. I didnt have to do anything else other than these instructions here. It worked so well i even created an account to write this.

So you think this will work on the Galaxy S4 loserskater?

Did you read any of this thread? Look at the post above yours.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4

RobbieL811 said:
Did you read any of this thread? Look at the post above yours.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4
Click to expand...
Click to collapse
Lol yes I did actually but I don't use wallet and wanted to be sure.....
Sent from my SCH-I545 using xda premium

sbreen94 said:
Lol yes I did actually but I don't use wallet and wanted to be sure.....
Sent from my SCH-I545 using xda premium
Click to expand...
Click to collapse
Not meaning to sound like a ****. I have it going on my AT&T S4. It should work on any variant though. There is also another thread dedicated to Wallet. I'll edit this post with the address.
Sent from my SGH-I337 using Tapatalk 4
---------- Post added at 03:27 PM ---------- Previous post was at 03:27 PM ----------
RobbieL811 said:
Not meaning to sound like a ****. I have it going on my AT&T S4. It should work on any variant though. There is also another thread dedicated to Wallet. I'll edit this post with the address.
http://forum.xda-developers.com/showthread.php?t=2454971
Sent from my SGH-I337 using Tapatalk 4
Click to expand...
Click to collapse
Sent from my SGH-I337 using Tapatalk 4

So far so good...install went fine, tap+ pay is active. I just need to test operation. Vzw GS3.
Nice work, thank you. Much easier than before.

Can verify that this is working 100% on my Verizon galaxy S3 running aosp (currently carbon rom). Tested tap+pay @ Macdonalds and CVS, worked great, zero issues. Awesome work, thank you for such ease of getting wallet back on our phones.
I have a friend that has a vzw note2. He generally runs tw based roms. Any idea what he would need for a nfc fix to get this working?

Tried 3 7-Elevens today with no luck. I know the stores are fine since I use it all the time with the GE ROM.
T-Mobile SGS4 running CM 10.2
Sent from my GT-I9505G using Tapatalk 4

Works without issue, tap and pay successful.
Tmobile touch wiz 4.1.2 rooted
Sent from my SGH-T999 using Tapatalk 4

I[E said:
Tried 3 7-Elevens today with no luck. I know the stores are fine since I use it all the time with the GE ROM.
T-Mobile SGS4 running CM 10.2
Sent from my GT-I9505G using Tapatalk 4
Click to expand...
Click to collapse
Seems to be hit or miss on the s4. I'll try to look into it more.
Sent from my SAMSUNG-SGH-I747

Sent from my SAMSUNG-SGH-I747 using xda app-developers app

I'm going to manually push the app.
BTW, running AOCP 6.0 (4.3)
That might be the issue. I will flash an older release or a TW ROM and follow up in the next few days.
Thanks dude. Having you dev on the i747 has made me better understand the operating system and made me love Android even more than I already did!
P.S. Thanks again.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app

scorpiopantera said:
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
You can't install the app this way since this method would only install it as a user app (data/app). You must always manually push this to system/app so it works as a system app.

Related

[Q] Google Wallet on ICS for NS 3g

I know koush's early ics port supported Wallet and it worked great for me. I currently have some money on wallet and would like to use it.
Can anyone direct me to a rom with wallet? I Tried to find Koush's Old GAPPS, but cant seem to find it.
THANK YOU
Edit: I know AndroidUser's AOSP+ supports wallet, Also An old alpha of CM, Also a Drew Garen Rom supports wallet. Would Like to know if there is any flahshable zip for ics? Or Any other Roms support WALLET?
BUMP. Can anyone give me any information on a mod or a bundled ICS rom with wallet except for AndroidUsers ICS rom?
Can devs only attact Wallet to ICS or is there a flashable zip? The one for GB doesnt work on ICS.
Bump too! Anyone link to a Ics compatible Google wallet that I can flash?
Sent from my Nexus S using xda premium
http://forum.xda-developers.com/showthread.php?t=1397358 this rom has working wallet.
Sent from my Nexus S using xda premium
jark99 said:
Bump too! Anyone link to a Ics compatible Google wallet that I can flash?
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Thanks for trying to help me keep this thread alive
melvinchng said:
http://forum.xda-developers.com/showthread.php?t=1397358 this rom has working wallet.
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Thanks for the reply! Im currently Using this and one of Drew Garens Early Ports ONLY because it has WALLET bundled.
I wish someone can make an updated Flashable Zip For the NS 3G. Or Just more roms with WALLET bundled.
Anyone Have any other Ideas?!
I am also curious to find a usable .apk for Google Wallet. I am currently using Brainmasters 4.0.3 Stock Rom - which is amazing, with awesome tweaks!
I have tried an old 2.3.6 .apk, GoogleWallet_1.1R41V8-1.ics.zip (I forget where I found them) and they keep force closing.
Any Help would be amazing since AT&T wont allow Google Wallet due to the whole Isis thing or whatever.
Thanks!!
Toonhead
nexus s
i have root my nexus s (t-mobile),
i9020t
australia 3.
4.0.3 ota + root
install the google wallet for GN APK on the phone
also installed the maket enabler.
but i keep getting google wallet is not has not yet been certified in your country or device.
please help!!
After an embarassing debacle at the store this morning... time to knock this back up to the top.
I'm not going to make another thread when this one is basically asking the same thing.
wallet just failed - because the nfc chip seems to get disabled when wallet is installed. thought it was the kernel but after testing not the case..
Testing went like this:
Beam 4.1.0 rom clean install nothing else = nfc chip chirps at my CC when scanning.
Beam + eugene's kernel = nfc chirps.
Beam + glados kernel = nfc chirps
Beam + GoogleWallet_1.1R41V8-4.ics.403 = no chirp
Beam + any kernel + GoogleWallet_1.1R41V8-4.ics.403 = no chirp.
It's the package from testing that just busts nfc... ideas anyone?
or if anyone is running that Neapolitan flavor rom - export the wallet as an APK for us and attach it in this thread. I'll test it out to see if we can get it working.
callmejon said:
i have root my nexus s (t-mobile),
i9020t
australia 3.
4.0.3 ota + root
install the google wallet for GN APK on the phone
also installed the maket enabler.
but i keep getting google wallet is not has not yet been certified in your country or device.
please help!!
Click to expand...
Click to collapse
I have an i9023 in the US and running Pete Alfonso's latest (22-1-12) build and I'm also getting this message. I've never been able to get wallet to work no matter what rom I'm on. I always get this same message.
I'm on a t-mobile prepaid plan, perhaps that's why I can't use it?? I've tried without the sim card and I get the same problem
tycruickshank said:
I have an i9023 in the US and running Pete Alfonso's latest (22-1-12) build and I'm also getting this message. I've never been able to get wallet to work no matter what rom I'm on. I always get this same message.
I'm on a t-mobile prepaid plan, perhaps that's why I can't use it?? I've tried without the sim card and I get the same problem
Click to expand...
Click to collapse
No that's not a problem. Follow these instructions : http://forum.xda-developers.com/showthread.php?p=21704907
Sent from my Nexus S using Tapatalk
Double Post
vetvito said:
No that's not a problem. Follow these instructions : http://forum.xda-developers.com/showthread.php?p=21704907
Sent from my Nexus S using Tapatalk
Click to expand...
Click to collapse
Thanks very much worked perfectly
Sent from my Nexus S using Tapatalk

Cant add card with google wallet and 9/1 Cyanogenmod 10 on Verizon GS3

I have the 9/1 Nightly of cyanogenmod 10 on my Verizon Galaxy S3. Others have had success getting google wallet to work on it, but it cant. I installed the 2 1.5-r75-v6 version on http://forum.xda-developers.com/showthread.php?t=1769083 this guide, and both have the same problem. It works fine until I go to add a card. Then the progress bar spins for a while and it always says it failed.
I searched for this problem and could only find people saying to force stop then try it again. That didn't work.
I called my bank to see if it was on their end. They said the request was approved on their end and it must be Google. So I called google and all they would say is google wallet isn't supported on Verizon yet.
Any help would be greatly appreciated
thanks
You must changed your build.prop. I have a write up here:
http://forum.xda-developers.com/showthread.php?t=1810040
Follow that and it will 100% guarantee fix your problem.
tonu42 said:
You must changed your build.prop. I have a write up here:
http://forum.xda-developers.com/showthread.php?t=1810040
Follow that and it will 100% guarantee fix your problem.
Click to expand...
Click to collapse
I found your guide but I didn't think you could modify your build.prop on cyanogenmod
yea, should have just assumed it was CM10 causing the problem, it's not nearly complete enough for everything to work
Yes, editing the build prop will get it to install and I believe your build prop needs to remain that way until you're dome adding all your cards to Wallet.
Once you are all setup, revert to your original build.prop
Sent from my Nexus 7 using Tapatalk 2
Marcismo55 said:
Yes, editing the build prop will get it to install and I believe your build prop needs to remain that way until you're dome adding all your cards to Wallet.
Once you are all setup, revert to your original build.prop
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
Ok. I modified the build.prop and google wallet worked fine. had 10 dollars on the prepaid card. then i reverted back to the original build.prop and the prepaid card says "balance unavailable"
will it work this way, or will i have to stick with the modified build.prop?
you need to keep the modified build.prop
I found that every time I edited build prop on cm10 it would remove the NFC feature from my settings. I was able to get wallet working on the 09_01 release of cm10 by downloading the aosp wallet for the i9300.zip file on the wallet fix forum. Even though I am using the US Variant of the s3, the file worked fine and now wallet is up and running. Didn't have to edit build prop or anything. Just flash thru cwm and enjoy! Here's the link
http://forum.xda-developers.com/showthread.php?t=1769083
Its the 5th file.
Sent from my Nexus 7 using xda app-developers app

Wallet on cm 10.1

Anyone get wallet working on cm 10.1?
Sent from my SCH-I535 using xda app-developers app
There is an app that installs the proper build.prop and the modified apk for you. I believe its under vzw gs3 general
VZW GS3. EXECUTIONER 2.5
I used the app by krazy koder that I believe you are speakering of. No dice. I had this working on another ROM but not now.
Sent from my SCH-I535 using xda app-developers app
Original wallet instructions for cm10 worked fine for me. I used gscript to edit the build.prop and installed the .zip.
Installed but didn't work in store
I downloaded the KrazyKoder installer, got it all set up, and then I went to Macys to use up a gift card I have there. I calibrated my card with Wallet, and I tried doing it. The first couple tries didn't work and then I tried holding it for a couple seconds. It pinged like it worked, and was showing it was processing, but then it said "Unknown status" and the cashier said it didn't go through. Luckily I had my card with me. I don't know if it works for other people but it didn't work for me.
I was running the CM10.1 Mastamoon 1/5 build.
Here is what I got.
Sent from my SCH-I535 using xda app-developers app
ryan49er said:
Here is what I got.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
thats because youre rooted. mine says that on every rom ive tried and its still worked for me.
When I updated from 10 to 10.1 I tried to install wallet the same way I did before (edit build.prop, flash wallet package) and I encountered problems, but was able to resolve them by disabling the wallet app from the wallet website and then starting again.
Every time I update to a later nightly I have to re-install wallet and I have done it manually as well as using the app, both ways I've encountered issues but at the end of the day they work. Once it gets working your good, the only issues I've had is setting it up and activating.
Sometimes I had to flash it again and sometimes go into root explorer and delete all the files and then start again, but the bottom line is it works
I'm trying top use krazyKoder's wallet install on my rooted SGIII with unlocked bootloader but i am not sure which info to select?
ICS TW ,AOSP,JB TW? I am on Cyanogenmod 10.x
Sorry, I can't find the info anywhere.

Error retrieving information from the server [RPC:S-5:AEC-0]

Alright guys, the play store spits this error at me constantly. It happens when i download apps from the play store. It says "Error retrieving information from the server [RPC:S-5:AEC-0]". Just to clarify, things I've already tried: wiping data of play store and play service frameworks, wiping dalvik and cache, deleting my host file and readding my Google account. I've added another account and it downloaded apps flawllessly so it must be my main google account. Any help would be greatly appreciated!
Hmm, odd. What version of the Play Store are you using? Which rom?
Sent from my SCH-I535 using Tapatalk 4 Beta
I'm dealing with this same crap. I've tried every conceivable permutation of wipes, Google account, flashing a different ROM, etc. Still nothing. I'm open to suggestions.
Rom- bones 2.0
Market - 4.1.1.0
Sent from my SCH-I535 using xda app-developers app
Have either of you tried flashing back to stock and then going through odin again to root over
Sent from my SCH-I535 using xda premium
I may have to do this when I get to my laptop but a lot of what I've been reading indicates that its an issue on Google's end. We'll see..
Sent from my SCH-I535 using xda app-developers app
Hello folks
Having the same problem on 3 devices Nexus 4, Nexus 7, Samsung Galaxy but the old market app on an HTC Desire onOxygen Gingerbread is OK.
The Googleplay web page "MyAndroidApps" link is permanently borked for me. "an error has occured"
But if you go to the store link for /store/account
You can at least see what applications you have, just not which device they are on.
Still exchanging emails with Google support....
I have the same issue and nothing I've tried works. Been with Google support and they have no idea why it happens or how to fix it. Lovely
Sent from my Galaxy
Spoke with Google tech support. Very helpful- they're going to refund my money on all my paid apps instead of chasing this rabbit down a hole
Sent from my Galaxy Nexus using xda app-developers app
I wasn't so lucky, they told my app purchases are too much for them to refund.
Sent from my Galaxy
icedmayhem said:
I wasn't so lucky, they told my app purchases are too much for them to refund.
Sent from my Galaxy
Click to expand...
Click to collapse
I had over $100...were you forceful? I say this because I'm in sales and usually get what I want.
Sent from my Galaxy Nexus using xda app-developers app
just spoke with Google rep... They advise to clear download manager as well as re-sign-in to talk/hangout apps....
and still no go....
worst: all my purchased apps show as not purchased and my device is not listed in GPlay's page.
Sorry guys, I'm not S 3 users. I google the error message and got here.
Is it happened to all device?
My device is Galaxy Nexus.
I can't open 'my apps' on play store both on pc or play store app on my phone.
I can download apps, but can't restore. Just changed to another custom ROM and can't restore.
Is it google's fault?
It must be. If I add my account to another phone, I get the error there as well. I had a backup before the error got me but have 30 apps I can't update.
Sent from my Galaxy
---------- Post added at 02:51 PM ---------- Previous post was at 02:50 PM ----------
This error if not fixed soon might drive me to the other side. I'm just frustrated
Sent from my Galaxy
I'm still exchanging emails with support and hoping they will persevere.
A debug log showed this up, not sure it moves us much further forward but for what is worth heres the lines....
06-11 07:29:19.351 4158 4178 E Volley : [339] BasicNetwork.performRequest: Unexpected response code 500 for https://android.clients.google.com/fdfe/replicateLibrary
06-11 07:29:19.381 4158 4158 W Finsky : [1] LibraryUpdateListener.onErrorResponse: Library replication failed: DisplayErrorMessage[Error while retrieving information from server. [RPC:S-5:AEC-0]]
Jon
Hi guys. Had the same problem when flashing bones rom. Few times actually. Basically, move anything you want to save to your sd card or computer and then do a full format in recovery. Then reflash and do startup over wifi and not data. If that doesn't work, go flash your stock backup and then flash from there. If you don't have a backup of stock, just Odin to stock with a stock Samsung rom from the development forum and flash your rom again. Trust me I had this happen to me like 3 times. Same error. And if it works, go to your Google account and de-authorize the old gs3's from previous roms (it will show as SCH-I535).
EDIT: MAKE SURE YOU DO A CLEAN INSTALL AFTER REVERTING TO STOCK OR IF YOU HAVENT TRIED THAT YET.
Edit 2: I'm pretty sure this is a error on Google server dealing with your phone switching to a "new" phone suddenly or moving to a newer version of android (4.2) or reverting to an older version (4.1).
Edit 3: Last resort would to be to install the update before MD3 and then OTA to unroot and the root all over again and then flash. Then if you want, go back to MB1. Although flashing MD3 this way usually prevents problems with the camera.
Sent from my SCH-I535 using xda app-developers app
well yesterday I posted them a bug report, today my account is working again.
Would be interested to know if anyone else is now fixed?
Jon

[MOD] - [CWM/TWRP] - Modified Google Wallet v2.0 APK - Flashable Zip and Instructions

UPDATE: THIS THREAD IS NO LONGER BEING UPDATED.
I upgraded to KitKat several months ago (as should you, if possible). Since KitKat allows any device that's NFC-enabled to work with wallet, I have been focusing my time elsewhere.
The original reason for this zip (to save pushing wallet to /system/app and setting permissions/reboot steps) is also no longer necessary, so just go directly to the source and use loserskater's thread and APK:
http://forum.xda-developers.com/showthread.php?t=2457569
So I'm attaching a flashable zip to this post (and creating a new thread), as I feel like we sorta hijacked the thread it originally came from.
I believe this APK will work on any NFC-enabled device with an AOSP-based ROM that's not natively supported by Wallet, but please report failures.
This will also work on non-AOSP ROMs like TouchWiz, but those ones will require the NFC library fix you can find in another thread (links are shown in below instructions for Galaxy SIII and S4).
I've tested this on a Galaxy SIII (intl and AT&T) as well as the Verizon Samsung Galaxy S4 (jfltevzw) so far with success.
No build.prop modification required!
Here are the original instructions posted by open1your1eyes0, and my flashable zip that includes the modified APK created by loserskater is attached.
In place of step 6 (manual push of APK and perms adjustment), just flash the attached zip in CWM/TWRP.
open1your1eyes0 said:
Try the following:
Force Stop on Wallet app
Clear Cache and Clear Data on Wallet app (in Application manager)
Delete all traces of it from both locations /system/app and /data/app/ (might be called Wallet.apk too)
Reboot
Flash a fresh version of your AOSP-based ROM (no wipe required)
Push the apk from this link to location /system/app/ and set the permissions to rw-r--r-- (DO NOT OPEN IT YET!!)
Reboot
Open the Wallet app and set everything up
Check what Tap and Pay says in "About" section of the app
Confirm what happens on transaction
***Note*** If the ROM your are flashing is TouchWiz-based for step 5 you need to flash one of the below for your device BEFORE step 6 and then continue.
For Galaxy S3: http://forum.xda-developers.com/attachment.php?attachmentid=1943165&d=1367940081
For Galaxy S4: http://forum.xda-developers.com/attachment.php?attachmentid=2006809&d=1370008832
Click to expand...
Click to collapse
This worked perfectly for me when following these instructions exactly.
After you've followed the steps above, you can simplify this process when upgrading your nightly ROM (like CM or any other AOSP-based one) by flashing the attached zip, which will push the APK and set the permissions properly.
It should be noted that once you get this modded APK working using the above instructions, you do NOT need to clear the app data or manually remove the APK again with the same version of Wallet when flashing new ROMs. CM and other nightly users can just flash the latest nightly, flash my zip, reboot and enjoy.
DO NOT UPDATE FROM THE PLAY STORE!
IF REINSTALLING GAPPS OVERWRITES THIS WITH THE STOCK VERSION, YOU MUST FOLLOW THE ABOVE INSTRUCTIONS AGAIN, INCLUDING FLASHING MY ZIP AGAIN!
All credit goes to loserskater for creating the modded APK and open1your1eyes0 for the instructions, since the zip took about 5 minutes of my time.
Will this work on Cyanogen mod if I've never installed wallet?
Could you make the updater-script detect if you're on a TW ROM and flash the lib fix accordingly?
Sent from my SGH-I747 using XDA Premium 4 mobile app
russell1997 said:
Will this work on Cyanogen mod if I've never installed wallet?
Click to expand...
Click to collapse
Yes it will.
Sent from my SCH-I545 using Tapatalk 2
Correct me if I'm wrong, but people need to flash the lib fix for certain carriers on touchwiz based roms, if they haven't previously used wallet, correct?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
My device is "ready for tap and pay purchases" Now to try and find a place to use it around here.
Sent from my SGH-I747 using XDA Premium 4 mobile app
ConeyKiller said:
Correct me if I'm wrong, but people need to flash the lib fix for certain carriers on touchwiz based roms, if they haven't previously used wallet, correct?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
This should only be necessary on stock ROMs or those that are not AOSP-based.
Updated OP to better clarify this.
Sent from my SCH-I545 using Tapatalk 2
vt0r said:
It should be noted that once you get the above modded APK working, you do NOT need to clear the data or manually remove the APK again with this version.
Click to expand...
Click to collapse
So for example, since the PA gapps package includes Wallet, will it just work from now on after setting up using the modded .apk? Or do we still need to flash this one?
Sent from my SGH-I747 using XDA Premium 4 mobile app
drinfernoo said:
So for example, since the PA gapps package includes Wallet, will it just work from now on after setting up using the modded .apk? Or do we still need to flash this one?
Sent from my SGH-I747 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm going to assume your gapps package includes the stock version of wallet.
If so, you will need to flash this zip again.
You'll need to do this each time you flash a new ROM though, as most wipe /system.
If you have trouble after flashing gapps, you may need to step through the above instructions again, including the app data deletion.
Sent from my SCH-I545 using Tapatalk 2
vt0r said:
I'm going to assume your gapps package includes the stock version of wallet.
If so, you will need to flash this zip again.
You'll need to do this each time you flash a new ROM though, as most wipe /system.
If you have trouble after flashing gapps, you may need to step through the above instructions again, including the app data deletion.
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
Does this one just push the .apk to /system/app and set permissions?
Sent from my SGH-I747 using XDA Premium 4 mobile app
drinfernoo said:
Does this one just push the .apk to /system/app and set permissions?
Sent from my SGH-I747 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yeah that's all it does.
I usually flash my ROMs manually, as opposed to using CM's built-in updater, so I just flash this zip right after flashing the latest nightly to save an extra step and an extra reboot.
vt0r said:
Yeah that's all it does.
I usually flash my ROMs manually, as opposed to using CM's built-in updater, so I just flash this zip right after flashing the latest nightly to save an extra step and an extra reboot.
Click to expand...
Click to collapse
Yup, this will become another .zip to flash
EDIT: While doing a clean flash of PA 3.99 RC2 and the most recent PA gapps, I tried flashing this at the same time, and Tap and Pay is not active. I'm gonna try uninstalling Wallet and reflashing, and will report back.
Sent from my SGH-I747 using XDA Premium 4 mobile app
drinfernoo said:
EDIT: While doing a clean flash of PA 3.99 RC2 and the most recent PA gapps, I tried flashing this at the same time, and Tap and Pay is not active. I'm gonna try uninstalling Wallet and reflashing, and will report back.
Click to expand...
Click to collapse
I'm not sure what PA is, but as I mentioned before, if you overwrite Wallet, your best bet is to follow the instructions in the OP completely, which includes deleting app data.
You're essentially starting over at that point.
Let me know if you still have trouble after you've repeated the entire procedure.
Sent from my Samsung Galaxy S4 using Tapatalk 2
vt0r said:
I'm not sure what PA is, but as I mentioned before, if you overwrite Wallet, your best bet is to follow the instructions in the OP completely, which includes deleting app data.
You're essentially starting over at that point.
Let me know if you still have trouble after you've repeated the entire procedure.
Sent from my Samsung Galaxy S4 using Tapatalk 2
Click to expand...
Click to collapse
PA = Paranoid Android. I guess I just kind of thought that was universally known
Either way, I was able to get Tap and Pay set up again by following the OP. Something about the way the PA gapps package installs the .apk's must make it so that this one doesn't overwrite correctly.
Sent from my SGH-I747 using XDA Premium 4 mobile app
drinfernoo said:
PA = Paranoid Android. I guess I just kind of thought that was universally known
Either way, I was able to get Tap and Pay set up again by following the OP. Something about the way the PA gapps package installs the .apk's must make it so that this one doesn't overwrite correctly.
Sent from my SGH-I747 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Wow. I feel like an idiot. Should have known that one.
Glad you got it working.
Sent from my SCH-I545 using XDA Premium 4 mobile app
Will this work for deodexed TW S4? MH8 for example.
Has somebody tried it?
bg_man said:
Will this work for deodexed TW S4? MH8 for example.
Has somebody tried it?
Click to expand...
Click to collapse
It should work without issue on a TouchWiz ROM as long as you install the proper NFC library fix first.
The OP has links for the NFC fix on the S3 and S4.
Sent from my SCH-I545 using XDA Premium 4 mobile app
vt0r said:
It should work without issue on a TouchWiz ROM as long as you install the proper NFC library fix first.
The OP has links for the NFC fix on the S3 and S4.
Sent from my SCH-I545 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What stops this zip from being flashable in TWRP
bdorr1105 said:
What stops this zip from being flashable in TWRP
Click to expand...
Click to collapse
Most likely nothing, as from what I understand, the zips are mostly compatible.
Please feel free to test it out in TWRP and let me know if it gives you any trouble.
I've never used TWRP, but I'll see if there's a build for my phone and test it out if so.
EDIT - Seems to work just fine. I just installed TWRP using GooManager, and I am impressed. I guess it will take a little while to get used to, but I think I'll use it for a while.
Sent from my SCH-I545 using XDA Premium 4 mobile app
bdorr1105 said:
What stops this zip from being flashable in TWRP
Click to expand...
Click to collapse
Nothing. I use TWRP and had no issues.
Sent from my SGH-I747 using XDA Premium 4 mobile app

Categories

Resources