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)

xdanimalx 03-25-2009 10:31 PM

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

Originally Posted by reigndropz (Post 799810)
How does your SDConfig even work like that? I didnt know you could have multiple lock commands in the same file....and whats the purpose for that?

Idk, it just does, that was before I edited it though, different locks.
and the one for IMPlus.cab is because I have to select what language I want it in.
Idk why I added it the second time, I didn't need to.

This is the newer one
Code:

LOCK:Enabled
CAB: \Storage Card\Apps\PictureMail.cab
CAB: \Storage Card\Apps\RescoExplorer.CAB
LOCK:Disabled
HIDE:Enabled
CAB: \Storage Card\Apps\IMPLUS.cab
HIDE:Disabled
LOCK:Enabled
CAB: \Storage Card\Apps\sprint-navigation.cab
CAB: \Storage Card\Tweaks\SMS160.cab
CAB: \Storage Card\Tweaks\Advanced_Configuration.CAB
CAB: \Storage Card\Skins\Sprint2FlipClock.cab
XML: \Storage Card\gmail.xml
CPY1:\Storage Card\Apps\IMPlus.exe
CPY2:\Program Files\IMPlus\IMPlus.exe
LOCK:Disabled
RST: Reset

That works fine, I just gotta get .XML working.

reigndropz 03-25-2009 11:07 PM

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

Originally Posted by xdanimalx (Post 799955)
That works fine, I just gotta get .XML working.


Well to troubleshoot your xml. Go step by step. Try just doing your gmail account. Yours looks setup a little different than mine and I know mine works so try that. Here's mine.

Code:

<wap-provisioningdoc>
    <characteristic type="EMAIL2" recursive="true">
        <characteristic type="{6E1145C4-F35F-0EC9-182D-F73C2DCBEFD7}">
            <parm name="SERVICENAME" value="Gmail"/>
            <parm name="SERVICETYPE" value="IMAP4"/>
            <parm name="INSERVER" value="imap.gmail.com"/>
            <parm name="AUTHNAME" value="username@gmail.com"/>
                                                  <parm name="AUTHSECRET" value="password"/>
            <parm name="DOMAIN" value=""/>
            <parm name="OUTSERVER" value="smtp.gmail.com"/>
            <parm name="REPLYADDR" value="username@gmail.com"/>
            <parm name="SMTPALTAUTHNAME" value="username@gmail.com"/>
            <parm name="SMTPALTDOMAIN" value=""/>
            <parm name="NAME" value=""/>
            <parm name="LINGER" value="15"/>
            <parm name="RETRIEVE" value="51200"/>
            <parm name="KEEPMAX" value="4294967295"/>
            <parm name="DWNDAY" value="3"/>
            <parm name="FORMAT" value="2"/>
            <parm name="AUTHREQUIRED" value="1"/>
        </characteristic>
    </characteristic>



    </wap-provisioningdoc>



Also, have you checked your code like in XMLnotepad? It will tell you if the code is correct when you open the xml on your desktop.

zikronix 03-25-2009 11:34 PM

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

Originally Posted by kockroach (Post 799116)
Part of it will depend on what you are importing. It took me a few times to figure out what could and could not be added when I was doing my "Sync" provisioning XML. You can always post some code for others to look at and make suggestions.


heres my problem with that sashimi can import the xml both as an xml and registry fine. so...its definitly a uc thing.

kockroach 03-25-2009 11:51 PM

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

Originally Posted by zikronix (Post 800116)
heres my problem with that sashimi can import the xml both as an xml and registry fine. so...its definitly a uc thing.

The reason why I said that is because the XML may be in proper format, but the contents might be the problem. Using a properly formatted XML, I couldn't even get Advanced Config or a Registry Editor to load the provisioning file. Once I removed certain parameters, it would work. Why not post what you have...maybe there is something in there that shouldn't be.

zikronix 03-26-2009 12:59 AM

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

Originally Posted by kockroach (Post 800150)
The reason why I said that is because the XML may be in proper format, but the contents might be the problem. Using a properly formatted XML, I couldn't even get Advanced Config or a Registry Editor to load the provisioning file. Once I removed certain parameters, it would work. Why not post what you have...maybe there is something in there that shouldn't be.


