6087 Commits

Author SHA1 Message Date
matthias.ringwald
ac2e07f8dd added quick test if Bluetooh UART can be opened before running BlueTool. Before Apple's Bluetooth did turn back on after it was turned off in the Settings 2009-09-13 21:03:22 +00:00
matthias.ringwald
32c63dd2ac decide on install location /usr/local/bin/BTdaemon 2009-09-13 21:00:53 +00:00
matthias.ringwald
038bc64c95 check BlueTool for error codes, emit HCI_EVENT_POWERON_FAILED event 2009-09-13 20:42:43 +00:00
matthias.ringwald
ba000abd41 reorganized ToDos 2009-09-02 09:19:52 +00:00
matthias.ringwald
4c55b86575 Edited wiki page through web user interface. 2009-09-02 09:03:34 +00:00
matthias.ringwald
2d4d2e77c9 Edited wiki page through web user interface. 2009-09-02 09:01:20 +00:00
matthias.ringwald
3086c5df39 Edited wiki page through web user interface. 2009-08-31 16:50:45 +00:00
matthias.ringwald
0feaf6f2d9 update TODO and 3rdparty/README 2009-08-30 20:15:17 +00:00
matthias.ringwald
c56e36a14b update TODO, added 3rdparty/README, create SpringBoardAccess folder 2009-08-30 20:01:30 +00:00
matthias.ringwald
7a0b64b90e Edited wiki page through web user interface. 2009-08-30 18:38:30 +00:00
matthias.ringwald
4fbf863bc1 Edited wiki page through web user interface. 2009-08-30 18:38:10 +00:00
matthias.ringwald
6cba1355ad Edited wiki page through web user interface. 2009-08-30 18:35:48 +00:00
matthias.ringwald
b91e361c63 only quit BTdaemon when (re)started by launchd 2009-08-30 18:17:16 +00:00
matthias.ringwald
19c019b4eb provide copy of launch.h 2009-08-30 16:22:04 +00:00
matthias.ringwald
4460343e6f replace asl calls by printf for now 2009-08-30 15:57:52 +00:00
matthias.ringwald
d584792521 launchd startup basically working 2009-08-30 15:19:53 +00:00
matthias.ringwald
9308d615d6 Edited wiki page through web user interface. 2009-08-30 12:03:35 +00:00
matthias.ringwald
10d8758dea Edited wiki page through web user interface. 2009-08-30 11:56:26 +00:00
matthias.ringwald
855bd82a15 Edited wiki page through web user interface. 2009-08-30 11:35:02 +00:00
matthias.ringwald
11bf9eb393 Edited wiki page through web user interface. 2009-08-30 11:24:00 +00:00
matthias.ringwald
44f847dcbe Edited wiki page through web user interface. 2009-08-30 11:23:20 +00:00
matthias.ringwald
826e13c8fd Edited wiki page through web user interface. 2009-08-30 08:13:33 +00:00
matthias.ringwald
ed9250df78 Edited wiki page through web user interface. 2009-08-30 07:53:25 +00:00
matthias.ringwald
41851cf186 working on launchd integration - not working yet 2009-08-28 21:55:59 +00:00
matthias.ringwald
cc6abc3278 added --enable-launchd configure flag 2009-08-28 20:37:48 +00:00
matthias.ringwald
6f2c78e932 Created wiki page through web user interface. 2009-08-28 18:37:00 +00:00
matthias.ringwald
a247ee5658 Edited wiki page through web user interface. 2009-08-28 17:48:46 +00:00
matthias.ringwald
862ad23a5b Created wiki page through web user interface. 2009-08-28 17:47:57 +00:00
matthias.ringwald
01208d8787 Edited wiki page through web user interface. 2009-08-28 17:43:07 +00:00
matthias.ringwald
9a9539a65a Edited wiki page through web user interface. 2009-08-28 17:42:39 +00:00
matthias.ringwald
7c5bcba4b5 Created wiki page through web user interface. 2009-08-28 17:36:46 +00:00
matthias.ringwald
0d3b387863 Edited wiki page through web user interface. 2009-08-28 16:43:28 +00:00
matthias.ringwald
b5c2080f6d Edited wiki page through web user interface. 2009-08-27 07:42:32 +00:00
matthias.ringwald
4b98823d28 try different stuff 2009-08-25 21:40:17 +00:00
matthias.ringwald
bbed6963f5 cleaned up code and program output, identify alice and bob by their BD_ADDR 2009-08-25 19:44:27 +00:00
matthias.ringwald
9edc874259 added capture mode to get all ACL packets from client app, started BTstack Man-in-the-Middle implementation 2009-08-24 21:56:12 +00:00
matthias.ringwald
c1f4fa9737 work on launchd plist 2009-08-20 22:54:29 +00:00
matthias.ringwald
d02d25349c updated plan 2009-08-19 21:31:40 +00:00
matthias.ringwald
e5f8862c28 created launchd plist for automatic start of BTdaemon on Mac & iPhone 2009-08-19 21:06:05 +00:00
matthias.ringwald
1c2ee57428 imlement socket connection over UNIX domain sockets 2009-08-19 20:09:30 +00:00
matthias.ringwald
5390b7fce0 tried to set Bluetooth Status Bar Icon from command daemon, but does not work - deferred for now 2009-08-19 19:06:47 +00:00
matthias.ringwald
3a4b7e1270 fixed compilation of platform_iphone.m 2009-08-16 22:04:31 +00:00
matthias.ringwald
71bc26330c disabled platform_iphone.m for now as make fails for some reason 2009-08-16 22:00:58 +00:00
matthias.ringwald
ac3013478d start collecting iPhone specific stuff in platform_iphone.m 2009-08-15 21:32:06 +00:00
matthias.ringwald
43bfb1bd9c trace Bluetooth status in daemon 2009-08-15 21:31:23 +00:00
matthias.ringwald
901368b879 first take on status icons: flipped horizontally and orange 2009-08-15 20:33:12 +00:00
matthias.ringwald
623c593c7d added handler to shutdown on CTRL-C 2009-08-15 19:52:46 +00:00
matthias.ringwald
e7a9bb06bb added note on iPhone 3GS 2009-08-13 22:07:28 +00:00
matthias.ringwald
44d7af26ba Edited wiki page through web user interface. 2009-08-11 22:30:56 +00:00
matthias.ringwald
fea43cd044 support Broadcom Bluetooth chipset in iPhone 3GS 2009-08-11 22:27:23 +00:00