Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Tip us?
 
sas90850
Old
(Last edited by Jesterz; 17th January 2007 at 10:52 PM.) Reason: Wiki Entry
#1  
Senior Member - OP
Thanks Meter 2
Posts: 209
Join Date: Dec 2005
Default Summary of Registry Hack that work on 818pro/Prophet

Change the photo storage location to storage card

HKEY_LOCAL_MACHINE\Software\HTC\Camera\Image\Savet o
0 change 1

EDGE [E] icon instead of GPRS [G]
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon" value="1"
(Original Value = 0)

GPS icon and settings in start-settings-connections

HKLM\ControlPanel\GPS Settings, make a Dword Group=2, delete the string "redirect".

Change Scroll Bar (Smaller)
Change the width of the vertical scroll bar and the height of the horizontal scroll bar so they take less room on the screen:

HKEY_LOCAL_MACHINE\System\GWE
Change cxVScr to (say) 9 to make vertical scrollbar narrower. Default value is 13
Change cyHScr to (say) 9 to make horizontal scrollbar narrower. Default value is 13

Cleartype in landscape mode
[HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings]
"OffOnRotation"=0

Add a 'Disconnect' button (and Timer) to the Connection List for GPRS
To add a Disconnect button:
HKLM\ControlPanel\Phone\Flags2 = 8 (DWORD decimal)
To add a Disconnect button and a timer display showing how long GRPS is in use for the session:
HKLM\ControlPanel\Phone\Flags2 = 16 (DWORD decimal)
To disable both the Disconnect button and the timer:
HKLM\ControlPanel\Phone\Flags2 = 0 (DWORD decimal)

I hope all 818pro/Prophet user can share any new registry hack in this post.

MOD EDIT:
This is also in the wiki
http://wiki.xda-developers.com/index...phet_Hacks_WM5
 
wyhpower
Old
#2  
Junior Member
Thanks Meter 0
Posts: 23
Join Date: Jan 2006
THX for the info.
But any hack for CHT ver. using smartdailer??
THX
IPL 1.00
SPL 2.15.0000
GSM 02.19.21
OS 4.0.0.0
 
wyhpower
Old
#3  
Junior Member
Thanks Meter 0
Posts: 23
Join Date: Jan 2006
Default Enable your built-in Lunar calendar (for WWE Rom)

enable your built-in Lunar calendar (for WWE Rom)

edit your registry:
Hkey_Local_Machine\Software\Microsoft\Calendar

set the value of "ShowLunarCalendar" to 1

then soft-reset (Optional)

open your calender program and click the on right-bottom Menu -> View -> Lunar

Enjoy
IPL 1.00
SPL 2.15.0000
GSM 02.19.21
OS 4.0.0.0
 
marcov
Old
#4  
Member
Thanks Meter 0
Posts: 34
Join Date: Nov 2005
Default Re: Summary of Registry Hack that work on 818pro/Prophet

Quote:
Originally Posted by sas90850
Change the photo storage location to storage card

HKEY_LOCAL_MACHINE\Software\HTC\Camera\Image\Savet o
0 change 1

EDGE [E] icon instead of GPRS [G]
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon" value="1"
(Original Value = 0)

GPS icon and settings in start-settings-connections

HKLM\ControlPanel\GPS Settings, make a Dword Group=2, delete the string "redirect".

Change Scroll Bar (Smaller)
Change the width of the vertical scroll bar and the height of the horizontal scroll bar so they take less room on the screen:


HKEY_LOCAL_MACHINE\System\GWE
Change cxVScr to (say) 9 to make vertical scrollbar narrower. Default value is 13
Change cyHScr to (say) 9 to make horizontal scrollbar narrower. Default value is 13

Cleartype in landscape mode
[HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings]
"OffOnRotation"=0

Add a 'Disconnect' button (and Timer) to the Connection List for GPRS
To add a Disconnect button:
HKLM\ControlPanel\Phone\Flags2 = 8 (DWORD decimal)
To add a Disconnect button and a timer display showing how long GRPS is in use for the session:
HKLM\ControlPanel\Phone\Flags2 = 16 (DWORD decimal)
To disable both the Disconnect button and the timer:
HKLM\ControlPanel\Phone\Flags2 = 0 (DWORD decimal)

I hope all 818pro/Prophet user can share any new registry hack in this
post.



I can't find flags2 in controlpanel/phon
I have only default-alllang-goup-resdll
 
Gnuig
Old
#5  
Gnuig's Avatar
Member
Thanks Meter 1
Posts: 92
Join Date: Feb 2004
Location: Copenhagen, Denmark
Default This one works too... (from a previous wizard tweak i think)

Unlock hidden rom:

HIDDEN:
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1] "Bootphase"=dword:00000001
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1] "MountHidden"=dword:00000001

SHOWN:
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1] "Bootphase"=dword:00000002
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1] "MountHidden"=dword:00000000

 
sas90850
Old
#6  
Senior Member - OP
Thanks Meter 2
Posts: 209
Join Date: Dec 2005
Default Re: Summary of Registry Hack that work on 818pro/Prophet

Quote:
Originally Posted by marcov
Quote:
Originally Posted by sas90850
Change the photo storage location to storage card

HKEY_LOCAL_MACHINE\Software\HTC\Camera\Image\Savet o
0 change 1

EDGE [E] icon instead of GPRS [G]
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon" value="1"
(Original Value = 0)

GPS icon and settings in start-settings-connections

HKLM\ControlPanel\GPS Settings, make a Dword Group=2, delete the string "redirect".

Change Scroll Bar (Smaller)
Change the width of the vertical scroll bar and the height of the horizontal scroll bar so they take less room on the screen:


