GSM Car Starter

It’s just starting to warm up around here but it was very cold for a long time. We’re not fond of going anywhere when it’s way below freezing but those professional hermit opportunities never panned out so we’re stuck freezing our butts off. Fed up with his frigid auto, [Aaron] installed a remote starter to warm the car up before he got to it. This didn’t help at work because of the distance from his office to the sizable parking lot is too far for the key fob’s signal to carry. He decided to make his starter work with GSM so he could start the car with a phone call.

The first attempt involved a pre-paid cell phone for $30. The problem is that anyone who called the phone would end up starting the car. After a bit of looking he found a GSM switch that just needs an activated SIM to work. When called, it reads the incoming phone number for authentication but never picks up the phone so there’s no minutes used. He cracked open an extra key-fob and wired up the lock and start buttons to the relays in the GSM switch. Bam! A phone call starts (and locks) his car.

Maybe this isn’t as hardcore as body implants but it’s a fairly clean solution. He uses the car’s 12v system to power the switch and pays $10 every three months to keep the SIM card active. There’s an underwhelming demonstration video after the break showing a cellphone call and a car starting. Continue reading “GSM Car Starter”

Ask A Winner…

nokiapush1

We’ve been given the honor of interviewing each team from the Nokia N900 PUSH competition one on one. However, rather than be selfish, we thought it would be fun and informative if the readers got to ask the teams some questions too.

Just post your question in a comment and we will be sure to ask.

Avoid the basics, like “what was your inspiration” – don’t worry, we’ve got those covered. But maybe you have that dieing question of “Haptic Guide: What kind of battery life do you expect with 9 or more motors constantly spinning, surly we wont be wearing Lead Acid around will we?”

Nokia PUSH Competition Update

A couple of readers weren’t too thrilled when the winners were announced a while back for the Nokia N900 competition. And to be honest, we even wondered on some ideas (like what does skateboarding have to do with hacking?) However, The teams have been hard at work and a picture video is starting to form for each. Check after the break for some video recaps.

[Thanks Matt]
Continue reading “Nokia PUSH Competition Update”

BT Phone Is Much More Than Retrofit

[Santiago] turned his Ericfon into a Bluetooth phone. This is completely different from the handset retrofits we looked at last month. This is because he didn’t simply crack open a BT headset and cram it into his phone. He developed his own hardware for full functionality.

This is an open source project with available hardware details that he intends to turn into a kit. [Santiago] has purposed a PIC microcontroller to connect with a WT32 bluetooth module. The PIC allows for a dial tone, dialing with the original rotary dial, and produces the original sound when the phone rings. What he now has is a way to have a home phone without a landline. As seen the video after the break, the Ericfon works the same as it did when it was new, except the connection is made through Bluetooth and not via a copper phone line. Continue reading “BT Phone Is Much More Than Retrofit”

Nexus One Rooted

You know it’s getting a bit ridiculous when hardware that hasn’t hit the streets is being rooted. That’s exactly what has happened, root access can now be achieved on the Nexus One. [Paul] found an exploit and packaged it nicely so that anyone can do it. We do wish he had shared the details of the exploit but we’re not complaining.

If you’re not in the know, the Nexus One is the fabled Google Phone now come to life. It’s slated for release in 2010 and some think that will be officially unveiled at a January 5th press conference. That’s right, unveiled. The device has been cracked yet it doesn’t officially exist. What it does do is join a growing number of rooted android phones.

[via Gizmodo]

GSM Cracked

[Karsten Nohl], with a group of security researchers has broken the A5/1 Stream Cipher behind GSM. Their project web site discusses their work and provides slides(pdf) presented at 26C3. A5/1 has had known vulnerabilities for some time now and is scheduled to be phased out for the newer KASUMI or A5/3 block cipher. This should be an interesting time in the cell phone business.

Thanks to [Tyco] and [MashupMark] for pointing us to this story.

Bluetooth Bracelet Hacked

[Jeffery] hacked the Bluetooth standard in order to use this bracelet as a custom display. He took up our challenge to hack the device when we first saw it back in February.

In order to display his own messaged he looked into how the HFP is implemented in the Bluetooth stack. The details are shared in his readme file but it goes something like this: The Bluez package needs to be compiled with a dummy backend that is not phone-specific and that will then allow external manipulation of the data being sent. This provides something of an API that a Python script can manipulate. His proof-of-concept allows for the script to be called with the message you want displayed as the command line argument. This should be simple enough to incorporate for just about any purpose that suits your fancy. Unfortunately, messing with the Bluetooth package in this way makes it impossible to use other devices with your phone, but that’s a hack for another day.