Reply
Thread Tools
Posts: 2 | Thanked: 1 time | Joined on Dec 2011
#481
Hi

I installed CloudGPS in my N9 handet, however it doesnt load the map.
It locates my altitude ,speed and it shows Fix GPS (yes), but the map is never displayed.
I posted this query in N9apps.com, where i was advised to delete the clougps.ini file. I did the same but it didnt work .

I'm attaching the data cloudgps.ini file along with this post .Please help me .


Jess
Attached Files
File Type: txt Cloudgps.ini.txt (571 Bytes, 107 views)
 
Posts: 317 | Thanked: 787 times | Joined on Oct 2009 @ Krakow, Poland
#482
Originally Posted by buzyjess View Post
Hi

I installed CloudGPS in my N9 handet, however it doesnt load the map.
It locates my altitude ,speed and it shows Fix GPS (yes), but the map is never displayed.
I posted this query in N9apps.com, where i was advised to delete the clougps.ini file. I did the same but it didnt work .

I'm attaching the data cloudgps.ini file along with this post .Please help me .


Jess
Hi.

Could you post the other cloudgps.ini file that is located in /home/user/.cloudgps directory?

After posting it here please try to delete it and run CloudGPS again.

Thanks
 

The Following User Says Thank You to dwaradzyn For This Useful Post:
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#483
..sometimes it happens also to me (pressing the "C" button the coordinates are over any range like -90,12000000) and also after a gps fix the application cannot move from that position showing only a white map.
After this, pressing the button with the blue dot to move the pointer to the actual position, the application freezes. (i suppose that those coordinates hang the zoom out - zoom in animation used to go there)

At this point, the only workaround is to erase /home/user/.cloudgps/config.ini

It would be great to have under the options menu two buttons, one to define the home coordinates and one to go there when the pointer if lost in the wild. (very useful when you are completely offline and offroad and you are trying to find the right piece of local map to use)
 

The Following 2 Users Say Thank You to xes For This Useful Post:
Posts: 87 | Thanked: 80 times | Joined on Sep 2009
#484
Hi Folks,

found this amazing program and it is the fastest map I ever seen with OSM- great!
But there is one issue: the routing does not work, console says:

Code:
CloudGPS 0.6.5
loaded the Generic plugin 
loaded the N900 plugin 
loaded the Generic plugin 
loaded the grue plugin 
loaded the N900 plugin 
Compass sensor is not present 

Location source initialized 
GPS Satellite info source initialized 
Accelerometer initialized
Opening font  /opt/cloudgps/res/nokia_pure.ttf , size:  32 
Opening font  /opt/cloudgps/res/nokia_pure.ttf , size:  40 
Running menu action on element:  "Directions to here" 
Search URL: http://maps.googleapis.com/maps/api/directions/json?&origin=loc:49,365902,10,342170&destination=loc:49,369489,10,314632&sensor=true
Running menu action on element:  "Clear map" 
Running menu action on element:  "Directions to here" 
Search URL: http://maps.googleapis.com/maps/api/directions/json?&origin=loc:49,372012,10,291566&destination=loc:49,363365,10,309033&sensor=true
and on the top of screen there appears a green Message:
Code:
Route: no results. status NOT_FOUND
Pasting the above link in the browser returns:

Code:
{
   "routes" : [],
   "status" : "NOT_FOUND"
}
CloudMade doesn't work either but has a very long hard readable error-message, URL in Console is

Code:
http://routes.cloudmade.com/e4b1777b4b5154d69dbfc4678216183a/api/0.3/49,372338,10,292237,49,369310,10,309139/car.js?units=km&lang=en
Is there a fix for that?
Thanks in advance!

CU Michael
 
Posts: 2 | Thanked: 1 time | Joined on Dec 2011
#485
Originally Posted by dwaradzyn View Post
Hi.

Could you post the other cloudgps.ini file that is located in /home/user/.cloudgps directory?

After posting it here please try to delete it and run CloudGPS again.

Thanks
Hey Dwaeradzyn,

It worked amazingly,after i deleted the config.ini file. But the google maps is not loading for some reason. It says http 403 error..
Can u help on that ... ?

I'm attaching the old config.ini as well .

many thanks

Jess
Attached Files
File Type: txt Mydocs.txt (177 Bytes, 108 views)
 

The Following User Says Thank You to buzyjess For This Useful Post:
Posts: 317 | Thanked: 787 times | Joined on Oct 2009 @ Krakow, Poland
#486
Originally Posted by magic_doc View Post
Is there a fix for that?
Thanks in advance!
In both cases it seems that the coordinates are formatted wrong:
Code:
49,365902,10,342170
.
The coordinates should be (notice periods instead of comas):
Code:
49.365902,10.342170
This is a bug in the code that prepares the URLs. It probably depends on some system wide regional number formatting setting. I will look into it. In the meantime, could you post the output of:
Code:
env
on your N900?
 
