For those wanting to do some hacking or kernel debugging on their G1, [macpoddotnet] shows how to make a serial to USB cable. He gathered enough information on the Android platform google group to be able to piece something together. He’s using a USB 2.8V serial TTL level converter, and lists several available that should work. Looks like a pretty easy build.
Cellphone Hacks526 Articles
IPhone 3.0 Adds Custom Protocol Support For Addons
In middle of all the adding features that should have been available day-one, Apple announced something really interesting for the hardware hacking community. The new iPhone 3.0 OS will support application communication over bluetooth or through the dock connector using standard or custom protocols. From Engadget’s coverage:
10:19AM “They talk over the dock, and wirelessly over Bluetooth. Things like playing and pausing music, getting artwork — or you can build your own custom protocols.”
10:19AM “Now here’s a class that we think will be really interesting — medical devices.” Scott’s showing off a blood pressure reader that interfaces with the iPhone — wild.
10:18AM “Here’s an example — an FM transmitter. With 3.0, the dev can build a custom app that pairs up with it, and automatically finds the right station and tunes it in.”
10:18AM “With 3.0, we’re going to enable accessory developers to build custom apps that talk directly to that hardware.”
No solid connection specification has been published yet. We’re excited about the prospect of developing our own accessory hardware, but we wonder what sort of hoops you’ll have to jump through. Apple doesn’t have the best track record when it comes to approvals. Just this week they denied MSA Remote client App Store entry; it’s a multitouch client that uses the standard TUIO protocol. Prepare for similar roadblocks in the future.
[via adafruit]
RFID Controlled Phone Dialing
In an attempt to create an easier to use interface for the elderly, [Stephen] has put together this phone prototype which uses RFID tags to dial. It is common for our motor skills and eyesight to deteriorate as we get older. There are special phones out there, but generally the only changes they make are enlarged buttons and louder speakers. [Stephen] had the idea to make a system where an elderly person would hold up a picture of the person to the phone and it would dial. He picked up an RFID card reader and an Arduino. The code for the RFID reader was already available, and with minor modifications to prevent multiple swipes from hand tremors or slow movements, he was able to get it working pretty fast. The Arduino then sends the data to an ioBridge to make the call.He’s using Google voice to physically place the call, so you could probably adapt this to other services as well. You can see a video of it in action after the break.
Android App Scans Barcodes, Downloads Torrents
[youtube=http://www.youtube.com/watch?v=h05KrEjHW6g]
AndroidAndMe is running a bounty program for Android applications. Users can request a specific application and pledge money to be awarded to the developer who delivers the functional app. [Alec Holmes] just fulfilled the first request by creating Torrent Droid. You can use the app to scan media barcodes and then download the related torrent. It uses the phone’s camera to capture the product’s UPC barcode (similar to Compare Everywhere‘s price lookup) and then searches major torrent sites like The Pirate Bay to find a copy that can be downloaded. After getting the .torrent file, the app can submit it to uTorrent‘s web interface for remote downloading. The app will be released later this month and you can see a screenshot tour of it on Alec’s blog. It’s doubtful that an application like this would ever clear Apple’s App Store approval process.
[via TorrentFreak]
Windows 95 Running On An N95
We’ve had this same hack submitted by two people, pointing to two different(translated) sources(translated) today. It seems with a recent version of dos box, you can load windows 3.1 or windows 95 on N95 or N85 devices. They’re both in polish, so they may be the same people posting in different places. If you can follow along, there seems to be sufficient information to do this yourself. We don’t know why you would want to, but you could. You can see a video of it in action after the break.
X11 On Android
[ghostwalker] has put together instructions for running X11 on your Android device. This means you can run a full-blown Linux desktop environment on your phone. It requires you to already have a Debian shell on the phone, which we covered earlier. Instead of having to come up with a custom display driver, it’s hooked to a VNC server. You can connect to it using an Android VNC viewer on the phone or via any other VNC client. The how-to suggests either IceWM or the even lighter-weight LXDE for a window manager. You could potentially install Gnome or KDE, but we’d be surprised if it was any faster than dog slow. Let us know if you have any success with this and what you think the best use is.
Stantum’s High Precision Multitouch
We love keeping track of new interaction technologies and this new touchscreen by Stantum looks especially promising. Engadget shot a hands-on video with it at the Mobile World Conference. It’s a resistive screen, so it can be used with both fingers and styluses (unlike capacitive screens). It’s sensitive enough that you could use a brush too. The screen supports any number of multitouch points and does pressure sensing based on the size of the detected fingertip. The touch detection is actually more accurate than the screen can display. Stantum is hoping mobile manufactures will pick up their input framework for inclusion in new devices. The resistive touchscreen was built to Stantum’s specifications (it won’t work with current phones), but they say it wouldn’t be hard to go into mass production.