mojo457 / market-enabler

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

Data access broken on AT&T Wireless (USA) due to MarketAccess setting gsm.* incorrectly #93

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Choose a different carrier using MarketAccess
2. Restore original provider and verify correct APN settings
3. Handset will no longer connect to any AT&T cellular data service, though 
voice works fine.

What version of the product are you using? On what ROM?

Samsung Galaxy S I9000 JM5 ROM on I897 hardware. Android 2.1-update1.

Please provide any additional information below.

MarketAccess appears to run 'setprop gsm.sim.operator.alpha "AT&T"' when 
restoring previously saved settings. However, that property must be an empty 
string in order for the handset to connect to AT&T's wireless data service. 
When I set it as such, the HSDPA connection is restored.

A potential fix would be to save and restore each of the gsm.* properties 
independently and exactly as they are, instead of assuming that 
gsm.sim.operator.alpha == gsm.operator.alpha.

Original issue reported on code.google.com by ttjos...@gmail.com on 13 Aug 2010 at 8:11

GoogleCodeExporter commented 8 years ago
I guess you are wrong. MarketAccess is changing only gsm.sim.operator.numeric 
property, you can verify it at: 
http://code.google.com/p/market-enabler/source/browse/branches/MarketAccess/src/
ru/org/amip/MarketAccess/utils/RunWithProgress.java

Original comment by sbara...@gmail.com on 14 Aug 2010 at 7:58

GoogleCodeExporter commented 8 years ago
Looking at the code, you are right. Something else in the system must have set 
it as a secondary effect. Perhaps it's specific to Galaxy S or JM5 or I am just 
missing something. Thanks for your response.

Original comment by ttjos...@gmail.com on 14 Aug 2010 at 11:44

GoogleCodeExporter commented 8 years ago
marked it as invalid to clean up

Original comment by michel.racic on 5 Nov 2010 at 2:25