|
||||
Never mind! It only kind of works!
Details here:
http://forum.xda-developers.com/show...47#post1116047 I got the unsigned version to install on my 3.3 Apache. BT starts, the blue light blinks and EVDO is connected. My headset is in the car so I haven't tested functionality yet. Might be a way to get BT PAN working with 3.3. As always, buyer beware and always do a full backup before trying something this experimental. |
|
||||
That could be due the registry is not added correctly with the Sign & Unsigned version, maybe the hardcode version will help,
but its kinda more complicated a bit more with this kind of instalation for remove it. check the following keys after install: Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\AudioGateway] [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial4] [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial5] [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BtCeStack] [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BtCeProfiles] [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BTC4] [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BTC2] [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BTC1] ftp://xda:mad:da@ftp.xda-developers....0_HardCode.zip if u hv taskmanager, check the device section and see if the drivers above is loaded.. if still not workin try to lower the : Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\SerialTransport] "BaudRate"=dword:000e1000 Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\SerialTransport] "BaudRate"=dword:00070800 if still occur, try mod this: Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\General] "PowerControlLibrary"="LGBTPwrCtrl.dll" Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\General] "PowerControlLibrary"="Auto" |
|
||||
I posted a workaround to get the BT radio started on XDA-Developers. Here is my method. I still haven't been able to test if I can pair with my headset yet.
Stop the radio. Wait a few seconds to make sure it is really off. Start the BT radio. Mine comes up fine. Start the phone radio back up. If you do this right after you get the memory error, open Comm Manager. If there is not an X on the BT button, click it to release the MS stack's hold on the BT radio. Turn off the phone radio, start the BT radio and then restart the phone radio. You can then close (not just minimize) the Comm Manager. Open Comm Manager again and you will see that it's showing that BT is on. I'm getting pretty consistent starts with this method. |
|
|
|