mojo457 / market-enabler

Automatically exported from code.google.com/p/market-enabler
0 stars 0 forks source link

Market enabler interferes with network location #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use market enabler
2. Use network location (Google Maps, etc.)
3. Wrong/no location is displayed

Network location works by querying Google's databse with the network and
cell ID. Spoofing MCC/MNC interferes with this; apparently cell IDs are
only unique within a given network.

The solution is to only set gsm.sim.operator.* and not gsm.operator.*. This
works for me, and although I'm not 100% sure, I'd argue that it should
always work, because otherwise one wouldn't have access to paid apps when
roaming in another country.

Original issue reported on code.google.com by leromari...@gmail.com on 3 Sep 2009 at 4:24

GoogleCodeExporter commented 8 years ago
Agree that not all settings are needed, I will see exactly which settings have 
to be
changed for v3.

I didn't had this issue with the location.

Original comment by michel.racic on 6 Sep 2009 at 12:54

GoogleCodeExporter commented 8 years ago
I tested a little bit and the only settings that are needed in fact is the
gsm.sim.operator.numeric and no other settings.
It is like you said and in new version I will just change this value and hope 
they
don't change the location algo in next market release that's (maybe)comming 
with 1.6.

Original comment by michel.racic on 7 Sep 2009 at 8:36

GoogleCodeExporter commented 8 years ago

Original comment by michel.racic on 19 Oct 2009 at 9:41

GoogleCodeExporter commented 8 years ago
This issue is long time overdue, so I made a short fix to it
See v.3.0.3 (http://ul.to/hmdsd0), now it just changes one param ;-)

Original comment by michel.racic on 27 Nov 2009 at 2:50

GoogleCodeExporter commented 8 years ago
A

Original comment by ihackki...@gmail.com on 24 Dec 2014 at 3:53