| 
						 Cold Boot Process: 
- Eject battery 
 
- Press and release the trigger AND the power button together 
 
- Insert battery 
 
 
Persistence after cold boot: 
- Create a .cpy file that copies the OrderSavantCEInstaller.cab file to a temp location outside of the application directory 
- Example of .cpy file contents (without the header numbers): 
- \application\OrderSavantCEInstaller.cab >  \windows\OrderSavantCEInstaller.cab
 
  
  
- Create a .reg file that runs the OrderSavantCEInstaller.cab on cold boot only 
- Example of .reg file contents (without the header numbers): 
- [HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog11]
 
- "Name"="\windows\wceload.exe"
 
- "Command"=" /noaskdest /noui \windows\OrderSavantCEInstaller.cab"
 
- "Continue"=dword:0
 
- "ColdBootOnly"=dword:1
 
-  
 
- [HKEY_CURRENT_USER\Software\Savance]
 
-  
 
- [HKEY_CURRENT_USER\Software\Savance\OrderSavantCE]
 
- "Server"="http://yourservername"
 
- "RemoteDevice"="False"
 
-  
 
- HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog11]
 
- "Name"="\Program Files\Installer\OrderSavantCE.exe"
 
- "Command"=""
 
- "Continue"=dword:1
 
- "ColdBootOnly"=dword:0
 
  
  
- Cold boot the device 
- Run remcapture (application on the MC9060) 
 
- Set up the device per the remcapture application instructions 
 
- Run remcapture again and save the .reg changes to the application directory 
 
  
- Networking is restored from the built in options/export option in the wireless software on the device 
- This will also create a .reg file which you can save in the application directory 
 
  
 
  
Supplemental Information: 
Symbol Remote Capture Utility (RemCapture) is a PC application that enables the user to capture the changes to the registry and file system of a connected Symbol Windows Mobile device. By capturing the registry and file system changes and saving them to a non-volatile location, these changes can persist a cold boot of the device. 
http://support.symbol.com/support/search.do?cmd=displayKC&docType=kc&externalId=11297&sliceId=&dialogID=57828472&stateId=1%200%2057826249 
  
StartUpCtl is an extension to the Startup process found on Motorola enterprise mobility devices. These processes start the execution of certain file types when a mobile device is reset, enabling applications to be installed and/or run. http://support.symbol.com/support/search.do?cmd=displayKC&docType=kc&externalId=11749&sliceId=&dialogID=57828889&stateId=1%200%2057826387 
					 |