Why my android application, including a mapview, can't be display the google map background (road, satellite, map) in 3G mode but display the Google map background (road, satellite, map) in Wifi mode ?
I am a android developper, and I did a application "sensor info", publisher "Francois POIDEVIN" that check all the provider of the phone (more or less precise) and I place an overlay onto the mapview for each provider. The component mapview is visible, the overlay also, but the application can't show the map background.
I developpe onto HTC magic phone but I don't have 3G connection onto this one (only Wifi), I test my application into the market with some friends (3G Internet Connection).
Into the android manifest I added permission for : INTERNET ACCESS_COARSE_LOCATION ACCESS_FINE_LOCATION ACCESS_MOCK_LOCATION ACCESS_GPS ACCESS_ASSISTED_GPS
thanks for your informations.