New Google Wallet Update on SGS3? - Verizon Samsung Galaxy S III

Hey gang,
So I had Google Wallet working on the SGS3 earlier today, no problem, following the guide pinned at the top. For clarification, I'm on a stock rooted phone. The new cloud-based Wallet update that rolled out today (see here about that) should be easy to get working, but if you manually enter the play store page on the SGS3 and force an update, the new update doesn't work. You get a toast with "Unfortunately, Google Wallet is not yet available for your device or mobile network."
In #verizons3, desterly, Krikkit_Cat and I were looking at it-- specifically, desterly was checking the new .apk. I think tonu42 was also trying to get it to work.
I tried a simple build.prop change back to the htc_jewel, but no luck there. desterly found this check:
Code:
this.mMarketIntent = new Intent("android.intent.action.VIEW");
this.mMarketIntent.setData(Uri.p****(this.mWalletAndroidMarketUri));
this.mMarketIntent.addFlags(65536);
switch (getIntent().getIntExtra("mode", 0))
Which is the first check that fails. There could be more.
Any ideas on how to patch to get around that? It's confirmed working on the VZW GNex, so it's not a carrier check, just a Play Store check or something.

I already had GW working on my VZW S3. I just changed the buildprops: http://forum.xda-developers.com/showthread.php?t=1769083&page=69 then updated the GW app from the market without any problems. My VISA was already listed so I just needed to verify it and now it's there along with the prepaid google debit card.

Man, know what you mean, even trying to go back to the old version gives me the fail message, really hope someone comes out with the patch since I f'd up and forgot to clean the secure layer and don't have a backup after the initial wallet install and before pushing the update thinking it'll just work.
Sent from my SCH-I535

rmcomer said:
I already had GW working on my VZW S3. I just changed the buildprops: http://forum.xda-developers.com/showthread.php?t=1769083&page=69 then updated the GW app from the market without any problems. My VISA was already listed so I just needed to verify it and now it's there along with the prepaid google debit card.
Click to expand...
Click to collapse
I can also confirm that modifying the build.prop to "ro.product.model=Galaxy Nexus ro.product.name=yakju ro.product.device=maguro" as suggested by mobilehavoc works. It has the unsupported device banner at the top since I'm rooted but everything else works.

PJnc284 said:
I can also confirm that modifying the build.prop to "ro.product.model=Galaxy Nexus ro.product.name=yakju ro.product.device=maguro" as suggested by mobilehavoc works. It has the unsupported device banner at the top since I'm rooted but everything else works.
Click to expand...
Click to collapse
Will this have any other unintended consequences? Otherwise seems like a dece fix.
Also, scsa20: if your secure element is broken, it's broken. It's a hardware thing. That happens if you flash a ROM without clearing the Google Wallet settings. However, you PROBABLY don't need it for the new Wallet app since it's cloud based.

PJnc284 said:
I can also confirm that modifying the build.prop to "ro.product.model=Galaxy Nexus ro.product.name=yakju ro.product.device=maguro" as suggested by mobilehavoc works. It has the unsupported device banner at the top since I'm rooted but everything else works.
Click to expand...
Click to collapse
This allowed me to setup the app and added my MasterCard but I have not tried to use it yet. I will tonight when I stop for smokes and see if I can use the $10 Google gave me
Sent from my galaxy nexus using Tapatalk 2

