![]() |
2010-02-03
, 04:45
|
|
Posts: 455 |
Thanked: 782 times |
Joined on Nov 2009
@ Netherlands
|
#2
|
![]() |
2010-02-03
, 17:04
|
Posts: 7 |
Thanked: 0 times |
Joined on Jan 2010
|
#3
|
It would be wiser to write a simple web service, and a to write a script/app for N900 that will gather all the needed data, pack it, and send it to your service on predefined periods (simple cron would do the trick here). Yes, you won't have a direct access to the target device in that case, but do you really need to?
![]() |
2010-02-03
, 21:42
|
Posts: 61 |
Thanked: 13 times |
Joined on Jan 2010
|
#4
|
![]() |
2010-02-03
, 22:07
|
Posts: 94 |
Thanked: 10 times |
Joined on Jan 2010
|
#5
|
![]() |
2010-02-04
, 20:09
|
Posts: 7 |
Thanked: 0 times |
Joined on Jan 2010
|
#6
|
![]() |
2010-02-04
, 20:17
|
Posts: 67 |
Thanked: 28 times |
Joined on Oct 2009
@ Switzerland
|
#7
|
As for the uninstallable part, well, there are ways to make it difficult to uninstall, but if those delivery guys are a bit techie they'll find a way - they have root access after all. If those guys have no idea what xterm is, simple cron execution is more than enough to 'conceal' it. However, I wouldn't worry about it anyways - if they don't want to be tracked they can always disable internet connection on the device, or even turn off all the radios (airplane mode) and then all your efforts are in vain.
![]() |
2010-02-04
, 20:44
|
|
Posts: 455 |
Thanked: 782 times |
Joined on Nov 2009
@ Netherlands
|
#8
|
![]() |
2010-02-05
, 13:44
|
Posts: 67 |
Thanked: 28 times |
Joined on Oct 2009
@ Switzerland
|
#9
|
You could, but that still wouldn't stop them to kill internet connection anyways, and even then, they can install OpenSSH Server from the App Manager which will run on root privileges and ask them to type a new password.
You can, in theory, lock them out from removing your script by locking them from using several features of the device, but that's just an overkill. After all, you'd know if they've disabled the tracking and you can fire them for that.
![]() |
2010-02-05
, 13:49
|
|
Posts: 455 |
Thanked: 782 times |
Joined on Nov 2009
@ Netherlands
|
#10
|
I know you can't use the SSH server to do a direct connection to the N900 from a PC when the N900 is on GPRS. But, is there any workable solution? What I'd like is to be able to get to the terminal remotely on the N900 while it is on GPRS connection.
Perhaps there's a fairly easy way to do this?
Longer overview:
We currently use Blackberries within the office and have an application that our employees can't remove or shut down (ok, "can't" is a mighty strong word). It will allow us to track their GPS coordinates on command as well as do backups at predefined intervals. This is primarily used for delivery tracking (knowing when to have our warehouse people ready to unload a truck, knowing if a truck gets stuck at the border, etc.), and to be able to have all data backed up in case of phone loss or failure.
Due to other capabilities with the N900, we are looking at the feasability of switching. I have been using one phone to work with and try to get working. What I was hoping to do is either have a way to have a PC script log into the N900 at predefined intervals and pull GPS location from it (as well as have backups pulled), or to have something on the phone that isn't uninstallable or shutdown easily (and that starts at bootup) to send coordinates/backup information to our servers at predefined intervals.