How to used an Android device with a shattered screen

android-with-shattered-screen

This screen is not just cracked, it's devastated. We can all agree that you're not going to be carrying this around with you anymore, but it might still be useful in other endeavors. [Mr Westie] wanted to use it for the camera which is undamaged. The issue is how do you control an Android device with a broken screen? He knew there are apps out there that let you control your device remotely. … [Read more...]

Common Linux tools on Android without root by installing BusyBox

install-busybox-on-unrooted-android

[Adam Outler] shows us how to expand the Linux tools available on Android without rooting the device. He does this by installing BusyBox. The binary is copied to the device using the Android Developer Bridge. He then opens an ADB shell, adds execution permissions to the binary, and runs it. BusyBox calls itself the Swiss Army Knife of Embedded Linux. It provides a set of very common tools which … [Read more...]

Android debug bridge released for the Raspi

androidpi

Over on the XDA developers forums, something really cool is happening. Android hacker extraordinaire [AdamOutler] has managed to port the Android Debug Bridge to the Raspberry Pi. The Android Debug bridge allows hardware tinkerers full access to their Android device. This feature has been used to build everything from telepresence robots to connecting a MIDI keyboard to a phone. With this … [Read more...]

IOIO now supports Android Open Accessory

ioio

After the announcement of the Android Open Accessory ADK, [Ytai] decided he should get the the ADK running on the IOIO Android breakout board. The first batch of Android ADK boards sold for about $400. While that price has come down considerably, the IOIO is still cheaper and smaller. [Ytai] put the source and all the technical info on his wiki. Interestingly, this beta build is a little … [Read more...]

Propeller-Android communications using debug mode

android-propeller-bridge

Here's a new way to connect an Android phone and a Propeller microcontroller. It's called the PropBridge and uses a very simple circuit with a voltage regulator, a couple of transistors, and a few resistors. The trick to this method lies in creative use of software features that already exist on Android hardware, the Android Debug Bridge (ADB). The ADB was added with development in mind, but since … [Read more...]

Keyboard Converter 2 Pack

201101181933

[REVENGE] pointed out a couple cool little project posts from the geekhack fourms converting vintage keyboards to USB with a Teensy. They both have VUSB support, so any avr micro controller that meets VUSB's requirements in theory could be used. First up is a PS/2 to USB keyboard converter, and while yes this has been done many times before, this one sports some extra features not often seen, … [Read more...]

WiFi and Bluetooth tethering on Android

Many G1/ADP1 owners have been using the app Tetherbot to get internet access on their laptop via USB to the phone's data connection. The app relied on the Android Debug Bridge to forward ports. It worked, but people wanted a solution better than a SOCKS proxy. The community figured out a way to create a properly NAT'd connection using iptables and then [moussam] rolled them up into easy to use … [Read more...]