smalltownbird said:
This allowed me to setup the app and added my MasterCard but I have not tried to use it yet. I will tonight when I stop for smokes and see if I can use the $10 Google gave me
Sent from my galaxy nexus using Tapatalk 2
Click to expand...
Click to collapse
Yeah, give us an update. I bought a coffee with old Wallet to check my secure element.
From that Krikkit_Cat was saying, you can possibly destroy your hardware secure element (NOT REPARABLE) by doing a nandroid with NFC enabled (I haven't experienced that yet), and DEFINITELY if you flash a ROM without clearing your Google Wallet data. So make sure you do that.
To check your secure element status, install AnyCut, and make a shortcut to NFC Test. This is a baked-in .apk on stock ROMs, some debloated/AOSP ROMs probably won't have it. If you go to the shortcut and check the SE Configuration, and both appear on, you are most likely in the clear. Also unconfirmed, but LLStarks said in IRC that merely being able to see your card's funds (in old Wallet) means your SE is working.
To update to the new cloud-based, all card Wallet on a STOCK SGS3:
change your build.prop information to as follows:
Code:
ro.product.model=Galaxy Nexus
ro.product.name=yakju
ro.product.device=maguro
and KEEP those settings. The easiest way to edit is to use Root Explorer, it saves a backup. If you prefer to pull/push, make sure you change the permissions on build.prop otherwise you will SOFT BRICK and have to Odin/nandroid back.
Then, go to here on your phone and update the application manually. This should work as long as you keep your build.prop.
Someone on reddit claimed MarketEnabler will allow it to work without changing build.prop, but I have not tested this. Let me know if anyone gets it working. I found all this on reddit and XDA, and of course IRC-- Krikkit_Cat was invaluable in telling me how to check for the secure element status.
EDIT: MY GUIDE APPLIES ONLY TO STOCK PEOPLE! If you do this on CM10 WITHOUT removing a build.prop check from the updater-script you will bootloop and POTENTIALLY BRICK your device. If you are on CM10, see tonu42's post below.
Also, to play it safe, clear your Google Wallet data every time you change something. You run the risk of destroying your secure element if not.
EDIT2: KazPinkerton from IRC just verified that this works with his stock debloated ROM following these steps.

here are my steps to make this work on Cm10/
PRE-ROM: Unzip cm10. Go to META-INF/com/google/android/
1.Edit update script in notepad or notepadd++
2.Remove this
"assert(getprop("ro.product.device") == "d2vzw" || getprop("ro.build.product") == "d2vzw");"
3. save
4. Go back to the folder where it is just META-INF and System
5. Select both of these and add to zip in 7-zip or windows
6. Flash this and GAPPS
7. Then follow below
1. Use market enabler http://code.google.com/p/market-enabler/
2. Spoof tmobile us
3. Download wallet from market
4. change buiild prop to this
"ro.product.model=Galaxy Nexus
ro.product.name=yakju
ro.product.device=maguro"
5. Reboot
6. Go through set up
7. When adding a card it may take up to 30 minutes
Caveat: It will say unsupported device at the top, but apparently it will stay work with payments. *untested for now*

Yeah, I was an idiot and totally forgot to wipe my google wallet settings.. I hope there's some way to get this fixed at some time or another.

mondoveliz22 said:
Yeah, I was an idiot and totally forgot to wipe my google wallet settings.. I hope there's some way to get this fixed at some time or another.
Click to expand...
Click to collapse
You MIGHT have luck with the new Wallet app. Instead of storing your CC info on the secure element, it stores it on Google's servers. But I'm not sure.

amt897 said:
You MIGHT have luck with the new Wallet app. Instead of storing your CC info on the secure element, it stores it on Google's servers. But I'm not sure.
Click to expand...
Click to collapse
Ya, I tried the old way and still got the secure element issue as with the new one too.. womp womp... dang.

mondoveliz22 said:
Ya, I tried the old way and still got the secure element issue as with the new one too.. womp womp... dang.
Click to expand...
Click to collapse
Sorry man. You could try to exchange it, or just live without it. I don't think I'd ever really miss Google Wallet.

amt897 said:
Sorry man. You could try to exchange it, or just live without it. I don't think I'd ever really miss Google Wallet.
Click to expand...
Click to collapse
I might just have to call Verizon and let them know I'm having a real bad issue with my GPS locking or something simple. Meh, I had Pay Pass on my Chase card but I never really used it so I don't know I'll figure that one out..

tonu42 said:
here are my steps to make this work on Cm10/
PRE-ROM: Unzip cm10. Go to META-INF/com/google/android/
1.Edit update script in notepad or notepadd++
2.Remove this
"assert(getprop("ro.product.device") == "d2vzw" || getprop("ro.build.product") == "d2vzw");"
3. save
4. Go back to the folder where it is just META-INF and System
5. Select both of these and add to zip in 7-zip or windows
6. Flash this and GAPPS
7. Then follow below
1. Use market enabler http://code.google.com/p/market-enabler/
2. Spoof tmobile us
3. Download wallet from market
4. change buiild prop to this
"ro.product.model=Galaxy Nexus
ro.product.name=yakju
ro.product.device=maguro"
5. Reboot
6. profit
Click to expand...
Click to collapse
Ok so I tried this method buts it says unsupported device in top is that normal and also I don't know if it's stuck on" adding card" or does it take a while
Sent from my Galaxy Nexus using xda app-developers app

jayotero said:
Ok so I tried this method buts it says unsupported device in top is that normal and also I don't know if it's stuck on" adding card" or does it take a while
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
That's just because you're rooted and they "technically" advise against using it on a rooted device as they don't guarantee support. Believe the previous hacked version just had it removed.

jayotero said:
Ok so I tried this method buts it says unsupported device in top is that normal and also I don't know if it's stuck on" adding card" or does it take a while
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
The unsupported thing comes up but apparently it still works. I have not tested it using this method but will sometime soon. Also it may take a while for adding a card, I did it over wifi took a few seconds. Let it sit for up to 30 mins.

tonu42 said:
The unsupported thing comes up but apparently it still works. I have not tested it using this method but will sometime soon. Also it may take a while for adding a card, I did it over wifi took a few seconds. Let it sit for up to 30 mins.
Click to expand...
Click to collapse
Have it on WiFi it's been 30min
Sent from my Galaxy Nexus using xda app-developers app

Lol still waiting ugh
Sent from my Galaxy Nexus using xda app-developers app

amt897 said:
Yeah, give us an update. I bought a coffee with old Wallet to check my secure element.
From that Krikkit_Cat was saying, you can possibly destroy your hardware secure element (NOT REPARABLE) by doing a nandroid with NFC enabled (I haven't experienced that yet), and DEFINITELY if you flash a ROM without clearing your Google Wallet data. So make sure you do that.
To check your secure element status, install AnyCut, and make a shortcut to NFC Test. This is a baked-in .apk on stock ROMs, some debloated/AOSP ROMs probably won't have it. If you go to the shortcut and check the SE Configuration, and both appear on, you are most likely in the clear. Also unconfirmed, but LLStarks said in IRC that merely being able to see your card's funds (in old Wallet) means your SE is working.
To update to the new cloud-based, all card Wallet on a STOCK SGS3:
change your build.prop information to as follows:
Code:
ro.product.model=Galaxy Nexus
ro.product.name=yakju
ro.product.device=maguro
and KEEP those settings. The easiest way to edit is to use Root Explorer, it saves a backup. If you prefer to pull/push, make sure you change the permissions on build.prop otherwise you will SOFT BRICK and have to Odin/nandroid back.
Then, go to here on your phone and update the application manually. This should work as long as you keep your build.prop.
Someone on reddit claimed MarketEnabler will allow it to work without changing build.prop, but I have not tested this. Let me know if anyone gets it working. I found all this on reddit and XDA, and of course IRC-- Krikkit_Cat was invaluable in telling me how to check for the secure element status.
EDIT: MY GUIDE APPLIES ONLY TO STOCK PEOPLE! If you do this on CM10 WITHOUT removing a build.prop check from the updater-script you will bootloop and POTENTIALLY BRICK your device. If you are on CM10, see tonu42's post below.
Also, to play it safe, clear your Google Wallet data every time you change something. You run the risk of destroying your secure element if not.
EDIT2: KazPinkerton from IRC just verified that this works with his stock debloated ROM following these steps.
Click to expand...
Click to collapse
Just two questions. What do you mean by keep your build.prop and how do you clear your Google wallet data. I am only asking because I don't want anything messing up and would rather be a noon and ask and get it right the first time
Sent from my SCH-I535 using xda app-developers app

http://forum.xda-developers.com/showthread.php?t=1810140
Instead of using HTC_Jewel
Use THESE VALUES From a Sprint Galaxy S3 AFTER Following the guide
https://plus.google.com/u/0/108019745978944993252/posts/ZqRXYf7NyBF
ro.product.model=SPH-L710
ro.product.name=d2spr
ro.product.device=d2spr

Related

[FIX] [AOSP] Easiest GPS and VVM Fixes

I'm writing for 2 reasons.
1). The zip file in the current AOSP VVM fix is outdated and you'll end up with either the Ghost notification and a notification to update VVM, which will fail
2). There are too many GPS fixes that just don't work
If you didn't make a Nandroid of your phone, Stock/Rooted, find on on here and flash it, after you make a nandroid of your current setup.
Once you're in Stock/Rooted, open market and make sure VVM is updated. Then d/l Titanium Backup and make a backup of VVM.
Now, nandroid back to your AOSP setup, and extract the app from the Titanium .apk backup.
The actual name is com.coremobility.app.vnotes-6334abeb61350a3ac2629cb6dc18c56e.apk.gz
Unzip that and extract com.coremobility.app.vnotes-6334abeb61350a3ac2629cb6dc18c56e.apk to your sd card. Using Root Explorer, or whatever you use, install the apk.
Open TB, and restore data.
Open VVM, compose a message to yourself.
Done
For GPS Fix, I do the same thing. Go to my Stock/Rooted ROM
D/L GPS Status
Open Maps, and get your location
Open GPS Status, click on menu > tools > manage AGPS
Click clear, then repeat and this time click Download Data.
You'll get a lock.
Open dialer and dial ##GPSCLRX#
Then put your MSL in the password box (You need MSL Reader form the market for this)
the phone reboots.
Then reflash your current AOSP Nandroid, go to maps, then go to GPS Status again, and d/l the data. You should get a lock!
HipKat said:
I'm writing for 2 reasons.
2). There are too many GPS fixes that just done work
For GPS Fix, I do the same thing. Go to my Stock/Rooted ROM
D/L GPS Status
Open Maps, and get your location
Open GPS Status, click on menu > tools > manage AGPS
Click clear, then repeat and this time click Download Data.
You'll get a lock.
Open dialer and dial ##GPSCLRX#
Then put your MSL in the password box (You need MSL Reader form the market for this)
the phone reboots.
Then reflash your current AOSP Nandroid, go to maps, then go to GPS Status again, and d/l the data. You should get a lock!
Click to expand...
Click to collapse
I tried that GPS fix twice with no luck/lock. Plus its a bit of a hassle and pain if you dont have a nandroid of a sense rom. Also I found using the GPS status program, I had to release and refetch the AGPS data every few days and was often a unable to lock.
However galandy has made an impressive GPS flashable fix found {here} - all credit going to the original developer of this.
I get instant GPS lock, 1-2 flashes from the GPS icon on CM7 Nightly (newest d/led at midnight) and I'm locked.
There are several listed in the post. I used **NEW** - Qualcomm Vision GPS Driver v1.1 (recommended)
The Galandy fix didn't work for me and a bunch of people who've posted said the same thing. (Not to take anything away from his fixes, they were genius)
The whole idea of what I posted is you gotta have a sense ROM, and some of the custom ROMS have the epst bug, where the code does nothing in the Dialer. Hence my saying to use a stock/rooted ROM, which will always work.
HipKat said:
The Galandy fix didn't work for me and a bunch of people who've posted said the same thing. (Not to take anything away from his fixes, they were genius)
Click to expand...
Click to collapse
I was unaware of this method not working, I have used his fix on at least 20 EvO's without an issue.
HipKat said:
The whole idea of what I posted is you gotta have a sense ROM, and some of the custom ROMS have the epst bug, where the code does nothing in the Dialer.
Click to expand...
Click to collapse
I understand the idea of your post, I was merely trying to add another suggestion to your post for the people out there that don't have a nand'ed stock/sense rom (such as myself), or that did not want to flash one.
I understand that most roms out there do not have the correct/working ESPT. Please do not let my post count here lead you to believe that I don't know about our beloved EvO's.
HipKat said:
Hence my saying to use a stock/rooted ROM, which will always work.
Click to expand...
Click to collapse
As I stated in my OP I was unsuccessful in my stock/sense rom fix attempts.
But if my advise/help is not needed/appreciated on this thread, then I shall go elsewhere.
Good Day
That's hardly the case, and I don' even know why you'd say that.
Explaining why I posted this shouldn't be discouraging you or anyone else.
HipKat said:
That's hardly the case, and I don' even know why you'd say that.
Explaining why I posted this shouldn't be discouraging you or anyone else.
Click to expand...
Click to collapse
I apologize if this has come off dickish. There is no tone when text is involved (the current mood/attitude of the reader fills in the tone of the original poster) and I perceived this as a bash to my alternative.
I hear ya, not all meant like that.
I have no GPS issues but android system is devouring my battery on decks rom. That's GPS drivers causing that? I've flashed every GPS driver I can find including ones I've used in the past on other evos and none are working for me now. Any ideas?
Sent from my PC36100 using XDA App
Wow. If this was a "how can I root gingerbread" thread it would be up to 100 posts already, but someone has a legit question and nobody has **** to say. That's awesome...
Sent from my PC36100 using XDA App
I have no GPS issues but android system is devouring my battery on decks rom. That's GPS drivers causing that? I've flashed every GPS driver I can find including ones I've used in the past on other evos and none are working for me now. Any ideas?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1128135
Try that thread.
~ I'm a fungi
Thanks HipKat
NP Git, probably not your GPS that's draining your battery, btw, mikey, but most likely your radio combo.
Very nice HipKat! Hopefully this will help alotta folks having trouble using MIUI..
Sent from my PC36100 using Tapatalk