HKEY_LOCAL_MACHINE\System\GWE
Change cxVScr to (say) 9 to make vertical scrollbar narrower. Default value is 13
Change cyHScr to (say) 9 to make horizontal scrollbar narrower. Default value is 13

Cleartype in landscape mode
[HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings]
"OffOnRotation"=0

Add a 'Disconnect' button (and Timer) to the Connection List for GPRS
To add a Disconnect button:
HKLM\ControlPanel\Phone\Flags2 = 8 (DWORD decimal)
To add a Disconnect button and a timer display showing how long GRPS is in use for the session:
HKLM\ControlPanel\Phone\Flags2 = 16 (DWORD decimal)
To disable both the Disconnect button and the timer:
HKLM\ControlPanel\Phone\Flags2 = 0 (DWORD decimal)

I hope all 818pro/Prophet user can share any new registry hack in this
post.



I can't find flags2 in controlpanel/phon
I have only default-alllang-goup-resdll

Create new value. Make sure you use DWORD.
 
sas90850
Old
#7  
Senior Member - OP
Thanks Meter 2
Posts: 209
Join Date: Dec 2005
Default Re: Summary of Registry Hack that work on 818pro/Prophet

Quote:
Originally Posted by marcov
Quote:
Originally Posted by sas90850
Change the photo storage location to storage card

HKEY_LOCAL_MACHINE\Software\HTC\Camera\Image\Savet o
0 change 1

EDGE [E] icon instead of GPRS [G]
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon" value="1"
(Original Value = 0)

GPS icon and settings in start-settings-connections

HKLM\ControlPanel\GPS Settings, make a Dword Group=2, delete the string "redirect".

Change Scroll Bar (Smaller)
Change the width of the vertical scroll bar and the height of the horizontal scroll bar so they take less room on the screen:


HKEY_LOCAL_MACHINE\System\GWE
Change cxVScr to (say) 9 to make vertical scrollbar narrower. Default value is 13
Change cyHScr to (say) 9 to make horizontal scrollbar narrower. Default value is 13

Cleartype in landscape mode
[HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings]
"OffOnRotation"=0

Add a 'Disconnect' button (and Timer) to the Connection List for GPRS
To add a Disconnect button:
HKLM\ControlPanel\Phone\Flags2 = 8 (DWORD decimal)
To add a Disconnect button and a timer display showing how long GRPS is in use for the session:
HKLM\ControlPanel\Phone\Flags2 = 16 (DWORD decimal)
To disable both the Disconnect button and the timer:
HKLM\ControlPanel\Phone\Flags2 = 0 (DWORD decimal)

I hope all 818pro/Prophet user can share any new registry hack in this
post.



I can't find flags2 in controlpanel/phon
I have only default-alllang-goup-resdll

Create new value. Make sure you use DWORD.
 
sas90850
Old
#8  
Senior Member - OP
Thanks Meter 2
Posts: 209
Join Date: Dec 2005
Speed Improvement

1.HKEY_LOCAL_MACHINE\SYSTEM\GDI\GLYPHCACHE
Change 'limit' Value data to 32768
Original Value = 131072

2.HKEY_LOCAL_MACHINE\SYSTEM\StorageManager\FATFS
Change 'CacheSize' Value data to 4096
Original Value = 0

3.HKEY_LOCAL_MACHINE\SYSTEM\StorageManager\Filters \fsreplxfilt
Change 'ReplStoreCacheSize' Value data to 4096 or 8192
Original Value = 0

4.HKEY_LOCAL_MACHINE\SYSTEM\StorageManager\Profile s\MSFlash\FATFS
Change 'DataCacheSize' Value data to 4096
Change 'Flags' Value data to 40

For Step 4, if your PDA don't have this registry, add new registry and use DOWORD value.

Disable menu animations to increase performance:
"HKEY_LOCAL_MACHINE \SYSTEM\GWE\Menu"
Change "AniType" from "6" (default) to "0" (disabled).

Make sure bluetooth is alive during a conversation. If you ever have trouble with BT timing out, try:
HKEY_Current_User\ControlPanel\Phone
Change the Sleep key from a 1 to 0.
 
wyhpower
Old
#9  
Junior Member
Thanks Meter 0
Posts: 23
Join Date: Jan 2006
Default Re: This one works too... (from a previous wizard tweak i th

Quote:
Originally Posted by Gnuig
Unlock hidden rom:

HIDDEN:
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1] "Bootphase"=dword:00000001
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1] "MountHidden"=dword:00000001

SHOWN:
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\ TRUEFFS_DOC1] "Bootphase"=dword:00000002
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\ TRUEFFS_DOC1] "MountHidden"=dword:00000000

Do this mean the extended rom??
IPL 1.00
SPL 2.15.0000
GSM 02.19.21
OS 4.0.0.0
 
mamakap
Old
#10  
Junior Member
Thanks Meter 0
Posts: 17
Join Date: Feb 2006
Wi-fi Tweak

[HKEY_LOCAL_MACHINE\Comm\TNETWLN1\parms]

"dot11SupportedRateMaskG"=DWORD:8 Hex

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
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

Go to top of page...

XDA PORTAL POSTS

Side-Swiping Multitasking with Kakudo

Recovering iPad users may still remember the multitasking function where you can swipe left or right to … more

Learn to Edit Graphics for your Development Work

The importance of good and appropriate graphics for your development work is undeniable. Be … more

Tasker Alternative: AutomateIt, Automates Your Device Tasks – XDA Developer TV

XDA Developer TV Producer Kevin wants to help make your … more

Preventing App Piracy: Join the Discussion

The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more