![]() |
2010-10-04
, 04:30
|
Posts: 110 |
Thanked: 14 times |
Joined on Sep 2010
|
#31
|
![]() |
2010-10-18
, 03:46
|
Posts: 110 |
Thanked: 14 times |
Joined on Sep 2010
|
#32
|
...So, is there any interest in this application? If some people would be interested I'd package it up and set up a svn (or garage page, didn't look into the whole garage thing yet). I'd also be happy if someone wants to work on it together with me (that's where the SVN comes into the game).
The Following User Says Thank You to chivar For This Useful Post: | ||
![]() |
2010-10-31
, 04:38
|
Posts: 110 |
Thanked: 14 times |
Joined on Sep 2010
|
#33
|
login as: user
user@192.168.1.100's password:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ $ cd /home/user
~ $ mv clientside/ pygeotrack
~ $ cd pygeotrack/
~/pygeotrack $ cat pygeosettings.cfg
[Settings]
server: http://192.168.1.102/pygeotrack/upload.php
key: pygeotrackern900
~/pygeotrack $ python locupdate.py
Traceback (most recent call last):
File "locupdate.py", line 6, in <module>
import conic
ImportError: No module named conic~/pygeotrack $ sudo su apt-get install conic
Password:
Sorry, user user is not allowed to execute '/bin/su apt-get install conic' as root on Nokia-N900.
~/pygeotrack $ root
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.
![]() |
2010-11-02
, 05:47
|
Posts: 110 |
Thanked: 14 times |
Joined on Sep 2010
|
#34
|
// SQL-Connection Settings
$host= "http://myn900.atwebpages.com"; <-- *fdb3.awardspace.com
$user = "522978_sql";
$pass = "1f4808fd";
$database = "gps";
![]() |
2010-12-02
, 03:31
|
Posts: 299 |
Thanked: 241 times |
Joined on Oct 2009
@ Singapore
|
#35
|
![]() |
2010-12-15
, 08:15
|
Posts: 94 |
Thanked: 40 times |
Joined on Jun 2010
@ Germany
|
#36
|
are these files updated? recent changes??
i like to try this as cyeung did![]()
https://garage.maemo.org/plugins/scm...oot=pygeotrack
Hi,
Any chance to modify any of the stuff discussed in this thread to provide the functionality outlined in Running a marathon with the N900?
NOTE:
datum is German for "date," and schlussel is German for "key." When creating a field of varchar type, you must specify the length. For this program to function properly, you must put in a positive integer.
![]() |
2011-01-14
, 14:44
|
Posts: 44 |
Thanked: 28 times |
Joined on Mar 2010
|
#37
|
![]() |
2011-02-14
, 04:42
|
Posts: 110 |
Thanked: 14 times |
Joined on Sep 2010
|
#38
|
![]() |
2011-03-19
, 15:45
|
Posts: 1 |
Thanked: 1 time |
Joined on Jan 2011
|
#39
|
preferred_interval=location.INTERVAL_10S)
preferred_interval=location.INTERVAL_60S)
root@N900:/gps# which python /usr/bin/python root@N900:/gps#
#!/usr/bin/python <-- to be added as 1st line entry
The Following User Says Thank You to beetraham For This Useful Post: | ||