Android :: New Google Maps Version For Windows Mobile Phone

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.

Android :: New Google Maps Version for Windows Mobile Phone


Android :: Does Google Have Any Plans For A Mobile / Windows Phone Live Feature?

Jul 13, 2010

It's hard to believe that Android would be lacking the following features from its own creator:
-remote wipe
-backup
-file/photos sync
-lost phone tracking
-"itunes" sync
Just wondering if Google mentioned they would be making one.

View 1 Replies View Related

Android :: Layers In New Version Of Google Maps?

Oct 16, 2009

Any idea when an update to Google Maps might be happening? Specifically I'm looking for the layers & My Maps functionality. Something I had in my Nokia N96 version before taking the plunge and upgrading to a HTC Hero. Seems I've taken a back step as currently these functions aren't available yet!

View 8 Replies View Related

Android :: Beta Version Of Google Maps Navigation

Dec 8, 2009

I am looking for a link to download the beta version of Google Maps Navigation and I can not find it at all. I have a Hero and really want this.

View 3 Replies View Related

Android :: Minimum Version For Google Maps Navigation

Jun 25, 2010

Does anyone know the minimum version of Android that the latest Google Maps with Navigation will work on? I can't find this on Google's website.

View 1 Replies View Related

Android :: Google Maps Update Alert For Already Installed Version

Sep 28, 2009

Firmware 1.6
Mod Cyanogen 4.1.11.1
Build DRC 63
Last week I got and update alert for Google Maps. I tried to install it and got a "Install error" "Package file not signed correctly".

What's strange about it is, I already had the version it wanted me to install. Version 3.1.2. It also doesn't show up in aTrackdog but does show in apps drawer and works fine. The market shows that I don't have it installed. All other Google apps are working and show where they should. This started before the C&D order.

View 3 Replies View Related

Motorola Droid :: New Version Of Google Maps?

Nov 24, 2009

3.2.1 in the Market. And my phone says it is running 3.2.0. Anyone tried this? If this is old news than i am sorry that I have been actually working today.

View 21 Replies View Related

Motorola Droid :: New Version Of Google Maps In Marketplace

Nov 23, 2009

Looks like there is a newer version of Google Maps in the market than that which is on the Droid. On the Droid = 3.2.0 in market place is 3.2.1. I installed it and the navigation and all still seems to be there. Not sure what was in the updates but it did upgrade the version number.

View 21 Replies View Related

Android :: Hosting Custom KML For Using In Google Maps Mobile?

Jul 14, 2010

I am new to Android and so I may be missing some very basic things here. I am trying to host custom KML files on a server behind my firewall and display those KML files on the Android emulator. I started by writing a simple app that uses an Intent to display the overlay and pointing the app at geo:0,0?q=
http://code.google.com/apis/kml/documentation/KML_Samples.kml. This works in the emulator.

Next I downloaded that KML file and posted it on my web server (Apache 2.2 on Fedora). I added an AddType directive for the .kml extension and restarted HTTPD. When I point my simple app's Intent to my internally hosted KML file I get the error "The community map could not be displayed because it contains errors." I added some code to try and download the KML file independently of the KML so I could check the status line and the like:

final HttpClient client = new DefaultHttpClient();
final HttpGet get = new HttpGet("http://mycompany.com/data/KML_Samples.kml");
try { final HttpResponse resp = client.execute(get);
android.util.Log.e("MapOverlays", resp.toString());
} catch (Throwable t) {
android.util.Log.e("MapOverlays", "Exception", t);
}

With a breakpoint on the first Log message line I can inspect the results:
statusline = "HTTP/1.1 200 OK"
Content-Type: application/vnd.google-earth.kml+xml

