H
Harry Simpson
I'm attempting to restore a device from a hard reset and have made great
progress. Got the application and database and eConnect restored to
original condition before the hard reset.....
Now I'm trying to reset all the standard settings like proxy server IP,
hiding Items and setting the background for the Today screen etc.....trying
to do it by tracking registry entries and restoring values via REG files run
in /Application directory on device on hard reset start.
Tried adding the IP that I'd found as follows:
;Sets the proxy IP
[HKEY_LOCAL_MACHINE\Software\Microsoft\ConMan\cmtnpt_tcpaccept.dll]
"port"=dword:5656
"ip"=dword:10.0.0.69
This did nothing to set the proxy or IP for proxy.....any ideas on a handy
reference for setting this stuff. I've written Symbol support but so far
nothing.....
TIA
Harry
progress. Got the application and database and eConnect restored to
original condition before the hard reset.....
Now I'm trying to reset all the standard settings like proxy server IP,
hiding Items and setting the background for the Today screen etc.....trying
to do it by tracking registry entries and restoring values via REG files run
in /Application directory on device on hard reset start.
Tried adding the IP that I'd found as follows:
;Sets the proxy IP
[HKEY_LOCAL_MACHINE\Software\Microsoft\ConMan\cmtnpt_tcpaccept.dll]
"port"=dword:5656
"ip"=dword:10.0.0.69
This did nothing to set the proxy or IP for proxy.....any ideas on a handy
reference for setting this stuff. I've written Symbol support but so far
nothing.....
TIA
Harry