im rebuilding one now. so..once im done doing it lill post it

FatFrosty 03-26-2009 01:05 AM

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

Originally Posted by reigndropz (Post 799820)
Man this is exactly what I want to do! I want to have my start menu erased and them my new shortcuts put into that start menu folder.....I just wish I could make sense out of what you posted!! I need help lol

It's all pretty easy, you just need to change the directory to your backup directory.

1) Go to \Windows\Start Menu\ and make your perfect start menu. Then back it up somewhere on your Storage Card. My backup folder is \Storage Card\Cabs\ so I just dropped an entire copy of my start menu to \Storage Card\Cabs\Start Menu.

2) Add the following code to your SDConfig.txt. Of course change the first two lines to the correct paths.
Code:

CAB: \Storage Card\Cabs\MortScript-4.2-PPC.cab
CPY1:\Storage Card\Cabs\CustomStartMenu.txt
CPY2:\CustomStartMenu.mscr
EXEC:\CustomStartMenu.mscr

3) Download the Mortscript CAB and the txt file in my other post and place them in the backup folder.

4) Inside the txt folder, you need to change the second line that sets the variable 'SrcDir'. Set it to the path of your backuped Start Menu. Mine was \Storage Card\Cabs\Start Menu.


I can't think of anything else. It will automatically delete the Start Menu and copy from the directory you set. If that doesn't help, just tell me where you get stuck and I'll try to break it down some more.

reigndropz 03-26-2009 08:43 AM

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

Originally Posted by FatFrosty (Post 800285)
It's all pretty easy, you just need to change the directory to your backup directory.

1) Go to \Windows\Start Menu\ and make your perfect start menu. Then back it up somewhere on your Storage Card. My backup folder is \Storage Card\Cabs\ so I just dropped an entire copy of my start menu to \Storage Card\Cabs\Start Menu.

2) Add the following code to your SDConfig.txt. Of course change the first two lines to the correct paths.
Code:

CAB: \Storage Card\Cabs\MortScript-4.2-PPC.cab
CPY1:\Storage Card\Cabs\CustomStartMenu.txt
CPY2:\CustomStartMenu.mscr
EXEC:\CustomStartMenu.mscr

3) Download the Mortscript CAB and the txt file in my other post and place them in the backup folder.

4) Inside the txt folder, you need to change the second line that sets the variable 'SrcDir'. Set it to the path of your backuped Start Menu. Mine was \Storage Card\Cabs\Start Menu.


I can't think of anything else. It will automatically delete the Start Menu and copy from the directory you set. If that doesn't help, just tell me where you get stuck and I'll try to break it down some more.

Thats great. One question though. I already have a folder with my start menu shortcuts in it on the storgae card. Do I copy the entire start menu folder or just the contents of whats inside the start menu folder?

FatFrosty 03-26-2009 10:11 AM

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

Originally Posted by reigndropz (Post 800672)
Thats great. One question though. I already have a folder with my start menu shortcuts in it on the storgae card. Do I copy the entire start menu folder or just the contents of whats inside the start menu folder?

Copy the folder too. My Storage card is set up as so:
\Storage Card\Cabs\Start Menu\Programs\Games
\Storage Card\Cabs\Start Menu\Programs\System
\Storage Card\Cabs\Start Menu\Programs\'Some more folders'
\Storage Card\Cabs\Start Menu\Settings\ (empty inside)
\Storage Card\Cabs\Start Menu\Calendar
\Storage Card\Cabs\Start Menu\Messaging

The last two lines are examples of shortcuts that will appear on the drop down menu what you press start at the top of the screen.

It can get confusing, hope this helps.

redd214 03-26-2009 11:51 AM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
fatfrosty, thanx so much for that little tutorial thats exactly what i needed. testing now to see if i did it correctly!

redd214 03-26-2009 12:04 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
man this worked like a charm. thanx man, just one more piece of the sdconfig puzzle for me!!! i will have this damn thing down soon enuff. no onto email accounts!


All times are GMT -4. The time now is 01:55 PM.

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


Content Relevant URLs by vBSEO 3.6.0