|
2008-06-01
, 02:15
|
Posts: 674 |
Thanked: 191 times |
Joined on Mar 2008
@ Buenos Aires, Argentina
|
#2
|
|
2008-06-01
, 05:57
|
Posts: 393 |
Thanked: 112 times |
Joined on Jul 2007
|
#3
|
|
2008-06-01
, 06:18
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#4
|
|
2008-06-01
, 09:45
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#5
|
I wonder how many thieves would simply reflash the device. (I guess you could have this installed as part of a major 3rd party library with 3rd party (opt-in community) apps enforcing it as an install.)
But hey - it'd definitely catch out the non-tech savvy bunch!
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
2008-06-01
, 13:44
|
Posts: 4 |
Thanked: 0 times |
Joined on May 2008
|
#6
|
|
2008-06-01
, 14:07
|
Posts: 179 |
Thanked: 90 times |
Joined on Dec 2007
|
#7
|
I wonder how many thieves would simply reflash the device. (I guess you could have this installed as part of a major 3rd party library with 3rd party (opt-in community) apps enforcing it as an install.)
If you have a linux computer, you don't even need to reflash
I figured out how to retrieve the lock code thanks to a post on here and it's very easy to disable the lock code prompt on startup.
|
2008-06-01
, 14:32
|
Posts: 179 |
Thanked: 90 times |
Joined on Dec 2007
|
#8
|
The Following User Says Thank You to kernelpanic For This Useful Post: | ||
|
2008-06-01
, 16:22
|
|
Posts: 4,384 |
Thanked: 5,524 times |
Joined on Jul 2007
@ ˙ǝɹǝɥʍou
|
#9
|
|
2008-06-01
, 17:08
|
Posts: 179 |
Thanked: 90 times |
Joined on Dec 2007
|
#10
|
Great idea. If all you want is for the tablet to 'call back' with whatever its current ip is, I think it can be implemented as a unique web address, and have the page opened\refreshed via widgets. This should be quite easily implemented on any platforms, maybe even hidden in an RSS app (have it load a unique feed.xml which you can get access information from).
But to fully utilize the platform, why not give the RED ALERT option (however it's triggered, maybe via a timer or a 'switch') that takes picture thru the webcam, take the location via GPS, do a wifi scan, bluetooth scan and email the package back to you?
The Following 3 Users Say Thank You to kernelpanic For This Useful Post: | ||
Just wondering if there'd be any interest in a lojack-like app for Maemo that could assist in recovering lost/stolen tablets?
Here's what I'm thinking it would need-
1. A centralized web server that users can register on and report their tablets as missing/stolen. The same server would receive data from said tablets and forward it to users via email, SMS/MMS or web interface.
2. A daemon that runs on the tablet and if tablet is reported missing, forwards data to the web server.
Here's how it might work-
1. Users register on website. If the lose their tablet or it is stolen, they log in to the website and report tablet as MIA.
2. Daemon periodically (i.e. several times a day or upon connecting to Internet) checks the website to see if the tablet has been reported as MIA by owner. If so it triggers the daemon to periodically attempt a location fix (for n810) and take periodic snapshots with camera when tablet is being used. Then IP address, MAC address of tablet(for ID), location data and pictures are forwarded to webserver whenever tablet is connected to Internet.
3. Webserver receives data and logs external IP address data was received from, gets a rough location of the tablet via that external IP and notifies the user via email/SMS/etc. that their tablet is reporting in.
That's a very simplified outline and security (perhaps via RSA key?) would need to be added to prevent abuse. But it might be kinda cool. One would not only know where their tablet was but also who was in possession of it. (Or at least what they look like...)
Anyone with ideas please post back. I may start working on this soon if I've the time. Most of the code is already out there. My only real concern is that if not designed properly it could be abused by a third party.
Cheers,
kernelpanic