Android : Google Maps Works On Phone NOT On Emulator / Way To Fix
Oct 10, 2010
Google mapview does not load the actual maps in the emulator, just the grid. My overlays are displayed ok. sdk version 2.2. It works fine in a real phone. I use a debug key and trippel checked the manifest. It has been working in earlier projects. I just cant figure it out.. Any ideas, what to check?
View 3 Replies
Sep 25, 2010
I use the google code from devloper.android.com I use that application but in the emulator it shows only the crossed lines not the map so is there any settings in emulator for displaying maps
CODE:.....
Android mainfest
CODE:..................
View 4 Replies
View Related
Aug 6, 2010
I created a sqlite database to store playlists for a media player I am developing because of extended feature (rather than using the Content Provider). It works perfectly on the 1.6 emulator but FCs on anything higher than 2.0... what has changed that I need to know about as far as opening databases in SDK 2.0+? Here is the logcat.
CODE:.............
Here is the dbhelper class
CODE:................
why can't stackoverflow just use tags like a normal syntax highlighter.
View 2 Replies
View Related
Jun 8, 2010
I am developing an android application using google maps data.I can access google maps in emulator but when i try the same in my application the google maps is not opening.
View 2 Replies
View Related
Jun 22, 2010
This code:
CODE:...........
works as expected on the emulator (on Android 2.1 virtual device) but on phone (HTC Desire Android 2.1) it just clears the screen, can't see anything drawn. If I comment out the
CODE:..................
It works on the phone, but not if I have the gluLookAt call in onDrawFrame.
What's the problem with gluLookAt in onDrawFrame?
View 1 Replies
View Related
Jun 15, 2010
I made a very simple application to start playing around with Android development. It works fine on the emulator, but it gives me the following error when I try to install it on my HTC Hero (v1.5): The application Simple Dial (process com.foo.simpledial) has stopped unexpectedly. Please try again. (Force Close button) and on in the Eclipse console, I get the following message:
[2010-06-14 23:10:52 - Simple Dial] Uploading Simple Dial.apk onto device 'HT9BSHF00222'
[2010-06-14 23:10:53 - Simple Dial] Installing Simple Dial.apk...
[2010-06-14 23:10:56 - Simple Dial] Success!
[2010-06-14 23:10:56 - Simple Dial] Starting activity com.alanvaghti.simpledial.DialActivity on device
[2010-06-14 23:10:57 - Simple Dial] ActivityManager: Can't dispatch DDM chunk 46454154: no handler defined
2010-06-14 23:10:57 - Simple Dial] ActivityManager: Can't dispatch DDM chunk 4d505251: no handler defined
[2010-06-14 23:10:57 - Simple Dial] ActivityManager: Starting: Intent { action=android.intent.action.MAIN categories={android.intent.category.LAUNCHER} comp={com.alanvaghti.simpledial/com.alanvaghti.simpledial.DialActivity} }
I did put 'android:debuggable="true"' inside the application tag on the manifest.xml
View 1 Replies
View Related
Oct 15, 2009
Learning about the NDK and JNI today. I was able to build, install and run the Quake demo that was ported to Android via the NDK 1.6. Worked great. I then started looking at the hello-jni example. This example works for me in the emulator, but does NOT work for me on the G1:
I/ActivityManager( 76): Start proc com.example.hellojni for activity com.example.hellojni/.HelloJni: pid=508 uid=10030 gids={1015} I/jdwp ( 508): received file descriptor 20 from ADB W/dalvikvm( 508): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/example/hellojni/HelloJni;.<clinit> W/dalvikvm( 508): Class init failed in newInstance call (Lcom/example/hellojni/HelloJni;) D/AndroidRuntime( 508): Shutting down VM W/dalvikvm( 508): threadid=3: thread exiting with uncaught exception (group=0x4001da28) E/AndroidRuntime( 508): Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 508): java.lang.ExceptionInInitializerError E/AndroidRuntime( 508): at java.lang.Class.newInstanceImpl(Native Method) E/AndroidRuntime............
View 2 Replies
View Related
Nov 9, 2010
I currently have an iphone 3g and am going to be switching to an android device. I use google maps quite a bit on my iphone and over the past couple years I have accumulated a lot of bookmarked locations that I have saved on my phone. My question is, is there a way to sync all the locations I have saved on my iphone to my new phone? Or am I going to have to add all the bookmarked locations manually?
View 5 Replies
View Related
Jun 5, 2010
On the Google 2010 I/O Day Two, they show a Google Chrome extension that they use to send an Android "intent" to the phone from Google Maps, and the phone takes that intent and shows you the mapping on it's screen.I'm having trouble finding this Extension now that I actually have an Android phone (EVO). I swear I had this on one of my computers before I had an android phone, but I try lots of stuff out and can't remember how I found it.
View 4 Replies
View Related
Sep 17, 2010
I know you can embed the Google maps view in an android activity, but is it possible to plug anything into the actual Google maps app. say if somebody clicked on a result in the map, and instead of the standard screen show a list of options, like when you share an image. Like "tag this". Something like that. I can't seem to find any info on that. Its all on integrating MapView into your app.
View 1 Replies
View Related
May 1, 2010
I make a simple call to Vibrator.vibrate(long time);, but in the logcat I don't see anything related to it. How can I test if the vibration works using the emulator?
View 3 Replies
View Related
Feb 3, 2010
Has anyone been able to get this new version of Google Maps that syncs Starred places from your desktop to your phone? Official Google Mobile Blog: Take your places and searches to go with Google Maps for mobile). This feature (accessing starred places) is one of the few things I miss about my Windows Mobile phone.
View 9 Replies
View Related
Aug 7, 2010
Is it possible to move routes/directions from Google maps on your PC web browser to maps and navigation on your phone?
I have worked out how to export kml files from Google Maps on the PC.
It would have been nice to be able to save routes in My Maps (maybe you can, but I don't see how).
Also, is it possible to build a route with multiple destinations in Google Maps/Navigation on the phone?
View 20 Replies
View Related
Apr 2, 2010
I developed a custom content provider for extracting data from zip files. The provider works properly in the emulator but when I run the apk on the device I get no content provider followed by the url The manifest says (outside the application tag
CODE;..................
View 3 Replies
View Related
Jul 26, 2010
I am trying to create a sample application to explore Google maps through android.
When I try to run the application I only get the blank grid. no map is displayed.
If i see the DDMS logcat i get erros "Couldn't get connection factory client".
Please help me in this regard. Surprisingly the already installed Google Maps app of emulator is working fine and showing me the maps. Code...
View 9 Replies
View Related
Mar 17, 2009
I'm currently hosting an app on my own server so my beta testers can test it. I've set up the apk MIME type to be application/ vnd.android.package-archive, and when I try to download the app from the emulator, it downloads the 53KB apk file and installs it. When I try to do the same thing from a real ADP1 device, it only loads 43KB. When I try to install it, the system says that I'm trying to install an app that already exists (called "Android System") and that doesn't require any permissions, but nothing happens when I proceed. logcat tells me
"D/asset (16379): failed to open Zip archive '/ sdcard/download/[name of the app].apk'
Bonus points! When I try to download the app from the emulator, I can see that in the accesslog of my server. Not so when I download it from the device, even after deleting /sdcard/download/* and clearing the cache through the settings. Almost as if the device was loading an old copy from a proxy server. I'm not sure which APN I'm using, but none of the T-Mobile APNs have a proxy AFAICS. Is there a way to circumvent the proxy, assuming that this is the case? And/or tell the proxy not to cache this apk file?
View 7 Replies
View Related
Sep 7, 2009
I am trying to create an app that gets the location and telephone number of the phone. This is the Code I am using to get the telephone number (I am focusing on sdk 1.5) and in the emulator this works.
View 5 Replies
View Related
Oct 6, 2010
I have implemented rotation of a custom view which runs perfectly on Emulator,but the screen goes blank without any error. When i disable the animation in code[commenting the lines] the view appears on device.
Please help me out. if there is any fox for this.
View 1 Replies
View Related
Jun 5, 2010
Any of you having a problem when you try to launch Navigation or Maps causes your phone to soft reset? I can't seem to figure it out and don't even know how to go about troubleshooting the problem.
View 16 Replies
View Related
Jun 8, 2010
I performed a hard-reset on my phone this evening, and I just noticed that the Google Maps Navigator program is now missing off my phone.This is a different program than Google Maps (it's far more useful for navigation purposes).My Evo isn't rooted or anything.I can't even find the program in the Android Marketplace now.The link from the google site now goes to Google Maps.
View 5 Replies
View Related
Sep 17, 2010
EVO phone completely restarts after I activate the GPS toggle and launch Google Maps.I allow some time between the two activities so it's not like I'm rushing it.Anyone else dealing with this?What to do
View 2 Replies
View Related
Jan 21, 2010
I have a series of OpenGL-ES calls that properly render a triangle and texture it with alpha blending on the emulator (2.0.1). When I fire up the same code on an actual device (Droid 2.0.1), all I get are white squares. This suggests to me that the textures aren't loading, but I can't figure out why they aren't loading. All of my textures are 32-bit PNGs with alpha channels, under res/raw so they aren't optimized per the sdk docs. Here's how I am loading my textures:......................
View 4 Replies
View Related
Nov 8, 2009
Running into REALLY interesting problems with OpenGL ES. Basically when I start my program in 1.5 or 1.6 emulator, it works just fine but on HTC Hero 1.5 it does not. The problem is that the vertices are not being rendered but the gl.glClear() command is working just fine. I followed in with the debugger and it does go into the rendering function and such but still not rendering the vertices...
Here is the code in PasteBin (easier to read: http://pastebin.com/m706686e6 )
And here is the same thing pasted here:
CODE:............
Also I got my projection set in 2D ortho projection to match screen coordinates so that's why scale to 50,50 to actually make a bit bigger. I've tried using glDrawElements and glDrawArrays and nothing on the actual phone but works perfectly fine on the actual emulator. Any ideas where I might be going wrong? Why is the actual phone not rendering the vertices like the emulator is?
View 7 Replies
View Related
Jul 9, 2010
I have an android application that parses some HTML, downloads an image, and displays it. I'm using an AsyncTask to do the HTML parsing and image downloading, but that shouldn't be relevant. I never have a problem when I'm on WiFi on my phone, when I'm using the Eclipse debugger on my phone, or when I'm using the emulator. When I have my phone on the cell network (even with pretty good reception), the image sometimes fails to display. I'm having a hard time figuring out what is wrong, since the problem cannot be reproduced in the debugger. Does anyone have any idea what could be wrong?
Update: I have narrowed it down to the image downloading function. This way my original code:.......................
View 1 Replies
View Related
May 19, 2010
Sorry for a nob question but can I get Google Earth on the Desire. It came with Google Maps and I read on another post someone also had Google Earth. I have been on the Android Market but a search doesn't bring up Google Earth. Has anyone installed Earth as well as Maps ?
View 14 Replies
View Related
Sep 18, 2010
for some reason my phone keeps shutting off. the only times it shut off on me is when i've been using either: google maps, browse the internet, sprint family locator, yellow pages, i think that's it.i've also had problems with my phone not staying asleep. i've posted about it before, but never found a resolution.i have wiped, reflashed, PLENTY of times.
View 5 Replies
View Related
Jun 17, 2010
So just starting like about a week ago, my phone will reboot if i go into google maps.I press google maps, press menu, then the screen goes to the white background with green htc, and reboots.This happens all the time without fail.This sucks cuz I use the google maps a lot as a traffic report and gps.This is not good.The hero has too many problems.I feel like nothing works properly on this phone.. anyone else have this problem? fix?
View 13 Replies
View Related
Oct 25, 2009
A couple of times now I've had this problem on my Hero, and today it was a huge pain in the ass, as I was looking for the place I was headed to but couldn't find it.The problem is my Google Maps couldn't lock onto my signal it was jumping all over the state at first told me I was in Sacramento (one of the turn directions next to it had a misspelling "Socramento", wtf?), then Santa Rosa, then as I kept driving and pressing My Location, it switched to a random street about a mile away, then dumped me in the ocean.During this time, the GPS icon kept blinking and didn't stay solid. Also, once it picked up a location, it didn't continue to update it as it should do.I had to restart the phone and I think it's working OK now but this is at least the 2nd time it's happened to me.
View 4 Replies
View Related
Nov 21, 2011
I use Google Maps for my in-car turn by turn direction finder. However, when I am on my phone, it does not shut off the audio from Google Maps and so I get two voices in my ear simultaneously. Conversely, while listening to Pandora, it shuts off to allow me to hear the Google Maps directions. Is there a method to automatically suppress Google Maps audio when on the phone?
View 1 Replies
View Related
Jul 12, 2012
what is the path to the offline map files saved by Google Maps 6.9?
View 9 Replies
View Related