> But still the BTdaemon does not work:
>
> root# ./BTdaemon
> Bus error
>
Strange. I have the same configuration. Ok. Can you try the BTdaemon
at http://btstack.ringwald.ch/BTdaemon ? It is not modified, just to
make sure your compiler setup is not causing the trouble. Again, put
it on the phone and sign with ldid -S BTdaemon.
If this does not help, can you try to run it with the gdb on the
iPhone. I think I would need to compile it differently to get full
support, but I guess you should be able to get a stack trace if it
crashes. For this start it with "gdb ./BTdaemon", and after it loads
all libs just enter "run". After the bus error enter "bt" to get a
stack trace.
The crash is probably not related to Bluetooth at all, as the BTdaemon
only boots Blueooth after a client connects and requests it.
Cheers
Matthias