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
  #11 (permalink)  
Old 03-01-2009, 01:27 PM
ShadowDrake's Avatar
ShadowDrake
Guest
 
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

I was referred to this thread for what I believe to be my UC causing my TP to later lock up and have to be hard reset (yes, -hard- reset) to boot again.

Here's the contents of my SDconfig.txt

All cabs seem to install properly, but it's pretty hit and miss after that, as a random selection of them seems to not actually be installed after UC is completed, and it also seems to be different each time.

All files seem to copy properly.

XML file does not seem to be installed properly.

Code:
LOCK:Enabled
CAB: \Storage Card\MightyMike\cabs\Audiopara.cab
CAB: \Storage Card\MightyMike\cabs\sprint-navigation.cab
CAB: \Storage Card\MightyMike\cabs\picturemail.cab
CAB: \Storage Card\MightyMike\cabs\sprinttv.cab
CAB: \Storage Card\MightyMike\cabs\sms160.cab
CAB: \Storage Card\MightyMike\cabs\slide-to-answer.cab
CAB: \Storage Card\Phone Apps\Advanced_Task_Manager_v0.7.cab
CAB: \Storage Card\Phone Apps\apptodate.cab
CAB: \Storage Card\Phone Apps\Badboy8813 Audio Fix- (Lite Boost).cab
CAB: \Storage Card\Phone Apps\BeejiveIM.CAB
CAB: \Storage Card\Phone Apps\CapSure_1_11a.ARM.CAB
CAB: \Storage Card\Phone Apps\CorePlayer.v1.3.0.Build.6213.cab
CAB: \Storage Card\Phone Apps\galarm_1.4.2.cab
CAB: \Storage Card\Phone Apps\gMeterCE_Setup.cab
CAB: \Storage Card\Phone Apps\ICSControl-0.21.zip
CAB: \Storage Card\Phone Apps\Internet Sharing FIX.cab
CAB: \Storage Card\Phone Apps\LumosSetupV09b.CAB
CAB: \Storage Card\Phone Apps\nueMinutes-1552-v0.6-cab.cab
CAB: \Storage Card\Phone Apps\nuePowerCPL-152-v1.52-cab.cab
CAB: \Storage Card\Phone Apps\nuePowerDriverCDMADiamond-100-v1.0-cab.cab
CAB: \Storage Card\Phone Apps\Opera 9.50_15613_WWE_DEVICE_VGA.cab.cab
CAB: \Storage Card\Phone Apps\pandora.cab
CAB: \Storage Card\Phone Apps\PocketShield.CAB
CAB: \Storage Card\Phone Apps\PocketUno_v.1.31.cab
CAB: \Storage Card\Phone Apps\PowerSMS.cab
CAB: \Storage Card\Phone Apps\SpaceTimePPC.cab
CAB: \Storage Card\Phone Apps\SprintMMSnew.cab
CAB: \Storage Card\Phone Apps\tnyynt%20SD%20TuneUP.cab
CAB: \Storage Card\Phone Apps\VGA%20MusicID_1.3.16.CAB
CAB: \Storage Card\Phone Apps\WeatherDatabaseEditor_1_1_Meins.cab
CAB: \Storage Card\Phone Apps\WkTaskL_1202.cab
CAB: \Storage Card\Phone Apps\WM6RDP.cab
CAB: \Storage Card\Phone Apps\sdkcerts.cab
CAB: \Storage Card\Phone Apps\tsowentaskbar3v1.3.cab
CAB: \Storage Card\Phone Apps\FInixNOverBatteryIconsOnly.cab
LOCK:Disabled
HIDE:Enabled
CAB: \Storage Card\Phone Apps\SpriteTerminator.cab
CAB: \Storage Card\Phone Apps\TouchResponse_v0_3_2.CAB
HIDE:Disabled
LOCK:Enabled
CPY1:\Storage Card\Phone Apps\Files\wmtrigger.dat
CPY2:\Windows\wmtrigger.dat
CPY1:\Storage Card\Phone Apps\Files\settings.txt
CPY2:\Program Files\Lumos\settings.txt
CPY1:\Storage Card\Phone Apps\Files\autumnMorning.jpg
CPY2:\My Documents\My Pictures\autumnMorning.jpg
CPY1:\Storage Card\Phone Apps\Files\Dots.jpg
CPY2:\My Documents\My Pictures\Dots.jpg
CPY1:\Storage Card\Phone Apps\Files\forestTrail.jpg
CPY2:\My Documents\My Pictures\forestTrail.jpg
CPY1:\Storage Card\Phone Apps\Files\rainbowbackground480x640.jpg
CPY2:\My Documents\My Pictures\rainbowbackground480x640.jpg
CPY1:\Storage Card\Phone Apps\Files\Ring-Innovation Echo.MP3
CPY2:\My Documents\My Ringtones\Ring-Innovation Echo.MP3
CPY1:\Storage Card\Phone Apps\Files\Ring-Innovation Guitar.MP3
CPY2:\My Documents\My Ringtones\Ring-Innovation Guitar.MP3
CPY1:\Storage Card\Phone Apps\Files\Ring-Innovation Remix.MP3
CPY2:\My Documents\My Ringtones\Ring-Innovation Remix.MP3
CPY1:\Storage Card\welcomehead.192.png
CPY2:\Windows\welcomehead.192.png
XML: \Storage Card\Phone Apps\ShadowDrakeProvisioning.xml
LOCK:Disabled
RST: Reset
And, my XML file... incomplete as I am yet to add the rest of my settings because I'm having too many other issues right now.

