Metasploit on the iPhone


[muts] went through some trials, but managed to get metasploit running on his iPhone. Later he found out that it comes with the Cyida installer that he used on his journal to manually install it. Still, it's interesting to see these tools showing up on the platform.

LED serial debugging for cell phone hacking


[Barry] needed some way to get serial output to help debug his efforts to port Linux to the HTC TytnII (Windows mobile Pocket PC phone). He wrote some code to send serial output via one of the LEDs on the phone and rigged up an AVR to pic up the output and provide a USB interface to the computer. It runs at about 200bps - perfect for the quick debug session.

Openmoko FreeRunner now available


Openmoko began selling Neo 1973 phones direct to developers last July. The phone is an open source project designed to ease development on mobile platforms. The Neo 1973 has since sold out, but a new Linux phone intended for the mass market has been released, the FreeRunner for ~$399. The screen is 640x480 with 3D acceleration and a 500MHz Samsung processor. The new phone has WiFi and 2.5G GSM support. It has some truly unique features like USB host mode support. You can find the differences between the two phones here. This new phone release should help strengthen the community since average users were discouraged from purchasing the original. Pictures of the phone's internals and a component diagram can be found on the Openmoko wiki. We wish more manufacturers would explicitly tell us how to get console access.

[via Slashdot]

iPhone 2.0 adds secure wipe


AppleInsider is reporting that iPhone Software v2.0 will add a secure wipe feature. The screenshot above shows the text "This will take about an hour." added to the normal erase feature. This time is used to overwrite data to the disk multiple times. The need for secure phone erasure came to light after a researcher was able to recover personal information from a refurbished iPhone using forensic tools. Since then, a few people have published techniques for obliterating personal data using either the GUI or the more thorough command line method. Remote wipe has also been added to the new firmware in case the phone is stolen. We're happy to see security being made easily accessible to nontechnical users and expect that remote wipe will become standard on laptops in the future.

Open source Symbian


Nokia recently announced its plans to purchase Symbian and formed the Symbian Foundation with the intention opening the software platform over the next two years. Symbian is already present on 60% of all cellphones in the world. With such a massive install base, open source Symbian has a much better chance of taking off than platforms like Android, which are starting on the ground floor.

Wiretapping and how to avoid it


No matter who you suspect is plotting your doom, you'll need need to know the way wiretapping works in order to learn their plans and shield yourself from their surveillance. Luckily, ITSecurity has posted a comprehensive
article about wiretapping
, including information on how to wiretap and how to find out if someone is wiretapping you.

One of the more intriguing methods of wiretapping the articles discusses is a service by a company called FlexiSPY. It works by covertly installing a program onto the target's cellphone. Once installed, the spying party can listen to anything going on in the room the target is in by calling the phone. It won't ring, vibrate, or give any indication that it is transmitting audio data.

Some of the more hack-oriented methods involve tapping into a landline, using special software to record VoIP calls, or buying a wiretapping kit. Of course, countermeasures, are also discussed, but some of the links they provide are a little more informative on the topic of defense against wiretapping.

iPhone used to control squad of UAVs


Building UAVs
is only half the work involved in making them fly; the other half is a control system. The Center for Collaborative Control of Unmanned Vehicles (C3UV) from the University of Califorina, Berkeley has devised a way to control a squad of RC airplanes with an iPhone. The system works by submitting commands and coordinates to a web site via the iPhone's web browser. The site then sends the commands to the team of drones, which carry out the orders. The drones are outfitted with cameras and a tracking device, which allows them to be monitored on the ground using Google Maps.

The iPhone Terms of Service specifically prohibits it being used to drive remote vehicles, but that shouldn't really pose a problem: since the orders are deployed via the iPhone's web browser, they could technically be given by any web-enabled device. Before anyone cries foul, though, bear in mind that the idea is to issue orders from the field, and the iPhone is perhaps the most high-profile mobile web device on the market, which maximizes the project's exposure. Still, we can't help but think that they'd have gotten more media attention if they had used a hacked Kindle instead.

Nokia color LCD Flickr frame


Tinkerlog got their hands on a color LCD from SparkFun and set it up to receive images from Flickr. These color LCDs are 128x128 pixel and the include a breakout board with a separate power supply for the backlight. Communication is via a three wire SPI bus plus a reset line. [Alex] used an ATmega48 for control, which is connected to the computer using an RS232 to USB converter. The wiring schematic is here.

For the software side of things, he adapted Sparkfun's example ATmega8 code for the microcontroller (he couldn't get the Arduino code to work). Beej's Python Flickr API was used to grab the images. The Python Imaging Library converted them, and finally, they were sent to the display using pySerial. SparkFun has been offering these displays for quite some time; it's good to see a quality writeup of one in use.

[via Make Flickr Pool]

Ultraportable laser graffiti?


[Sittiphol Phanvilai]'s multitouch screen project was posted a couple different places today. It uses the Nokia N95 to track light pens and draws the resulting paths on the video output. We immediately saw the applications for this in laser tagging. Right now if you want to do laser tagging you need to haul a laptop with you in addition to the projector. With some modification to the NeuScreen software you could replace the laptop with just cellphone plugged directly into the projector.

Nokia 1100 LCD PIC controller interface


Nokia LCDs have been a popular choice for hardware projects for quite a while. [Ramandeep] published a how-to on interfacing the 1100 series LCD with a PIC controller. The 1100 features easily soldered contacts and a backlight, making it an good choice for adding an LCD to your project.

