
Signature
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
Thanks for the info.
Have to make the Application to be in the ROM or "factory-shipped
state "?
Can any expert advice?
Sunny
> The definition of a hard reset is to erase everything and return the device
> to a factory-shipped state, so unless your app is part of the
[quoted text clipped - 14 lines]
> >
> > Thanks in advance
Indra Bisen - 27 Dec 2006 11:12 GMT
hi,
I'm not sure but Platform Builder is used for it.
indra bisen
> Thanks for the info.
> Have to make the Application to be in the ROM or "factory-shipped
[quoted text clipped - 20 lines]
> > >
> > > Thanks in advance
Indra Bisen - 27 Dec 2006 11:14 GMT
hi,
I'm not sure but Platform Builder is used for it.
indra bisen
> Thanks for the info.
> Have to make the Application to be in the ROM or "factory-shipped
[quoted text clipped - 20 lines]
> > >
> > > Thanks in advance
<ctacke/> - 27 Dec 2006 16:14 GMT
If you are the device OEM and actually create the CE image for the device,
you can do it. If you're not (and by the nature of you asking the question,
it indicates you're not) then you can't.

Signature
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
> Thanks for the info.
> Have to make the Application to be in the ROM or "factory-shipped
[quoted text clipped - 21 lines]
>> >
>> > Thanks in advance
holmerj@cintas.com - 27 Dec 2006 19:55 GMT
The best we have been able to do is to store our application and
associated cab files on an SD Card, then use the Autorun.exe mechanism
of the SD card to run a script (custom c++ app) that does the complete
install.
By using our app to deploy, and storing our application data on the SD
card, we can have our Hotline department execute a cold reset as part
of their troubleshooting to rule user "tweaks" our of the possible
issues.