[MOD] GS3 SecEmail.apk & Exchange.apk with Exchange Security Disabled

DISCLAIMER: If your place of employment's exchange policy requires the use of a pin, please be advised that use of these apks may be punishable up to termination of employment, as well as other possible legal action. Some companies take their exchange security VERY seriously and this mod is only for those whose policy does not require a pin but are unnecessarily prompted to enter one anyway. Please speak with your IT department before using these files as I will not be held responsible for any mis-use of this app or any collateral damage that may ensue. YOU HAVE BEEN WARNED. In the event you need to get back to stock, I have also posted stock apks below which will get you back to stock. Download the 'Return to Stock' link, unzip the downloaded file, and then just push them to /system/app/
Below is the Mail and Exchange apks for the S3 with exchange security disabled. This is for those who use exchange support at work, but who hate entering a pin or password every time they want to unlock their phone. Many of us use low-level security corporate exchanges that don't require a pin, so the apk files below remove that security.
1) Delete any exchange email accounts from your phone and remove any shortcuts to the mail app from your device
2) If applicable, remove any exchange administrators from Settings -> Security -> Device administrators
3) Download the 'Hacked Mail apks' file linked below. THIS IS NOT A FLASHBLE ZIP. The apk files were just too big for XDA's upload limit and so I had to zip them up and host them online. Once downloaded, unzip and grab out the 2 apk files inside (SecEmail.apk and Exchange.apk)
4) Mount your phone's system as R/W (either using Root Explorer or 'adb remount')
5) Copy the newly downloaded SecEmail.apk and Exchange.apk files to system/app/ via root explorer and overwrite the older file if/when it asks, or you can just push the files to system/app via adb
6) Set permissions on both apks as rw-r--r--
7) Reboot
8) After reboot, create a shortcut if you want and then open up the Email app and set up your corporate account.
7) You will be prompted to enable security policy midway through... this is normal so hit 'OK' and it will not ask you to enable security any further.
As previously mentioned in the disclaimer, you can use the Stock apks to get back to stock if you run into any issues. Just download the 'Return to Stock' link below, extract the 2 apks out, and follow the same process as above.
Donations always appreciated. Enjoy
LINKS:
Hacked Mail apks: http://d-h.st/8xa
Return to Stock apks: http://d-h.st/aAk
Not working for me. Still requiring me to allow all the bull**** permissions.
Edit: Never mind. I completed the whole process, and even though it says I must enable all kinds of ****, it doesn't appear to enforce anything. Never been that far cause the permissions are ridiculous. Still though, with Touch my BAMF 1.04 rom on my Tbolt, it never asks for any security in the email app. Well hope I don't get fired, but I'm already sick of having to login through my web browser.
Thanks.
I don't even have an exchange mail app on the phone now. Also cannot add an exchange account in settings > accounts.
Thanks for putting these APKs together for us eschelon!
For those having trouble with these, you can use the tool located here to patch the stock email apps.
Not as easy if as just pushing these APKs if you dont have ADB installed, but if you do then it is a piece of cake. When it asks you for the name of the email app, just type SecEmail and it should patch and reboot. When you enter your info into the patched app, it may warn you about security, but it wont ever go into effect.
alexcolodner said:
Thanks for putting these APKs together for us eschelon!
For those having trouble with these, you can use the tool located here to patch the stock email apps.
Not as easy if as just pushing these APKs if you dont have ADB installed, but if you do then it is a piece of cake. When it asks you for the name of the email app, just type SecEmail and it should patch and reboot. When you enter your info into the patched app, it may warn you about security, but it wont ever go into effect.
Click to expand...
Click to collapse
Tried to post about this last night. If you are trying to do this you might as well figure out how to do it this way. I have used this method for a long time now on multiple devices. It works the best because it patches the APK's you have and not pushing different ones. Once you get it working it's a piece of cake.
It will still popup and say something like "Your Exchange server requires security measures" and you just click OK or whatever and it doesn't actually implement them. I can confirm it works on the VZW GS3 stock email app.
does this disable the remote wipe feature? anyone willing to test that?
preusstang said:
does this disable the remote wipe feature? anyone willing to test that?
Click to expand...
Click to collapse
Yes. What this does is change the code to show that you have security enabled when you don't.
I did this but when it booted it said "Android is Upgrading. Starting applications." I then went to use the app and it wanted to use the security.
Does it sound like I missed a step or is something special happening to me?
32 GB Metallic Blue Verizon Samsung Galaxy S III (SCH-I535).
clambert11 said:
I did this but when it booted it said "Android is Upgrading. Starting applications." I then went to use the app and it wanted to use the security.
Does it sound like I missed a step or is something special happening to me?
32 GB Metallic Blue Verizon Samsung Galaxy S III (SCH-I535).
Click to expand...
Click to collapse
I get the the same as well. Followed the steps exactly and emailed the links to me from my dropbox to download to the device and used root explorer. Seems the files sizes are the same for both zips but that may mean nothing...
Do I need to try the other method... using the apk I still have to set a pin
For what it's worth, my Verizon phone came with an update sticker on it. Turns out it had a software update on it that has only recently has started to be pushed OTA. HERE is a blog post mentioning the update that I actually have. Nothing seems different to my wife's phone, which has the old software version.
Could it be a thing with Verizon? Are you also running VRLGL1 Parcou?
Is there a reason for the significant increase in the file sizes, between the original and hacked versions? Thanks in advance for the technical clarification.
parcou said:
I get the the same as well. Followed the steps exactly and emailed the links to me from my dropbox to download to the device and used root explorer. Seems the files sizes are the same for both zips but that may mean nothing...
Do I need to try the other method... using the apk I still have to set a pin
Click to expand...
Click to collapse
+1 I followed steps exactly, but I still have to set and use a PIN.
Use the patch references in post #4. It is super easy and you will use it going forward.
dtdmdrums said:
+1 I followed steps exactly, but I still have to set and use a PIN.
Click to expand...
Click to collapse
Nckmsn said:
Use the patch references in post #4. It is super easy and you will use it going forward.
Click to expand...
Click to collapse
Thanks! For those of you having trouble getting it to work with replacing the apk, definitely try the patch.
It works for a short while for me, then I get an alert saying exchange security has to be updated and once I do that it stops syncing.
parcou said:
I get the the same as well. Followed the steps exactly and emailed the links to me from my dropbox to download to the device and used root explorer. Seems the files sizes are the same for both zips but that may mean nothing...
Do I need to try the other method... using the apk I still have to set a pin
Click to expand...
Click to collapse
Use the method in post 4.
Everyone should use that method. It's much easier.
---------- Post added at 01:02 PM ---------- Previous post was at 12:56 PM ----------
The patch in post 4 does the same thing everyone else is trying to do manually. If you what the steps you can see that it's pulling the apps. Modding them. Then pushing them back to your device.
I am on CM10 right now and it asked me to specify some of my APK names. Others may have to use Root Browser to see what their apk's are named if you have issues. Also if you run into this problem the names are case sensitive I think. If it shows like mine Exchange2.apk type it into the patch tool just like it looks.
I got an error when I did it on CM10 that Exchange services had stopped. However, I guess it worked itself out because I still get my work email and it's just as fast sometimes faster than getting it on my computer.
clambert11 said:
For what it's worth, my Verizon phone came with an update sticker on it. Turns out it had a software update on it that has only recently has started to be pushed OTA. HERE is a blog post mentioning the update that I actually have. Nothing seems different to my wife's phone, which has the old software version.
Could it be a thing with Verizon? Are you also running VRLGL1 Parcou?
Click to expand...
Click to collapse
Mine says VRLF2 (I535VRLF2 base) (build I535VRALF2) what does that mean?
Also I was able to do post #4 with stock to get it to work...
alexcolodner said:
Thanks for putting these APKs together for us eschelon!
For those having trouble with these, you can use the tool located here to patch the stock email apps.
Not as easy if as just pushing these APKs if you dont have ADB installed, but if you do then it is a piece of cake. When it asks you for the name of the email app, just type SecEmail and it should patch and reboot. When you enter your info into the patched app, it may warn you about security, but it wont ever go into effect.
Click to expand...
Click to collapse
THIS
this works, thank you so much
now to find a way to copy my exchange calendar appointments to my google calendar so everyone else can see them too....
my face unlock is BACKK!!!
thank you so much x
screwyluie said:
THIS
this works, thank you so much
now to find a way to copy my exchange calendar appointments to my google calendar so everyone else can see them too....
Click to expand...
Click to collapse
Had the same issue wanted it to show so all others can see. I found a way but not conventional. I created a new gCal account with a new email and called it by my job name. Then I shared that account with my current gCal account. Then on my work PC I downloaded the Google calendar sync app and logged in with the new work account. So now in my default account I just check the shared calendar for my job and it shows all my job appointments as well as all my other shared calendars.
Works for me
Sent from my SCH-I535 using xda app-developers app

