View Single Post
Posts: 49 | Thanked: 15 times | Joined on Jan 2010
#13
All my patches to hildon-desktop have been merged. The Maps modification is currently not going in, as Maps is closed, and my changes still need more work (right now, it's either portrait or landscape, but not both).
with this script we get both..

Code:
#!/bin/sh
sed -i -e 's/800px/_WIDTH_/g' \
       -e 's/480px/_HEIGHT_/g' \
       -e 's/_WIDTH_/100%/g' \
       -e 's/_HEIGHT_/100%/g' \
       /usr/share/nokia-maps/html/index.html
but it's still ugly..need more works.. if someone knows something about css..
you just got to edit the file : /usr/share/nokia-maps/html/index.html

[be carefull it's a 1M file]
 

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