Active Topics

 


Reply
Thread Tools
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#11
Originally Posted by spag View Post
Is there no north up mode in Ovi Maps or has someone managed to prevent the map from spinning?
I love my N900 but the Maps application drives me crazy. Maybe OVI means crap in Finnish?
I've tried pinning the map with that compass gadget, but as soon as you let go of it the map spins again. I for the life of me am confused what that compass thing is for. This is a shame actually because the upgrade fix a number of my complaints with OVI maps.

Maemo! There's a BUG for that!

Sorry, couldn't resist, admittedly a low shot!

https://bugs.maemo.org/show_bug.cgi?id=8126

Can't believe nobody opened a bug yet!

Please vote for OUR bug! Let's get 'er fixed boyz, err and girlz!
 
Posts: 119 | Thanked: 15 times | Joined on Nov 2009 @ Manchester, UK
#12
I pesonaly think that ovi maps on N900 are seriously ****!!!
I love this phone to bits with all his bugs and lil issues but the maps oooh come on ovi nokia whoever done this get it sorted soom. Have other phone E71 at home and the maps are one of the best i ever came acros on phone when it gets to navigation or just searching. Why cant we get a proper functional maps on this n900 for all the money we pay to nokia......
 
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#13
Originally Posted by andy_x_net View Post
I pesonaly think that ovi maps on N900 are seriously ****!!!
I love this phone to bits with all his bugs and lil issues but the maps oooh come on ovi nokia whoever done this get it sorted soom. Have other phone E71 at home and the maps are one of the best i ever came acros on phone when it gets to navigation or just searching. Why cant we get a proper functional maps on this n900 for all the money we pay to nokia......
If the Maps app were what it should be and the Bluetooth reception didn't suck, I would be happy as the proverbial clam!
 
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#14
Originally Posted by andy_x_net View Post
I pesonaly think that ovi maps on N900 are seriously ****!!!
But ovi-maps seems to be partially written in JavaScript. Have set orientation=0 in /usr/share/nokia-maps/html/javascripts/nokia.maps.js and it seems like the maps are locked north up now.
 

The Following 9 Users Say Thank You to spag For This Useful Post:
Posts: 883 | Thanked: 980 times | Joined on Jul 2007 @ Bern, Switzerland
#15
Very interesting find, looks like Ovi Maps is a WRT/Webkit based app.
Done by gate5, the German Navi company (smart2go) they acquired >3 years ago.
__________________
-Tom (N900, N810, N800)

"the idea of truly having a computer in your pocket just moved a big step closer."

Last edited by twaelti; 2010-01-24 at 18:41.
 

The Following 2 Users Say Thank You to twaelti For This Useful Post:
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#16
Originally Posted by spag View Post
But ovi-maps seems to be partially written in JavaScript. Have set orientation=0 in /usr/share/nokia-maps/html/javascripts/nokia.maps.js and it seems like the maps are locked north up now.
Was this where you set 0?

var orientation=map.PRESERVE_ORIENTATION
 
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#17
Originally Posted by les_garten View Post
Was this where you set 0?

var orientation=map.PRESERVE_ORIENTATION
No. It was something like that:

if(typeof aPosition.orientation=="string"}{orientation=0}els e{orientation=0}

Sorry, don't remember exactly what I have changed in this file but created a patch for that.

Usage:
bspatch nokia.maps.js nokia.maps.js.new patchfile

MD5 sums:
aa908f6d9a422088d9bcd09ed5640307 nokia.maps.js.old
7fae57916df6739e8dcb38291487b167 nokia.maps.js
597b17c432914e2eabd325148ba7dfde patchfile
Attached Files
File Type: gz patchfile.gz (194 Bytes, 92 views)
 
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#18
Originally Posted by spag View Post
No. It was something like that:

if(typeof aPosition.orientation=="string"}{orientation=0}els e{orientation=0}

Sorry, don't remember exactly what I have changed in this file but created a patch for that.

Usage:
bspatch nokia.maps.js nokia.maps.js.new patchfile

MD5 sums:
aa908f6d9a422088d9bcd09ed5640307 nokia.maps.js.old
7fae57916df6739e8dcb38291487b167 nokia.maps.js
597b17c432914e2eabd325148ba7dfde patchfile
Where do you get this bspatch?
 
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#19
Originally Posted by les_garten View Post
Was this where you set 0?

var orientation=map.PRESERVE_ORIENTATION
$ diff nokia.maps.js.old.beautified nokia.maps.js.beautified

15239c15239
< orientation = this._ROTATIONS[aPosition.orientation]
---
> orientation = 0
15241c15241
< orientation = (aPosition.orientation + 360) % 360
---
> orientation = 0

Used JavaScript-Beautifier-0.17 to be able to use diff to compare the files.
 
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#20
Originally Posted by spag View Post
$ diff nokia.maps.js.old.beautified nokia.maps.js.beautified

15239c15239
< orientation = this._ROTATIONS[aPosition.orientation]
---
> orientation = 0
15241c15241
< orientation = (aPosition.orientation + 360) % 360
---
> orientation = 0

Used JavaScript-Beautifier-0.17 to be able to use diff to compare the files.
I never got the patch file to work as I asked above about bspatch
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:33.