MC9060 WIN CE how to skip calibration after resetting the terminal?

// Expert user has replied.
S Sergey Yakovlev 3 years 5 months ago
167 2 0

MC9060 WIN CE how to skip calibration after resetting the terminal?
Touch screen not working , how to enter in OS without calibration?
Use some .reg files?

Please Register or Login to post a reply

2 Replies

C Christopher Sather

The best procedure is to calibrate a device manually and then capture these reg key values.  Then save them as a .reg and add that file to the root of \application folder.  These are from a 9090 with a VGA screen, so they would not apply to a 9060

"CalibrationData"="527,511 262,760 796,769 793,256 258,253 "
"MaxCalError"=dword:00000007
"PowerUpTouchDelay"=dword:00000FA0

"ForceCalibrate"=dword:00000000
"SkipCalibrate"=dword:00000001

N Nikolay Isakov

Hi Sergey.

To skip calibration press ESC key or

try below. Sets initial state to off and puts in some dummy calibration data so you don't get the calibration screen on cold boot.

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

[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
  "CalibrationData"="1990,2070 3012,3137 2960,1013 930,981 929,3174 "
[HKEY_CURRENT_USER\Software\Symbol\Startup]
  "SkipCalibrate"=dword:00000001

CONTACT
Can’t find what you’re looking for?