Code:
<wap-provisioningdoc>

<characteristic type="Registry">
<!-- ClearType -->
	<characteristic type="HKLM\System\GDI\CLEARTYPE"> 
		<parm name="Default" value="0" datatype="integer"/> 
		<noparm name="Default"/> 
	</characteristic>
	<characteristic type="HKLM\System\GDI\ClearTypeSettings">
		<parm name="OffOnRotation" value="0" datatype="integer"/> 
	</characteristic>

<!-- Owner Preferences -->
	<characteristic type="HKCU\ControlPanel\Owner" translation="filesystem">
		<parm name="Owner" datatype="binary" value="*********************"/>
		<parm name="Name" datatype="string" value="****************"/>
	</characteristic>

<!-- Sprint 7 bars -->
	<characteristic type="HKCU\ControlPanel\PhoneExtendFunction\CDMA" translation="filesystem">
		<parm name="SignalStrengthLevel" datatype="integer" value="7"/>
	</characteristic>

<!-- Touch panel and album-->
	<characteristic type="HKLM\Software\Microsoft\Inbox\Settings" translation="filesystem">
		<parm name="SMSNoSentMsg" datatype="integer" value="0"/>
	</characteristic>
	<characteristic type="HKLM\Drivers\TouchPanel" translation="filesystem">
		<parm name="PressureThreshold" datatype="integer" value="240"/>
	</characteristic>
	<characteristic type="HKLM\Software\HTC\HTCAlbum" translation="filesystem">
		<parm name="ok_minimize" datatype="integer" value="0"/>
	</characteristic>

