|
2011-04-25
, 11:28
|
Posts: 152 |
Thanked: 49 times |
Joined on Dec 2009
|
#2
|
|
2011-04-25
, 11:36
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#3
|
testing right now and nothing happens when i press "Coordinates"
"CellID" worked fine. How long does it take normally?
/opt/locatefromcell/Locate_From_Cell
|
2011-04-25
, 11:48
|
|
Posts: 451 |
Thanked: 424 times |
Joined on Apr 2010
@ England
|
#4
|
|
2011-04-25
, 11:52
|
Posts: 152 |
Thanked: 49 times |
Joined on Dec 2009
|
#5
|
$ /opt/locatefromcell/Locate_From_Cell 262 3 4666 37920 262 3 4666 61000 en Traceback (most recent call last): File "/opt/locatefromcell/locatefromcell.py", line 210, in doGetLocation File "/opt/locatefromcell/locatefromcell.py", line 276, in get_location_by_cell File "/usr/lib/python2.5/struct.py", line 87, in unpack return o.unpack(s) struct.error: unpack requires a string argument of length 25
The Following User Says Thank You to CrckMc For This Useful Post: | ||
|
2011-04-25
, 12:01
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#6
|
|
2011-04-25
, 12:27
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#7
|
testing right now and nothing happens when i press "Coordinates"
"CellID" worked fine. How long does it take normally?
|
2011-04-25
, 14:33
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#8
|
The Following User Says Thank You to Saturn For This Useful Post: | ||
|
2011-04-25
, 14:40
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#9
|
this is the output in xterm and yes i have a network connection.Code:$ /opt/locatefromcell/Locate_From_Cell 262 3 4666 37920 262 3 4666 61000 en Traceback (most recent call last): File "/opt/locatefromcell/locatefromcell.py", line 210, in doGetLocation File "/opt/locatefromcell/locatefromcell.py", line 276, in get_location_by_cell File "/usr/lib/python2.5/struct.py", line 87, in unpack return o.unpack(s) struct.error: unpack requires a string argument of length 25
|
2011-04-25
, 15:05
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#10
|
Works really great and fast as ****. Thanks a lot, although there are some bugs. No portrait mode.
The Following User Says Thank You to Saturn For This Useful Post: | ||
It captures the CellID parameters (available from the connected GSM network) and by using Google APIs translates those to locate your position in a map.
In detail:
Usage description:
The user interface shows four buttons;
When I get some time will create a wiki to give additional information on the usage, settings and implications.
The application is in extras-devel at the moment. Feel free to post comments and ideas for additions
as well as any ideas for a better nameFuture Plans:
Primary objective was to give a quick access at the location present.
In my opinion this has been accomplished in the version at extras-testing.
Next version (which is running on my device and needs some more work to be ready for upload) has in addition a daemon in the background logging silently the cells the device connects continuously. This part is ready and has been running for more than 2 weeks in my device without any significant power consumption.
All data are stored in a SQL DB. A configurable tracker will be available that grabs from a Google API the geolocation data for the Cell IDs recorded and updates the DB automatically on selected network connections and date/time settings.
An additional panel allows the user to grab from another Google API the locations between two dates and creates a KML file that can be directly uploaded in google maps and show the path/places visited. This part is missing the date/time selector but the rest of the code is ready.
Packages: elGR Locale, SMSCON Editor, Swappolube, CSSU Features Configuration, Snuggle, YAMAS, Cleven
Garage: SMSCON, Swappolube, CSSU Features Configuration, Snuggle
Wiki: SMSCON, SMSCON Editor, Swappolube, CSSU Features Configuration, Cleven
Last edited by Saturn; 2011-06-25 at 10:31. Reason: added future plans