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)

reigndropz 03-21-2009 12:52 AM

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

Originally Posted by elephant007 (Post 786899)
as for shortcuts on the start menu, I'd suggest using a command in the SDConfig
CPY1:\Storage Card\Shortcut.lnk
CPY2:\Windows\Start Menu\Shortcut.lnk

:( tried that....no good

elephant007 03-21-2009 11:07 AM

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

Originally Posted by reigndropz (Post 786925)
:( tried that....no good

Post your SDConfig
that is the only way I know how to copy a file from one destination to the other

lnchbx13 03-21-2009 11:16 AM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
how do you have it move the ones that are in there already back to the programs folder? Since you can only have 7, if you put in 7 more it messes it up.

reigndropz 03-21-2009 02:54 PM

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

Originally Posted by elephant007 (Post 787435)
Post your SDConfig
that is the only way I know how to copy a file from one destination to the other

Quote:

Originally Posted by lnchbx13 (Post 787461)
how do you have it move the ones that are in there already back to the programs folder? Since you can only have 7, if you put in 7 more it messes it up.


Thats one of my points. I already tried this method below by taking the shortcuts and placing them in the a shortcut folder on the storage card

CPY1:\Storage Card\Shortcuts\SpbScreenshot
CPY2:\Windows\Start Menu\SpbScreenshot

That didnt work. I also added ".ink" at the end of the file and it still didnt work. Any ideas?

I was working with an xml file to try this too, but it got pretty complicated so I kind of retired with that thought. I know there must be a way to do this though....

it didnt work

badwolf 03-21-2009 03:45 PM

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

Originally Posted by reigndropz (Post 786925)
:( tried that....no good


I think this is the answer. Had same problem with slingbox.lnk and tomtom.lnk

see http://forum.xda-developers.com/show...00&postcount=3 there they say

%CE2% is a shorthand way for saying "\windows". As you can see, the first characteristic types set the working directory to \windows\startup, the destination file to "StartTimeSync.lnk" and the file operation to "Copy". Finally, the source file is set and the CSP copies \windows\SP TimeSync.lnk to \windows\startup\StartTimeSync.lnk.

Here's a great example from booda. It shows shortcut creation, move, directory creation and remove operations:

<characteristic type="FileOperation">

<!--Create folder in Programs called "Docs and Ref" and move Google Maps shortcut into it-->

<characteristic type="%CE2%\Start Menu\Programs\Docs and Ref" translation="install">
<characteristic type="MakeDir" />

<characteristic type="Google Maps.lnk" translation="install">
<characteristic type="Move">
<parm name="Source" value="%CE2%\Start Menu\Programs\Google Maps.lnk" translation="install"/>
</characteristic>
</characteristic>

</characteristic>

<!--Create "Doom" shortcut from exe on storage card and copy it into Games folder-->

<characteristic type="%CE2%\Start Menu\Programs\Games" translation="install">
<characteristic type="MakeDir" />

<characteristic type="gfDoom.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="\Storage Card\Games\Doom\gfDoom.exe" translation="install"/>
</characteristic>
</characteristic>

</characteristic>

<!-- Move Office folder from Start Menu into Docs and Ref folder -->

<characteristic type="%CE2%\Start Menu\Programs\Docs and Ref\Office Mobile" translation="install">
<characteristic type="MakeDir" />

<characteristic type="Excel Mobile.lnk" translation="install">
<characteristic type="Move">
<parm name="Source" value="%CE2%\Start Menu\Programs\Office Mobile\Excel Mobile.lnk" translation="install"/>
</characteristic>
</characteristic>

<characteristic type="icon.lnk" translation="install">
<characteristic type="Move">
<parm name="Source" value="%CE2%\Start Menu\Programs\Office Mobile\icon.lnk" translation="install"/>
</characteristic>
</characteristic>

<characteristic type="OneNote Mobile.lnk" translation="install">
<characteristic type="Move">
<parm name="Source" value="%CE2%\Start Menu\Programs\Office Mobile\OneNote Mobile.lnk" translation="install"/>
</characteristic>
</characteristic>

<characteristic type="PowerPoint Mobile.lnk" translation="install">
<characteristic type="Move">
<parm name="Source" value="%CE2%\Start Menu\Programs\Office Mobile\PowerPoint Mobile.lnk" translation="install"/>
</characteristic>
</characteristic>

<characteristic type="Word Mobile.lnk" translation="install">
<characteristic type="Move">
<parm name="Source" value="%CE2%\Start Menu\Programs\Office Mobile\Word Mobile.lnk" translation="install"/>
</characteristic>
</characteristic>

</characteristic>

<characteristic type="%CE2%\Start Menu\Programs\Office Mobile" translation="install">
<characteristic type="RemoveDir" />
</characteristic>

</characteristic>

reigndropz 03-21-2009 04:52 PM

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

Originally Posted by badwolf (Post 787819)
I think this is the answer. Had same problem with slingbox.lnk and tomtom.lnk

see http://forum.xda-developers.com/show...00&postcount=3 there they say

Thanks Badwolf for this but I already went this route....still didnt work for me.

slydog43 03-21-2009 06:30 PM

Notes Settings
 
I'm having trouble findingout where my Notes program settings are stored, any1 know?

badwolf 03-21-2009 07:27 PM

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

Originally Posted by reigndropz (Post 787917)
Thanks Badwolf for this but I already went this route....still didnt work for me.

how can i test the xml without hardresting, what to run?

elephant007 03-21-2009 08:25 PM

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

Originally Posted by badwolf (Post 788122)
how can i test the xml without hardresting, what to run?

http://forum.ppcgeeks.com/showpost.p...&postcount=148

dave01978 03-21-2009 09:41 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
thanks for the info on the task manager elephant, that saves a ton of time

Anyone else have any other ideas in setting up more then 1 email?


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

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


Content Relevant URLs by vBSEO 3.6.0