PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #191 (permalink)  
Old 03-25-2009, 10:31 PM
xdanimalx's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: May 2008
Posts: 137
Reputation: 40
xdanimalx is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by reigndropz View Post
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.

Last edited by xdanimalx; 03-25-2009 at 10:34 PM.
Reply With Quote
  #192 (permalink)  
Old 03-25-2009, 11:07 PM
reigndropz's Avatar
Halfway to VIP Status
Offline
Pocket PC: Evo
Carrier: Sprint
Location: VA
 
Join Date: Feb 2009
Posts: 550
Reputation: 805
reigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by xdanimalx View Post
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.
Reply With Quote
  #193 (permalink)  
Old 03-25-2009, 11:34 PM
zikronix's Avatar
Regular 'Geeker
Offline
Pocket PC: I dont even have a phone.
Carrier: Pony Express
Location: 33.42542423822571, -111.9400405883789
 
Join Date: Feb 2009
Posts: 391
Reputation: 295
zikronix is becoming a PPCGeeks regularzikronix is becoming a PPCGeeks regularzikronix is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by kockroach View Post
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.
Reply With Quote
  #194 (permalink)  
Old 03-25-2009, 11:51 PM
kockroach's Avatar
N00b
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Location: Chicago
 
Join Date: Dec 2007
Posts: 33
Reputation: 45
kockroach is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by zikronix View Post
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.
__________________
Former Sprint Mogul owner running with dcd1182's ROMs.
Current Sprint TP owner running with

Reply With Quote
  #195 (permalink)  
Old 03-26-2009, 12:59 AM
zikronix's Avatar
Regular 'Geeker
Offline
Pocket PC: I dont even have a phone.
Carrier: Pony Express
Location: 33.42542423822571, -111.9400405883789
 
Join Date: Feb 2009
Posts: 391
Reputation: 295
zikronix is becoming a PPCGeeks regularzikronix is becoming a PPCGeeks regularzikronix is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by kockroach View Post
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
Reply With Quote
  #196 (permalink)  
Old 03-26-2009, 01:05 AM
FatFrosty's Avatar
N00b
Offline
Pocket PC: Evo 4g
Carrier: Sprint
Location: Cincinnati
 
Join Date: Nov 2007
Posts: 30
Reputation: 85
FatFrosty is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by reigndropz View Post
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.
__________________
Amp'd Mobile
Moto V3m -> Moto E816 -> Moto Q

Sprint
HTC Mogul -> HTC Touch Pro -> Evo 4G
Reply With Quote
This post has been thanked 2 times.
  #197 (permalink)  
Old 03-26-2009, 08:43 AM
reigndropz's Avatar
Halfway to VIP Status
Offline
Pocket PC: Evo
Carrier: Sprint
Location: VA
 
Join Date: Feb 2009
Posts: 550
Reputation: 805
reigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by FatFrosty View Post
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?
Reply With Quote
  #198 (permalink)  
Old 03-26-2009, 10:11 AM
FatFrosty's Avatar
N00b
Offline
Pocket PC: Evo 4g
Carrier: Sprint
Location: Cincinnati
 
Join Date: Nov 2007
Posts: 30
Reputation: 85
FatFrosty is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by reigndropz View Post
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.
Reply With Quote
This post has been thanked 2 times.
  #199 (permalink)  
Old 03-26-2009, 11:51 AM
redd214's Avatar
Back
Offline
Pocket PC: Droid X
Carrier: VZW
Location: _
 
Join Date: Nov 2008
Posts: 2,717
Reputation: 6395
redd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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!
Reply With Quote
  #200 (permalink)  
Old 03-26-2009, 12:04 PM
redd214's Avatar
Back
Offline
Pocket PC: Droid X
Carrier: VZW
Location: _
 
Join Date: Nov 2008
Posts: 2,717
Reputation: 6395
redd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the communityredd214 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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!
Reply With Quote
This post has been thanked 1 times.
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 07:17 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com