<!-- PocketShield Settings -->
	<characteristic type="HKLM\Software\PocketShield" translation="filesystem">
		<parm name="BATTCOL" datatype="string" value="-16744448,-65536"/>
		<parm name="BG" datatype="string" value="1"/>
		<parm name="CLASSIC" datatype="string" value="1"/>
		<parm name="TEMPL" datatype="string" value=""/>
		<parm name="BATT" datatype="integer" value="5"/>
		<parm name="HSETPROT" datatype="string" value="0"/>
		<parm name="DATE" datatype="integer" value="1"/>
		<parm name="CHARGE" datatype="string" value="1"/>
		<parm name="LSENDELAY" datatype="string" value="0"/>
		<parm name="EXCEPS" datatype="string" value="G-Alarm|#NETCF_AGL_BASE_"/>
		<parm name="FirstTime" datatype="integer" value="0"/>
		<parm name="LSEN" datatype="string" value="10894"/>
		<parm name="PSPP" datatype="integer" value="0"/>
		<parm name="VIBCALL" datatype="string" value="0"/>
		<parm name="NOTIFCOUNT" datatype="string" value="1"/>
		<parm name="MISSEDCON" datatype="string" value="0"/>
		<parm name="HSET" datatype="string" value="0"/>
		<parm name="LOCKENDCALL" datatype="string" value="0"/>
		<parm name="LOCKCALL" datatype="string" value="1"/>
		<parm name="T24" datatype="string" value="0"/>
		<parm name="SLEEP" datatype="string" value="1"/>
		<parm name="KEYS" datatype="integer" value="4"/>
		<parm name="SUSPEND" datatype="string" value="0"/>
		<parm name="SENSELEV" datatype="integer" value="20"/>
		<parm name="VIBRATE" datatype="string" value="1"/>
		<parm name="ANS_GEST" datatype="string" value="0"/>
		<parm name="ANS_SLIDE" datatype="string" value="0"/>
		<parm name="OPC_STYL" datatype="string" value="1"/>
		<parm name="OPC_BTN" datatype="string" value="1"/>
		<parm name="OPC_GEST" datatype="string" value="0"/>
		<parm name="OPC_SWIPE" datatype="string" value="1"/>
		<parm name="OPC_LIGHT" datatype="string" value="1"/>
	</characteristic>
	<characteristic type="HKLM\Software\PocketShield\User" translation="filesystem">
		<parm name="email" datatype="string" value="***********"/>
		<parm name="PIN" datatype="string" value="*************"/>
	</characteristic>
</characteristic>
</wap-provisioningdoc>
Reply With Quote
  #12 (permalink)  
Old 03-01-2009, 01:34 PM
twe90kid's Avatar
HTC = TAIWAN! =)
Offline
Pocket PC: HTC Touch Pro2
Carrier: Sprint
Location: Bay
 
Join Date: Jan 2008
Posts: 1,858
Reputation: 1330
twe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on reptwe90kid is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

how do i setup a backup file for gmail?
__________________


Sprint Fair and Flex 500mins - unlimited; text, data, N&W@6pm (perks) - Sprint Pick 3, Unl Incoming Mins
ROMS: Vin. Pluto. (M2.5), Mighty (M2.5), Energy (M2.5)
Reply With Quote
  #13 (permalink)  
Old 03-01-2009, 01:40 PM
elephant007's Avatar
domo arigato mr roboto
Offline
Pocket PC: Samsung Moment
Carrier: Sprint since Feb 11, 2002
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

MightMouse ROM 4.12
Mine too is locking up, saying TAP HERE TO ACTIVATE TOUCHFLO
I think it's because I'm copying over the pim.vol, trial and error to figure out, of course more error... does it matter the order?


