View Single Post
  #582 (permalink)  
Old 10-10-2008, 03:42 PM
mglamb's Avatar
mglamb
Lurker
Offline
Location: Wisconsin
 
Join Date: May 2008
Posts: 22
Reputation: 10
mglamb is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Registry Tweaks/Hacks/Edits - Share them here!

Quote:
Originally Posted by Touch999 View Post
http://forum.xda-developers.com/showthread.php?t=328050

Opps! I forgot to mention what link is for. Personally thia is the best hack that also works for the Touch. Do this to increase the video recording resolution higher.
The hack mentioned in this thread enables Large (320x240) and CIF (352x288) size video recording instead of the normal Small (128x96) and Medium (176x144)...
but the registry key is misspelled in the original post... read on for proper instructions.

The post tells you to change:
Quote:
Originally Posted by ddv2005
HKLM\Software\HTC\Camera\P2\MainCamSupportCapSize = dword:0x0A (10)
change to dword:0x3A (58) and you will have Large & CIF resolutions.
Should be:
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Camera\P2]
"MainCamSupportCaptSize"=dword:0000003a
if you leave the "t" out you'll get no change.

Last edited by mglamb; 10-10-2008 at 03:53 PM.