A suburban Philadelphia school district is deactivating a webcam, theft-tracking program secretly lodged on 2,300 student laptops following allegations the device was used by administrators to spy on a boy at home.
“I think given the concerns of parents and community members, I think we have a responsibility to at least take a pause and review the policy,” Lower Merion School District spokesman Doug Young said in a telephone interview Thursday evening.
The move came a day after the 6,900-pupil district, which provides students from its two high schools free Macbooks, was sued in federal court on allegations it was undertaking a dragnet surveillance program targeting its students — an allegation the district denied. Young said the computer-tracking program was activated a “handful” of times solely to track a missing laptop.
The suit was based on a student’s claim, acknowledged by the district, that the webcam was used by school officials to chronicle “improper behavior” based on a photo the computer secretly took of the boy at home. (.pdf) in November.
The assistant principal at Harriton High informed the student “that the school district was of the belief that minor plaintiff was engaged in improper behavior in his home, and cited as evidence a photograph from the webcam embedded in minor plaintiff’s personal laptop issued by the school district,” according to the lawsuit.
Young declined to directly say whether the program was activated in this instance to locate a missing laptop. He said the district only activates it when there is a reported missing laptop, and urged Threat Level to draw its own “inferences.”
“The only situation where the feature would have been activated is in the case of a stolen, missing or lost laptop,” Young said. “There’s never been any scenario used for any purpose other than that.”
Lawyers for the student did not return phone calls and e-mails for comment. The Associated Press reported late Friday the FBI was probing the allegations. (more…)
[Anders] tipped us off about his hack that re-purposes a smoke alarm as a burglar alarm. Unfortunately, he came home in the middle of a burglary but wanted to be ready the next time someone tries to break in. By cleverly patching into the test button on an old smoke detector he created a circuit-trip alarm. One side of each piece of wire is secured to the frame and jam of a window. A paper clip completes the circuit by pinching the two bare conductors. If the window is opened the connection is lost and the alarm sounds.
We see a few problems with this system. First off, never hack your ONLY smoke detector, you are putting lives at risk by doing so. But [Anders] says he’ll have a replacement detector and since these things need to be replace every ten years or so, chances are you can find an old one kicking around. We’d recommend disguising the case so that people aren’t confused about it being a smoke detector. Secondly, he’s mounted the alarm right in the window frame so most likely an invader will just smash the thing to bits.
Anyway, it’s still an interesting reuse of these ubiquitous, and life-saving, devices.
[Techb] had a friend who was paralyzed after an accident and could no long use a computer. He rigged up an amazingly simple mouse interface using python to implement infrared tracking. The controller was built from an old hat by adding an IR LED and wireless mouse modified so that the button could be clicked by the user’s mouth. A webcam with exposed film used as a filter can track the IR LED and take input from the wireless mouse buttons.
This setup, which draws inspiration from Wii Remote white boards, is much simpler than the Eyewriter (and doesn’t shine an IR LED into your eye). Although [Techb] wants to add facial recognition to the system, there’s something to be said for such a simple implementation.
[Tom Lee] and his colleagues of Sunlight Labs just moved to a new office. The doors are setup like a security checkpoint with electronic strikes and buttons on the inside to allow entry. The button simply completes a low-voltage circuit, activating the strike which made it quite easy to patch into. They build an interface board with a small relay to complete that circuit. As we’ve seen before, Linksys routers have plenty of extra room in the case so there was no problem housing the new circuit in this tiny network device. Now [Nicko] and his friends can use a custom app to input an access code or to verify a device ID from a cell phone and gain entry. The door still has keyed locks in case of a power outage. In fact, the only change made to the system was the addition of two wires to the “door release” button as seen above. See the one-touch device ID authentication in the video after the break.
This hack is similar to the GSM door entry from last year. In this case, the phones are communicating with the door via web interface and not the GSM network.
Will O’Brien at Biobug.org has been doing some cellphone integration work. He recently picked up some Motorola c168i cellphones from eBay. It turns out there is a serial port that uses TTL communication with a standard head-phone jack as an interface. [Will] soldered up a connector and used a USB to FTDI cable to interface with the phone. To his surprise he was able to read off the stored text messages even though they were PIN protected in the phone’s operating system. The messages on these units were trivial but this is another example of the importance of clearing your data before discarding your devices.
This is a working tracking system using RFID tags built by Nicholas Skinner. The system’s tags operate in the 2.4 GHz band and are used to track either people or assets. The readers are on a mesh network and can triangulate the location of any tag for display on a map. His system is even set up to show the travel history of each tag. [Nicholas] shared every detail in his writeup including some background about available hardware options and how he made his final decisions on what devices to use for the job. His conglomeration of software that ties the whole project together is also available for download.
What if you could point your cellphone’s camera at someone’s face, and then know that person’s name, schedule, profile, and latest tweets? That’s the promise of Recognizr, an Android app prototype using a 3D model to recognize facial features, find a match on its server, and then superimpose that person’s social networking preferences around his or her face.
Created by Swedish mobile software designers The Astonishing Tribe, it’s astonishing indeed. Problem is, unless everyone opts into this service, it won’t be particularly useful. However, if it were ubiquitous, imagine how easy it would be to act like you’re using your cellphone, but actually be finding out that person’s name standing in front of you — while you snoop around her Facebook profile.
Finally, Facebook stalking finds its way to meatspace! On a smaller scale, this could be useful at, say, a trade show or a party. Electronic nametags would be lots of fun, if everyone would submit to them.
Apple has not made it easy to let the iphone communicate with external devices. Basically, you need a jailbroken phone to do anything. This post covers the current state of serial communication on the iphone.
A succesful example of making an application that uses the serialport on the iphone is xGPS, which let you connect to an external GPS.
Now that the protocol for basic communication with the TI chronos ez430 has been worked out (see previous posts) I needed to work on something useful. So I set out to try and control my wireless light switch with the watch. Sadly the RF receiver supplied with the chronos does not use a protocol which is likely to ever be compatible with the arduino so this example requires a computer.
Since there’s almost any size and shape of solar panel available for purchase from a myriad of vendors across the Internet why would anybody want to go through the hassle of tabbing together their own cells to build a solar panel? Because you can, obviously. This DIY video will run through the basics of chaining together polycrystalline cells and leaves the details like enclosure and such to the user.