![]() |
Backing up Ovi Maps downloads (N9)
As Nokia is now getting serious with shutting down the N9 infrastructure, I'm wondering if anyone thought about backing up all Ovi Maps country downloads. Especially how to proceed in doing so.
Usually I have only three to four countries installed, because the startup time of the app get very long with a long list of countries on the device. Anyone tried to installed more (all) countries and then move them out of the device and maybe modifying some configuration file, eventually moving them back? -- erik |
Re: Backing up Ovi Maps downloads (N9)
let's hope those resources are also used on wp ... and will remain
but 1st i would suggest to create a list of urls ... |
Re: Backing up Ovi Maps downloads (N9)
Where we can get this urls ? In which format maps download to the phone?
If this Deb file, we can simply catch thus file.. |
Re: Backing up Ovi Maps downloads (N9)
on my E71 i downloaded all zips and decompressed all in folder cities and it worked. will see if its the same on my N9. Later i put the url's
|
Is it possible to get wp here data for MeeGo or possibly meamo cause they are more better and updated !!!!
|
This seems like one of the many services that we might lose when Nokia shuts the servers down. Is there a thread for community replacements? We don't have a lot of time anymore.
|
Re: Backing up Ovi Maps downloads (N9)
I guess that if somebody downloads a map while in their home WLAN, using a local proxy that logs all accesses (or looking at router logs), it should be possible to find out the URLs from where the maps are fetched...
|
Re: Backing up Ovi Maps downloads (N9)
I had this in scripts :
link="maploaderzip-00.02.43.117/5821.zip" url="http://static.maploader.maps.svc.ovi.com/map5/${link}" cd $HOME/MyDocs/cities && wget -c "$url" cd $HOME/MyDocs/cities/diskcache && unzip ../*.zip more at : http://talk.maemo.org/showthread.php?t=86801 http://www.mobilephonetalk.com/archi...p/t-95618.html |
Got the link to v.0.2.46.103
But cant get v.0.2.50.103 :( http://forum.dailymobile.net/index.php?topic=72502.0 |
Re: Backing up Ovi Maps downloads (N9)
Works for me, but y only download 1 to 5.zip and more Europe.zip, Africa.zip, Asia.zip, AustraliaOciania.zip SouthAmeric.zip and finally NorthAmercia.zip
The others more specific Countrys you have to seek the codes from catalog-00.02.50.103.pdf |
Re: Backing up Ovi Maps downloads (N9)
What the latest one ?
maploaderzip-00.02.50.103 or maploaderzip-00.02.49.104 (this one in my phone) PS. Ok, I saw udate in maps app. the current is maploaderzip-00.02.50.103 |
Re: Backing up Ovi Maps downloads (N9)
I think the update is out since 2 month more or less. But you have to seek manually an the Maps-App.
Iam downloading actually all maps of my NAS and hope thats the same system like in Symbian and we have only inflate all desired Countrys in the cities-folder. |
Re: Backing up Ovi Maps downloads (N9)
Do any of you have issues with the n9 and nokia suite when installing maps ? As in its stops during downloading, telling you to reboot or that you might have an error with the maps on your phone?
|
Re: Backing up Ovi Maps downloads (N9)
1 Attachment(s)
Ok, i created a little app for downloading/extracting maps files (zip).
Standard installation... Map downloader v0.0.5 Also, you can download from my repo... Downloaded file will be found in: /home/user/MyDocs/cities/downloadmap It have dependencies: wget, bash. If you install it via terminal, run this command at the end: Code:
apt-get install -f PS. I don't know if this enough just extract from zip to: /home/user/MyDocs/cities/diskcache. Because in this folder we have some other files that we NOT have in downloaded zip files... Also, someone know how to download voices that also should be in this folder ? PS 2. Manual downloading directly to PC. 1. Open file: Code:
/home/user/MyDocs/cities/MapLoader/catalog-00.02.50.103.xml 3. Now use this link to download: Code:
http://static.maploader.maps.svc.ovi.com/map5/maploaderzip-00.02.50.103/YOUR.zip Country: Arizona You will see: Code:
< File Description="Arizona" Id="10003" Zip="10003.zip" Link="maploaderzip-00.02.50.103/10003.zip" ZipFileSize="51742863" /> Download: Code:
http://static.maploader.maps.svc.ovi.com/map5/maploaderzip-00.02.50.103/10003.zip |
Great!!!
Bug???: Code:
warning, in file '/var/lib/dpkg/available' near line 80 package 'speedtest': Code:
nsert country name: |
Re: Backing up Ovi Maps downloads (N9)
Oh.. I forgot to write, it have dependencies: wget, bash, unzip.
If you install it via terminal, run this command at the end: apt-get install -f |
Re: Backing up Ovi Maps downloads (N9)
|
Re: Backing up Ovi Maps downloads (N9)
New version: Map downloader v0.0.2
* unzip removed from dependencies and added to the package. Will be installed automatically on your first run of app (if it not installed on your device). * some small fixes. |
How can i install wget (mirror needed!!!)
Code:
# apt-get install -f |
Re: Backing up Ovi Maps downloads (N9)
It installed for me without any problem from official repo..
You also can install wget from n9qt package. |
Re: Backing up Ovi Maps downloads (N9)
Quote:
https://openrepos.net/content/nieldk/wget |
Re: Backing up Ovi Maps downloads (N9)
Here I found a few links of voices
But I'm sure it's not a full list... Some one know where we can find the full list ? Maybe somewhere on the phone like this file: /home/user/MyDocs/cities/MapLoader/catalog-00.02.50.103.xml where we can see all countries names and zips of this maps. I want to see a full list of available voices with direct links :) And maybe I will add them also to the Map downloader... |
Re: Backing up Ovi Maps downloads (N9)
Schturman in addition to direct voices link there is need index direct links. I can't find both of them for now.
You can catch all via fiddler. Eg russian female voice direct link http://static.mos.svc.ovi.com/voicef.../russian_f.zip So we need replace zip file names to other one to catch all of them. There is voice_catalog.eng file in device and it catch everytime Nokia suite rans but it encripted or archived with some method I don't know. |
@schturman can we make a mirror of the links???
They might die anytime!!!! Backup?? And option to download all!!! |
Re: Backing up Ovi Maps downloads (N9)
This might be something to add to n9 QuickTweak? :)
|
Re: Backing up Ovi Maps downloads (N9)
Quote:
http://static.s2g.gate5.de/navigatio...E_ZIP_FILE.zip All this links work, but I'm sure it's not a full list of available languages... We need somehow read this file: voice_catalog.eng to see this full list. zaidk9, Just download the to PC and save. Or upload them somewhere to download later ;) |
Re: Backing up Ovi Maps downloads (N9)
Quote:
|
Re: Backing up Ovi Maps downloads (N9)
Quote:
If we will find a full lust I will update downloader... |
Re: Backing up Ovi Maps downloads (N9)
Checking N9 Drive in english and this list y have more
http://static.mos.svc.ovi.com/voicef...ungarian_m.zip http://static.mos.svc.ovi.com/voicef...celandic_f.zip http://static.mos.svc.ovi.com/voicef.../serbian_m.zip http://static.mos.svc.ovi.com/voicef.../swahili_m.zip http://static.mos.svc.ovi.com/voicef.../tagalog_f.zip http://static.mos.svc.ovi.com/voicef...krainian_f.zip http://static.mos.svc.ovi.com/voicef...etnamese_f.zip Question: tts are the voice with streetnames? Found it in russian So all what we can download inside DRIVE with the option with streetnames we have to change the link with tts like in russian and we have all. Only Surfer Dude i didnt can create the right link. Someone have more luck? Ah and Spanish Latinamercia also failed First try was wget http://static.mos.svc.ovi.com/voicefiles/2.0/*.zip But it doesnt work ;) |
Re: Backing up Ovi Maps downloads (N9)
Quote:
Surfer Dude http://static.mos.svc.ovi.com/voicefiles/2.0/dude_m.zip Spanish LAT only one female with no TTS http://static.mos.svc.ovi.com/voicef...sh_latin_f.zip |
Re: Backing up Ovi Maps downloads (N9)
Thanks, i will update my previous post with toolkit links too.
Yes, tts its voice with street name. I'm not tested to other languages, but maybe you're right and we just need to rename the zip files to get it. You can't download all in one shot, you should write specific file name. |
Re: Backing up Ovi Maps downloads (N9)
1 Attachment(s)
Ok guys I catch them all. As you may see not all of it have TTS. and I have still question about Index files containing street search and POI.
I have no clue when it download to phone. It's full voices direct url list from Nokia suite in attached file. |
Re: Backing up Ovi Maps downloads (N9)
Thanks, i will add it to downloader..
|
Re: Backing up Ovi Maps downloads (N9)
I already have downloaded some countries in Nokia maps ex. Denmark and Sweden.
What will happen when using maps if now download same countries with MAP downloader?:confused: |
Re: Backing up Ovi Maps downloads (N9)
Don't know, never tried. This app give you possibility to download maps in .zip format and extract it to the right folder.. That all..
|
Re: Backing up Ovi Maps downloads (N9)
Schturman I just think voices list may be changed if Nokia adds new voices. I'm pretty sure it's not often event but it's possible nah? Anyway it's easy to catch new of them as I suggest.
|
Re: Backing up Ovi Maps downloads (N9)
Nevermind, it's enough for now ;)
Thanks |
Re: Backing up Ovi Maps downloads (N9)
Quote:
One thing, the maps go into /opt while downloading. The root partition isn't very big, so downloading too big a set of maps (say, a large chunk of Europe ;)) will fill it, stopping the download, and jamming app installs up until you find and delete the files manually. Maybe using MyDocs instead would help, as this usually has more free space? |
Re: Backing up Ovi Maps downloads (N9)
Quote:
I will change soon it to MyDocs... |
All times are GMT. The time now is 01:08. |
vBulletin® Version 3.8.8