PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA TP Development (http://forum.ppcgeeks.com/forumdisplay.php?f=68)
-   -   Post Your SDconfig.txt, provisioning.xml, etc. Files Here! (http://forum.ppcgeeks.com/showthread.php?t=59566)

slypher 04-16-2009 07:35 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by ahajr (Post 844847)
Has anyone figured out how to install cabs out to the sd card using sdconfig.txt? I keep a lot of apps on the Storage card and run them from there. Things like garmin.

are there any command line installers that can be started via EXEC: which allow selection where to install to?

I think Garmin will auto install itself to your storage card.

I keep quite a few apps on my storage card too, usually all i have to do is copy the shortcut from the storage card, to main memory. For instance, I have SPB Backup and TomTom already on my card, so my config looks like this:

Code:

CPY1:\Storage Card\Program Files\Navigator\TomTom Navigator.lnk
CPY2:\Windows\Start Menu\Programs\Navigation\TomTom Navigator.lnk
CPY1:\Storage Card\Program Files\Spb Backup\SpbBackup.lnk
CPY2:\Windows\Start Menu\Programs\System\SPB Backup.lnk

Just keep a folder somewhere with your premade shortcuts, then have your config file copy them from the storage card to your start menu\programs folder.

-s

ahajr 04-16-2009 08:38 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Good point, since most of them don't require reinstallation. What about those that require registry entries to run, and I don't know what the reg keys are. Garmin was a poor example. I'd still like a way to install a cab, but select "storage card"

slypher 04-16-2009 09:42 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by ahajr (Post 854134)
Good point, since most of them don't require reinstallation. What about those that require registry entries to run, and I don't know what the reg keys are. Garmin was a poor example. I'd still like a way to install a cab, but select "storage card"

From what I can tell, that's not possible using the SDconfig.txt method. Sorry.

-s

slypher 04-16-2009 09:43 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
For anyone that would like some more info about setting up an exchange server using an XML file:

http://msdn.microsoft.com/en-us/library/ms844873.aspx

-s

slydog43 04-20-2009 05:28 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
slypher, you can also set up the reg entries with SDConfig.txt. What I do (or used to since I now use sashimi) is
1. install the app to storage card.
2. Export reg key(s). with CeRegEditor as Unicode, RGU. if you can't figure them out back up reg first then install app then back up reg again and run a compare
3. convert .rgu to xml with rgu-2-xml-v2.exe
4. rename proxml file to .xml
5. copy xxx.lnk to somewhere (i use storage card\StorageLnks)
5. edit xml file to include copying xxx.lnk to device\start menu
6. hard reset device and run xml file to add .lnk back and program should run fine (Some progs don't but most do)

slypher 04-20-2009 06:20 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by slydog43 (Post 862984)
slypher, you can also set up the reg entries with SDConfig.txt. What I do (or used to since I now use sashimi) is
1. install the app to storage card.
2. Export reg key(s). with CeRegEditor as Unicode, RGU. if you can't figure them out back up reg first then install app then back up reg again and run a compare
3. convert .rgu to xml with rgu-2-xml-v2.exe
4. rename proxml file to .xml
5. copy xxx.lnk to somewhere (i use storage card\StorageLnks)
5. edit xml file to include copying xxx.lnk to device\start menu
6. hard reset device and run xml file to add .lnk back and program should run fine (Some progs don't but most do)

Thanks for the info, i tested this with Dashwire and it works perfectly :-)

One less step after a hard reset and one step closer to perfection!

-s

cosmok 04-23-2009 02:33 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Can't seem to find the gmail entries in the new WP6.5 registry, any ideas?

LunaticSerenade 04-23-2009 04:12 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
I used the same XML files from 6.1, it worked flawlessly...

slypher 04-25-2009 07:41 AM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by cosmok (Post 871605)
Can't seem to find the gmail entries in the new WP6.5 registry, any ideas?

Quote:

Originally Posted by LunaticSerenade (Post 871853)
I used the same XML files from 6.1, it worked flawlessly...

Same here, the same XML worked for both my gmail and exchange email set ups.

For the most part, 6.5 seems to be backward compatible with 6.1.

-s

cosmok 04-27-2009 06:09 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Quote:

Originally Posted by slypher (Post 875510)
Same here, the same XML worked for both my gmail and exchange email set ups.

For the most part, 6.5 seems to be backward compatible with 6.1.

-s

Any insight? None of the entries seem to be working.
Code:

<?xml version="1.0" encoding="utf-8"?>
<wap-provisioningdoc>
 <characteristic type="Registry">
  <!-- *** Start Weather Locations *** -->
  <characteristic type="HKCU\Software\HTC\Manila" translation="filesystem">
    <parm name="Weather.CityList" datatype="string" value="NAM|CA|AB|CALGARY, NAM|CA|SK|REGINA , NAM|CA|AB|EDMONTON" />
    <parm name="Weather.PostFirstRun" datatype="integer" value="1" />
    <parm name="Weather.CurrentCity" datatype="integer" value="1" />
  </characteristic>
  <!-- *** Weather Locations *** -->
 </characteristic>

<characteristic type="EMAIL2">
 <characteristic type="{7B3D74EC-35D9-45e3-B8F3-E38F4B90D174}">
  <parm name="SERVICENAME" value="Gmail" />
  <parm name="SERVICETYPE" value="IMAP4" />
  <parm name="INSERVER" value="imap.gmail.com" />
  <parm name="OUTSERVER" value="smtp.gmail.com" />
  <parm name="NAME" value="xxx" />
  <parm name="AUTHNAME" value="xxx@gmail.com" />
  <parm name="AUTHSECRET" value="xxx" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="xxx@gmail.com" />
  <parm name="LINGER" value="15" />
  <parm name="RETRIEVE" value="5" />
  <parm name="KEEPMAX" value="0" />
  <parm name="DWNDAY" value="5" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="1" />
  <parm name="SMTPALTAUTHNAME" value="xxx@gmail.com" />
  <parm name="SMTPALTPASSWORD" value="xxx" />
  <parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
 </characteristic>
</characteristic>
<characteristic type="EMAIL2">
 <characteristic type="{877e6100-cd6d-4a44-bd4c-3edf4b901480}">
  <parm name="SERVICENAME" value="Gmail" />
  <parm name="SERVICETYPE" value="IMAP4" />
  <parm name="INSERVER" value="imap.gmail.com" />
  <parm name="OUTSERVER" value="smtp.gmail.com" />
  <parm name="NAME" value="xxx" />
  <parm name="AUTHNAME" value="xxx@gmail.com" />
  <parm name="AUTHSECRET" value="xxx" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="xxx@gmail.com" />
  <parm name="LINGER" value="15" />
  <parm name="RETRIEVE" value="5" />
  <parm name="KEEPMAX" value="0" />
  <parm name="DWNDAY" value="5" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="1" />
  <parm name="SMTPALTAUTHNAME" value="xxx@gmail.com" />
  <parm name="SMTPALTPASSWORD" value="xxx" />
  <parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
 </characteristic>
</characteristic>

</wap-provisioningdoc>



All times are GMT -4. The time now is 08:54 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0