Posts: 317 | Thanked: 787 times | Joined on Oct 2009 @ Krakow, Poland
#487
Originally Posted by buzyjess View Post
Hey Dwaeradzyn,

It worked amazingly,after i deleted the config.ini file. But the google maps is not loading for some reason. It says http 403 error..
Can u help on that ... ?

I'm attaching the old config.ini as well .

many thanks

Jess
Thanks for the attached config.ini file. It confirms that an old bug is still there despite me thinking it was resolved.

As for 403: Google bans IPs they detected to be downloading tiles in automatic mode. You can read more about it here.

There is really nothing I can do about it. Ban usually goes away after 24 hours. If you have the possibility to use different ISP, you could try that.
 
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#488
I'm very sorry to post another little issue...
Please, do not misunderstand my posts. THIS IS A REALLY GREAT APP!

The tilex,tiley values saved in config.ini are always saved with an offset.
So if you close the app pointing in the center of your city, when you open it again you can see the cross pointing to something different.

P.S.
@dwaradzyn
look at this page:
http://earth-info.nga.mil/gns/html/cntry_files.html
While in offline mode, using this data it would be possible to jump to any location only specifying the city name.......

Do you remember the function to transform tilex and tiley in coordinates?
Thanks.
Xes

Last edited by xes; 2011-12-19 at 21:24.
 

The Following User Says Thank You to xes For This Useful Post:
Posts: 87 | Thanked: 80 times | Joined on Sep 2009
#489
Originally Posted by dwaradzyn View Post
In both cases it seems that the coordinates are formatted wrong:
Code:
49,365902,10,342170
.
The coordinates should be (notice periods instead of comas):
Code:
49.365902,10.342170
This is a bug in the code that prepares the URLs. It probably depends on some system wide regional number formatting setting. I will look into it. In the meantime, could you post the output of:
Code:
env
on your N900?
Okay, here we go:

Code:
LC_TIME=de_DE
SSH_CLIENT=192.168.1.20 47842 22
MAIL=/var/mail/user
USER=user
SESSION_BUS_ADDRESS_FILE=/tmp/session_bus_address.user
HILDON_FM_OBEX_ROOT=obex://
MMC_MOUNTPOINT=/media/mmc1
OSSO_PRODUCT_REGION=Germany
HOME=/home/user
MYDOCSDIR=/home/user/MyDocs
SSH_TTY=/dev/pts/0
OSSO_SWAP=/home/user/MyDocs
OSSO_VERSION=RX-51_2009SE_21.2011.38-1_PR_MR0
OSSO_PRODUCT_RELEASE_VERSION=21.2011.38-1
LC_MONETARY=de_DE
OSSO_PRODUCT_FULL_NAME=Nokia N900
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-GXcyU93lDq,guid=a9bd92215c786642f2eb35bb00000011
LAUNCHWRAPPER_NICE=/etc/osso-af-init/nice-launch-wrapper.sh
LAUNCHWRAPPER_NICE_TRYRESTART=/etc/osso-af-init/nice-launch-wrapper-tryrestart.sh
TMPDIR=/var/tmp
LOGNAME=user
STATESAVEDIR=/tmp/osso-appl-states
INTERNAL_MMC_MOUNTPOINT=/home/user/MyDocs
LAUNCHWRAPPER_NICE_KILL=/etc/osso-af-init/nice-kill-launch-wrapper.sh
SESSION_BUS_PID_FILE=/tmp/dbus_session_bus.pid.user
TERM=xterm
GTK2_RC_FILES=/etc/hildon/theme/gtk-2.0/gtkrc
LAUNCHWRAPPER=/etc/osso-af-init/launch-wrapper.sh
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
OSSO_PRODUCT_RELEASE_NAME=Maemo 5
LAUNCHWRAPPER_TRYRESTART=/etc/osso-af-init/launch-wrapper-tryrestart.sh
LC_ADDRESS=de_DE
SDL_AUDIODRIVER=pulse
MMC_DEVICE_FILE=/dev/mmcblk0p1
DISPLAY=:0.0
MMC_SWAP_LOCATION=/media/mmc1
LC_TELEPHONE=de_DE
AF_INIT_DIR=/etc/osso-af-init
LANG=de_DE
OSSO_PRODUCT_SHORT_NAME=Nokia N900
LC_MESSAGES=de_DE
MAX_FILENAME_LENGTH=255
OSSO_PRODUCT_HARDWARE=RX-51
LC_NAME=de_DE
SHELL=/bin/sh
AF_DEFINES_SOURCED=1
DISABLE_GATEWAY=1
OSSO_PRODUCT_KEYBOARD=German
LC_MEASUREMENT=de_DE
OSSO_PRODUCT_WLAN_CHANNEL=fcc/us
LC_IDENTIFICATION=de_DE
PWD=/home/user
ILLEGAL_FAT_CHARS=\/:*?<>|
OSSO_PRODUCT_RELEASE_FULL_NAME=Maemo 5
SSH_CONNECTION=192.168.1.20 47842 192.168.1.22 22
UPNP_ROOT=upnpav://
LC_NUMERIC=de_DE
INTERNAL_MMC_SWAP_LOCATION=/home/user/MyDocs
LC_PAPER=de_DE
AF_PIDDIR=/tmp/af-piddir
OSSO_PRODUCT_NAME=N900
Replacing the commas in the URL by dots indeed gives another result- this must be the problem hope you can fix that.

