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)

twe90kid 03-01-2009 06:04 PM

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

<wap-provisioningdoc>
<characteristictype="Registry">

<!-- Task Manager "X" -->
<characteristictype="HKCU\Software\HTC\TaskManager ">
<parmname="EnableTapAndHold"value="0"datatype="int eger"/></characteristic>
<characteristic type="HKCU\Software\HTC\Manila" translation="filesystem">
<parm name="Weather.CityList" datatype="string" value="NAM|US|CA|SAN FRANCISCO,NAM|US|CA|LOS ANGELES" />
</characteristic>
</characteristic>

</characteristic>
</wap-provisioningdoc>
is this correct?

ryangruhn 03-01-2009 06:23 PM

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

Originally Posted by elephant007 (Post 746607)
HKCU\Software\HTC\Manila\Weather.CityList

here's xml which is actually listing two cities, where i live and family live
Code:

<characteristic type="HKCU\Software\HTC\Manila" translation="filesystem">
  <parm name="Weather.CityList" datatype="string" value="NAM|US|TX|ABILENE,NAM|US|OK|OKLAHOMA CITY" />
  </characteristic>
</characteristic>


The issue that I and many other are having is that if our city isn't listed in the database it won't work to simply enter in the accuweather "NAM|US| . . . " With that said we need to find out where the database is held and enter our city into it before we can set the "Weather.CityList." Does anyone know where the database is located?

twe90kid 03-01-2009 06:30 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
i dug this up, from a while ago

this is to backup your bluetooth settings
http://forum.ppcgeeks.com/showthread...ight=bluetooth

InvincibleLiving 03-01-2009 06:52 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Great thread idea! thanks

JohnAD 03-01-2009 07:14 PM

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

Originally Posted by twe90kid (Post 746722)
i dug this up, from a while ago

this is to backup your bluetooth settings
http://forum.ppcgeeks.com/showthread...ight=bluetooth

I never did get the bluetooth settings to work. I'd still have to re-pair after importing the reg.

elephant007 03-01-2009 07:18 PM

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

Originally Posted by ryangruhn (Post 746708)
The issue that I and many other are having is that if our city isn't listed in the database it won't work to simply enter in the accuweather "NAM|US| . . . " With that said we need to find out where the database is held and enter our city into it before we can set the "Weather.CityList." Does anyone know where the database is located?

Maybe this will help
How To Add A City in the TF3D Weather

ryangruhn 03-01-2009 07:29 PM

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

Originally Posted by elephant007 (Post 746812)

We all can do that however it would be nice to get it provisioned automatically =) That is what we are working towards.

holymoly 03-01-2009 07:41 PM

Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
 
Mine is very simple:

Code:

LOCK:Enabled
CAB: \Storage Card\Install Cabs\CEflow.PPC3_ARM.CAB
CAB: \Storage Card\Install Cabs\regedit.Mrln_ARM.cab
CAB: \Storage Card\Install Cabs\fexploreext.CAB
CAB: \Storage Card\Install Cabs\Kevtris.CAB
CAB: \Storage Card\Install Cabs\Palringo.cab
CAB: \Storage Card\Install Cabs\regedit.Mrln_ARM.cab
CAB: \Storage Card\Install Cabs\sms160.cab
CAB: \Storage Card\Install Cabs\SprintTVVGACab_PPC_1.6.4.76665_preload.CAB
CAB: \Storage Card\Install Cabs\WMWifiRouter-final-free-version.CAB
CAB: \Storage Card\Install Cabs\BeMarioSetup.cab
CAB: \Storage Card\Install Cabs\Lightsaber_1.0.CAB
CAB: \Storage Card\Install Cabs\lunarTilt.ARM.CAB
CAB: \Storage Card\Install Cabs\SmartPhoneTrackerFreeInstall1.2.0.5.CAB
CAB: \Storage Card\Install Cabs\hicalc.arm.PPC.ARM.CAB
CAB: \Storage Card\Install Cabs\LiveSearchWM6.CAB
CAB: \Storage Card\Install Cabs\PocketShield.CAB
XML: \Storage Card\Install Cabs\QuocProvisioning.xml
LOCK:Disabled
RST: Reset

and

Code:

<wap-provisioningdoc>
<characteristic type="EMAIL2">
 <characteristic type="{21cb809e-ceeb-428e-a76f-8cb1e055ee6f}">
  <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="USERNAME" />
  <parm name="AUTHNAME" value="USERNAME@gmail.com" />
  <parm name="AUTHSECRET" value="PASSWORD" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="USERNAME@gmail.com" />
  <parm name="LINGER" value="15" />
  <parm name="RETRIEVE" value="5" />
  <parm name="KEEPMAX" value="0" />
  <parm name="DWNDAY" value="5" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="1" />
  <parm name="SMTPALTAUTHNAME" value="USERNAME@gmail.com" />
  <parm name="SMTPALTPASSWORD" value="PASSWORD" />
  <parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
 </characteristic>
</characteristic>
</wap-provisioningdoc>

I've been adding my company Microsoft Exchange account by hand, but once I figure out how to setup a provisioning file for it, then everything will be fully automated for me.

elephant007 03-01-2009 07:43 PM

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

Originally Posted by ryangruhn (Post 746831)
We all can do that however it would be nice to get it provisioned automatically =) That is what we are working towards.

where you at? Maybe I can figure something out for you, surely it can't be that complicated.

infinityhombre 03-01-2009 08:41 PM

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

Originally Posted by mongoose0318 (Post 746251)

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.

Running \Windows\welcome.exe will execute the align screen app.


All times are GMT -4. The time now is 12:20 PM.

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


Content Relevant URLs by vBSEO 3.6.0