(GPS) coordinates in Contacts interoperability problem with Maps

I have noticed that using lat/long coordinates works fine in Maps to search for addresses with nameless streets. The address can also be added to a contact. When trying to locate an address from Contacts a problem is that Contacts always add the country to the coordinates and Maps doesn't like that.
If I search for "59.871859,17.527034" in Maps, it takes me to a nameless road in Uppsala, Sweden. I can then add that address to a contact, and the address becomes "+59°52'18.69", +17°31'37.32". When I later press this address in Contacts it appends a seemingly random country to the address, so in my case the address becomes "+59°52'18.69", +17°31'37.32 United States", which Maps doesn't like. If I manually delete the country part in Maps and search again it works fine. The strange thing is that if I edit the address the country is set to Sweden.
Is there a way to have Contacts not add the country to the address it feeds to Maps?
I'm using 1.1.3 firmware in my 16G touch btw.

I forgot to mention that when I choose a destination it keeps saying Calculating route all the time. I waited about 15 minutesand it didn't calculate anything.

Similar Messages

  • Problem with maps on e72

    Hi everyone
    I've got a problem with maps on my E72.
    I've seen advert that Nokia is going to let everyone use maps for free on selected models.
    I was going to buy Sat Nav for whole Europe as I travel a lot and I was going to change my old N95. I thought I could do both in one new phone. Checked all the available models and chose E72. It said it;s got GPS and you don't need to use your network and spend fortune on internet connection. Got it from eBay for £270.
    I installed Ovi Maps from internet and the first thing that surprised me was it had 'only' 7-8MB.
    I thought that something was wrong, maps for 72 countries couldn't be 8MB big.
    After some time I managed to set my e72 up. Put my Maps on and...
    It takes loads of time to find GPS connection, but the worst thing is if I type lets say Paris it doesn't find anything. Map has wholes, like suddenly the roads end and there's nothing there.
    My question is what am I doing wrong? Do I need to download something more? I didn't have any maps on my phone when I bought it. Where can I find them?
    If someone could help I'd appreciate it.
    Thanks a lot.

    I forgot to mention that when I choose a destination it keeps saying Calculating route all the time. I waited about 15 minutesand it didn't calculate anything.

  • Problem with maps in Mavericks on iMac

    I have a problem with my Maps on Mavericks.
    I can open it just fine, no crash or whatever but the map itself just won't load, whatever mode it is on. Here is the screenshot of my Maps:
    As you can see, it just stays blank all the time.
    I'm  also running Parallels 9 and don't know if that has something to do with problem.

    Spent days trying various fixes, but this is the one that did it for me. Thanks!
    livetowin
    Re: Problem with maps in Mavericks on iMac 
    Dec 8, 2013 7:14 PM (in response to robin1943)
    Try this
    Since my date and time were incorrect and imessage was not working as well, I tried this
    1. Go to system preferences and click date and time
    2. Select date and time tab
    3. Uncheck "set date and time automatically" and manually enter the correct time
    4. Go to time zone tab and uncheck the box there too
    5. Go back to date and time tab and now check the box "set date and time automatically"
    6. Then check the box in time zone as well
    Now open maps and see if it works!

  • Problems with mapping after bundling messages into one XML-file

    Hi all,
    Case 1: one DebMas IDoc ==> XI ==> one XML-file : no problems with mapping.
    Case 2: several DebMas IDoc's ==> XI ==> one XML-file : problems with mapping.
    Explanation:
    Incoming DebMas IDoc's:
    Businesspartner 1 : no Customer Master Partner Functions (E1KNVPM).
    Businesspartner 2 : Customer Master Partner Functions (E1KNVPM).
    Businesspartner 3 : Customer Master Partner Functions (E1KNVPM).
    Businesspartner 4 : Customer Master Partner Functions (E1KNVPM).
    After bundling into one XML-file:
    Businesspartner 1 : no Customer Master Partner Functions (E1KNVPM).
    Businesspartner 2 : no Customer Master Partner Functions (E1KNVPM) !!!!
    Businesspartner 3 : Customer Master Partner Functions of Bp 2 (E1KNVPM) !!!!.
    Businesspartner 4 : Customer Master Partner Functions of Bp 3 (E1KNVPM) !!!!.
    All the payloads of the IDoc's are correct.
    In the message mapping we use a Container for the Partner Functions (shown as below)
    Is this a serious bug in the mapping of SAP XI ?
    Does anyone knows how to solve this serious problem.
    E1KNVVM -
    > Partner_Container
    E1KNVPM -
    > Partner
       PARVW -
    > ParnerRole
       KUNN2   -
    > PartnerNumber
    Regards,
    Theo Pijlman

    Hi,
    Example:
    Input idoc has field F1 with occurence 0..unbnd
    My input values for field F1 is
    1
    none
    2
    3
    Say, I have a mapping, F1---->TargetF1
    In the target only 3 TargetF1s will be created for the values 1,2,3 and nothing will be created for the field F1 with no value.
    To overcome this, use collapse contexts.
    F1->collapsecontexts>TargetF1
    This way, the TargetF1 fields created will have the following values:
    1
    blank
    2
    3
    Collapse contexts makes sure that a target is created, even if there is a context change specified at the source.
    Hope this is clear.
    Regards,
    Smitha.

  • Problem with mapping the Entity beans onto database tables

    Hi,
    I got a problem with mapping the Entity beans onto database tables. Here are what I did:
    First Step:
    asant capture-schema
    Second Step:
    capture-schema -driver com.pointbase.jdbc.jdbcUniversalDriver -dburl jdbc:pointbase:server://localhost/sun-appserv-samples -username pbPublic -password pbpublic -table APPLICANT -table APPLICANTSKILL -table CUSTOMER -table LOCATION -table job -table JOBSKILL -table SKILL -out build/agency.dbschema
    The first step was fine. But, in the second step, I got the error message as follow:
    using dburl:jdbc:pointbase:server://localhost/sun-appserv-samples
    using username:pbPublic
    using password:pbpublic
    using driver:com.pointbase.jdbc.jdbcUniversalDriver
    using schemaname:null
    using output file:build/agency.dbschema
    JDO71100: Failed to find a class. Verify that the class is available on your CLASSPATH
    java.lang.ClassNotFoundException: com.pointbase.jdbc.jdbcUniversalDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at com.sun.forte4j.modules.dbmodel.jdbcimpl.ConnectionProvider.<init>(Co
    nnectionProvider.java:38)
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSch
    ema.java:130)
    at com.sun.jdo.spi.persistence.support.ejb.util.CaptureSchemaWrapper.mai
    n(CaptureSchemaWrapper.java:29)
    Thanks for your help!

    You need to add the pbclient.jar or some similar name like that, in the CalssPath.

  • I have I.O.S. 6.0.1 and i live in Georgia, Tbilisi. I have got the problem with maps. It does not get directions. Per exemple it was working in italy but in my cuntry it does not work. Could u explain me what can i do to make my maps work in Georgia?

    I have I.O.S. 6.0.1 and i live in Georgia, Tbilisi. I have got the problem with maps. It does not get directions. Per exemple it was working in italy but in my cuntry it does not work. Could u explain me what can i do to make my maps work in Georgia?
    Thank u

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"

  • Problem with Map Loader 3.0.28.0 and 5800XM

    Hi all, i have a problem with maps upload to my mobile, whenever i start Map Loader i see a message: You have connected at least one phone (Soft) without a Maps drive. Either you are using an old Map version - .. - or have never started your Maps application... I use USB PC-Suite mode, I have had run Maps application on my phone before i try to connect Map Loader, the Maps version installed on the phone is v3.03 10wk01 b05 - so that's obviously not a reason!! Now i can't install new maps anymore - i just can click this error window away and choose some maps, they would be downloaded from the Internet, but  they would not appear on my mobile! With a previous version of the map loader (don't know the version number any more, and previous maps version on the phone, i have no problem)            I also need a link to Maps Updater due the Nokia site malfunction - couldn't find this software anymore.... sorry my poor english :-)
    Nokia users - the biggest beta test community of the world!

    Problem solved! The STUPID software searchs for ALL mass storage devices attached to your computer, so I got error messages all the time until I unplug my USB Hard drive.    
    Thank you Nokia guys, your were great help by solving this problem   .....  
    By the way,  the STUPID software doesn't shows the maps that would be all ready installed on the phone, and you couldn't say that the upload of the maps was really successful  until you waisting your time watching the progress bar to the end.
      I wouldn't be suprise if you can install the same map twice so it takes the twice space....
    regards, and sorry for my poor english
    Nokia users - the biggest beta test community of the world!

  • A Problem with Maps in OS 6 (New iPhone too)

    I read on abc.com that there is a big problem with the Maps app on the iPhone 5.  Not sure if it is in all devices running OS 6 but I would think so.  has anybody heard about this?  Anybody heard if a remedy is on the way?
    I am also wondering if people are sleeping out at the Apple Stores? I do not have a TV so I can't watch the local news.  I called the local Apple Store and this afternoon the Apple rep who answered the phone said if you want one you better come and get in line.  I askd if they plan to have a workshop (free) for the new iPhone 5 and he said NO.  I doubt that.

    NObodE wrote:
    I read on abc.com that there is a big problem with the Maps app on the iPhone 5.  Not sure if it is in all devices running OS 6 but I would think so.  has anybody heard about this?  Anybody heard if a remedy is on the way?
    No, no one has heard anything.  Seriously, have you even tried using the Search Discussions box at the upper right of this page? Or just scrolled down the page and looked at the threads about the Maps app?

  • Problems with Mapping Tool in Tutorial

    Hello,
    I am having problems with section 2.3 in the tutorial, even with the
    completed solutions of the tutorial. In particular, I cannot add Rabbit
    and Snake to the petshop. I get the following errors:
    C:\Apps\kodo-jdo-3.1.2\tutorial\solutions>javac *.java
    C:\Apps\kodo-jdo-3.1.2\tutorial\solutions>jdoc package.jdo
    578 INFO [main] kodo.Tool - JDO enhancer running on type "class
    tutorial.Animal".
    907 INFO [main] kodo.Tool - The class is already persistence capable -
    no enhancement performed.
    907 INFO [main] kodo.Tool - JDO enhancer running on type "class
    tutorial.Dog".
    907 INFO [main] kodo.Tool - The class is already persistence capable -
    no enhancement performed.
    907 INFO [main] kodo.Tool - JDO enhancer running on type "class
    tutorial.Rabbit".
    985 WARN [main] kodo.Enhance - Type "class tutorial.Rabbit" has no
    metadata; enhancing as persistence aware. If you intended for "class
    tutorial.Rabbit" to be persistence-capable, then this means that Kodo
    could not find any JDO metadata for "class tutorial.Rabbit". This can
    happen if the directory containing your metadata is not in your CLASSPATH,
    or if your JDO metadata files are not named in accordance with the JDO
    specification. See the Metadata Placement section of the Java Data Objects
    documentation distributed with Kodo JDO for more information.
    985 INFO [main] kodo.Tool - The class does not have JDO metadata -
    enhanced as persistence-aware.
    1063 INFO [main] kodo.Tool - JDO enhancer running on type "class
    tutorial.Snake".
    1094 WARN [main] kodo.Enhance - Type "class tutorial.Snake" has no
    metadata; enhancing as persistence aware. If you intended for "class
    tutorial.Snake" to be persistence-capable, then this means that Kodo could
    not find any JDO metadata for "class tutorial.Snake". This can happen if
    the directory containing your metadata is not in your CLASSPATH, or if
    your JDO metadata files are not named in accordance with the JDO
    specification. See the Metadata Placement section of the Java Data Objects
    do
    cumentation distributed with Kodo JDO for more information.
    1094 INFO [main] kodo.Tool - The class does not have JDO metadata -
    enhanced as persistence-aware.
    C:\Apps\kodo-jdo-3.1.2\tutorial\solutions>mappingtool -action refresh
    package.jdo
    3812 INFO [main] kodo.Tool - Mapping tool running on type "class
    tutorial.Animal" with action "refresh".
    4047 WARN [main] kodo.MetaData - There has been a change to the
    definition of "tutorial.Animal" or its schema since it was last mapped, or
    the mapping you defined is invalid: "The table "ANIMAL" specified in the
    mapping for type "tutorial.Animal" does not exist."
    4062 WARN [main] kodo.MetaData - There has been a change to the
    definition of "tutorial.Animal.<version-indicator>" or its schema since it
    was last mapped, or the mapping you defined is invalid: "The "column"
    attribute/extension for the version indicator on type
    "tutorial.Animal.<version-indicator>" is missing or names a column
    "JDOVERSION" that does not exist."
    4062 WARN [main] kodo.MetaData - There has been a change to the
    definition of "tutorial.Animal.<class-indicator>" or its schema since it
    was last mapped, or the mapping you defined is invalid: "The
    "class-column" attribute/extension for the class indicator on type
    "tutorial.Animal.<class-indicator>" is missing or names a column that does
    not exist."
    4062 WARN [main] kodo.MetaData - There has been a change to the
    definition of "tutorial.Animal.name" or its schema since it was last
    mapped, or the mapping you defined is invalid: "The "column"
    attribute/extension for field "tutorial.Animal.name" is missing or names a
    column "NAME0" in table "ANIMAL" that does not exist."
    4062 WARN [main] kodo.MetaData - There has been a change to the
    definition of "tutorial.Animal.price" or its schema since it was last
    mapped, or the mapping you defined is invalid: "The "column"
    attribute/extension for field "tutorial.Animal.price" is missing or names
    a column "PRICE" in table "ANIMAL" that does not exist."
    4078 INFO [main] kodo.Tool - Mapping tool running on type "class
    tutorial.Dog" with action "refresh".
    4078 INFO [main] kodo.Tool - Mapping tool running on type "class
    tutorial.Rabbit" with action "refresh".
    Exception in thread "main" kodo.meta.JDOMetaDataNotFoundException: No JDO
    metadata was found for type "class tutorial.Rabbit". Ensure that your JDO
    metadata files are accessible via resource lookup at runtime (typically
    this means they must be in your CLASSPATH), and that they are located in
    one of the JDO standard locations.
    at
    kodo.meta.JDOMetaDataRepositoryImpl.getMetaData(JDOMetaDataRepositoryImpl.java:131)
    at
    kodo.meta.DelegatingJDOMetaDataRepository.getMetaData(DelegatingJDOMetaDataRepository.java:123)
    at
    kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:161)
    at kodo.jdbc.meta.MappingTool.refresh(MappingTool.java:576)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:909)
    at kodo.jdbc.meta.MappingTool.run(MappingTool.java:850)
    at kodo.jdbc.meta.MappingTool.main(MappingTool.java:783)
    C:\Apps\kodo-jdo-3.1.2\tutorial\solutions>

    It sounds like your CLASSPATH is not set up correctly. Did you follow
    the instructions in the README for setting up your environment?

  • Contact Sheet problems with LR 1.3.1 for MAC

    Hey,
    When I'm saving my contact sheets as PDF files in "Draft Mode Printing" mode about 20% of all the images comes out blurry. It looks just like they are out of focus, this occurs every time I do contact sheets in LR and uses "Draft Mode Printing" Sometimes its less then 20% sometimes its more.
    I run LR on a Macbook Pro wih 4 Gb RAM, OS X, 3,5 Gb harddisk space left on computer.
    Do anyone else have problems with this?
    /Martin!

    If you make contacts with full quality, same thing? How many images per page?
    You are very close to the edge in running out of HD space needed for VM and scratch space, if not already over the theoretical limit.....

  • Contacts synchronization problem with 9860

    Good evening
    I would like your help regarding a problem i face with my 9860. I have downloaded the desktop software from the official website and tried to synchronize contacts, pictures & music with mu pc.....
    When trying contacts, it seems to start synchronizing but the procedure is freezing for ages somewhere in the middle (122/224 records)....i do never get an error message and the only solution is to cancel which also takes ages..I have tried to unistall / reinstall the desktop software but the problem still exists.
    Any ideas?

    Hi zygoual,
    Welcome to the BB Community...
    If ur facing such issue wth contacts sync, and the priority is to have a backup of ur contacts, then i wud suggest u to download apps that takes a backup of ur contacts and other things n keeps them to ur memory card...
    Later, if u even reinstall ur OS n loose the contacts n other things, u just have to install that particular app(cz reinstallation deletes all the Apps that u have installed) from which u have taken the backup n just restore them from ur memory card through that App...
    Some such Apps are "Contacts to Excel", "Data Backup" etc...There are lots n lots of such apps in the BB app world...choose then one which will best suit ur need...
    with regards
    simply abhik...
    Please click "Accept as Solution" if your issue has been solved and to give thanks/appreciation, click thumbs up...
    For BB OS update: http://us.blackberry.com/software/smartphones/update.html
    BB Simulators: http://us.blackberry.com/sites/developers/resources/simulators.html

  • Problems with Maps 2.0, favorites look-up and adre...

    I have the latest version of Nokia Maps (v2.0 wk26 b02) installed on my N82 some days ago. But now i have problems with adress search. I often notice that adresses that i try to search for, returns no results. This problem appears even if i can see the see the adress on the map, and even if i am connected to a network.
    And if i sometimes find an adress, and try to the function "show location on map", nothing happens...
    This also apply to some of the favorites that i saved earlier. For instance i have saved several places where my family live, but only one of two them can is now working as they did before. When i try the same function "show location on map", nothing happens...
    I even try to save new locations but the problem is still there. When i try to show the locations on map nothing happens.
    Is it only me that have this problem? Is there anyone that have an solution to this problem, or is it a bug that comes with the latest version og Nokia Maps?
    Solved!
    Go to Solution.

    Hi again.
    After a long time with trying and failing with solving this problem, and installed the latest maps 2.0 application all over again, and even installing the 1.0 application nothing helped.
    I even updated the firmware on the phone, but nothing helped. Nothing helped at all.
    But suddenly, with all these mapsproblems something else happened to. You know the multimediabutton on the front, (the one that is a little higher than the others) suddenly wouldn't work at all. If i pushed it the dislplay only "blinked" for a second, and then returned to the normal display again.
    So to solve all problems i decided to use the *#7370# function to reset the phone completely (after i backed up my data of course). Suddenly everything is working again.
    After this i upgraded to the maps 2.0 latest, and installed all my applicatons again. I can now search adresses again and see them on the map, i can save favourites and view them on the map....
    And now my multimediabutton is back to normal again aswell.
    So the problem is now solved :-)

  • Nokia 6230 Contacts Sync Problem with Outlook

    I have a Nokia 6230 and used to sync my contacts with outlook using PCSYNC. Now I receive a message that sync is completed but only 1 or 2 contacts are copied to the outlook (always the same ones). I have already updated the PC Synch version many times, tried to change configurations on PC Sync and on the phone, created new folders on outlook and sync profiles, cleaned the configuration files on "documents and settings" folder, contacted Nokia phone suport in Brazil, but nothing worked.
    I use Windows 2000 SP4 in English, connect through Infrared and have the 6.81.13.0 version of PC Sync (I have already tried many other versions). I'm using Phone memory. When I use PC Sync explorer those same few contacts that are synchronized are the only ones that I can see in the contacts folder.
    I think the problem is in some configuration file in Windows environment or I have a problem with the phone set.
    Please if anyone could help me I would apreciate. I have lost many hours trying to fix that problem.

    Today I searched through the discussions and found many other users with the same problem (Himalaya2050, Marbru, tugrulislier). Almost everybody using Nokia6230 and using international character set, maybe the root cause for the sync problem.
    I think Nokia should have a tested fix for that problem.
    Was the phone update the solution for other users? Do you have any feedback? I haven't found in the discussions any user with that problem solved.
    When I first contact Nokia support in Brazil they told me to do many time consuming procedures (reinstall and update PC sw many times) that didn't worked and didn't make sense for me, as the sync was working with previous version. So I don't want to try another non tested solution, because I will have to go to a tech assistance, wait and probably loose all the information stored on the phone.
    I think I will have to exchange my phone ...

  • Sync contacts/calendar problem with 160gb classic

    I've been unable to successfully sync contacts and calendars with my Windows PC (running XP).
    I am using software version 1.1.1 and iTunes version 7.6.0.29.
    When I try and sync with my Outlook calendar, the iPod/iTunes appears to be syncing. When I disconnect the iPod and look in the calendar, no events are saved. When trying to sync contacts, I check the "sync contacts from" box and then pull down to "microsoft outlook". As soon as I attempt to hit the "microsoft outlook" pull-down, iTunes freezes. I've not had any issues syncing music, podcasts, etc.
    Thanks in advance for your help!

    The easy way is just to do a restore. In the future, I wouldn't work on my iTunes library files while the iPod is connected. It seems to me that iTunes already uses a HUGE chunk of system resources, and having the iPod connected just uses even more. Then when you start changing ID3 tags ("Get Info"), it can really cause the system to CHUG. If you don't believe me, try just changing one ID3 tag on a 1.5GB movie file. iTunes practically takes over the computer until it's darned good and ready to do something else.
    Or, I'd download [Tagger|http://tvtagger.wordpress.com>, which doesn't use nearly as many resources as iTunes, and allows you to edit many more ID3 fields than iTunes does.

  • E75 - Contacts. Problem with cache

    Hey there
    I've got my brand new E75 and I'm quit happy with it but there is a very strange problem. When I open the contactsmenu and try to search after some names it shows me the errormessage that the cache will be bbuild up soon. I should try it later. But I've been waiting since yesterday and it shows me all the time the same message. Is that a bug oder a system error or is that the problem with guy in front of the device???
    Sorry for my bad english ... I'm just a german 
    Regards from the sunny baltic coast 
    Uli

    Hi Uli,
    Please read through following  thread ignore there comments about simcard (that's pure coinsidence)
    Most probably you will have to give it more time, but as usertein as it sounds - noone just knows it for sure.
    Just for sake of asking - did you upgraded firmware to the last version already? do that if you didn't.
    # if you have found my comment useful please click on KUDOS! button #

Maybe you are looking for

  • Info records not active?

    Hello all, The buyer created a PO and the price was different from the OA. InfoUpdate was both set to C for contract and PO. The InfoRecord (P.Org.1 data - condition) was created with the PO price. Not sure if this is supposed to behave. And the PO n

  • Run report without network

    hello every one i want to run report on stand alone machine without network from forms but alwayes give me error ?

  • BASIC authentication and web client problems

    I have a very simple web service that is working. Now before attempting to use SSL, I want to test authenticating using BASIC authentication. I’ve made the changes to web.xml and even though the other web service pages authenticate ok (ex. http://loc

  • PCD error SAP EP 2004S, SP14

    Hi, After upgrading from SP10 to SP14 on our 2004s portal, we get the following PCD error when accessing the dynamic content of a deltalinked page: Exception ID:10:45_28/05/08_0013_16931450 [EXCEPTION] com.sapportals.portal.prt.component.PortalCompon

  • Premiere CC won't start up past the splash screen, but Photoshop CC works perfectly.   For Mac.

    I tried to open the crash report (saved as a word document) but it won't let me. Anyone with any insight on how I can get this going asap?  I would die if this could be fixed very very quickly!