Friday, April 25, 2014

WIFI issue on Windows Mobile Motorola MC9500 Series

If you found WIFI problem with your handheld scanner Motorola MC3190 this article could be the solution for you. We have already 10 monochrome scanners to scan garment in the factory. Recently we buy 6 units of Motorola MC3190 colour with Win CE6.0 as its operating system. Although we happy with new colour handheld scanner, we have a problem with it's WIFI.

When we do cold boot (press 1+9+power) the wifi is always disabled, we have to enable it first to use it. This is not acceptable because user will have to access windows first to enable the wifi.

After googling i found that the problem is not unique, many people having the same problem. Searching more i found posting about this problem from .Fret Developer (http://dotfret.blogspot.com/2010/10/wireless-radio-disabled-on-cold-boot-of.html). The blog owner is a savvy .NET developer.

" After a cold boot of your Motorola / Symbol MC9500 series device, if you find that your wireless radio is disabled, create the following .reg file and add it to the \Application folder on the device;"

REGEDIT4

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

It's easy to follow and it worked.

Several days later i got a reg file from our supplier that came from Motorola. This file called "fusion on.reg" and same with above direction, it must be put into application folder of scanner.

REGEDIT4

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WLAN]
"InitialState"=dword:00000000
"Prefix"="WLP"
"Dll"="PmProxy.Dll"
"Order"=dword:00000008
"Index"=dword:00000001
"DeviceArrayIndex"=dword:00000004
"WLANSlot"=dword:00000000
"Flags"=dword:00000008
"IClass"=hex(7):\
7B,41,33,32,39,34,32,42,37,2D,39,32,30,43,2D,34,38,36,62,2D,42,30,45,36,\
2D,39,32,41,37,30,32,41,39,39,42,33,35,7D,00,7B,66,38,61,36,62,61,39,38,\
2D,30,38,37,61,2D,34,33,61,63,2D,61,39,64,38,2D,62,37,66,31,33,63,35,62,\
61,65,33,31,7D,00,7B,39,34,31,30,37,44,37,30,2D,33,34,43,46,2D,34,31,39,\
61,2D,42,41,42,41,2D,31,45,35,30,39,36,31,38,35,33,34,37,7D,00,00
"FriendlyName"="WLAN Proxy Driver for Motorola WLAN Adapter"
"SupportedStates"=dword:00000011
"InitFlags"=dword:00000000
"SlotResetOnResume"=dword:00000000
"SlotResetWait"=dword:000001F4

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WLAN\ActivityEvents]
"PowerManager/SystemIdleTimerReset"=""


This solution is also solved my problem. Albeit I'm not really know the different but since it come from my supplier which is Motorola distributor and it seems more complex than the first one from .fret blog i decided to use this file.

Once again without .fret blog i may not found the solution quickly. Thank you.

http://freestuff2.hubpages.com/hub/Motorola-MC3190-WIFI-Problem-Solved

No comments: