Android :: Google MapView Doesn't Work After Signed App
Jun 2, 2010
I am facing to android application signing problem. My application contains Google MapView. When I compile the app and run on the emulator, MapView works fine. But signed the app, MapView doesn't work. I've get Google Map API. This works on the simulator. I could sign the app once 2 months ago. Then I've upgraded the app. Now I need to sign the app again. Actually I don't know why signed app's mapView doesn't work. How to fix it?
I used following steps when sign the app: Run Eclipse. Select the project. Right Click -> Android Tools -> Export Signed Application Package -> Then Filled forms. (In forms, Validity years: 200, and all passwords are same.)
View 2 Replies
Sep 14, 2012
i used this tutorial to make a map activity: https:[url].....
The map and my overlays show up fine. But when i try to pan to somewhere on the map, my touch controls start acting funny. The map pans to the ocean or another country altogether. Or it zooms out all the way and sometimes it opens other apps when i try to pan.
View 1 Replies
View Related
Aug 17, 2010
The import com.google.android.maps.MapActivity cannot be resolved to a type.
View 2 Replies
View Related
Jul 25, 2010
i download the google earth for my htc wildfire.I install the app succesfully,but when i go to open it it close!!!why that?
View 4 Replies
View Related
Jan 23, 2010
I am developing application with Google Map. I've tested on the emulator and saw error line In the log: 01-23 16:04:28.453: ERROR/MapActivity(733): Couldn't get connection factory client But it worked fine on the emulator. Then I've signed the application and created its .apk file. I've put it on the web server downloaded and installed it on the real device (it is HTC with Verizon). But my application didn't appear google maps on the device. I've checked API key and other configuration. Everything was ok. But google maps didn't work. Have you faced to problem same as mine?
View 1 Replies
View Related
May 2, 2010
I have so far found two bugs in Galaxo 1.6.3:
a) Speaker doesn't work in call (very weak). works well in ringtones etc.
b) Scrolling contacts by letter doesn't work.
Other than that this is a leap forward, especially with the overclock options!
Both bugs, as well as others, fixed in 1.6.3.1 update!
View 49 Replies
View Related
May 6, 2009
My app developed on sdk 1.1 was fine to install on g1 1.1 - direct from eclipse run - as exported unsigned - as the .apk from the /bin. now i developing it on sdk 1.5 - works direct from eclipse run - DOES NOT install the exported unsigned - DOES NOT install the exported signed (not prob while signing) - only install the .apk from the /bin. when i try to manual sign the .apk from the /bin i get a zip error from jarsigner.
View 6 Replies
View Related
Aug 22, 2010
First day or two Google Sky worked fine, but I realized yesterday Google Sky didn't want to move left/right from holding the phone sideways but would move up/down. I found if I gave is a good shake left/right it would work right as far as I could tell. I checked around for what it might be and saw it could be a problem with the magnetic sensor. I tried the compass app and I get a "abnormal magnetic field detected" message right away. Should I return this or maybe reset some sort of setting or is there another way to calibrate?
View 5 Replies
View Related
Dec 15, 2013
I am try to make Google map v2 application. I found lots of example and looks simple and strength forward. But unfortunately none of them work for me. I wasted couple of days and couldn't do make launch a map application yet. I configured prerequisites such as enable service Map 2 in google api console, Google Maps API key, download google-play-services_lib and import it in work space, etc. But always get FATAL EXCEPTION as soon as I call
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
I also added a file named Google APIs Console.pdf where I took print google api console to show my api key is correct as well.
View 2 Replies
View Related
Feb 9, 2010
It doesn't work with Outlook 2010!
View 2 Replies
View Related
Apr 26, 2010
when i first got my HTC Desire i set it up with my google account which i use for everything, gmail,calendar etc. everything worked fine until i went to the market place, i couldn't download anything, it just kept saying download failed please try again this really annoyed me so i did factory reset twice but still the same problem. so the i reset again and in setup this time i choose to make a new google account instead of using my current one, and when it was all done, yup you guessed it, the market place worked! anyone any ideas why this is like this and why i couldnt use my original account?
View 1 Replies
View Related
Aug 10, 2010
I hate to bother you all again, as this is probably me, a newbie, making some big blunder, but I'm baffled as to why my mapview only takes up a fraction of the screen. I've been following tutorials.
My layout:
CODE:.................
The specified screen resolution is, as in the droid, 854x480. It shows up in the emulator in horizontal mode (wide, not very tall). The map starts about a third of the way from the left and ends about a third of the way from the right. It starts at the top and ends about a third of the way from the bottom of the screen. I have no clue why that would happen, as I specified "fill_parent".
View 1 Replies
View Related
Jul 27, 2010
I have two google mail icons in my menus, one takes me to google mail the other one doesn't. I want to delete the one that doesn't work and cant find anywhere that tells you how. Anyone got any ideas?
View 1 Replies
View Related
Jun 27, 2010
I have a MapActivity. If it's set to an appropriate location and zoom level to see traffic none is shown after it's first created until you interact with the map (click on it, drag, etc) at which point traffic shows up. Naturally I want traffic to show up without any user interaction after it loads but I've been unable to figure out how to trigger it. Any ideas?
View 3 Replies
View Related
May 1, 2010
I have a MapView (in MapActivity), and it works in my simulator.
The google map and the overlay I made are showed in simulator screen
After installing in HTC Hero, the overlay is showed in phone screen, but google map is not showed in phone screen.
View 7 Replies
View Related
Jul 10, 2010
There are a number of posts (both here & elsewhere) about why a MapView might not be displaying tile info (personally, I've liked http://stackoverflow.com/questions/1809507/android-hello-mapview-tutorial-map-tiles-do-not-load, but there are other good ones, too).
My question is slightly different: I'm not getting tile info to show up (on my handset or in the emulator), and I'm looking for advice on what to try in order to debug this problem. As far as I can tell I've correctly located my debug.keystore, and used the Java JDK keytool to get the signature from it, which I then plugged into the Google web page, and then plugged THAT key back into my XML file. The app runs ok, it just doesn't display any tiles.
I was hoping that if I did something wrong here I'd see an error message in, say, logcat (or an exception that Eclipse might catch) that would confirm that this is the source of the error.
So here's my question - what would y'all recommend someone try in order to figure out what the actual problem is?
View 1 Replies
View Related
Sep 7, 2009
I've try to make a mapview with itemized overlay and it's not work. I share my code if anyone see anything :
java class mapview code...
View 4 Replies
View Related
Apr 13, 2010
Anyone else have this problem? Tried to update Google Maps from market, got the above error. See under my username (to left) for specs.
View 3 Replies
View Related
May 19, 2010
I downloaded the Google Earth link successfully prior to it being available in the Market, and I've used it with no problem. After seeing it in the Market, I figured I'd go ahead and download the Market version, so I'd get updates. However, I can't get a successful download after 10 tries. It keeps saying application not signed, download unsuccessful. Do I need to uninstall my third party link off the phone first? Has anyone else had this problem? Would my current version of Google Earth get update notifications since it didn't come from the Market?
View 4 Replies
View Related
May 30, 2010
How do I prevent my Google chat thing from always being signed in? I get random chats everyday from all my random gmail contacts and its getting kinda annoying... I do the sign out but somehow eventually it gets signed back in...
View 4 Replies
View Related
Sep 24, 2012
I was trying to upload apk of MY theme at google play store But play store gives error "Google Play does not accept apks signed with the debug certificate. Create a new certificate that is valid for at least 50 years."
what to do now how to sign apk valid for play store.
View 1 Replies
View Related
Jul 20, 2010
I can't apply the market updat - just rooted. Never had this problem. I was on leak 2.v3 and did the new root method. Worked okay, would like to just go back to stock If I can.
View 18 Replies
View Related
Dec 8, 2009
I'm trying to determine whether or not my phone is defective, or if this is a current problem with the Cliq.
Of the apps I've downloaded, only a few of them have worked. Of those few that work, some don't work right. Has anyone had problems with these apps crashing on them, or just not working correctly?
- Nice Battery (see description at bottom of: My Ultimate CLIQ settings (so far))
- WeatherBug (kept showing the wrong location, crashed when trying to change location)
- Snake - doesn't work just says its "paused"
- RingDroid - crashes when I select the "Facebook Pop" button
- Layar - screen is rotated 90 degrees at all times
There have been others, but usually I just uninstall them right after discovering it doesn't work right.
View 3 Replies
View Related
Jan 30, 2009
Now, I'm developing an Android app called "Echo". But 5 hours ago, My Dev phone haven't displayed MapView. First, I supposed that my API-key have been disabled. I tried to Maps API Key signup agian. But google server response error.
> Server Error > The server encountered a temporary error and could not complete your request.
> Please try again in 30 seconds.
View 4 Replies
View Related
Apr 19, 2010
I don't know how to create an custom Activity extending MapActivity and ListActivity ?
I am trying screen that contains of google map and list view.
How to make it?
View 1 Replies
View Related
Aug 31, 2010
Just wondering if there is a standard/default overlay/marker that I can use in the MAPVIEW?
I have been searching on the web and all tutorials talk about extending the Overlay and put your custom image on it.
Is there a easier way? I just want to have the a marker, nothing fancy.
View 1 Replies
View Related
Jun 14, 2010
I've had an HTC Desire on Orange in the UK for about 6 weeks and it is having persistent problem. Firstly despite having a strong 4-bar out of 4 signal, online services and the internet do not work at all when a 3G signal is being received (e.g. news, weather, all widgets, internet, email etc).Calls and texts do work however with a 3G signal.But when a 3g+ signal (HSDPA) is being received, all internet services as above work fine.However, when a 3+ signal is being received, the phone does not make or receive calls or text messages, and often fails to send texts. Calls I make immediately shut down (bleep + �call ended�), and incoming calls from other people go straight to answerphone. Also often when turning the data connection on/off, it freezes and has to be rebooted, and turning airplane setting on and off does not fix the problem.
I have also tried the different network settings (GSM, WCDMA, auto, etc). �GSM� sends and receives calls and texts but doesn�t work (or is incredibly slow) with internet, and �auto� and �WCDMA only� show the problems as above.I don't think this is a network/coverage issues as, as I have seen many people reporting these same issues on other networks and in other parts of the UK, and I have read that other people are having to manually turn off HSDPA to be able to make calls (using an app?). Even if I can stop HSDPA from connecting to make sure the phone works, I still can�t use the internet at all on 3g � even GSM works better!
Finally, when I connect to a bluetooth device (e.g. car and headphones) the phone will connect briefly, and then randomly disconnect. I have also seen this issue reported elsewhere.I very much like the phone and don't want to get rid of it, but these problems are making the phone unuseable.Also I don't know if I should be contacting HTC or Orange about this. Will the upcoming Android 2.2 fix these problems?Anyone know how to fix this or if I need a new handset? Are there any apps that can help? Also does the Nexus One have these problems and are they fixed by Froyo?
View 4 Replies
View Related
Sep 16, 2009
So I made a discovery - my dialpad doesn't work during a call. Even if I bring it up via the softkeys, the numbers don't register a tap...anyone. else have this issue or is it just my phone?
View 49 Replies
View Related
Jul 20, 2010
I have a mapview where I want to track the user's current location. GPS as well as 'use wireless networks' is activated in my phone settings.
Nevertheless, since I'm indoor I don't get a GPS fix, therefore the location is determined via network; wifi spot is available.
I have the Google Maps app running as well as my application running.
Strangely, the current location differes between Google Maps and my application, where the Google Maps is very accurate while in my app the location is somehow off a few 100 meters.
In my application I basically do the following (for debugging purposes now):
1) initially place one marker on the map: geopoint retrieved via locationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER);
2) initially place another marker on the map: geopoint retrieved via locationManager.getLastKnownLocation(LocationManager.NETWORK_PROVIDER);
This will put the last known locations of both providers onto the map (eventually last known from outside my app).
3) then for the regular updates (since I don't get a GPS fix anyway indoor here), I do:
locationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, 0, 0, baseLocationListener);
You can see for the frequency and distance I pass the 0 param in both cases.
In the app manifest, the following permissions are granted:
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_MOCK_LOCATION
Actually my baseLocationListener does get called, which I see in the log, but the updated location is somehow the same as the last known current position (of LocationManager.NETWORK_PROVIDER), same lat/lng.
I thought maybe I overlooked something or missed a parameter or setting, or my code has a bug. Therefore I installed some other (3 in total) LBS apps from the Android market that also show the current user's location. The current locations displayed in those apps are equals to the one in my application - and they're all some 100 meters off - but at least all the same.
See the screenshot here:
http://img33.imageshack.us/img33/8679/mapproblem.png
Now I am wondering:
1) as I understand, getLastKnowLocation is system-wide and not app-wide, why are there differences between the location in Google maps and all the other apps?
2) does Google Maps not update the lastKnownLocation of a provider?
3) does Google Maps use a different custom location provider (i.e. due to licensing reasons) other than GPS_PROVIDER or NETWORK_PROVIDER as they are in the SDK?
4) how do achieve the same accurate result with the NETWORK_PROVIDER like Google Maps does?
View 2 Replies
View Related
Jul 16, 2010
I had found a lot of stackoverflow post about save an Activity and the reload it.
My question: How can I have an Activity with an MapView and after reload the same mapview?
What is the best way to switch between activity and views?
View 2 Replies
View Related