Here's the Intent I'm using:
final Intent intent = new Intent(
android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=http://mycompany.com/data/KML_Samples.kml"));
startActivity(intent);

So the two main questions are
What do I need to do to get KML loaded from a private server?
What tools are available (if any) to determine what is wrong with what I've done (something more informative than "The community map...")?

View 1 Replies View Related

Android :: AccuTerra Mobile / No Access To Google Maps

Jan 5, 2010

Are there any apps for Android like this one for iPhone?

AccuTerra Mobile | Home

I know about MyTracks, but it doesn't have access to maps in when you have no service.I would LOVE to find an "AccuTerra-like" app for Android that could replace a stand-a-lone GPS.for hiking specifically.

View 3 Replies View Related

HTC EVO 4G :: Mobile Version Of Google Not Working

Oct 12, 2010

The classic version of Google works just fine. But the mobile version does not work. It comes up, I input an item to search, but then the search function doesn't work. The "hot key" if that is what it is called - the one one the face of our phones next to the back button works fine, too.

View 1 Replies View Related

Samsung EPIC 4G :: New Version Of Google Maps And Street View

Sep 9, 2010

Per the title, there are new versions of Maps and Street View in the market. The Maps update is just to add walking directions I think and the street view was a more polished update. Street view doesn't work after install, at least on my Epic. I open maps, pick a road and long-click on it. A balloon pops up saying "Loading address" for about 30 seconds then give me a pop-up error that says "Data Connection Lost, Retrying" But, data is working just fine on the phone everywhere else. Try rebooting the phone after install, it helped. Still some errors but much better than before. It is awesome when it works. Try compass mode.

View 5 Replies View Related

Android :: Finding Location Of Stolen Mobile On Pc Via Google Maps

Aug 10, 2010

Dear all I m a final year student and want to know is it possible to make an application that can find the location of mobile on your pc via google maps or GPS if it is possible then how it is possible?

View 3 Replies View Related

HTC Droid Eris :: Google Chrome Mobile Version?

Feb 2, 2010

You would think since Google has their own web browser Chrome they would have made a mobile version of it and included it as the stock browser. I use Chrome on all my machines and would like to see it on my Eris. Does anyone have any info or idea when this will happen?

View 7 Replies View Related

HTC Hero :: Use Google Maps With GPS Turned On And Mobile Internet Off?

May 19, 2010

I'm going away few days (Volcano permitting) and was just wondering if I use Google Maps outside of the UK will I need mobile internet.

Can I use Google Maps with the GPS turned on and the mobile internet turned off?

View 2 Replies View Related

Android :: How To Add Google Maps Library In Android 1.5 Version Device?

Jun 1, 2009

I extracted com.google.android.map.jar and com.google.android.map.xml and Map.apk files from the another development device which has google maps in it. I started with following procedure..

1. adb -d shell
2. # mount -o rw -t yaffs2 /dev/block/mtdblock3 /system mount -o rw -t yaffs2 /dev/block/mtdblock3 /system mount: Device or resource busy. I can't copy the above files to the /system/framework/ , /system/etc/ permissions/ , and /system/app to these directories.
C:>adb -d push C:GoogleMAPSMaps.apk /system/framework/ failed to copy 'C:GoogleMAPSMaps.apk' to '/system/framework// Maps.apk': Read-only file system

Is there any way to change the system image to Read write mode?

View 12 Replies View Related

General :: Can Install Windows Mobile 6.5 On Any Android Phone

Sep 14, 2012

Can I Install Windows Mobile 6.5 on any android phone ?

View 2 Replies View Related

HTC Desire :: Viewing NORMAL Version Of Webpages - As Mobile Version

Aug 20, 2010

Possible? ON some sites, the mobile version is horrible...

View 7 Replies View Related

HTC Desire :: T-Mobile UK - 2.2 Froyo Version What Are Differences From Full Version?

Sep 23, 2010

Does anyone know the main differences between the full HTC version of 2.2 and the T-Mobile version that has just been rolled out? From what I have seen in some articles the camera and camcorder functions / look and feel haven't changed. anybody else know of differences other than the addition of crappy new apps i didn't ask for... thanks T-Mobile

View 7 Replies View Related

Sony Ericsson Xperia X10 :: Can Not Log Onto Windows Live Messenger Mobile From Phone / Solve This?

Nov 21, 2010

I can not log onto windows live messenger mobile from Xperia X10..Everytime i try to log on it ask me to log in and repeats the same process constantly...Any Solution please?

View 2 Replies View Related

Android :: Transfer Contacts From Windows Mobile Based To Android Phone

Jul 15, 2010

Do you just get a new Android phone,but your old phone is a windows mobile based?How to transfer contacts from windows mobile to Android Phone? Here is the guide for you to transfer your contacts to android Phone.

Tools your need:

1. Microsoft ActiveSync ? Sync file between Windows Mobile Phone and PC.
2. GodswMobile Contacts Transfer ? Transfer Windows Mobile Phone to computer and Gmail.
3. Gmail account.

Here is the step-by-step guide for you to transfer contacts between windows mobile phone and android phone.

Step 1: Backup windows mobile contact to CTS file and transfer to computer. Below is the detail guide for the step 1. How to transfer contacts from windows mobile to computer..............

View 1 Replies View Related

Android :: Syncing Google Maps On New Phone?

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

Android :: Google Maps Send To Phone

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

Android :: Google Maps In Phone Allow Any Integration?

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

Android :: SDK Version Which Support Windows 2000?

May 18, 2010

Is any SDK version which support Windows 2000? r05 doesn't - I found that android-sdk-windows oolsemulator.exe imports from WS2_32.dll functions freeaddrinfo, getaddrinfo and getnameinfo which missed from this library.

View 1 Replies View Related

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 View Related

Android :: Google Maps - Settings In Emulator For Displaying Maps

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

Android :: Loading Route Directions In Google Maps From PC To Phone

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

Android :: Trying To Create A Sample Application To Explore Google Maps Through Phone?

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

HTC EVO 4G :: Google Navigation & Maps Resetting Phone

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







Copyrights 2005-15 www.BigResource.com, All rights reserved