Hi Guys,
Im having trouble with setting up my device to link up to my server...
Basically im trying to change the cab file MAP70_WinCESetupCore_Core.CAB so that I can set some properties in the Mobile~1.024 deploy descriptor. I think I need to add the following lines of code to make sure that it links/syncs to my specified server at log on :
EXISTING CODE IN Mobile~1.024:
Init.UsingTomcatDirs = false
Runtime = awt
Init.OperatingSystem = WINCE
MI.ClientInstaller.StaticCommandLine = -Of -mi -classpath '%CI_HOME%/MICI.jar' com.sap.ip.mi.ci.ClientInstaller '-home:%CI_HOME%'
MI.Executable=%JAVA_EXE%
MI.StaticCommandLine=-mi -Of -cf MI/creme_listOfJars.txt com.sap.ip.me.core.Startup '-home:%MI_HOME%'
CODE IM THINKING OF ADDING:
MobileEngine.Sync.Language=en
MobileEngine.Sync.Client=500
MobileEngine.Sync.Gateway=http://saps005:50000/meSync/servlet/meSync?~sysid=EC1&
IS this correct? Previous programmers have done exactly this and it works... My device installs the application but it does not even run the mobile engin.
I think the problem is how im trying to compose my new cab file. Basically, I want my new cab file to contain exactly what the MAP70_WinCESetupCore_Core.CAB file contains - I just need to make the changes as per above.
I cannot get my cabwiz to work so im using WinCE Cab Manager. What I did was to extract all the files from the MAP70_WinCESetupCore_Core.CAB file, and after making my change, copy all the files into my new cab "copy".
Can anyone advise geing given this info please??
Max points will be rewarded for useful awnsers.
tks
Christiaan