SDConfig.txt
Code:
SHOW: \Storage Card\Cabs\MyImage.bmp
CAB: \Storage Card\Cabs\BackgroundAllTabs.cab	
CAB: \Storage Card\Cabs\BlackDialerENG.cab	
CAB: \Storage Card\Cabs\CustomTaskBar.cab	
CAB: \Storage Card\Cabs\GoogleSearch.cab	
CAB: \Storage Card\Cabs\HDContactsTabCFC.cab	
CAB: \Storage Card\Cabs\MusicID.cab	
CAB: \Storage Card\Cabs\Purple.cab	
CAB: \Storage Card\Cabs\PurpleSlider.cab	
CAB: \Storage Card\Cabs\smmssetupfull.cab	
CAB: \Storage Card\Cabs\SprintNavigation.cab	
CAB: \Storage Card\Cabs\SprintNFLMobile.cab	
CAB: \Storage Card\Cabs\SprintPictureMail.cab	
CAB: \Storage Card\Cabs\SprintSMS160.cab	
CAB: \Storage Card\Cabs\SprintTV.cab
CAB: \Storage Card\Cabs\SprintPocketExpress.cab	
CAB: \Storage Card\Cabs\TotalCommander.cab
CPY1:\Storage Card\Files\HTCTP01.jpg
CPY2:\Windows\HTCTP01.jpg
CPY1:\Storage Card\Files\4e670504_manila
CPY2:\Windows\4e670504_manila
CPY1:\Storage Card\Files\Fergie-Clumsy
CPY2:\My Documents\My Ringtones\Fergie-Clumsy.mp3
CPY1:\Storage Card\Files\HeathLedger-WhySoSerious
CPY2:\My Documents\My Ringtones\HeathLedger-WhySoSerious.mp3
CPY1:\Storage Card\Files\ISeeU
CPY2:\My Documents\My Ringtones\ISeeU.mp3
CPY1:\Storage Card\Files\Nickelback-Rockstar
CPY2:\My Documents\My Ringtones\Nickelback-Rockstar.mp3
CPY1:\Storage Card\Files\waitingtone
CPY2:\My Documents\My Ringtones\waitingtone.wav
CPY1:\Storage Card\Files\YouHaveAMessage
CPY2:\My Documents\My Ringtones\YouHaveAMessage.mp3
CPY1:\Storage Card\Files\pim.vol
CPY2:\pim.vol
XML: \Storage Card\Files\Tweaks.xml
XML: \Storage Card\Files\gmail.xml
XML: \Storage Card\Files\exchange.xml
RST: Reset
Tweaks.xml
Changes alerts (sound and remove vibration)
Sets backgrounds to a jpg I tweaked
Sets local weather
Sets soft button on Home to Google Search
Sets value to 1 for Google Search license accept
Adds area code to contact
Display contact names only
Code:
- <wap-provisioningdoc>
<!--  Tweaks 
  --> 
<characteristic type="Registry">
<characteristic type="HKCU\ControlPanel\Notifications\{A877D65B-239C-47a7-9304-0D347F580408}" translation="filesystem">
  <parm name="Wave" datatype="string" value="\Windows\Alert-Glass1.wma" /> 
  <parm name="Options" datatype="integer" value="1" /> 
  <parm name="AvailableOptions" datatype="integer" value="0" /> 
  <parm name="Duration" datatype="integer" value="0" /> 
  </characteristic>
<characteristic type="HKCU\ControlPanel\Notifications\{A877D65A-239C-47a7-9304-0D347F580408}" translation="filesystem">
  <parm name="Wave" datatype="string" value="\Windows\Alert-Glass2.wma" /> 
  <parm name="Options" datatype="integer" value="1" /> 
  <parm name="AvailableOptions" datatype="integer" value="0" /> 
  <parm name="Duration" datatype="integer" value="0" /> 
  </characteristic>
<characteristic type="HKCU\Software\HTC\Manila" translation="filesystem">
  <parm name="LastLaunch" datatype="binary" value="\" /> 
  <parm name="HomeBackgroundPath" datatype="string" value="\Windows\HTCTP01.jpg" /> 
  <parm name="Weather_Focus" datatype="string" value="United States" /> 
  <parm name="LaunchCounter" datatype="integer" value="0" /> 
  <parm name="ActiveSyncConfigured" datatype="integer" value="1" /> 
  <parm name="PushMailOn" datatype="integer" value="1" /> 
  <parm name="Weather.Fahrenheit" datatype="integer" value="1" /> 
  <parm name="Weather.CityList" datatype="string" value="NAM|US|TX|ABILENE,NAM|US|OK|OKLAHOMA CITY" /> 
  <parm name="EnableLandscape" datatype="string" value="true" /> 
  <parm name="Landscape.WebSearchURL" datatype="string" value="http://www.google.com" /> 
  <parm name="EnableCrashDumps" datatype="integer" value="0" /> 
  <parm name="Weather.PostFirstRun" datatype="integer" value="1" /> 
  <parm name="ShowLogo" datatype="integer" value="1" /> 
  <parm name="Locale" datatype="string" value="en-us" /> 
  <parm name="Weather.CurrentCity" datatype="integer" value="1" /> 
  <parm name="Data.DownloadWhenRoaming" datatype="integer" value="1" /> 
  <parm name="Data.AutoDownloadOff" datatype="integer" value="0" /> 
  </characteristic>
