My favorites | Sign in
Project Home Wiki Issues Source
Search
for
iPodTouch1stGen  
Use BTstack with iPod Touch 1st Generation
Updated Jan 24, 2010 by matthias.ringwald@gmail.com

Introduction

The BTstack package in Cydia does not support the iPod Touch 1st gen, as it has to be configured for the used external Bluetooth module. For this to work, you need an iPod Connector and an 3.3V Bluetooth module with a UART/H4 interface, e.g. the Mitsumi WML-C09 or the Rayson BTM-330. More info on the external Bluetooth module for iPod.

Details

First configure BTstack for use of /dev/tty.iap instead of the build-in Bluetooth.

./configure --target=iphone --enable-launchd --enable-ldid --disable-bluetool --with-uart-device=/dev/tty.iap

Disable flow control in src/daemon.c, line 250: From

config.flowcontrol = 1;

into

config.flowcontrol = 0;

Then, compile and build package

make ; ./package

The resulting .deb can be installed with "dpkg -i BTstack-0.1-xxx.deb" on the iPod Touch. Try the "inquiry" command!

Comment by frogu...@gmail.com, Apr 16, 2010

wow, does not compute

Powered by Google Project Hosting