HTH and thanks in advance!

CU Michael

Last edited by magic_doc; 2011-12-19 at 11:47.
 

The Following 2 Users Say Thank You to magic_doc For This Useful Post:
miqu's Avatar
Posts: 33 | Thanked: 28 times | Joined on Mar 2011 @ Finland
#490
I have the same problem with routing. Here is another env output if it helps triage the problem. I am going to try to change locale to english for a work around.

Another problem I have is opening the search service settings menu. It crashes the program.
Damian Waradzyn:
Happy to say you've done an amazing job at this app. I just made a donation to you and do hope you continue your work.

Also I would like to ask for updated sources to the garage or a link to Git if you develope there nowadays.
Code:
env
LC_TIME=fi_FI
USER=user
SESSION_BUS_ADDRESS_FILE=/tmp/session_bus_address.user
HILDON_FM_OBEX_ROOT=obex://
MMC_MOUNTPOINT=/media/mmc1
HOME=/home/user
OSSO_PRODUCT_REGION=Britain
MYDOCSDIR=/home/user/MyDocs
OSSO_SWAP=/home/user/MyDocs
LC_MONETARY=fi_FI
OSSO_VERSION=RX-51_2009SE_21.2011.38-1_PR_MR0
OSSO_PRODUCT_RELEASE_VERSION=21.2011.38-1
OSSO_PRODUCT_FULL_NAME=Nokia N900
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Mg1p8qe8UP,guid=5bd3dcb9442841f03529fc5100000011
DBUS_STARTER_BUS_TYPE=session
LAUNCHWRAPPER_NICE=/etc/osso-af-init/nice-launch-wrapper.sh
COLORTERM=Terminal
TMPDIR=/var/tmp
LAUNCHWRAPPER_NICE_TRYRESTART=/etc/osso-af-init/nice-launch-wrapper-tryrestart.sh
LOGNAME=user
MALLOC_MMAP_THRESHOLD_=32768
_=/opt/cloudgps/cloudgps.ini
STATESAVEDIR=/tmp/osso-appl-states
LAUNCHWRAPPER_NICE_KILL=/etc/osso-af-init/nice-kill-launch-wrapper.sh
INTERNAL_MMC_MOUNTPOINT=/home/user/MyDocs
SESSION_BUS_PID_FILE=/tmp/dbus_session_bus.pid.user
TERM=xterm
LAUNCHWRAPPER=/etc/osso-af-init/launch-wrapper.sh
GTK2_RC_FILES=/etc/hildon/theme/gtk-2.0/gtkrc
PATH=/usr/bin:/bin
LC_ADDRESS=fi_FI
OSSO_PRODUCT_RELEASE_NAME=Maemo 5
LAUNCHWRAPPER_TRYRESTART=/etc/osso-af-init/launch-wrapper-tryrestart.sh
MMC_DEVICE_FILE=/dev/mmcblk0p1
SDL_AUDIODRIVER=pulse
DISPLAY=:0.0
AF_INIT_DIR=/etc/osso-af-init
LC_TELEPHONE=fi_FI
MMC_SWAP_LOCATION=/media/mmc1
LANG=fi_FI
OSSO_PRODUCT_SHORT_NAME=Nokia N900
LC_MESSAGES=fi_FI
LC_NAME=fi_FI
SHELL=/bin/sh
OSSO_PRODUCT_HARDWARE=RX-51
MAX_FILENAME_LENGTH=255
DISABLE_GATEWAY=1
AF_DEFINES_SOURCED=1
OSSO_PRODUCT_KEYBOARD=Finnish, Swedish
LC_MEASUREMENT=fi_FI
LC_IDENTIFICATION=fi_FI
OSSO_PRODUCT_WLAN_CHANNEL=fcc/us
MALLOC_TRIM_THRESHOLD_=8192
PWD=/home/user
OSSO_PRODUCT_RELEASE_FULL_NAME=Maemo 5
ILLEGAL_FAT_CHARS=\/:*?<>|
DBUS_STARTER_ADDRESS=unix:abstract=/tmp/dbus-Mg1p8qe8UP,guid=5bd3dcb9442841f03529fc5100000011
UPNP_ROOT=upnpav://
LC_NUMERIC=fi_FI
LC_PAPER=fi_FI
INTERNAL_MMC_SWAP_LOCATION=/home/user/MyDocs
AF_PIDDIR=/tmp/af-piddir
OSSO_PRODUCT_NAME=N900
~ $
Originally Posted by magic_doc View Post
Okay, here we go:

