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

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #351 (permalink)  
Old 10-28-2009, 02:09 AM
sc00b4s7eve's Avatar
VIP Member
Offline
Pocket PC: Sprint TP2
Carrier: Sprint SERO
Location: NorthEast, US
 
Join Date: Apr 2008
Posts: 863
Reputation: 2080
sc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by kernel610 View Post
I can't seem to get my provisioning.xml file to work. Any suggestions? Also, what is the difference from doing the changes in a .reg file?

Also, I have it entered into my SDConfig file as "XML:\Storage Card\Install\Start\provisioning.xml"

EDIT: The random spaces in xml file are not in the original. I think it has something to do with it being in the QUOTES command



When I try opening the file with IE I get this error
"A name contained an invalid character. Error processing resource 'file:///C:/Documents and Settings/ksa/Desktop/provis...<characteristictype="HKLM\Software\HTC\Manila\Prog ramLauncher\0">"
-------------------^"
Then you gotta know IE is pointing you to your error, right? looks like you threw in that > too early so your formatting is off.
Try something like this. I put in one Reg Key, one String, and one # so you can see the difference. Hope this helps.
Code:
<wap-provisioningdoc>
<!-- *** COMMENTS *** -->
   <characteristic type="Registry">
      <characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\0" translation="filesystem">
         <parm name="Path" datatype="string" value="\Program Files\Resco\Resco Explorer.lnk" />
         <parm name="IsReadOnly" datatype="integer" value="0"/>
      </characteristic>
   </characteristic>
</wap-provisioningdoc>
__________________
Kitchen:Calkulin's VK for WVGA (Updated with Touch Pro 2 Collaboration)
ROM:Custom6.5.x(ScubaGear)
When it's deserved, click

Last edited by sc00b4s7eve; 10-28-2009 at 02:14 AM.
Reply With Quote
  #352 (permalink)  
Old 10-31-2009, 11:59 PM
Tannerj's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC EVO
Carrier: Sprint
Location: Wichita, Kansas
 
Join Date: Sep 2007
Posts: 186
Reputation: 60
Tannerj is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

I have been working on this for a while now and I unable to figure out what I am doing wrong with my xml file.

XML File:

<wap-provisioningdoc>

<characteristic type="Registry">
<!-- Phone stay on when AC Power is applied -->
<characteristic type="HKLM\System\CurrentControlSet\Control\Power\ Timeouts">
<parm name="ACSuspendTimeout" value="0" datatype="Integer" />
</characteristic>
<characteristic type="HKCU\ControlPanel\Backlight">
<parm name="ACTimeout" value="0" datatype="Integer" />
<parm name="ACTimeoutUnchecked" value="60" datatype="Integer" />
</characteristic>
</characteristic>

</wap-provisioningdoc>


I have looked and looked but must be missing something. I am trying to disable the backlight when AC Power is applied.

any help would be greatly appreciated.

thanks... tannerj
Reply With Quote
  #353 (permalink)  
Old 11-02-2009, 08:41 PM
JAAS's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Evo
Carrier: Sprint
 
Join Date: May 2008
Posts: 161
Reputation: 95
JAAS 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 kernel610 View Post
I can't seem to get my provisioning.xml file to work. Any suggestions? Also, what is the difference from doing the changes in a .reg file?

Also, I have it entered into my SDConfig file as "XML:\Storage Card\Install\Start\provisioning.xml"

EDIT: The random spaces in xml file are not in the original. I think it has something to do with it being in the QUOTES command



When I try opening the file with IE I get this error
"A name contained an invalid character. Error processing resource 'file:///C:/Documents and Settings/ksa/Desktop/provis...<characteristictype="HKLM\Software\HTC\Manila\Prog ramLauncher\0">"
-------------------^"
There should be a space between characteristic and type... Fix it using notepad (Not XMLNotepad)
Reply With Quote
  #354 (permalink)  
