PDA

View Full Version : WM6 Word Suggestion Fix


szilamer
27th January 2007, 06:55 PM
Hi,

I see that currently leaked WM6 versions have problem with word suggestion checkbox in Start / Settings. You have to uncheck word suggestion on every soft reset. WM6 forget this setting.
This little fix should cure this :)

Install:

Copy wsuggfix.cab to Universal and uncheck word suggestion.

Try soft reset. Windows should remember your setting.

How does it work?
-------------------

The fix consists of two files:
wsgfix.dll
sippoll.exe

wsgfix.dll is a service dll. After installing cab wsgfix.dll creates a hidden window, and requests notifications about
HKEY_CURRENT_USER\ControlPanel\Sip, SuggWords value changes.
When Suggwords changes wsgfix copy this value to its own registry key.

sippoll.exe is only started on system startup. sippoll reads Suggwords and disables word suggestion if disabled and copy Suggwords back to
HKEY_CURRENT_USER\ControlPanel\Sip, SuggWords. That's all. sippoll doesn't occupy precious program memory :)

Cyber-mate
27th January 2007, 07:53 PM
I have discovered another way to fix this and even chang it to the number of words you want -of course reasonable.

\HKLM\SOFTWARE\Microsoft\CompIME

...change the "SuggWords" DWORD to the value tht reflects number of words suggested. I use 8, quite okay though.

I thought the same about SIP string but it is very stubborn!

szilamer
27th January 2007, 08:30 PM
Thanks, it's good to know that.
But If I use this method, I have to edit registry after modifying settings in Control Panel. Or I have to completly leave Control Panel's Word completion tab, and only change registry. And Control Panel applet's tab become unused.
I know it's not a big thing, but I don't like this :)

jerrry
28th January 2007, 04:21 AM
thank you for this fix. Works great!

Cyber-mate
28th January 2007, 11:02 AM
thank you for this fix. Works great!

Hello jerry, I see you using 2.00.02 PV? is it stable? do u recommend? I mean have u encountered any bug yet?

Laurentius26
28th January 2007, 12:00 PM
Thank you, this fix works great!

Leo :)

eelco_akker
28th January 2007, 12:49 PM
nice, thanx.

Eelco

cuboosh
5th February 2007, 04:35 PM
have any of you noticed this stops working out of the blue sometimes? i have to go into the keyboard options and check the use suggestion then uncheck it

JayRayMee.NL
5th February 2007, 06:13 PM
have any of you noticed this stops working out of the blue sometimes? i have to go into the keyboard options and check the use suggestion then uncheck it

Yes, the same here.
The fix worked fine for the first couple of days, after that it suddenly stopped working. When I check the suggesting words box (so enabled!) the suggesting words stops again.
When I then uncheck it again, it stays disabled after a soft reset, but it will start suggesting some time later again..... :mad:

I'd sure like to see some sort of true 'final' of Windows Mobile 6.0 for the Universal, only containing three fixes:

1. No more word suggesting trouble - disabling means disabling, enabling means enabling.

2. Windows Live Messenger uses only Wi-Fi when connected to a Wi-Fi network and only uses GPRS/3G when not connected to Wi-Fi network.

3. Ofcourse: full 3G video call support.

szilamer
8th February 2007, 08:41 PM
Yes, the same here.
The fix worked fine for the first couple of days, after that it suddenly stopped working. When I check the suggesting words box (so enabled!) the suggesting words stops again.
When I then uncheck it again, it stays disabled after a soft reset, but it will start suggesting some time later again..... :mad:

I'd sure like to see some sort of true 'final' of Windows Mobile 6.0 for the Universal, only containing three fixes:

1. No more word suggesting trouble - disabling means disabling, enabling means enabling.

2. Windows Live Messenger uses only Wi-Fi when connected to a Wi-Fi network and only uses GPRS/3G when not connected to Wi-Fi network.

3. Ofcourse: full 3G video call support.


Hmm, that's very strange.
I will check and rebuild it soon.
Thanks for the bug report.

Laurentius26
26th February 2007, 12:01 AM
Hi,

Don't know but do you use tools like SK Tools or PocketMechanic?
Sometimes they clean the registry to deep.

Cheers, Leo :)

Yes, the same here.
The fix worked fine for the first couple of days, after that it suddenly stopped working. When I check the suggesting words box (so enabled!) the suggesting words stops again.
When I then uncheck it again, it stays disabled after a soft reset, but it will start suggesting some time later again..... :mad:

I'd sure like to see some sort of true 'final' of Windows Mobile 6.0 for the Universal, only containing three fixes:

1. No more word suggesting trouble - disabling means disabling, enabling means enabling.

2. Windows Live Messenger uses only Wi-Fi when connected to a Wi-Fi network and only uses GPRS/3G when not connected to Wi-Fi network.

3. Ofcourse: full 3G video call support.

cheavannara
17th August 2007, 11:35 AM
Hi,

I see that currently leaked WM6 versions have problem with word suggestion checkbox in Start / Settings. You have to uncheck word suggestion on every soft reset. WM6 forget this setting.
This little fix should cure this :)

Install:

Copy wsuggfix.cab to Universal and uncheck word suggestion.

Try soft reset. Windows should remember your setting.

How does it work?
-------------------

The fix consists of two files:
wsgfix.dll
sippoll.exe

wsgfix.dll is a service dll. After installing cab wsgfix.dll creates a hidden window, and requests notifications about
HKEY_CURRENT_USER\ControlPanel\Sip, SuggWords value changes.
When Suggwords changes wsgfix copy this value to its own registry key.

sippoll.exe is only started on system startup. sippoll reads Suggwords and disables word suggestion if disabled and copy Suggwords back to
HKEY_CURRENT_USER\ControlPanel\Sip, SuggWords. That's all. sippoll doesn't occupy precious program memory :)

hi i'm new here. i have tried your solution with no luck. please help me!

jonflow
2nd September 2007, 06:54 AM
Thanks for the registry keys!! I added them to the wizard wiki, someone else can change it around I guess...

Does anyone know how to stop WM6 from auto-capping the first letter in a new sentence automatically? I just don't want it to do this anymore, and the Settings > Input checkbox isn't helping... so where in the registry is it?

Please no more CAB files, I like to know where in the registry it is for knowledge reasons :)

signy
29th January 2008, 04:44 PM
There are another solution (simply - maybe stoopid) to fix this Word Suggestion bug - with MortScript (http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view).

When you have MortScript installed simply create text file named SuggWords_Off.mscr with this code:
RegWriteDWord( "HKCU", "ControlPanel\Sip", "SuggWords", "0" )
and put this file into \Windows\StartUp .