|
iPodTouch1stGen
Use BTstack with iPod Touch 1st Generation
IntroductionThe 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. DetailsFirst 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! |
wow, does not compute