Old 11-03-2009, 01:02 PM
JAAS's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Evo
Carrier: Sprint
 
Join Date: May 2008
Posts: 161
Reputation: 95
JAAS 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 ryangruhn View Post
Things people are looking to put into their .xml files:

- Tasks – checking “Show start and due dates”
Didn't saw this one listed... Here's how I'm doing it. This will list only the active tasks, including the start/due date. Sorted by priority.


Code:
 
<!-- Task View Settings-->
<characteristic type="HKLM\SOFTWARE\Microsoft\Tasks\Reminder">
<parm name="Default" value="IP7//wAAAAABAAAAAAAAAAQAAAAAAAAAAAAAAHDyBAAAAAAAAAAAAA==" datatype="binary" />
</characteristic>
<characteristic type="HKLM\SOFTWARE\Microsoft\Tasks\Sort">
<parm name="Sort" value="AQAAABMAYAABAAAAkAMAAAAAAAk=" datatype="binary" />
</characteristic>
<!-- End Task View Settings-->

Last edited by JAAS; 11-03-2009 at 01:09 PM.
Reply With Quote
  #355 (permalink)  
Old 12-22-2009, 06:09 PM
poonjahb's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro2
Carrier: US Cellular
 
Join Date: Oct 2009
Posts: 19
Reputation: 0
poonjahb is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Anyone ever have any luck importing s2u2 settings? I have my settings in an XML as shown below, my sdconfig seems to run it but the settings all get lost after the device reboots at the end.