<characteristic type="HKLM\Software\Google\SearchPlugin" translation="filesystem">
  <parm name="licence_accepted" datatype="integer" value="1" /> 
  <parm name="application_order" datatype="string" value="gmail,gmm,news,picasa,calendar,reader,goog411,sms,orkut,docs,blogger" /> 
  </characteristic>
<characteristic type="HKLM\Software\HTC\Manila" translation="filesystem">
  <parm name="HomeRSKPath" datatype="string" value="\Program Files\Google Search\googlemobile.exe" /> 
  <parm name="HomeRSKText" datatype="string" value="Google Tools" /> 
  </characteristic>
<characteristic type="HKLM\Software\Microsoft\AddrBook" translation="filesystem">
  <parm name="Current_View" datatype="integer" value="25301" /> 
  <parm name="Default_Area" datatype="string" value="325" /> 
  <parm name="Flags" datatype="integer" value="16801792" /> 
  <parm name="Current" datatype="integer" value="0" /> 
  <parm name="CurrentDataSource" datatype="integer" value="0" /> 
  </characteristic>
  </characteristic>
  </wap-provisioningdoc>

gmail.xml (used OEMizer)
Configures my gmail account
Code:
- <wap-provisioningdoc>
<!--  Gmail Settings 
  --> 
<characteristic type="EMAIL2">
<characteristic type="{2c431f22-e28f-4ac7-a876-3fb1b08b728c}">
  <parm name="SERVICENAME" value="Gmail" /> 
  <parm name="SERVICETYPE" value="IMAP4" /> 
  <parm name="INSERVER" value="imap.gmail.com" /> 
  <parm name="OUTSERVER" value="smtp.gmail.com" /> 
  <parm name="NAME" value="Your Name" /> 
  <parm name="REPLYADDR" value="" /> 
  <parm name="AUTHNAME" value="email.address@gmail.com" /> 
  <parm name="AUTHSECRET" value="YourPassword" /> 
  <parm name="DOMAIN" value="" /> 
  <parm name="AUTHREQUIRED" value="1" /> 
  <parm name="LINGER" value="60" /> 
  <parm name="RETRIEVE" value="-1" /> 
  <parm name="KEEPMAX" value="512" /> 
  <parm name="DWNDAY" value="3" /> 
  <parm name="SMTPALTENABLED" value="0" /> 
  <parm name="SMTPALTAUTHNAME" value="" /> 
  <parm name="SMTPALTPASSWORD" value="" /> 
  <parm name="SMTPALTDOMAIN" value="" /> 
<characteristic type="TAGPROPS">
  <parm name="8128000B" value="1" /> 
  <parm name="812C000B" value="1" /> 
  </characteristic>
  </characteristic>
  </characteristic>
  </wap-provisioningdoc>

exchange.xml (used OEMizer)
Configured my work exchange via activesync
Code:
- <wap-provisioningdoc>
<!--  ActiveSync Settings 
  --> 
<characteristic type="Sync">
<characteristic type="Connection">
  <parm name="Server" value="mailserver" /> 
  <parm name="AllowSSLOption" value="1" /> 
  <parm name="User" value="entire email address@place you work.com" /> 
  <parm name="Domain" value="" /> 
  <parm name="Password" value="YourPassword" /> 
  <parm name="SavePassword" value="1" /> 
  </characteristic>
<characteristic type="Settings">
  <parm name="PeakStartTime" value="0800" /> 
  <parm name="PeakEndTime" value="1700" /> 
  <parm name="PeakFrequency" value="-1" /> 
  <parm name="BodyTruncation" value="-1" /> 
<characteristic type="PeakDays">
  <parm name="Sun" value="0" /> 
  <parm name="Mon" value="1" /> 
  <parm name="Tue" value="1" /> 
  <parm name="Wed" value="1" /> 
  <parm name="Thr" value="1" /> 
  <parm name="Fri" value="1" /> 
  <parm name="Sat" value="0" /> 
  </characteristic>
  </characteristic>