Code:
LC_TIME=de_DE
SSH_CLIENT=192.168.1.20 47842 22
MAIL=/var/mail/user
USER=user
SESSION_BUS_ADDRESS_FILE=/tmp/session_bus_address.user
HILDON_FM_OBEX_ROOT=obex://
MMC_MOUNTPOINT=/media/mmc1
OSSO_PRODUCT_REGION=Germany
HOME=/home/user
MYDOCSDIR=/home/user/MyDocs
SSH_TTY=/dev/pts/0
OSSO_SWAP=/home/user/MyDocs
OSSO_VERSION=RX-51_2009SE_21.2011.38-1_PR_MR0
OSSO_PRODUCT_RELEASE_VERSION=21.2011.38-1
LC_MONETARY=de_DE
OSSO_PRODUCT_FULL_NAME=Nokia N900
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-GXcyU93lDq,guid=a9bd92215c786642f2eb35bb00000011
LAUNCHWRAPPER_NICE=/etc/osso-af-init/nice-launch-wrapper.sh
LAUNCHWRAPPER_NICE_TRYRESTART=/etc/osso-af-init/nice-launch-wrapper-tryrestart.sh
TMPDIR=/var/tmp
LOGNAME=user
STATESAVEDIR=/tmp/osso-appl-states
INTERNAL_MMC_MOUNTPOINT=/home/user/MyDocs
LAUNCHWRAPPER_NICE_KILL=/etc/osso-af-init/nice-kill-launch-wrapper.sh
SESSION_BUS_PID_FILE=/tmp/dbus_session_bus.pid.user
TERM=xterm
GTK2_RC_FILES=/etc/hildon/theme/gtk-2.0/gtkrc
LAUNCHWRAPPER=/etc/osso-af-init/launch-wrapper.sh
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
OSSO_PRODUCT_RELEASE_NAME=Maemo 5
LAUNCHWRAPPER_TRYRESTART=/etc/osso-af-init/launch-wrapper-tryrestart.sh
LC_ADDRESS=de_DE
SDL_AUDIODRIVER=pulse
MMC_DEVICE_FILE=/dev/mmcblk0p1
DISPLAY=:0.0
MMC_SWAP_LOCATION=/media/mmc1
LC_TELEPHONE=de_DE
AF_INIT_DIR=/etc/osso-af-init
LANG=de_DE
OSSO_PRODUCT_SHORT_NAME=Nokia N900
LC_MESSAGES=de_DE
MAX_FILENAME_LENGTH=255
OSSO_PRODUCT_HARDWARE=RX-51
LC_NAME=de_DE
SHELL=/bin/sh
AF_DEFINES_SOURCED=1
DISABLE_GATEWAY=1
OSSO_PRODUCT_KEYBOARD=German
LC_MEASUREMENT=de_DE
OSSO_PRODUCT_WLAN_CHANNEL=fcc/us
LC_IDENTIFICATION=de_DE
PWD=/home/user
ILLEGAL_FAT_CHARS=\/:*?<>|
OSSO_PRODUCT_RELEASE_FULL_NAME=Maemo 5
SSH_CONNECTION=192.168.1.20 47842 192.168.1.22 22
UPNP_ROOT=upnpav://
LC_NUMERIC=de_DE
INTERNAL_MMC_SWAP_LOCATION=/home/user/MyDocs
LC_PAPER=de_DE
AF_PIDDIR=/tmp/af-piddir
OSSO_PRODUCT_NAME=N900
Replacing the commas in the URL by dots indeed gives another result- this must be the problem hope you can fix that.

HTH and thanks in advance!

CU Michael

Last edited by miqu; 2011-12-20 at 11:34. Reason: Added donation.
 
Reply

Tags
best gps app


 
Forum Jump


All times are GMT. The time now is 20:27.