Visual Voice Mail for AOSP [Need Help]

I'm trying to get Verizon Visual Voicemail working on CM10 on SGS3. I have 3 different apk's:
Verizon's Visual Voicemail from the market (pulled from my DInc)
Verizon's Visual Voicemail Nexus from the market (after a few build.prop edits)
Stock Touchwiz Visual Voicemail (Thanks to NoSympathy)
Both market versions install without a problem, but have connection timeouts when trying to verify my vvm subscription.
The Touchwiz version won't even install.
Anyone have any ideas? I'm digging through the apk's to try and find why both market versions time out.
I would try stuff from the gnex since it is built for AOSP
con247 said:
I would try stuff from the gnex since it is built for AOSP
Click to expand...
Click to collapse
The Visual Voicemail Nexus app from the market is for the Verizon Galaxy Nexus.
I was digging through the code last night until about 10:00 and I'm starting to think it may be an APN problem...
badseed767 said:
The Visual Voicemail Nexus app from the market is for the Verizon Galaxy Nexus.
I was digging through the code last night until about 10:00 and I'm starting to think it may be an APN problem...
Click to expand...
Click to collapse
You are correct, however - I think what con's trying to refer you to is what I'd try first - go online and search "verizon galaxy nexus visual voicemail apk", find it, download it, transfer to your phone, and install from "unknown souce". It may work right off the bat, but it may not also. If not, it sure will give you a good starting point with where to go with it since A) its already build for AOSP and B) already built to communicate with the Verizon network.
Good luck!
Rather than beating your head in trying to get it to work you could save the 3 or 4 bucks a month and just use Google voice, is kind of irritating through the initial setup but in the end works well and does the same thing. Just my 0.02
Sent from my Galaxy S III using Xda Premium
badseed767 said:
I'm trying to get Verizon Visual Voicemail working on CM10 on SGS3. I have 3 different apk's:
Verizon's Visual Voicemail from the market (pulled from my DInc)
Verizon's Visual Voicemail Nexus from the market (after a few build.prop edits)
Stock Touchwiz Visual Voicemail (Thanks to NoSympathy)
Both market versions install without a problem, but have connection timeouts when trying to verify my vvm subscription.
The Touchwiz version won't even install.
Anyone have any ideas? I'm digging through the apk's to try and find why both market versions time out.
Click to expand...
Click to collapse
Could you post the apk for the Stock one? I've been trying to get my hands on it since synergy ROM doesn't have it included and now I can't even see any of the voicemail apps in the market. Short of flashing back to stock ripping it and then re-flashing the ROM I don't know how else to get ahold of it lol.
badseed767 said:
I'm trying to get Verizon Visual Voicemail working on CM10 on SGS3. I have 3 different apk's:
Verizon's Visual Voicemail from the market (pulled from my DInc)
Verizon's Visual Voicemail Nexus from the market (after a few build.prop edits)
Stock Touchwiz Visual Voicemail (Thanks to NoSympathy)
Both market versions install without a problem, but have connection timeouts when trying to verify my vvm subscription.
The Touchwiz version won't even install.
Anyone have any ideas? I'm digging through the apk's to try and find why both market versions time out.
Click to expand...
Click to collapse
With the Droid Incredible I had to do these steps to get Verizons visual voice mail to work with CM7.2
Use file manager and go to "/system"
Mount the folder R/W(Read/Write
open build.prop in Text Editor
look for "ro.horizontalVvvm = True" and chenge it to False
look for "ro.horizontalBUA = True" and change it to False
save your edit, and back out to thr "/system" folder. Once again switch the directory back to R/O, exit your apps and reboot.
You shoulkd now be able to install your Vvm.apk without it telling you to uninstall it because one is already installed.
Note I am using Virtuous rom however it should work for most roms I would imagine.
If you do not have a Vvm.apk here is one from the Droid X but it works great on my incredible. Looks almost like the stock incredible version.
mc-pdfd-live.dyndns.org/droid/VIRTUOUS_ROM_3.2.0_ADDONS/Motorola_Virtual_Voicemail/virtual-voicemail.zip
Hope this helped.
Taken from post
http://forum.xda-developers.com/showthread.php?t=796011
pickle3782 said:
With the Droid Incredible I had to do these steps to get Verizons visual voice mail to work with CM7.2
Use file manager and go to "/system"
Mount the folder R/W(Read/Write
open build.prop in Text Editor
look for "ro.horizontalVvvm = True" and chenge it to False
look for "ro.horizontalBUA = True" and change it to False
save your edit, and back out to thr "/system" folder. Once again switch the directory back to R/O, exit your apps and reboot.
You shoulkd now be able to install your Vvm.apk without it telling you to uninstall it because one is already installed.
Note I am using Virtuous rom however it should work for most roms I would imagine.
If you do not have a Vvm.apk here is one from the Droid X but it works great on my incredible. Looks almost like the stock incredible version.
mc-pdfd-live.dyndns.org/droid/VIRTUOUS_ROM_3.2.0_ADDONS/Motorola_Virtual_Voicemail/virtual-voicemail.zip
Hope this helped.
Taken from post
http://forum.xda-developers.com/showthread.php?t=796011
Click to expand...
Click to collapse
The stock vvm app installs fine, it just hangs while trying to verify the subscription. I thought it might have been the ro.horizontal.vvm line in the build.prop like on cm7, but that line wasn't even in there. I added it just to see and it made no difference. I switched to Google voice and I'm loving how it integrates directly into the phone app instead of having to run a separate vvm app. Thanks for the post.
Btw, anyone wanting the stock tw or old Verizon apk, feel free to pm me and ill send it to you.
Sent from my SCH-I535 using xda premium
Sorry for not being too much help, but is Verizon's VVM better than Google Voice?
Sent from my SCH-I535 using xda premium
Even when it was working on tw, no. Google voice is infinitely better, especially once you have it incorporated into the aosp phone app. The voice mails show up in your call log. Only problem is had was recording my greeting. After the initial setup, it's totally seamless.
Sent from my SCH-I535 using xda premium
The only problem I have with using google voice is that it like stores all my text messages. Not cool.
otherwise I'd use google voice. Unles there is a way to turn that off.
Please read forum rules before posting
Questions go in Q&A
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
captainwtf said:
The only problem I have with using google voice is that it like stores all my text messages. Not cool.
otherwise I'd use google voice. Unles there is a way to turn that off.
Click to expand...
Click to collapse
If you go into the settings for gv, there's a setting to pick what app receives text messages.
Sent from my SCH-I535 using xda premium
Hey so while Im glad that many of you are finding GVoice is a solution for you, but Im still hoping for a VV apk that works on the GS3. Anyone know a solution for the rest of us? Thanks.
I never got VVM to work. But foud a good app called you mail works just like verizion but its free
Sent from my SCH-I800 using xda app-developers app
Use file manager and go to "/system"
Mount the folder R/W(Read/Write
open build.prop in Text Editor
look for "ro.horizontalVvvm = True" and chenge it to False
look for "ro.horizontalBUA = True" and change it to False
save your edit, and back out to thr "/system" folder. Once again switch the directory back to R/O, exit your apps and reboot.
You shoulkd now be able to install your Vvm.apk without it telling you to uninstall it because one is already installed
Sound like a great idea to try. Has anyone tried that yet?

[Q] Stocks Card not showing up for Google Now

My mom's stock GS3 has had the Stocks card set to work for a while. Not too long ago the stocks card seemed to completely stop showing up. I checked all the settings in Google Now and it should be working, but the card never shows up. There's no longer even the option to have it show when there is a 1% change.
Does anyone know what has happened recently that caused this? Any help would be appreciated.
same here
I'm having the same problem tried everything from clearing app data to uninstalling updates and the app itself nothing brings it back hopefully this gets fixed soon I need to check my stocks !...
ricosuave88 said:
I'm having the same problem tried everything from clearing app data to uninstalling updates and the app itself nothing brings it back hopefully this gets fixed soon I need to check my stocks !...
Click to expand...
Click to collapse
The same thing happened to me recently as well but today it is working fine. Here is what I did to fix, maybe it will work for you too:
1. Open a browser window and make sure that you're logged into your google account.
2. Search for "Quote AAPL" or whatever other stock you own. (LOL I'd never buy an iPhone but I'll attempt to profit off them)
3. The results window should contain a graphic section at the top with your stock quote with actual search results below.
4. Now go back to your Google Now app on the phone.
I am not certain this is what it takes to "fix" it, I just know that my stocks went away and now they are back after doing this. Good luck.
CrustyMcLovin said:
The same thing happened to me recently as well but today it is working fine. Here is what I did to fix, maybe it will work for you too:
1. Open a browser window and make sure that you're logged into your google account.
2. Search for "Quote AAPL" or whatever other stock you own. (LOL I'd never buy an iPhone but I'll attempt to profit off them)
3. The results window should contain a graphic section at the top with your stock quote with actual search results below.
4. Now go back to your Google Now app on the phone.
I am not certain this is what it takes to "fix" it, I just know that my stocks went away and now they are back after doing this. Good luck.
Click to expand...
Click to collapse
Thank you bro but unfortunately it didn't work for me hopefully Google finds a fix for this ...
I never set my stocks card up but I found them showing up anyway. I can only guess that my Gmail address must be associated with my stocks... (thru fidelity I guess)
just a guess, but did she make any changes to her email preferences in regards to the stocks?
Sent from my SCH-I535 using xda app-developers app
flyestAC said:
I never set my stocks card up but I found them showing up anyway. I can only guess that my Gmail address must be associated with my stocks... (thru fidelity I guess)
just a guess, but did she make any changes to her email preferences in regards to the stocks?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Not sure. But it'll have to wait. She went on vacation for three weeks. I'll check back on it when she gets back. Thanks.
ricosuave88 said:
Thank you bro but unfortunately it didn't work for me hopefully Google finds a fix for this ...
Click to expand...
Click to collapse
It also did not work for me
rockingondrums said:
It also did not work for me
Click to expand...
Click to collapse
Hey it looks like they added a settings page for the stock quotes. Maybe this will fix it?
Open Google Now then go into the Settings -> My stuff -> Stocks and add the ticker symbols there.
CrustyMcLovin said:
Hey it looks like they added a settings page for the stock quotes. Maybe this will fix it?
Open Google Now then go into the Settings -> My stuff -> Stocks and add the ticker symbols there.
Click to expand...
Click to collapse
Mine was already in there. I tried removing it and adding it before I even found this thread.
Just an FYI everyone, I fixed it. Despite the fact that I already added the stock I wanted, it was still turned off. Even though settings showed Google Now All Cards ON, I had to tap that and turn on stocks. Hth
For some reason, now the traffic card is not showing up at all.
had same issue but this is what helped me to get rid of it...
Just turn off the notification from settings in google now & turn it back on after some time & it'll show up,
How do you set the default stocks that show up first referring to the order.
Sent from my SM-N900V using XDA Free mobile app

How to access IOTHiddenMenu?

So I am on CleanROMm 8.2. Yeah a little bit outdated. I have tried all the dialer methods and the creating a shortcut method with a different launcher. The hidden menu option does not appear in any of the activities in both Nova and Launcher Pro. I want to check if my phone is refurbished. (I know random for a phone this old), but I love it. So I want to check.
Anyone have any suggestions?
IOTHiddenMenu exists when I look it up in my apps. Just need to access it.
Any help will be greatly appreciated.
Thanks.
if your handphone was root, you can try edit file build.prop in /system
or download app build prop editor in Playstore, and add this
Code:
Property name: sys.hiddenmenu.enable
Property value : 1
Tried editing in build prop. No luck. I also added this property and value. Just can't access the menu anywhere. Not even in shortcuts!
Thanks for the help though!
996 said:
Tried editing in build prop. No luck. I also added this property and value. Just can't access the menu anywhere. Not even in shortcuts!
Thanks for the help though!
Click to expand...
Click to collapse
When added you have to reboot the phone otherwise it won't work
From my Wicked S3 on SOKP
ShapesBlue said:
When added you have to reboot the phone otherwise it won't work
From my Wicked S3 on SOKP
Click to expand...
Click to collapse
So I did what you told me and rebooted the phone. I use AnyCut to create the shortcut for IOTHiddenMenu. When I try clicking the shortcut...I get the "Application not installed" message.
I have added the code in build prop editor with the value of one as well.
Thanks
996 said:
So I did what you told me and rebooted the phone. I use AnyCut to create the shortcut for IOTHiddenMenu. When I try clicking the shortcut...I get the "Application not installed" message.
I have added the code in build prop editor with the value of one as well.
Thanks
Click to expand...
Click to collapse
I was just making a suggestion. I've never used this option myself.
From my Wicked S3 on SOKP
You have to go into
/efs/carrier/hiddenmenu
(No extension, but its a text file)
Change the contents from "OFF" to "ON" and reboot.
Only works on TW ROMs though I think? Could be totally wrong on that, I guess it *is* only an app, and probably doesn't rely on TW framework.
And even then, only certain menu items still work. Back when the phone came out lots more work. Just google around for some codes you need and try them out.
Sent from my SCH-I535 using XDA Free mobile app
XdrummerXboy said:
You have to go into
/efs/carrier/hiddenmenu
(No extension, but its a text file)
Change the contents from "OFF" to "ON" and reboot.
Only works on TW ROMs though I think? Could be totally wrong on that, I guess it *is* only an app, and probably doesn't rely on TW framework.
And even then, only certain menu items still work. Back when the phone came out lots more work. Just google around for some codes you need and try them out.
Sent from my SCH-I535 using XDA Free mobile app
Click to expand...
Click to collapse
That same file extension is present in CM11, it might work
From my CM11 S3
ShapesBlue said:
That same file extension is present in CM11, it might work
From my CM11 S3
Click to expand...
Click to collapse
Yeah I noticed it was still there just a minute ago, haven't checked if the app is still in /system/app though. Will report back!
EDIT:
Not there, I guess it makes sense though, its in the /system folder which I wipe when I install CM.
Sent from my SCH-I535 using XDA Free mobile app
Sent from my SCH-I535 using XDA Free mobile app
XdrummerXboy said:
You have to go into
/efs/carrier/hiddenmenu
(No extension, but its a text file)
Change the contents from "OFF" to "ON" and reboot.
Only works on TW ROMs though I think? Could be totally wrong on that, I guess it *is* only an app, and probably doesn't rely on TW framework.
And even then, only certain menu items still work. Back when the phone came out lots more work. Just google around for some codes you need and try them out.
Sent from my SCH-I535 using XDA Free mobile app
Click to expand...
Click to collapse
So when I use ES File explorer to get to the efs folder...it is empty. -__- I know the application is installed because I installed it. The shortcuts still do not work though.
By the way thank you guys for the responses.
996 said:
So when I use ES File explorer to get to the efs folder...it is empty. -__- I know the application is installed because I installed it. The shortcuts still do not work though.
By the way thank you guys for the responses.
Click to expand...
Click to collapse
You must not have enabled "root" from the tools menu of ES browser. I think that's an EXTREMELY important folder for imei/efs/carrier stuff and it persists through ROMs, so every gs3 has stuff in it.
Sent from my SCH-I535 using XDA Free mobile app
XdrummerXboy said:
You must not have enabled "root" from the tools menu of ES browser. I think that's an EXTREMELY important folder for imei/efs/carrier stuff and it persists through ROMs, so every gs3 has stuff in it.
Sent from my SCH-I535 using XDA Free mobile app
Click to expand...
Click to collapse
Cool! Did what you told me. Created the shortcut...still get the message "application not installed." I'm befuddled.
996 said:
Cool! Did what you told me. Created the shortcut...still get the message "application not installed." I'm befuddled.
Click to expand...
Click to collapse
What exactly is it you're trying to do? Probably only available from the stock Samsung dialer as a guess, which means only TW ROMs.
Edit:
Just read you're on CleanRom which is TW based.
I don't really know what shortcut you're talking about, but pretty sure the app can't be run/opened like normal apps.
The way you open it is via dialer codes,
i.e. going into the stock Samsung dialer and typing codes such as *#0*# (dont click call/send, it will open automatically) to get to the extremely basic hardware diagnostic test.
Now, the average user isn't supposed to get into this menu, so most of the codes no longer work, since people figured out the ones to benefit themselves, such as the WiFi offloading which gets rid of the annoying "please connect to WiFi network" or whatever that was constantly in the notification bar.
The above code is one of the few that still work, you'll just have to google around to find some that still work on the 4.3 (?) TouchWiz rom.
Other than that, you may just be SOL, since they removed so many.
Good luck!
Sent from my SCH-I535 using XDA Free mobile app
Cool thank you. ##786# worked for me. haha

Categories

Resources