![]() |
2008-07-12
, 08:43
|
|
Posts: 236 |
Thanked: 149 times |
Joined on Jul 2007
@ Finland
|
#11
|
![]() |
2008-07-12
, 15:57
|
Posts: 60 |
Thanked: 17 times |
Joined on Feb 2008
|
#12
|
I think it would be better to have the device remain operational. If it locks up, the thief would probably flash it or throw it away. As long as it is functioning, the thief might use it himself or sell it to someone, so it'll keep popping up in the network and sending location data. I'm fairly confident the authorities would in fact act on this if I had a good trace of the device. After all, you don't know how much other stolen things you'd find from the perpetrator.
![]() |
2008-07-12
, 16:16
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#13
|
You're probably right. At least that way you could track it. I am working on one of the earlier suggestions to incorporate gps latitude/longitude data in the file that is sent home. I think it will work, but one problem is that the gps on the N810 takes a long time to get a fix on the satellites, so you would have to turn on the gps from the command line which can be done, but it would have to be on for a long time before you could get the data, and the thief might notice the icon that indicates that the gps is on.
![]() |
2008-07-12
, 16:22
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#14
|
![]() |
2008-07-12
, 16:23
|
Posts: 60 |
Thanked: 17 times |
Joined on Feb 2008
|
#15
|
![]() |
2008-07-12
, 16:26
|
Posts: 60 |
Thanked: 17 times |
Joined on Feb 2008
|
#16
|
That's why I suggested to send "last known" position, instead of trying to get a GPS fix. If somebody stole it they are almost certain to use the Map at some point of time... and would wait the GPS to have fix. Then the app can just read the coordinates data and possibly time stamp with it. Then it would not draw the thief attention he's being spied/watched.
If the "call home" applet reports every few minutes, you could even draw the router the thief was driving, assuming he had active internet connection.
![]() |
2008-07-12
, 21:01
|
|
Posts: 236 |
Thanked: 149 times |
Joined on Jul 2007
@ Finland
|
#17
|
![]() |
2008-07-13
, 04:06
|
Posts: 60 |
Thanked: 17 times |
Joined on Feb 2008
|
#18
|
Few thoughts... First - how about phoning home when ever the network is connected instead of a hourly cron job? That way it would send the data even on short times of online connectivity.
If this feature is finished, it should be something that can't be installed and removed through the application manager. There should be as little chance as possible of an unauthorized user finding out it is there.
It would be great if the traffic between "server" and tablet could be encrypted. SSL maybe? I wouldn't want some eavesdropper knowing where I roam when the device isn't stolen.
You'd think that the last known coordinates aren't that hard to come by. Maybe polling the gpsd for location every now and then, and writing it to some file if you get a location?
I don't have much of programming skills for tablets, but I'm pretty good with PHP, so I can help in collecting and browsing the data if needed.
![]() |
2008-07-13
, 13:21
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#19
|
![]() |
2008-07-13
, 14:07
|
Posts: 60 |
Thanked: 17 times |
Joined on Feb 2008
|
#20
|
by saving the script to /etc/network.d/if-up.d/ it will be executed every time when network connection is brought up.
And isn't the script using scp, which is encrypted.