Code:
<wap-provisioningdoc>
<!-- *** COMMENTO *** -->
   <characteristic type="Registry">
      <characteristic type="HKCU\Software\A_C\S2U2" translation="filesystem">
         <parm name="Autostart" datatype="binary" value="01"/>
         <parm name="PasswordLock" datatype="binary" value="00"/>
         <parm name="PasswordTime" datatype="integer" value="0"/>
         <parm name="LockNotification" datatype="binary" value="01"/>
         <parm name="AutoDismissNotification" datatype="binary" value="01"/>
         <parm name="ShowSMSPreview" datatype="binary" value="01"/>
         <parm name="ShowMMSPreview" datatype="binary" value="01"/>
         <parm name="ShowEmailPreview" datatype="binary" value="00"/>
         <parm name="AutoMarkReadSMS" datatype="binary" value="01"/>
         <parm name="AutoMarkReadEmail" datatype="binary" value="00"/>
         <parm name="BlankStart" datatype="binary" value="01"/>
         <parm name="IdleStart" datatype="binary" value="00"/>
         <parm name="OffLCD" datatype="binary" value="11"/>
         <parm name="BlankScreen" datatype="binary" value="00"/>
         <parm name="BlankOnTalk" datatype="binary" value="00"/>
         <parm name="InCallLock" datatype="binary" value="00"/>
         <parm name="ACBlankStart" datatype="binary" value="00"/>
         <parm name="ACIdleStart" datatype="binary" value="00"/>
         <parm name="ACOffLCD" datatype="binary" value="00"/>
         <parm name="ACBlankScreen" datatype="binary" value="00"/>
         <parm name="ACBlankOnTalk" datatype="binary" value="00"/>
         <parm name="ACInCallLock" datatype="binary" value="00"/>
         <parm name="DateFormat" datatype="string" value="dddd', 'd MMMM"/>
         <parm name="TimeFormat" datatype="string" value="H':'mm"/>
         <parm name="ClockPath" datatype="string" value="clock\"/>
         <parm name="Time2Format" datatype="string" value=""/>
         <parm name="Clock2Path" datatype="string" value=""/>
         <parm name="ShowAlarm" datatype="binary" value="01"/>
         <parm name="ShowTask" datatype="binary" value="01"/>
         <parm name="ShowMMS" datatype="binary" value="01"/>
         <parm name="ShowWeather" datatype="binary" value="07"/>
         <parm name="ShowOwnerInfo" datatype="binary" value="01"/>
         <parm name="DigitalBattery" datatype="binary" value="01"/>
         <parm name="ShowAppointment" datatype="binary" value="03"/>
         <parm name="AppointmentDays" datatype="binary" value="07"/>
         <parm name="ShowAllDay" datatype="binary" value="00"/>
         <parm name="AppointmentLine" datatype="binary" value="01"/>
         <parm name="AlignAppointment" datatype="binary" value="01"/>
         <parm name="AppointmentDateFormat" datatype="string" value="clock\"/>
         <parm name="AppointmentTimeFormat" datatype="string" value="h':'mmt"/>
         <parm name="CallerID" datatype="binary" value="00"/>
         <parm name="Slide2Answer" datatype="binary" value="00"/>
         <parm name="Slide2End" datatype="binary" value="00"/>
         <parm name="S2AAnsKey" datatype="binary" value="00"/>
         <parm name="S2AEndKey" datatype="binary" value="00"/>
         <parm name="PowerButtonEndCall" datatype="binary" value="01"/>
         <parm name="SendBusySMS" datatype="binary" value="00"/>
         <parm name="CanonicalFormat" datatype="binary" value="00"/>
         <parm name="CanonicalPrefix" datatype="integer" value="1"/>
         <parm name="VolumeControl" datatype="binary" value="00"/>
         <parm name="TransparentVC" datatype="binary" value="00"/>
         <parm name="NoVolumeKeyLock" datatype="binary" value="00"/>
         <parm name="InCallVolumeControl" datatype="binary" value="00"/>
         <parm name="Wallpaper" datatype="string" value=""/>
         <parm name="WallpaperL" datatype="string" value=""/>
         <parm name="ShowBattery" datatype="binary" value="01"/>
         <parm name="BatteryOnTop" datatype="binary" value="01"/>
         <parm name="GifSpeed" datatype="binary" value="00"/>
         <parm name="GifEndless" datatype="binary" value="00"/>
         <parm name="WallpaperChangeTime" datatype="binary" value="00"/>
         <parm name="WallpaperRandom" datatype="binary" value="00"/>
         <parm name="NoSoftKey" datatype="binary" value="00"/>
         <parm name="TopmostCurtain" datatype="binary" value="01"/>
         <parm name="TopCurtain" datatype="binary" value="01"/>
         <parm name="BottomCurtain" datatype="binary" value="01"/>
         <parm name="CurtainAlpha" datatype="binary" value="0f"/>
         <parm name="TextShadow" datatype="binary" value="00"/>
         <parm name="S2PControl" datatype="binary" value="01"/>
         <parm name="HPstartS2P" datatype="binary" value="01"/>
         <parm name="HPcloseS2P" datatype="binary" value="00"/>
         <parm name="NoS2P" datatype="binary" value="00"/>
         <parm name="S2PAlbum" datatype="binary" value="01"/>
         <parm name="LockSound" datatype="string" value=""/>
         <parm name="UnlockSound" datatype="string" value=""/>
         <parm name="SliderInertia" datatype="binary" value="00"/>
         <parm name="VibrationLED" datatype="binary" value="01"/>
         <parm name="HapticFeedback" datatype="binary" value="01"/>
         <parm name="VibrateOnConnect" datatype="binary" value="01"/>
         <parm name="DpadOn" datatype="binary" value="00"/>
         <parm name="UnlockOnRotate" datatype="binary" value="00"/>
         <parm name="ActionOnAC" datatype="binary" value="01"/>
         <parm name="StylusOutUnlock" datatype="binary" value="01"/>
         <parm name="StylusInLock" datatype="binary" value="00"/>
         <parm name="UnlockRunEXE" datatype="string" value=""/>
         <parm name="Unlock2Home" datatype="binary" value="00"/>
         <parm name="IgnoreScreenRotation" datatype="binary" value="00"/>
         <parm name="NoPowerSuspend" datatype="binary" value="00"/>
         <parm name="DisplayMode" datatype="binary" value="00"/>
         <parm name="KoreanSMSpatch" datatype="binary" value="00"/>
         <parm name="NoKeyBoardHook" datatype="binary" value="01"/>
         <parm name="NoManilaLock" datatype="binary" value="00"/>
         <parm name="NoSystemLock" datatype="binary" value="00"/>
         <parm name="ExceptionEXEisFG" datatype="binary" value="01"/>
         <parm name="WakeupDelayMS" datatype="integer" value="500"/>
         <parm name="BlankOnTalkDelayMS" datatype="integer" value="300"/>
         <parm name="DelayBootUpMS" datatype="integer" value="5000"/>
      </characteristic>
      <characteristic type="HKCU\Software\A_C\S2U2\Exceptions" translation="filesystem">
         <parm name="ExceptionEXE00" datatype="string" value="iexplore.exe"/>
         <parm name="ExceptionEXE01" datatype="string" value="VoiceCommander.exe"/>
         <parm name="ExceptionEXE02" datatype="string" value="AlarmPopup.exe"/>
         <parm name="ExceptionEXE03" datatype="string" value="SDDialer.exe"/>
         <parm name="ExceptionEXE04" datatype="string" value="HTCAlbum.exe"/>
         <parm name="ExceptionEXE05" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE06" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE07" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE08" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE09" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE10" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE11" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE12" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE13" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE14" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE15" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE16" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE17" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE18" datatype="string" value="wmplayer.exe"/>
         <parm name="ExceptionEXE19" datatype="string" value="wmplayer.exe"/>
      </characteristic>
      <characteristic type="HKCU\Software\A_C\S2U2\S2VEXE" translation="filesystem">
         <parm name="0File" datatype="string" value=""/>
         <parm name="0Parameters" datatype="string" value=""/>
         <parm name="1File" datatype="string" value=""/>
         <parm name="1Parameters" datatype="string" value=""/>
         <parm name="2File" datatype="string" value=""/>
         <parm name="2Parameters" datatype="string" value=""/>
         <parm name="3File" datatype="string" value=""/>
         <parm name="3Parameters" datatype="string" value=""/>
         <parm name="4File" datatype="string" value=""/>
         <parm name="4Parameters" datatype="string" value=""/>
         <parm name="5File" datatype="string" value=""/>
         <parm name="5Parameters" datatype="string" value=""/>
         <parm name="6File" datatype="string" value=""/>
         <parm name="6Parameters" datatype="string" value=""/>
         <parm name="7File" datatype="string" value=""/>
         <parm name="7Parameters" datatype="string" value=""/>
         <parm name="8File" datatype="string" value=""/>
         <parm name="8Parameters" datatype="string" value=""/>
      </characteristic>
   </characteristic>
</wap-provisioningdoc>
Reply With Quote
  #356 (permalink)  
Old 01-17-2010, 08:13 PM
mikee4fun's Avatar
VIP Member
Offline
Pocket PC: Touch Pro 2/8525 Unlocked Hermes
Carrier: Sprint/T-Mobile
Location: SF Bay Area, California
 
Join Date: Dec 2006
Posts: 1,445
Reputation: 3384
mikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to mikee4fun Send a message via AIM to mikee4fun Send a message via MSN to mikee4fun Send a message via Yahoo to mikee4fun Send a message via Skype™ to mikee4fun
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Can anyone point out the code I need. I am trying to make two different different signatures go to two accounts. One is Exchange and one is Gmail.

Any thoughts?
__________________
Two Evo's 3D's Running CleanROM 1.2 -8/12/11
BaseBand 0.97.10.0530 | PRI 1.16_003 | PRL 21080 |HWv002
Kernel 2.6.35.10-ck-gd351510dirtyziggy417@infectedrom
If I helped you, please hit the button.
Reply With Quote
Reply

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

Thread Tools
Display Modes

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 04:18 AM.


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