I got the Bluetooth terminal mod working for 10.6.5 by removing the Extensions.mkext not only from System/Library but also from the Extra folder. These instructions are largely from a post by hussainx based on an original find by tetany.
NOTE!! If you have already applied the "Mic Fix" you will lose it and have to do it again when done so be sure to first save a copy of your DSDT.aml file as well as ALC268 and AppleHDA Kexts to make that easier.
1. Start your machine holding the "2" key to access the Bios.
2. Make sure Bluetooth is enabled and USB Legacy support is disabled.
3. Save and exit holding the "shift" key to see a list of the available boot partitions. Type "-x" (you'll see it at the bottom) and enter to boot in Safe Mode.
4. On your Login screen you should see "Safe Mode".
5. Open Terminal and show hidden files by pasting in the line below, then Force Quit Finder to relaunch it.
defaults write com.apple.Finder AppleShowAllFiles YES
6.Paste in the line below and hit enter.
sudo pico /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/BroadcomUSBBluetoothHCIController.kext/Contents/Info.plist
6. Enter your password and enter (password will not show).
7. You should now be in the "Nano Editor" function of terminal.
8. Press "Control+W" for the find function and type in 33301 and hit enter.
10. When you find 33301 use backspace to clear it replacing it with 688. Also move down with the arrow key to 1452, clear it and type 16700. Make sure not to add any extra spaces or edit anymore than just these numbers.
11. Press "Control+O" and then hit enter to save. You should find it says something like "Wrote ### lines" on the bottom.
12. Use "Control+X" to exit back to the standard terminal window.
13. Type "exit" to logout and then close terminal.
13. Go to Mini HD/Extra and delete "Extensions.mkext".
14. Run NBI with only the "Install Dell Mini 9 Extensions" checked.
15. Go to Mini HD/System/Library and delete "Extensions.mkext" and immediately reboot.
16. Apply or Re-apply the Mini 9 "Mic Fix".
17. Hide hidden files by pasting the line below in terminal, then Force Quit Finder to relaunch it.
defaults write com.apple.Finder AppleShowAllFiles NO
I did a lot of poking around today and did the best I could to recall exactly what I did to make it work, but there is a very good chance that these instructions will need to be modified over the next days as people try it and report their results. If you are not too familiar with this stuff please wait for a few days until it's more sorted because my path was nowhere near as direct as what I wrote here and there are bound to be mistakes!
Edit:.....there is still more work to be done, many ghost devices are appearing in the preference panel and I can see the BT plist file is being altered every few seconds. It is however also pairing and working with the devices I have added including my iPhone and the on/off toggle works perfectly.