PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA Diamond Development (http://forum.ppcgeeks.com/forumdisplay.php?f=67)
-   -   Post your "Diamond TF3D Config" tweaks.xml & tweaks_custom.xml files here! (http://forum.ppcgeeks.com/showthread.php?t=60911)

rstoyguy 03-12-2009 08:54 PM

Post your "Diamond TF3D Config" tweaks.xml & tweaks_custom.xml files here!
 
1 Attachment(s)
Anyone care to share their tweaks.xml file for Diamond tf3d Config? And your tweaks_custom.xml file as well?
.
.
.
Yeah, it works well with the diamond. I remember I was told to delete the tweaks.xml file to get it to work. It turns out, the tweaks.xml file it came with had an entry that wasn't in the diamond registry....And when this happens, the program exits with an error. So altering the file and verifying that all registry entries are present and accounted for....Works like a champ!

Now post em up! Or registry entry ideas at least...

http://i483.photobucket.com/albums/r...cr_ft3dcfg.jpg

rstoyguy 03-12-2009 08:57 PM

Re: Post your Diamond TF3D Config tweaks.xml here!
 
1 Attachment(s)
Ok, I'll go first.... :)

Here's my:
tweaks.xml
Code:

<?xml version="1.0" standalone="yes"?>
<Tweaks>
 <Tweak>
  <Name>WakeUpOnNewSMS</Name>
  <Description>TweakDescription_WakeUpOnNewSMS</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>Drivers\BuiltIn\RIL</RegKey>
  <RegValue>DisableSMSWakeUpEvent</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>1</DefaultValue>
  <NewValue>0</NewValue>
 </Tweak>
 <Tweak>
  <Name>NoFaceDownMuteRing</Name>
  <Description>TweakDescription_NoFaceDownMuteRing</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>Software\HTC\PHONE</RegKey>
  <RegValue>FaceDownMuteRing</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>1</DefaultValue>
  <NewValue>0</NewValue>
 </Tweak>
 
 <Tweak>
  <Name>ForceHTCAlbumToClose</Name>
  <Description>TweakDescription_ForceHTCAlbumToClose</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>Software\HTC\HTCAlbum</RegKey>
  <RegValue>ok_minimize</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>1</DefaultValue>
  <NewValue>0</NewValue>
 </Tweak>
 <Tweak>
  <Name>TouchFloPerformance #1</Name>
  <Description>TweakDescription_TouchFloPerformance1</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>Software\OEM\TFLOSettings</RegKey>
  <RegValue>SpeedHigh</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>25</DefaultValue>
  <NewValue>5</NewValue>
 </Tweak>
 <Tweak>
  <Name>TouchFloPerformance #2</Name>
  <Description>TweakDescription_TouchFloPerformance2</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>Software\OEM\TFLOSettings</RegKey>
  <RegValue>SpeedLow</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>70</DefaultValue>
  <NewValue>14</NewValue>
 </Tweak>
 <Tweak>
  <Name>TouchFloPerformance #3</Name>
  <Description>TweakDescription_HigherGlyphCache</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>SYSTEM\GDI\GLYPHCACHE</RegKey>
  <RegValue>limit</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>8192</DefaultValue>
  <NewValue>32768</NewValue>
 </Tweak>
 <Tweak>
  <Name>TouchFloPerformance #4</Name>
  <Description>TweakDescription_TouchFloPerformance4</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>Drivers\TouchPanel</RegKey>
  <RegValue>PressureThreshold</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>34</DefaultValue>
  <NewValue>240</NewValue>
 </Tweak>
 
 <Tweak>
  <Name>ManualScreenRotation</Name>
  <Description>TweakDescription_ManualScreenRotation</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>System\GDI\Rotation</RegKey>
  <RegValue>HideOrientationUI</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>1</DefaultValue>
  <NewValue>0</NewValue>
 </Tweak>
 <Tweak>
  <Name>Reduce End Call Time</Name>
  <Description>Reduces time when the end key is pressed.</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>Software\HTC\PHONE\PhoneExtendSetting</RegKey>
  <RegValue>EndCallTime</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>3000</DefaultValue>
  <NewValue>1000</NewValue>
 </Tweak>
 
</Tweaks>

tweaks_custom.xml
Code:

<?xml version="1.0" standalone="yes"?>
<Tweaks>
<Tweak>
  <Name>Auto Device Lock</Name>
  <Description>Auto lock screen when backlight goes out.</Description>
  <RegRoot>HKCU</RegRoot>
  <RegKey>ControlPanel\BackLight</RegKey>
  <RegValue>AutoDeviceLockEnable</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>0</DefaultValue>
  <NewValue>1</NewValue>
 </Tweak>
<Tweak>
  <Name>Auto Device Lock Time 15</Name>
  <Description>Use in conjunction with Auto Device Lock. Locks 15 seconds after backlight goes out.</Description>
  <RegRoot>HKCU</RegRoot>
  <RegKey>ControlPanel\BackLight</RegKey>
  <RegValue>AutoDeviceLockTimeout</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>0</DefaultValue>
  <NewValue>15</NewValue>
 </Tweak>
  <Tweak>
  <Name>GlyphCache Tweak</Name>
  <Description>Increase Glyphcache for improved graphics performance.</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>SYSTEM\GDI\GLYPHCACHE</RegKey>
  <RegValue>limit</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>8192</DefaultValue>
  <NewValue>32768</NewValue>
 </Tweak>
 <Tweak>
  <Name>FileSystem Tweak #1</Name>
  <Description>Enable Filesystem Cache for improved performance. Use with FileSystem Tweak #2.</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>System\StorageManager\FATFS</RegKey>
  <RegValue>EnableCache</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>0</DefaultValue>
  <NewValue>1</NewValue>
 </Tweak>
 <Tweak>
  <Name>FileSystem Tweak #2</Name>
  <Description>Increase Filesystem Cache for improved performance. Use with FileSystem Tweak #1.</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>System\StorageManager\FATFS</RegKey>
  <RegValue>CacheSize</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>4096</DefaultValue>
  <NewValue>16384</NewValue>
 </Tweak>
 <Tweak>
  <Name>FileSystem Tweak #3</Name>
  <Description>Increase Filesystem Cache for improved performance. Recommend using with FileSystem Tweaks #1 and #2.</Description>
  <RegRoot>HKLM</RegRoot>
  <RegKey>System\StorageManager\Filters\fsreplxfilt</RegKey>
  <RegValue>ReplStoreCacheSize</RegValue>
  <RegValueKind>DWord</RegValueKind>
  <DefaultValue>4096</DefaultValue>
  <NewValue>16384</NewValue>
 </Tweak>
</Tweaks>

edit: attached the two files. If you already have tf3d config installed, just drop these in the directory where your exe files are....

Drybonz 03-12-2009 09:32 PM

Re: Post your "Diamond TF3D Config" tweaks.xml & tweaks_custom.xml files here!
 
Great thread! Thank you!

*edit* Did anyone notice that there is a new interface coming for TF3D config? XDA appears to be down again or I would post a link, but search it up when you get a chance... it's going to have a finger friendly, kinetic scrolling interface.

rstoyguy 03-12-2009 09:39 PM

Re: Post your "Diamond TF3D Config" tweaks.xml & tweaks_custom.xml files here!
 
Quote:

Originally Posted by Drybonz (Post 768612)
Great thread! Thank you!

*edit* Did anyone notice that there is a new interface coming for TF3D config? XDA appears to be down again or I would post a link, but search it up when you get a chance... it's going to have a finger friendly, kinetic scrolling interface.

Sweet, can't wait for that! And xda-down may have something to do with the ceast-desist order hibby just announced for them. Sad, but those that play with the latest-leakiest...

Drybonz 03-12-2009 09:42 PM

Re: Post your "Diamond TF3D Config" tweaks.xml & tweaks_custom.xml files here!
 
Quote:

Originally Posted by rstoyguy (Post 768645)
Sweet, can't wait for that! And xda-down may have something to do with the ceast-desist order hibby just announced for them. Sad, but those that play with the latest-leakiest...

It'll blow over in a couple weeks.

*edit* Here's the TF3D config beta link: http://forum.xda-developers.com/showthread.php?t=488196


All times are GMT -4. The time now is 11:39 AM.

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


Content Relevant URLs by vBSEO 3.6.0