|
||||
Here are some 6.5 Reg Tweaks
I was scrounging around XDA earlier and happened across these reg tweaks. Im sure a lot of people already know about them, but there were a couple I didnt know
I have been searching on Google for days trying to find a 6.5 registry list...heres hoping we can start something like that here-being the pioneers that we are I take absolutely no credit for finding the tweaks...if you wanna keep track of the XDA thread----Click Here Disclaimer on how if you mess any of these up and have a beautiful paperweight, its not my fault Enabling the Autolock: HKCU\ControlPanel\BackLight\AutoDeviceLockEnable- set to 1. Changing Scrollbars: Change the thickness of scrollbars For the horizontal (bottom) scrollbar: HKLM\System\GWE\cyHScr = 9 (DWORD decimal) For the vertical (right) scrollbar: HKLM\System\GWE\cxVScr = 9 (DWORD decimal) The default is 13. Change the length of scrollbar arrow buttons For the horizontal (bottom) scrollbar arrows: HKLM\System\GWE\cyVScr = 0 (DWORD decimal) For the vertical (right) scrollbar: HKLM\System\GWE\cxHScr = 0 (DWORD decimal) Again, default is 13. Disable HTC Menu Enhancement: HKLM\System\GWE\Menu CUIHandler= "DWORD" Change to 0 to disable, back to 1 to enable. You can change the position of the slider on the unlock screen. While this is not a Reg Tweak, it involves modding the XML and should be done only if you feel confident. I take no responsibility if you mess this one up: I basically copied what joel2009 (at XDA) said, all credit goes to him...again, I am not taking any credit for finding these, I just know that a lot of people dont look on XDA Here is what he had to say: In this specific Tweak you will want to find the CPR file named LS_LockScene[your resolution here].cpr Once you have it in your XML Editor you will want to find these Keys: Code:
<Slider ID="LockSlider" Top="3" Left="24" Width="192" Height="40" Orientation="Middle" OnPress="ShowNotifications" OnSlideLeftFinal="Unlock" OnSlideRightFinal="Unlock" > <Text ID="TapOrSlide" Top="45" Left="90" Width="60" Height="12" FontFamily="Tahoma" FontSize="9" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" InnerTextType="Resource" Text="shellresapps.dll,18150"> <Text ID="SlideToUnlock" Top="45" Left="90" Width="60" Height="12" FontFamily="Tahoma" FontSize="9" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" InnerTextType="Resource" Text="shellresapps.dll,18149"> <LockScreenListView ID="Notifications List" Top="51" Left="9" Width="222" Height="235" Columns="1" Rows="4" ItemWidth="222" ItemHeight="46" OnInitComplete="Binding:LockScreen,LS_Notifications"> Code:
<LockScreenListView ID="Notifications List" Top="51" Left="9" Width="222" Height="235" Columns="1" Rows="4" ItemWidth="222" ItemHeight="46" OnInitComplete="Binding:LockScreen,LS_Notifications"> <Text ID="DateText" Left="150" Top="17" Width="90" Height="19" FontFamily="Tahoma" FontSize="11" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" > <Layer ID="Appointment" Left="5" Top="50" OnInitComplete="Binding:LockScreen,LS_Appointment"> <Image Width="37" Height="32" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\icn_cal_up.png"/> <Text ID="Subject" Left="40" Width="180" Height="17" FontFamily="Tahoma" FontSize="10" FontStyle="Bold" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" > <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/> <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/> </Text> <Text ID="Time" Left="40" Top="18" Width="180" Height="15" FontFamily="Tahoma" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" > <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/> <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/> </Text> <Text ID="Location" Left="40" Top="34" Width="180" Height="15" FontFamily="Tahoma" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" > <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/> <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/> </Text> Code:
<Slider ID="LockSlider" Top="250" Left="24" Width="192" Height="40" Orientation="Middle" OnPress="ShowNotifications" OnSlideLeftFinal="Unlock" OnSlideRightFinal="Unlock" > <Text ID="TapOrSlide" Top="234" Left="90" Width="60" Height="16" FontFamily="Tahoma" FontSize="9" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" InnerTextType="Resource" Text="shellresapps.dll,18150"> <Text ID="SlideToUnlock" Top="234" Left="90" Width="60" Height="16" FontFamily="Tahoma" FontSize="9" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" InnerTextType="Resource" Text="shellresapps.dll,18149"> <LockScreenListView ID="Notifications List" Top="188" Left="9" Width="222" Height="235" Columns="1" Rows="4" ItemWidth="222" ItemHeight="46" OnInitComplete="Binding:LockScreen,LS_Notifications"> <Layer ID="TimeX" Top="3"> <Image ID="TimeBG" Width="240" Height="52" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_TimeBG.png"/> <Text ID="DateText" Left="150" Top="17" Width="90" Height="19" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" > <Layer ID="AppointmentX" Left="29" Top="57"> <Layer ID="Appointment"> <ActiveIcon ID="Display Appointment" OnInitComplete="Binding:LockScreen,LS_Appointment"> <Image Width="32" Height="32" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\icn_cal_up.png"/> <Text ID="Subject" Left="34" Top="2" Width="150" Height="17" FontFamily="Tahoma" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" > <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/> <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/> </Text> <Text ID="Time" Left="34" Top="34" Width="150" Height="15" FontFamily="Tahoma" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" > <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/> <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/> </Text> <Text ID="Location" Left="34" Top="20" Width="150" Height="15" FontFamily="Tahoma" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Trimming="EllipsisCharacter" Opacity="1.0" > <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/> <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/> </Text> </ActiveIcon> Code:
<Slider ID="LockSlider" Top="3" Left="5" Width="192" Height="40" Orientation="Left" OnPress="ShowNotifications" OnSlideRightFinal="Unlock" >
__________________
|
This post has been thanked 8 times. |
|
||||
Re: Here are some 6.5 Reg Tweaks
For everyone's information:
Autolock registry edit only locks the phone when you manually tap the power button putting your phone into standby mode. Just didn't want people to think it's be like the program auto lock and the other ones that are better than that program. haha.
__________________
I spend most of my time at MobileUnderground. (Now offering free FTP space to Developers & ROM Chefs willing to support their product at M.U. - Exclusivity not required! Also the home of the original Chefs' Corner, Cab Central, and more!) My wm6.5 Vogue FAQ (Soon to be at M.U.) |
|
|
|