Windows Mobile 6.1 registry settings

Search This thread

huatz84

Senior Member
Jul 10, 2009
942
315
Binjai,North Sumatra
Hi,guys...I'm using WM 6.5 on my Q9h. It's a Chinese ROM. Although I can change the language into English,but when I type any letters on text messaging,the blue mark keyboard (E,R,T,D,F,G,X,C,V,B) turns only numbers. I can't change to letters by pressing shift. It's just numbers by default. So,anyone knows how to edit registry to fix this issue? Thanx in advance..:)
 

cv1284

New member
Feb 11, 2009
1
1
Wireless Manager turn off all

one of the tasks at work for one of our customers is to provision their MC9094 devices. We need to turn off all the radio's in the wireless manager.
My aim was to find a way to do all the organisations via a reg file or Cab file.
any way the Reg files that turn off Phone, Bluetooth and Wifi
Code:
HKEY_CURRENT_USER\ControlPanel\Devices\ril1:]
"OnWhileSuspendedFlag"=dword:00000000

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WLAN]
"InitialState"=dword:00000004

[HKEY_LOCAL_MACHINE\System\State\Hardware]
"Bluetooth"=dword:00000008
"Wifi"=dword:00000001

[HKEY_LOCAL_MACHINE\System\State\Phone]
"Status"=dword:00200070

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State]
"Wireless"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\RIL]
"LastEquipmentState"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSWRLSMGR]
"4"=hex:80,99,9a,ea,47,07,c5,01

[HKEY_LOCAL_MACHINE\Software\Stonestreet One\BTExplorer\Config]
"Instance"=dword:00000000

I have yet to test which bit does which exactly (a little clue in the keys)

My method for anyone interested.
using SKtools take an export of all keys to a reg file
turn off the radios
take another export of all the keys

using something like BCompare compare both files
collate the Keys that are different and test on a device.
 
  • Like
Reactions: fathi_doc

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    default mailto

    Is there a way to set the default mailto on a WM6.1 smartphone to a 3rd party email client? I tried with a registry tweak that works on a WM3se PPC, but on the smartphone it interferes with the text messaging link. Thanks for any help...
    1
    Wireless Manager turn off all

    one of the tasks at work for one of our customers is to provision their MC9094 devices. We need to turn off all the radio's in the wireless manager.
    My aim was to find a way to do all the organisations via a reg file or Cab file.
    any way the Reg files that turn off Phone, Bluetooth and Wifi
    Code:
    HKEY_CURRENT_USER\ControlPanel\Devices\ril1:]
    "OnWhileSuspendedFlag"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WLAN]
    "InitialState"=dword:00000004
    
    [HKEY_LOCAL_MACHINE\System\State\Hardware]
    "Bluetooth"=dword:00000008
    "Wifi"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\System\State\Phone]
    "Status"=dword:00200070
    
    [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State]
    "Wireless"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\Software\Microsoft\RIL]
    "LastEquipmentState"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSWRLSMGR]
    "4"=hex:80,99,9a,ea,47,07,c5,01
    
    [HKEY_LOCAL_MACHINE\Software\Stonestreet One\BTExplorer\Config]
    "Instance"=dword:00000000

    I have yet to test which bit does which exactly (a little clue in the keys)

    My method for anyone interested.
    using SKtools take an export of all keys to a reg file
    turn off the radios
    take another export of all the keys

    using something like BCompare compare both files
    collate the Keys that are different and test on a device.