|
||||
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.
|
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
Quote:
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 |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
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> |
This post has been thanked 1 times. |
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
|
|
||||
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
|
|
||||
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? |
|
|
|