Nokia Maps 3.0 not intall or run in Nokia 5530

Despite the website Nokia Maps 3.0 available for download once you choose the Nokia 5530, the file appears to be or is totally incompatible with the model.

http://europe.nokia.com/support/product-support/maps-support/compatibility-and-download?intc=ncomsup...
If you want to thank someone, just click on the blue star at the bottom of their post

Similar Messages

  • Nokia Maps, Satelite View not working???

    Hello,
    i'm new to Nokia Maps and i wonder how i can use Nokia Maps with Satelliteview?
    If i switch to Sateliteview i don't see any Pictures, i just see a yellow-green-something area, but no satelite-pictures.
    I also downloaded some maps to my device. No Change also, if i am online through Wifi or on offline mode.
    So, how can i see satelite pictures?
    Hope someone can help out on this?!

    26-Nov-2008 10:19 AM
    smoketoomuch wrote:
    ...And it uses quite a lot of data traffic...
    Exactly, so if you don't have a data plan and use the sat images a lot then you'll get charged a lot.
    Grayburn @ www.nokiausers.net & www.dailymobile.se....come say Hello!!!
    If you appreciate ANY help from a member,then show it by clicking on the Blue Star button, cheers

  • N76 Nokia Maps ERROR - STILL not fixed

    My N76 has been updated to the latest firmware, but the nokia map application available on the nokia site is not compatible. It says Update Error, and I don't know why. I've used it on my other phones (n5800 and N97), but it won't install on my N76.
    There has already been a post about this, but no solution has been given. This is really an emergency.
    Any help would be appreciated.
    Cheers
    -Freshie

    One of the few issues with Acrobat 9 that is peeking above the radar is the C++ error when launching Acrobat 9. There are two things that seem to be resolving the issue. One is to uninstall, delete all Acrobat leftovers, and then reinstall. However the solution that seems to be fixing more cases is a new admin user. According to Scott Worthington several of his cases were caused by users not having the correct permissions. That is they were domain admins instead of local admins. The best way to create a new admin user in these cases is to use the "back door" approach of creating the new user thru Administrative Tools/Computer Management. In the Computer Management window right-click on Users under Local Users and Groups and from the context menu choose New User. Fill out the fields at the top of the window and then uncheck User must change password at next logon. After the new user is created right click on the new user name and choose Properties from the context menu. Go to the Member Of tab and click New then add Administrators to the list. Use the "Check Names" button to make sure the group name is correct.If it is correct it will become underlined. It needs to be capitalized and must have an "s" on the end. Click Apply and then OK.

  • Transferred route from Nokia Maps to phone not the...

    I planed a route on the Nokia Maps site with a couple of waypoints and some options (no toll roads, no motorways) to get it the way I wanted.
    Then I did the synchronization of favorites on the phone and the route was there. But when I tried to open the route on the phone the "Calculating route" message appears and the route that shows up is COMPLETELY different from the one on the Nokia Maps: different roads, strange ways to get to the waypoints, ... In short I can not use this route on the phone as I would like.
    Is there a way to transfer complete route AS IS from Nokia Maps to the phone Maps application?

    Well I don't get it - why is there a need to do the route calculation twice? I would expect that once the route is calculated on a PC (including the directions) it would be transferred in some kind of way to the device as is (like transferring gpx files to the GPS device).
    Anyway, even if it is so that the device recalculate the route once again I really don't understand why the same route gets completely different shape on the device then on the PC/Web. One would expect the calculation from the same provider (Nokia Maps) yields the same results regardless of where it is executed.

  • Nokia Maps 2.0 not working

    Hi,
    I've been using Nokia Maps 1.0 (including voice naviagtion) without any problems whatsoever for three weeks or so...since I got my new E65.
    No I downloaded Maps 2.0 so as to be up-to-date....and now I can't make it work. I completed the installation and although it appears on my installed applications list it won't open and there is n Nokia Maps graphic, so something must be wrong.
    Any ideas. I guess I'll go back to Maps 1.0 but I really wanted to give 2.0 a try

    Hi,
    I can't exactly pinpoint what was that final "move" that worked.....but I'll tell you more or less all of which I did.
    First of all I installed the Maps 2.0 file you're supposed to use when you have a previous version installed. So this didn't work. I tried deleting maps from the app.manager but just as it was about to complete the uninstall process it said there was an error.
    Following a recommendation in Maps 2.0 FAQ's I erased the "cities" folder in my memory card. Afterwards I re-installed Maps 1.0. After doing this if I went into the app. manager Maps 2 would still show on the list, but it said "not installed"....even so I tried uninstalling and it worked. After this I then uninstalled the other Maps application that showed up on the list, presumably version 1.
    After doing all of this I then tried going to maps.nokia.com to download the original version...I was unable to get the website working. I don't know if it was something do with my phone or not, so I re-installed Maps 1 using Nokia PC Suite and the downloaded Map Loader to get my maps again...remember to get the Map Loader from maps.nokia.com and not the one from the Beta Labs website.
    This is more or less all of what I did yesterday night...let us know how you do and if you find a quicker way to get rid of Maps 2.

  • Nokia Maps 3 does not save settings

    Just popped out the official version and the problem, back from bet labs days, is still there:
    - you change map orientation
    - you change 2D/3D mode
    - you change other settings.
    - you exit Maps
    Once you launch again the program, all settings are back to defaults.
    Do you believe a dev team did not test this? How possible?

    http://europe.nokia.com/support/product-support/maps-support/compatibility-and-download?intc=ncomsup...
    If you want to thank someone, just click on the blue star at the bottom of their post

  • Item state change events - notification not recd when run on nokia phone

    I have a Form which implements ItemStateListener and its registered to receive item state change events. The Form has a text field which needs to be enabled/disabled based on certain ChoiceGroup element being selected. The code works fine on emulator, however I don't receive event notification in itemStateChanged() on series 60 nokia devices when a new ChoiceGroup element gets selected. Has anyone faced a similar problem? Is there any solution for this? The profile used in my project is CLDC 1.1 and MIDP 2.0.

    I faced a similar problem on Motorola ROKR E6. Turned out that ItemStateListener was working only as long as the first form to be displayed remained current -- once I setCurrent another Form, the app stopped responding to itemStateChanged.
    The workaround I adopted was to remove Items from the Form and add new Items, giving the illusion of the next form being displayed. It would be interesting to know whether that works for you and whether anyone has faced the same problem with any other handset.
    I have subsequently come to know that Motorola have marked my bug report as "solved" -- but have not offered me any option to update my handset with a bug-free version.
    btw, calling setConstraints on a TextField can throw a NullPointerException. My workaround for that was to setText("") in the itemStateChanged in lieu of setConstraints (TextField.UNEDITABLE).
    luck, db

  • Nokia 5800- nokia maps v3.06 not working

    When I install it it was working for the first 2 weeks but for now it is not working when I press on my position button I says Searching for position and after 20 min still searching for position..
    and I reinstall it and reset it and it is still not working...
    please help me solve this..
    thanks
    Solved!
    Go to Solution.

    Are you sure you are trying it the same way when it worked last time ? What I mean is ..is it at the SAME place or under SAME conditions ? For GPS to work with Integrated GPS Positioning .. you MUST go to an area open to sky.. launch the application and wait.. If the location is having tall buildings / trees and /or the weather is cloudy / rainy, then you may have to wait for quite a long time..

  • Nokia Maps for 6110

    Is the nokia maps download software compatible for my nokia 6110? i usually travel to asia like indonesia, malaysia and the philippines. where can i get maps for asian countries. pls help. thanks.

    Hey there,
    you just goto to the following Nokia website and Download Nokia Maploader(the latest version1.2.1)on your PC and put the miniSD card into you N6110 and connect your nokia 6110 with your pc and select mas storage/data storage mode and after install Nokia map loader software in you PC, run the nokia map loader software.Select maps tab>select Asia and from there, select your dersired country/countries and select download option from the right hand bottom corner of the map loader software
    the weblink is: http://europe.nokia.com/link?cid=PLAIN_TEXT_357071
    if anything else you needed to know then follow the Nokia map loader user guide

  • According to nokia maps , half my city is on water

    i'm using a 6110 navigator with the latest nokia maps for navigation around Alexandria, Egypt. according to nokia maps a great part of the city, although showing streets and names is on water. in other words the map design shows blue water underneath a great part of the city's costal line with streets and complete blocks of buildings shown to exist on water.
    this disturbing visual problem exist in the newest egypt map "8.1 Mb". has anyone else noticed this???
    Fear not those who argue but those who dodge

    I sent my N97 (RM-507) off to the NokiaUSA care center a few weeks ago for the GPS antenna shielding fix.
    This past week I updated to v20 firmware, did a hard reset and reinstalled all applications from scratch, including the Maps for the USA.
    I'm running Nokia Maps 3.01 09wk30 b02
    and Maps data version 0.1.22.103
    Testing the GPS this morning....outside, no obstructions, clear blue sky....I get 5-9 green bars on the satellite fix, but my position keeps jumping around (including the altitude per Locations) and is 30-40 yards EAST of my actual position relative to the map background.
    Using the Search function to locate my actual numeric address, the Maps application puts that about 30-40 yards WEST of the background indication based on the map background.
    Thus the total map accuracy is 60-80 yards off EAST/WEST in terms of displayed position versus numerical address!!!
    For comparison, I ran a test using Google Maps and allowed it to use the N97's GPS.  Not surprising, it located my position quickly and accurately within about 8-10 yards, though it did continuing moving a bit but never more than about 2-3 yards at a time. 
    I am running out of patience with Nokia.  The N97 has been out since July 2009 and their Maps software and GPS drivers are probably the worst that I've ever seen in terms of accuracy and stability.
    I hear of others using Garmin software on their N97, but until I'm certain beyond a shadow-of-a-doubt that the N97's GPS hardware is stable, accurate and dependable I really don't want to spend the extra money for a 3rd party program and I definitely won't be spending any money on Nokia Map navigation license.

  • Using Nokia Map Loader With the E65

    I bought an E65 not long ago, and I've been trying to figure out the Navigator program for some time now.
    I've been told that the E65 navigator is an integrated version of Nokia Maps, but I can't get Nokia map loader to recognise that there's a removable storage card plugged into the computer (both an SD card in a card reader, and my E65 in data transfer mode.).
    I don't want to use it as a full blown navigator, just as a way to view road maps on the go, so my choice of programs is limited to just Nokia Maps.
    Is there a way to make Nokia Map Loader recognise the card? I've used both versions 1.0w and 1.1g but both tell me that there are no cards connected to the computer.
    Thanks in advance.

    Hi lordjaffa
    Have you run Nokia Maps application on your E65 at least once with memory card in phone, to define folder structure required by Maploader on it?
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Reinstallation of Nokia Maps for Nokia 5800

    I have installed a wrong version of Nokia Maps (it is not for touch screen phone), so it doesn't work corectly.
    Can anyone tell me how can I reinstall the application with the correct version, so I can use the application.
    On the Nokia Maps website I cannot select the Nokia 5800 to download it. 

    Hi pizhov
    Which firmware version is your 5800 running as could have bearing on solution? 
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • N78 problem with nokia maps

    Yesterday I bought my new nokia n78.
    After I downloaded and installed the nokia maps updat, when I try to run nokia maps, it does not load...
    I tried to update the firmware but nothing changed... does anybody know what to do?

    http://europe.nokia.com/explore-services/maps/download
    go here you will find all you need to install v. 3.0 beta that i currently use and am pretty happy with
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • N82 Nokia Maps update fail

    Hi, 
    I have a problem with my phone. The phone was turned off by mistake during Nokia Maps update. Nokia Maps do not work at all now. When i push button "Maps", I don't get any reaction. Nothing happens. Could you please give me a piece of advice, how i can to reinstall Nokia Maps or something else? I was trying Nokia Maps Loader, but it did not help me...
    Solved!
    Go to Solution.

    Try reinstalling it using the same procedure you used whe updating. If this works fine but if it doesn't then you have to reinstall the previous version and then try updating again.
    Because Nokia Maps is embeded in the firmware, to reinstall the original Nokia Maps version, you have to reinstall the firmware. To do this, you have to use the *#7370# reformat phone code. Before reformatting you need to backup all data in your phone because your phone will be wiped. 
    After reinstalling the firmware, you will find that you are back to the previous version of Nokia Maps. Now try updating again. After you successfully update, delete the "Cities" folder on the memory card, use Nokia Maps at least once. Now finally you can use Map Loader to download latest maps.

  • N96 Nokia Maps "Voice" & Bluetooth car radio.

    Hi, I have a problem with Nokia Maps voice and Bluetooth car radio. Although the N96 voice call works well through the car radio (tevion md 814508, Bluetooth version 1.2) the nokia maps "voice' does not come through. Also I would like to stream my phones MP3 music as well.
    Any ideas?

    Hi confiture
    A bit of an update.
    Like johndub in his post I've found that if I switch the car stereo to aux I do hear a voice but really crackly and distorted. You can't really tell what 'he' is saying. Play some music with Car Menu/Music Player and it's clear. Switch the stereo to radio (or off) and the voice is gone.
    This obviously is quite a bug. Nokia not being exactly 'joined up' when it comes to their hardware and software releases again possibly?
    "If you start car menu and do not activate the music player, instead move straight to navigation, selecting your route etc then it will mute the radio and send the guidance down the mono channel like a phone call"
    Unfortunately I can assure you this doesn't happen.
    I have noticed there is a software update for the CK-300 but I don't have the correct cable for the job. Any idea where I could get this done? I found a link for Nokia installers on here a while ago but I'll be damned if I can find it now

Maybe you are looking for

  • RE: Legacy Integration with PI/Open

    Greg - We are currently working on wrappering the APIs for UniVerse (aka Pick on UNIX). We received some help from the guys at RTD in Denver. We tested out a C program that uses the Universe APIs and it works fine. We will be building the Forte piece

  • Sap to External System

    Hi friends, I am trying to call a Abap Function Module in C Program. In my C program i am getting an erro while executing. It has been compiled without errors, but i am facing linker error that "Undefined Symbol _RfcOpen". But i have included the pat

  • How create a tooltips in status bar icons

    the answer is in the title I want to create a tooltips on my application icon tray, in the status bar icon. I think that the solution is in the SDK, but i dont know to implement this code: source MSDN: #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) NO

  • Buffer Cache hit Ratio

    Hi All, My DB Version: 10.2.0 OS: Windows Server 2003 I run the following script to get Hit ratio's SELECT cur.inst_id, 'Buffer Cache Hit Ratio ' "Ratio", to_char(ROUND((1-(phy.value / (cur.value + con.value)))*100,2)) "Value" FROM gv$sysstat cur, gv

  • I know it was a blonde moment but now it's stuck.

    How do I get a small CD out of my Mac Book Pro?