<characteristic type="Mail">
  <parm name="Enabled" value="1" /> 
  <parm name="MailBodyTruncation" value="0" /> 
  <parm name="MailFileAttachments" value="-1" /> 
  </characteristic>
<characteristic type="Calendar">
  <parm name="Enabled" value="1" /> 
  </characteristic>
<characteristic type="Contacts">
  <parm name="Enabled" value="1" /> 
  </characteristic>
<characteristic type="Tasks">
  <parm name="Enabled" value="0" /> 
  </characteristic>
  </characteristic>
  </wap-provisioningdoc>

Working on my TouchFlo 3D issue now

Last edited by elephant007; 03-01-2009 at 02:09 PM.
Reply With Quote
This post has been thanked 1 times.
  #14 (permalink)  
Old 03-01-2009, 01:42 PM
infinityhombre's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Location: Cleveland, Ohio
 
Join Date: Jan 2009
Posts: 84
Reputation: 170
infinityhombre is keeping up the good workinfinityhombre is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by ShadowDrake View Post
I was referred to this thread for what I believe to be my UC causing my TP to later lock up and have to be hard reset (yes, -hard- reset) to boot again.

Here's the contents of my SDconfig.txt

All cabs seem to install properly, but it's pretty hit and miss after that, as a random selection of them seems to not actually be installed after UC is completed, and it also seems to be different each time.

All files seem to copy properly.

XML file does not seem to be installed properly.
Try moving your XML to the top of your SDConfig file and see if that works.
__________________
2x Sprint Touch Pro
Juicy 8 Sprint 1.11.0F
Reply With Quote
  #15 (permalink)  
Old 03-01-2009, 01:42 PM
elephant007's Avatar
domo arigato mr roboto
Offline
Pocket PC: Samsung Moment
Carrier: Sprint since Feb 11, 2002
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by twe90kid View Post
how do i setup a backup file for gmail?
OEMizer
Reply With Quote
  #16 (permalink)  
Old 03-01-2009, 01:46 PM
mongoose0318's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: VZW
 
Join Date: Nov 2008
Posts: 83
Reputation: 60
mongoose0318 is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Shadowdrake, Can you tell me if you are able to click on the screen during the following lines:

LOCKisabled
HIDE:Enabled
CAB: \Storage Card\Phone Apps\SpriteTerminator.cab
CAB: \Storage Card\Phone Apps\TouchResponse_v0_3_2.CAB
HIDEisabled
LOCK:Enabled

I have a problem in that my rom auto calibrates the screen so I never get to do it manually and then when I execute the above commands I cannot click on the screen (all clicks are in the upper right corner). I have thought about using the exec command to try and run manual screen calibration before executing these lines, but don't know what file to point to call this. Thanks for any help.
Reply With Quote
  #17 (permalink)  
Old 03-01-2009, 01:46 PM
ryangruhn's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Spring
Threadstarter
 
Join Date: Nov 2007
Posts: 136
Reputation: 105
ryangruhn is keeping up the good workryangruhn is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by elephant007 View Post
MightMouse ROM 4.12
Mine too is locking up, saying TAP HERE TO ACTIVATE TOUCHFLO
I think it's because I'm copying over the pim.vol, trial and error to figure out, of course more error... does it matter the order?


