Android :: Maps And StreetView Missing In SDK 1.5?
May 30, 2009
In v1.5 of the SDK, the Maps/Streetview app is not installed in the emulator. I'm relying on launching an implicit intent which maps my addresses for me. Is there a way to test this in the emulator, i.e, do I need to install something extra? I'm presuming this is on the actual G1 phone with v1.5. Does anyone know? I'm also getting 100% failures in calls to getFromLocationName(). Is this related?
View 9 Replies
Oct 5, 2010
Launching a Streetview intent for a location doesn't guarantee that a Streetview exists for that location. If the Streetview doesn't exist, the user just sees a black screen that spins. Is there a way to programmatically check if it exists before launching the Streetview intent?
View 2 Replies
View Related
Dec 23, 2012
When I open my Instagram (using xperia ray latest Gingerbread stock ROM), and go to "Photo Maps", a dialog box appears saying "Photo Maps requires that the Google Maps Android API is installed on your device
I tried uninstalling and reinstalling both Google Maps and Instagram, I restarted my device too. But it doesnt solve the problem.
I tried checking /system/framework/com.google.android.maps.jar , I thought I lost this file but the file is there..
This is a rare problem and I only found 2 search results on Google about this problem, and both were found on XDA forum. One had his problem solved by placing this .jar file there. The other one tried placing the .jar file but no luck.
It's bothering me. Because I think it will affect other application that uses google maps. But I'm not sure. And I don't want to reinstall the whole ROM because I have partitioned my SD card, put many stuff in it, I dont want to start it all over just because of this small problem.
View 4 Replies
View Related
May 1, 2009
I am currently trying to use StreetView in my application, but I does not work. I use an AVD based on the Google API which has Maps (display a simple map works well). My activity extends MapActivity and tries to call streetview:
CODE:.............................
The problem is that I always catch an exception:
CODE:........................
View 4 Replies
View Related
Jul 30, 2009
I have enabled StreetView with .setStreetView(true) but it don't load, so I don't know if I have enable other things.
View 5 Replies
View Related
Aug 3, 2010
When I use Google Nav, it looks like the Nexus One below. How can I get it to look like the Droid? Am I missing a menu choice somewhere? TIA!
View 4 Replies
View Related
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 31, 2010
hello all, i am trying to develop a google maps application for android enabled phones using the javascript v3 api released by google.. but i do not understand how to code the entire thing in android.. cuz as far as i am concerned i have only used java code for developing an application in android.. my last semester project consisted of a client application for picasa web albums.. the complete code was written in java.. i am new to use javascripts.. has anyone developed an application for android using javascripts before?? if yes i need your help.. i need to start the project soon..
View 2 Replies
View Related
May 18, 2010
I ask because I began using My Tracks a couple of weeks ago...very cool. I logged onto Google Maps from my office and there were the "tracks" I had saved. I never took action to upload them, they were just there I suppose as a function of allowing Google to sync. BUT I created and saved a map on the PC expecting to be able to see it on my phone, but it didn't happen.
View 9 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
Sep 4, 2012
I'm searching for an app or mod to google maps that allow to view maps (satellite view) offline
View 1 Replies
View Related
Sep 18, 2010
I took a plunge this morning buying Missing Sync for Android on PC. It does not work. Loads of errors, hangs, if it connects at all.
I tried their support center, it would not allow me to register.
I tried their forum, it's security image does not appear, making it impossible to post.
Tried their Board e-mail, bounces back with error.
Tried their support@markspace.com, bounces back with error.
Has anybody used this successfully? Should I contact visa...?
View 5 Replies
View Related
Jul 10, 2010
I've been trying to modify the native android applications downloaded from the android source repo at github. But I noticed that after creating Eclipse projects from some apps, like the Launcher, there are missing imports, variables that are not declared anywhere else, etc... After my initial research, I noticed that some of the libs that are native, are compiled at runtime and registered in the dalvik VM as java libs and by having done this the system finds these as already present libs, the same goes for the "phantom" variables. But I don't understand how does a developer open such a project in any java ide, and compile it. So what do Google developers use to work on android apps? I don't believe it's eclipse, since I am not sure you can make eclipse use runtime imports, and runtime variables. And I am almost certain that they do not write code in notepad.
View 3 Replies
View Related
Dec 8, 2009
Forgot to mention that I am trying to make this file in Eclipse. If I try to build it using the ant command, it gives me no errors.
- Hide quoted text -
View 2 Replies
View Related
Aug 17, 2010
We're developing Droid Apps (5 in development) and looking for ideas and suggestions...what would you like to see added to the marketplace?
If we developer your app, you and 1 other will get it free.
View 15 Replies
View Related
Oct 27, 2010
In my application on android phones I create server socekt using method.Then, I use Usb bluetooth stick to discover which sdp services are available.On ubuntu I use commands: "hcitool scan" and then "sdptool browse XX:XX:XX:XX:XX:XX".On HTC Desire and Samsung GalaxyS i9000 (android 2.1 update1) - sevice is available but without name.On HTC G2 Touch, HTC Legend (android 2.1 update1) - services is available but "Service name: Generic service".On HTC Nexus One (android 2.1 update1 and android 2.2) and Motorola Milestone (android 2.1 update1)- service is available and with properly name "Service name: MyName".Does anybody know why HTC Desire, HTC Legend, HTC G2 Touch and Samsung GalaxyS i9000 set wrong service name? Or how to force properly name? Is it possible that something wrong with bluetooth stack on that phones?
View 1 Replies
View Related
Nov 14, 2010
I haven't been using the Facebook app since the version 1.3.2 battery issue, but I've noticed that recently it's been updated to 1.4.1. So I thought I'd give it another try, and they seem to have fixed the battery issue which is great, but I'm now missing notifications (i.e. when you tap the blue bar at the bottom you get a list of comments people have made either after your comments, or on your photos and things). For example, this morning I had 8 notifications on the app, but when I checked the mobile site there were two that hadn't pushed through to the facebook app. Anyone else get this? I have the feeling I'm missing a really simple setting somewhere.
View 2 Replies
View Related
Nov 8, 2010
Does anyone know why some of the QuickActions were removed from the latest Twitter application (v1.0.5)? Clicking on a user's picture use to bring up the QuickAction bar, but now takes you to a separate activity.
View 6 Replies
View Related
Dec 13, 2009
I dont know if its just me or if anyone else is having the problem. Apps such as weatherbug, barcode scanner, pkt auctions, and amazon just to name a few.I have even went back to the oringinal sprint ruu with not luck and then no luck with the OTA update. Can anyone try these apps and see if you have any luck.
View 12 Replies
View Related
Jun 25, 2010
Several apps (such as Rings Extended and Ringdroid) are missing from the market on my wife's T-Mobile Pulse Mini, though I can get them fine on my HTC Desire. Any idea why, and what I could do to fix it?
View 2 Replies
View Related
Apr 22, 2010
I am one of the lucky ones to get my htc incredible early and I noticed a few apps are missing. Im looking for a LED flashlight app, fandango, and some more food places apps.
View 1 Replies
View Related
Oct 31, 2010
Hierarchy Viewer tool is missing from my android-sdk-windows ools directory.
Link to tool: http://developer.android.com/guide/developing/tools/hierarchy-viewer.html
Should it be there is first place?
SDK Tools rev. 7, Platforms 7 & 8 packages are installed.
View 1 Replies
View Related
Aug 30, 2010
I have several Google Calendars that I sync with my DROID Incredible running 2.1 update 1. One of my calendars recently quit showing up its data, although I have it selected on the phone AND all data displays fine on Google Calendars. I have tried reselecting some of the other calendars in case Android had a max number it would display. I have deselected and reselected the calendar on Google thinking that may refresh it but still no luck. Funny thing is, the calendar used to show up fine. Don't know when I lost it exactly. Any ideas?
View 2 Replies
View Related
May 11, 2009
It seems that there is no calendar app in the android 1.5 sdk. Actually in my app i want to retrieve the information stored in the calendar app in android. But I cant find the classes in Android 1.5 . Is calendar omitted from the 1.5 release or I am not able to find it? Can anyone help me this? If calendar apis are omitted then how can i find the events/meeting information stored in the calendar app of the phone.
View 3 Replies
View Related
Oct 14, 2009
I just got my Samsung i7500 and the Android Market is missing from my phone. What do I do to get it? Android was the main reason I bought this phone.
View 49 Replies
View Related
Apr 2, 2010
Recently Google awarded me with a free brand new Motorola Droid the Fed Ex box arrived yesterday and it was EMPTY absolutely empty! I'm pissed.i've called Fed Ex.Bright Point (Shipper)and Google they're all sending me around in circles and could careless! But i was counting on that phone to help me develop better apps! Anyone else have this problem? Or know of any numbers I can call to get a straight answer?
View 2 Replies
View Related
Jun 4, 2010
I am trying to change the DNS settings of Android phone, programatiacally.I need to use the following class: android.os.ServiceManager; android.os.SystemProperties; com.android.internal.telephony;These classes are available in Android 1.5 but they dont exist in Android 2.1. Are they replaced by any other class in 2.1?Any pointers on the substitute classes available in Android2.1?
View 2 Replies
View Related
Jun 28, 2010
Just thought I would help out anybody like me who updated their phone, but missed having their "Android Wallpaper" themes.Just download and install them on your SD card here:Nexus One Wallpapers - Nexus One Wallpapers.I noticed that it did not contain the grey Nexus wallpaper (looks like the Grey Live Wallpaper with the light streaking across).Anybody have any luck finding that one?
View 25 Replies
View Related
Aug 10, 2010
i decided to make this thread for all the new people, apparently there is still people sign in up for the forums, and new comers from another OSs(BB, Iphone, WM, etc)So this is some features that you don't see in the Evo of froyo(is not because is not capable but is more like HTC and Sprint wanted that way )Stock Launcher, not 2.2 launcher because we got sense the closest thing you can find to it is LauncherPro(favorite one) or ADW launcher(sorry i couldn't find the link just put it like that in google android market)Gallery, many people keeps asking for this special gallery cause it really is cool made by coloris because they team up with google here is a link (credit goes to dark Neo for finding the link)the power control i have no idea why we didn't get the updated it one but hopefully we do before the end of the year i'm pretty sure we getting another update before the end of the year well those are the most requested ones, besides that camera, calendar, messages, car dock, etc are all different because of sense, Sense UI is more then just a skin for Evo, any question please ask, i know a lot good users in this forums and they always happy to give you the most correct information.
View 14 Replies
View Related
Oct 1, 2009
I'm trying to run the "HelloTriangle" example, from The OpenGL ES 2.0 Programming Guide, in the Android emulator.I import egl.EGLConfig and opengles.GL10 from javax.microedition.khronos, but the ESContext type and definitions such as GL_COMPILE_STATUS and GL_FRAGMENT_SHADER can't be resolved.I reworked the triangle example somewhat for Android in that I'm using GLSurfaceView. I undertand that it is supposed to be used instead of OpenGLContext in the newer versions of the SDK.Am I using a "non-Android" approach to OpenGL ES? If so, what's the right one?
View 1 Replies
View Related