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 > Windows Mobile Hacks/Tweaks
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-29-2009, 02:08 AM
piranah's Avatar
College ROM Teacher ESQ
Offline
Pocket PC: College ROM iphony Killer
Carrier: $print
Location: Middle of cornfield, dreaming of San Diego
 
Join Date: Aug 2007
Posts: 1,181
Reputation: 1809
piranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on reppiranah is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to piranah
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">
These are not the slider itself but will be in the way of where you are trying to move the slider and will need to also be moved:

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>
For a QVGA Device you will want to change them to this (to have my set-up):

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>
If you would like to change the slider to be located to the left (like s2u) you can change the orentaion of it like this:

Code:
<Slider ID="LockSlider" Top="3" Left="5" Width="192" Height="40" Orientation="Left" OnPress="ShowNotifications" OnSlideRightFinal="Unlock" >
__________________
Dont Forget To Say Thanks!
COLLEGE ROM TEACHER

Help Me Help You
This post has been thanked 8 times.
  #2 (permalink)  
Old 06-04-2009, 03:03 AM
1999TL's Avatar
Android Convert
Offline
Pocket PC: Epic 4g
Carrier: Sprint
Location: Lubbock, TX
 
Join Date: Mar 2007
Posts: 2,386
Reputation: 1675
1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to 1999TL
Re: Here are some 6.5 Reg Tweaks

nice thread. Ill have to try the auto lock.
__________________
Another day, another rom:
  #3 (permalink)  
Old 06-05-2009, 05:10 PM
SOHKis's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint
Location: VA
 
Join Date: Apr 2008
Posts: 1,140
Reputation: 2320
SOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIPSOHKis is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Here are some 6.5 Reg Tweaks

thanks man, i'll have to take a look at these later
  #4 (permalink)  
Old 06-05-2009, 11:52 PM
codybear's Avatar
VIP Member
Offline
Pocket PC: HTC TouchPro2 CDMA
Carrier: Alltel (Verizon)
Location: Arizona
 
Join Date: Dec 2008
Posts: 1,863
Reputation: 2145
codybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIPcodybear is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Here are some 6.5 Reg Tweaks

Quote:
Originally Posted by 1999TL View Post
nice thread. Ill have to try the auto lock.
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.)
Closed Thread

  PPCGeeks > Windows Mobile > Windows Mobile Hacks/Tweaks


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 08:51 PM.


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