SDConfig.txt
Code:
SHOW: \Storage Card\Cabs\MyImage.bmp
CAB: \Storage Card\Cabs\BackgroundAllTabs.cab    
CAB: \Storage Card\Cabs\BlackDialerENG.cab    
CAB: \Storage Card\Cabs\CustomTaskBar.cab    
CAB: \Storage Card\Cabs\GoogleSearch.cab    
CAB: \Storage Card\Cabs\HDContactsTabCFC.cab    
CAB: \Storage Card\Cabs\MusicID.cab    
CAB: \Storage Card\Cabs\Purple.cab    
CAB: \Storage Card\Cabs\PurpleSlider.cab    
CAB: \Storage Card\Cabs\smmssetupfull.cab    
CAB: \Storage Card\Cabs\SprintNavigation.cab    
CAB: \Storage Card\Cabs\SprintNFLMobile.cab    
CAB: \Storage Card\Cabs\SprintPictureMail.cab    
CAB: \Storage Card\Cabs\SprintSMS160.cab    
CAB: \Storage Card\Cabs\SprintTV.cab
CAB: \Storage Card\Cabs\SprintPocketExpress.cab    
CAB: \Storage Card\Cabs\TotalCommander.cab
CPY1:\Storage Card\Files\HTCTP01.jpg
CPY2:\Windows\HTCTP01.jpg
CPY1:\Storage Card\Files\4e670504_manila
CPY2:\Windows\4e670504_manila
CPY1:\Storage Card\Files\Fergie-Clumsy
CPY2:\My Documents\My Ringtones\Fergie-Clumsy.mp3
CPY1:\Storage Card\Files\HeathLedger-WhySoSerious
CPY2:\My Documents\My Ringtones\HeathLedger-WhySoSerious.mp3
CPY1:\Storage Card\Files\ISeeU
CPY2:\My Documents\My Ringtones\ISeeU.mp3
CPY1:\Storage Card\Files\Nickelback-Rockstar
CPY2:\My Documents\My Ringtones\Nickelback-Rockstar.mp3
CPY1:\Storage Card\Files\waitingtone
CPY2:\My Documents\My Ringtones\waitingtone.wav
CPY1:\Storage Card\Files\YouHaveAMessage
CPY2:\My Documents\My Ringtones\YouHaveAMessage.mp3
CPY1:\Storage Card\Files\pim.vol
CPY2:\pim.vol
XML: \Storage Card\Files\Tweaks.xml
XML: \Storage Card\Files\gmail.xml
XML: \Storage Card\Files\exchange.xml
RST: Reset
Tweaks.xml
Changes alerts (sound and remove vibration)
Sets backgrounds to a jpg I tweaked
Sets local weather
Sets soft button on Home to Google Search
Sets value to 1 for Google Search license accept
Adds area code to contact
Display contact names only

gmail.xml (used OEMizer)
Configures my gmail account

exchange.xml (used OEMizer)
Configured my work email via activesync

Working on my TouchFlo 3D issue now
Can you post your .xml as well?
Reply With Quote
  #18 (permalink)  
Old 03-01-2009, 01:59 PM
ShadowDrake's Avatar
ShadowDrake
Guest
 
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by mongoose0318 View Post
Shadowdrake, Can you tell me if you are able to click on the screen during the following lines:

LOCKisabled
HIDE:Enabled
CAB: \Storage Card\Phone Apps\SpriteTerminator.cab
CAB: \Storage Card\Phone Apps\TouchResponse_v0_3_2.CAB
HIDEisabled
LOCK:Enabled

I have a problem in that my rom auto calibrates the screen so I never get to do it manually and then when I execute the above commands I cannot click on the screen (all clicks are in the upper right corner). I have thought about using the exec command to try and run manual screen calibration before executing these lines, but don't know what file to point to call this. Thanks for any help.
Yes, I can... but I can't click the upper right corner, or the bottom soft-keys. Thankfully, all I need to do is click OK on a pop-up for Sprite Terminator, and click No on a soft reset for touch response.

UC goes about it's business after that and restarts shortly thereafter.
Reply With Quote
This post has been thanked 1 times.
  #19 (permalink)  
Old 03-01-2009, 02:10 PM
elephant007's Avatar
domo arigato mr roboto
Offline
Pocket PC: Samsung Moment
Carrier: Sprint since Feb 11, 2002
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Talking Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by ryangruhn View Post
Can you post your .xml as well?
I edited my post to show you the xml files
Reply With Quote
  #20 (permalink)  
Old 03-01-2009, 02:28 PM
ryangruhn's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Spring
Threadstarter
 
Join Date: Nov 2007
Posts: 136
Reputation: 105
ryangruhn is keeping up the good workryangruhn is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Good stuff elephant.
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 12:00 PM.


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