HI,
I am trying to get an Intermec 761 device to skip the welcome screen
and just calibrate manually using the registry setting:


[HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/TOUCH]
"CalibrationData"="2047,1987 993,933 3148,915 3103,3063 975,3059 "
"DriverName"="touch.dll"


I load this registry setting using the Intermec utility
ITCRegloader.exe on cold boot, then I warm boot and find that the
screen is unusable. I use values originally taken from the 761
registry. Note forward-slashes above are actually backslashes in the
.reg file.

This is working for me on the 760 devices but not on the 761. Any
insights? Thanks...

Re: DeviceMap/TOUCH calibration doesn't work on Intermec 761? by Chris

Chris
Mon Sep 12 11:16:28 CDT 2005

That makes sense. The whole point of calibration is to get settings
specific to the current piece of hardware. Due to variations in circuitry
and hardware you're not likely to find one set of values that works for
everything. Calibration should always be run on any new piece of hardware.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate


"colo" <unspammable.illan@gmail.com> wrote in message
news:1126532398.754179.270990@g49g2000cwa.googlegroups.com...
> HI,
> I am trying to get an Intermec 761 device to skip the welcome screen
> and just calibrate manually using the registry setting:
>
>
> [HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/TOUCH]
> "CalibrationData"="2047,1987 993,933 3148,915 3103,3063 975,3059 "
> "DriverName"="touch.dll"
>
>
> I load this registry setting using the Intermec utility
> ITCRegloader.exe on cold boot, then I warm boot and find that the
> screen is unusable. I use values originally taken from the 761
> registry. Note forward-slashes above are actually backslashes in the
> .reg file.
>
> This is working for me on the 760 devices but not on the 761. Any
> insights? Thanks...
>



Re: DeviceMap/TOUCH calibration doesn't work on Intermec 761? by Peter

Peter
Mon Sep 12 11:42:08 CDT 2005

While I can appreciate the idea of removing the welcome wizard (we do that
for some of our projects), you are going to find that not all devices have
the same screen characteristics. We can kick off the calibration on first
boot (while still removing the rest of the welcome proceedure) by calling
TouchCalibrate via P/Invoke - more details here:-
http://www.peterfoot.net/CommentView,guid,06b4072d-3585-43d4-8605-f7cebc6387f7.aspx

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net

"colo" <unspammable.illan@gmail.com> wrote in message
news:1126532398.754179.270990@g49g2000cwa.googlegroups.com...
> HI,
> I am trying to get an Intermec 761 device to skip the welcome screen
> and just calibrate manually using the registry setting:
>
>
> [HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/TOUCH]
> "CalibrationData"="2047,1987 993,933 3148,915 3103,3063 975,3059 "
> "DriverName"="touch.dll"
>
>
> I load this registry setting using the Intermec utility
> ITCRegloader.exe on cold boot, then I warm boot and find that the
> screen is unusable. I use values originally taken from the 761
> registry. Note forward-slashes above are actually backslashes in the
> .reg file.
>
> This is working for me on the 760 devices but not on the 761. Any
> insights? Thanks...
>



Re: DeviceMap/TOUCH calibration doesn't work on Intermec 761? by Darren

Darren
Tue Sep 13 14:42:26 CDT 2005

Are those values definitely from a 761 that was calibrated normally? The 760
and 761 have different screen hardware, so values from a 760 probably won't
work on a 761.

Best regards,
Darren

I would expect a set of values captured from a device to work on that device
in the way you suggest. I'm afraid I am not familiar with ITCRegloader.exe
so cannot comment on whether using that

"colo" <unspammable.illan@gmail.com> wrote in message
news:1126532398.754179.270990@g49g2000cwa.googlegroups.com...
> HI,
> I am trying to get an Intermec 761 device to skip the welcome screen
> and just calibrate manually using the registry setting:
>
>
> [HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/TOUCH]
> "CalibrationData"="2047,1987 993,933 3148,915 3103,3063 975,3059 "
> "DriverName"="touch.dll"
>
>
> I load this registry setting using the Intermec utility
> ITCRegloader.exe on cold boot, then I warm boot and find that the
> screen is unusable. I use values originally taken from the 761
> registry. Note forward-slashes above are actually backslashes in the
> .reg file.
>
> This is working for me on the 760 devices but not on the 761. Any
> insights? Thanks...
>