IPhone Linux

[vimeo 2373142]

Embedded above is a demo video of an iPhone running a Linux 2.6 kernel. The iphone-dev team has created a new bootloader called OpeniBoot. The bootloader lets you boot into a Linux console, which you can talk to over a USB serial device. They’ve got busybox working, but there is no touchscreen support yet. The instructions are not that difficult and include how to back up your settings. It works on first and second gen iPhones and first gen iPod Touch. This is a very early port, but the future is wide open… Android iPhone?

DIY Cardboard IPhone Dock

[youtube=http://www.youtube.com/watch?v=sXCA8SM9nS4]

While the iPhone 3G included several new features that its predecessor lacked, one thing it did not include was a dock. Instead of shelling out $30 to buy Apple’s iPhone 3G dock, [Roland] and the folks at Geeky-Gadgets.com decided to design their own cardboard iPhone dock. While this doesn’t include any fancy features like dock connectors or audio line-outs, it looks like a quick and budget friendly way to give your iPhone 3G a place to charge and sync.

IPhone Jailbreaks Updated For 2.2 Release

Working as quick as ever, the iphone-dev team have updated the PwnageTool and QuickPwn to work with the new iPhone 2.2 firmware update. The trouble with the new firmware is that it updates the baseband of the phone, which could potentially undo any progress made towards an iPhone 3G unlock in the future. If you don’t care about that, you can use QuickPwn to jailbreak your phone after the upgrade, so you can run any app you want. If a future unlock is important to you, use the PwnageTool to strip the baseband update out of the firmware update.

[photo: edans]

DuiPhone Hack

[vimeo http://vimeo.com/2286835%5D

Tellart turned an iPhone into a duiPhone with its latest Sketchtools kit. Combine a 3G iPhone, an ordinary store-bought breathalyzer, and the NADA Mobile, which consists of a communication board, sensors, and actuators, and get a useful iPhone application. Blow into the mouthpiece, and the iPhone will inform you if you can safely drive, or if you should call a cab.

We’d like to find out more about the NADA Mobile, since it looks like it could be the start of a lot of fun projects. It’s the latest of Tellart’s Sketchtools line, which can only be accessed if you work with Tellart as a consultant, or if you work with them to organize a workshop for your organization.

[via Digg]

Iphone-dev Team 3G Soft Unlock Coming Soon

[vimeo 2291914]

The iphone-dev team has officially stated “all that remains is implementation“. They’ve developed all the pieces they need to perform a software unlock for the iPhone 3G, now it’s just a matter of putting them together in user friendly fashion. They’ve managed to run unsigned code on the baseband, developed custom AT tools, and are now showing injection of a background task. They will combine all of these techniques to override the carrier lock baseband code. As usual, they warn against performing any official firmware updates to the phone.

Reversing Google’s IPhone Voice Search

Google recently updated their Google Mobile App with a couple new features. Voice Search automatically starts listening when you raise the phone to your ear. Just say what you’re looking for, and it will poll Google and return the results. The app leverages Google’s voice recognition engine, which they’ve been training with Goog-411. [Andy Baio] has been experimenting with audio transcription and was curious what the new app was doing behind the scenes. He started by sniffing the packets as they traversed his network. Unfortunately, the size of the data packets transmitted is so small that he’s almost certain he’s missing something. He’d appreciate any help in this endeavor. Part of the problem might be Google getting special treatment and using undocumented iPhone SDK features.

Smart Phone Hacking Roundup

[vimeo 2049219]

T-Mobile’s G1 was released last week and there has been at least one Android vulnerability announced already. The New York Times reported on research done by [Charlie Miller], who also helped find one of the first iPhone bugs, so we think the report is fairly credible. Last year, we saw him deliver a seminar on real world fuzzing at ToorCon 9. It covered exactly how they found the iPhone bug.

If you just want to use a G1 without service, you can activate it with any T-Mobile SIM card.

Above is Boing Boing Gadgets’ concise video review of Griffin AirCurve. It’s garbage. We first talked about it in our loaded horn post because it looked like something fun to redesign.

The iphone-dev team published a video today showing access to the iPhone’s baseband processor. They connect to the device over ssh and then use minicom to issue AT commands. They’re writing custom AT commands for full control.