|
||||
Re: How do i auto set Bluetooth on, and Discoverable?
Quote:
Hi, check out this key: [HKEY_LOCAL_MACHINE\SOFTWARE\OEM\Bluetooth] "PhoneVol"=dword:000000fa "MSFT_BT_Reg"=dword:00000000 "BTAddress"=hex:00,23,76,74,41,2e "DiscoverableStatus"=dword:00000000 "DiscoverableTimeOut"=dword:00000000 I think this gets you the discoverable status...still looking for the on/off |
|
||||
Re: How do i auto set Bluetooth on, and Discoverable?
when i switch BT on/off and change discoverable state I see this key changing:
HKLM\System\State\Hardware Bluetooth for me with "on" and "always discoverable" this key shows a value of 11. with "on" and "not discoverable" this key shows a value of 9. with bt "off" this key shows a value of 8. hope it helps... |
This post has been thanked 1 times. |
|
||||
Re: How do i auto set Bluetooth on, and Discoverable?
nayr1482 thanks for that, it made the switch for me too, now hopefully it works via xda_uc, once i know ill report back preciate help
shows as being on and discoverable but not actually on and discoverable Last edited by Lynkz83; 07-07-2010 at 10:23 AM. |
|
||||
Re: How do i auto set Bluetooth on, and Discoverable?
Sorted open notepad, paste in, save as bt.reg drop in xda_uc folder and ever flash ur bluetooth will be on, and it will be set to always discoverable.
Code:
REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\Filters] "AllowOthersToDiscover"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\General] "StackMode"=dword:00000001 [HKEY_LOCAL_MACHINE\System\State\Hardware] "Bluetooth"=dword:0000000B [HKEY_CURRENT_USER\Software\Microsoft\Bluetooth\Settings] "ScanMode"=dword:00000001 |
|
|
|