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 Diamond > CDMA Diamond Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-12-2009, 08:54 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Post your "Diamond TF3D Config" tweaks.xml & tweaks_custom.xml files here!

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...

Attached Files
File Type: zip OEM_TF3D_Config_v0_6_7.zip (165.2 KB, 100 views) Click for barcode!
__________________
If this post was helpfull, let me know by clicking Thanks!


Last edited by rstoyguy; 03-13-2009 at 07:56 AM.
Reply With Quote
This post has been thanked 2 times.
  #2 (permalink)  
Old 03-12-2009, 08:57 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post your Diamond TF3D Config tweaks.xml here!

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....
Attached Files
File Type: zip tweaks.zip (1.4 KB, 100 views) Click for barcode!

Last edited by rstoyguy; 03-12-2009 at 09:37 PM.
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 03-12-2009, 09:32 PM
Drybonz's Avatar
VIP Member
Offline
Pocket PC: HTC Diamond
Carrier: Sprint
 
Join Date: Sep 2008
Posts: 3,378
Reputation: 4835
Drybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.

Last edited by Drybonz; 03-12-2009 at 09:35 PM.
Reply With Quote
  #4 (permalink)  
Old 03-12-2009, 09:39 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post your "Diamond TF3D Config" tweaks.xml & tweaks_custom.xml files here!

Quote:
Originally Posted by Drybonz View Post
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...
Reply With Quote
  #5 (permalink)  
Old 03-12-2009, 09:42 PM
Drybonz's Avatar
VIP Member
Offline
Pocket PC: HTC Diamond
Carrier: Sprint
 
Join Date: Sep 2008
Posts: 3,378
Reputation: 4835
Drybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributionsDrybonz should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post your "Diamond TF3D Config" tweaks.xml & tweaks_custom.xml files here!

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

Last edited by Drybonz; 03-12-2009 at 09:45 PM.
Reply With Quote
This post has been thanked 1 times.
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond > CDMA Diamond 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 04:09 AM.


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