View Single Post
  #5 (permalink)  
Old 01-26-2007, 05:38 PM
helmi_c's Avatar
helmi_c
Retired Staff
Offline
 
Join Date: Jan 2007
Posts: 128
Reputation: 769
helmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuffhelmi_c knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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]
if they didn't exist then u might need this version:
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
to
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\SerialTransport]
"BaudRate"=dword:00070800
or lower..

if still occur, try mod this:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\General]
"PowerControlLibrary"="LGBTPwrCtrl.dll"
to
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\General]
"PowerControlLibrary"="Auto"
Reply With Quote