Active Topics

 


Reply
Thread Tools
Posts: 479 | Thanked: 1,284 times | Joined on Jan 2012 @ Enschede, The Netherlands
#11
The script only imports/exports POIs/favorites you might have in another format. E.g. you could import a list of nearby trees, if you want to, and happen to have such a list. It has no online interaction nor will it help in finding specific POIs.
 

The Following User Says Thank You to Fuzzillogic For This Useful Post:
Posts: 1 | Thanked: 3 times | Joined on Apr 2013
#12
Hi,

Thanks for the work with the python script. It worked perfect for importing landmarks into the phone's database.

However, syncing with nokia maps (or as it's now, here.com) didn't work right away. After some tinkering, I noticed that for a new entry few additional zeroes need to be written into the database.

Code:
cursor.execute("insert into object (class_name, modified, version, sharing, linkmods, updeps, downdeps, no_sync) values ('location', 1, 0, 0, 0, 0, 0, 0)")
If you replace the command after #insert object with this, it will work. This will leave the timestamp field empty, but it does not seem to be required for the sync to work.
 

The Following 3 Users Say Thank You to JanneP For This Useful Post:
vitaminj's Avatar
Posts: 405 | Thanked: 961 times | Joined on Dec 2009 @ London, UK
#13
Thanks so much for this Fuzzillogic and JanneP, the script was an absolute lifesaver. Trying to get a list of POIs exported from GMaps to HERE at short notice - crazy that the only solution for "importing" into HERE is the above! Thanks again.
 

The Following User Says Thank You to vitaminj For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 23:06.