Covert iPhone Moleskine case


Crafting isn't really our thing, but just last week we were planning on doing this project. Thanks to the how-to singularity: the longer we wait, the more likely someone else will do our dirty work. The instructions are this:
  1. Cut a hole in a book.
  2. Stick your phone in that book.
  3. Let her open the book.
Wired's write up has about 600 more words if you need clarification. The ebook on the screen is Cory Doctorow's Little Brother, so expect to see this on BoingBoing... and again when it's fan translated into Polish. [bre] made a similar hidden compartment book last Fall for Make's PDFcast.

In all seriousness, we do enjoy the idea of carrying an innocuous little book around that could be doing some covert WiFi scanning, acting as a mobile accesspoint, or live streaming our location to friends. Unfortunately, since it's an iPhone, most of this isn't possible yet; you can't even voice dial from your headset, while leaving the notebook in your pocket. This case also blurs what is considered rude. Most people would be annoyed if you started txting mid conversation, but people taking notes in Moleskines don't get the same treatment.

Wiping an iPhone (more thoroughly)


You may be hoping to subsidize the purchase of an iPhone 3G with the sale of your old one, but since you should wipe all your personal data from the old one first, we brought you [Rich Mogull]'s method for wiping all your private data off of an iPhone. The method, which involves overwriting your data with music, is slightly flawed, mainly because of live files that can't be deleted while the phone's OS is working and because the OS reserves a portion of the hard drive as unwritable space, which will make it impossible to completely fill it with music.

For those looking to annihilate every scrap of personal information, check out [Jonathan Zdziarski]'s method. It involves restoring the phone as a new phone, then jailbreaking it. Once the user has shell access, umount is used to force the two mount points into read-only mode. Now the partitions can be overwritten with /dev/zero, which should wipe them clean. The phone should then be forced into recovery mode to perform another full system restore, and the process is complete. As [Zdziarski] notes, several iterations of the process with /dev/random should prevent even NAND recovery, but there is an even better way of ensuring full data destruction: "simply take a sledgehammer to the device." If you are unfamiliar with the command line though, chances are [Rich Mogull]'s method will be easier for you to handle, but don't blame us if you sell your phone and the Feds get wise to the evidence you left on it.

[via Engadget]

GSM remote control project


It's been a while since we'd seen any new SMS/GSM/serial remote interface projects. [Emanuele] sent in his version of a project to do just that. It uses a PIC16F84 and will send or receive commands. A pair of relays provide options for controlling whatever you want to hook it up to. You'll need a login, but he's released the full schematics and firmware. He developed this to find uses for old phones, but an alternative is to pick up a cheap calling card cell and dedicate it to a project like this. This seems like a great way to add an out of band alarm system to your house/car/robotic minion.

iControlpad, iPhone gamepad


[CraigX] has been dabbling in iPhone accessories lately by adding a gamepad. Called the iControlpad it surrounds the iPhone making it look very PSP like. As anyone who has jailbroken and installed emulators probably knows, without feedback the touch screen based buttons are less than great.

The unit is currently a prototype however there are plans to produce and sell the units. They have received support from Zodttd, an organization that has created iPhone apps like snes4iphone and genesis4iphone. The developers also state they'll provide source and SDK support. The sparse development blog announces their success using a hacked up SNES controller over the docks serial connector, but they provide absolutely no details.

[via Engadget]

Google Android application challenge winners


The Google Android team recently launched a challenge to encourage development for their new cellphone based platform. Part of the first phase was to narrow down the 1,788 submissions to the best 50 application ideas. They've posted the complete list of winners on their website and put together a little slide show(PDF) as well. As part of the challenge some $10,000,000 is up for grabs from Google.

We browsed through the list and found a lot of social this and family that; nothing overly exciting honestly. There were a few interesting application ideas in there though:
  1. BioWallet - Biometric authentication system that uses iris identification.
  2. Talkplay - Video and voice message system, see and talk to your friends while on the go.
  3. Writing Pad - A unique way to enter text into your phone where common words are replaced by simple strokes.
The Android platform will probably cause the largest adoption of Linux based cellphones yet. We can't wait to see what the homebrew community does with the platform and so much development for an unlaunched phone is amazing. Apple seems to go out of their way to lock us out, where this platform couldn't be more open. With 3G support, WiFi, SQlite, Virtual Machines, GPS and much more what's not to like.

Have any of you experimented with the Android SDK?

[via LinuxDevices]

Next Page >

hack a day serves up a fresh hack each day, every day from around the web and a special how-to hack each week.

send us your hacks

have a hack you'd like to see here? tell us about it

Hacks
aibo hacks (1)
cellphones hacks (60)
cons (47)
contests (20)
daily (59)
digital cameras hacks (66)
downloads hacks (9)
gameboy hacks (33)
google hacks (5)
gps hacks (35)
HackIt (15)
handhelds hacks (54)
home entertainment hacks (132)
home hacks (16)
how-to (13)
ipod hacks (73)
laptops hacks (44)
laser hacks (28)
macs hacks (38)
misc hacks (715)
news (81)
pcs hacks (136)
peripherals hacks (154)
playstation hacks (47)
podcasts (8)
portable audio hacks (42)
portable video hacks (24)
robots hacks (86)
roundup (1)
security hacks (12)
tablet pcs hacks (3)
tivo hacks (6)
tool-hacks (6)
transportation hacks (81)
wii hacks (14)
wireless hacks (81)
xbox hacks (48)

resources

rss newsfeeds

Powered by Blogsmith