Good day all!
Here are a couple tweaks i found around XDA and PPC Geeks that may come in handy. These are just a few for now and i take no credit for any off them. Enjoy!
Remove Locked Start Menu / Programs tab Items
Free up the start menu / Programs Tab icons that are there by default and not removable you need to change (Thanks Mallman)
Code:
HKLM/Software/HTC/Manila/ProgramLauncher/0/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/1/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/2/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/3/IsReadOnly
GPS
(Tested & provided by DGH)
A. With Advanced config nel menu GPS
disable A-GPS
disable GPS logging
logfile name must be empty
old logfile name must be empty
maximum size of logfile must be 0
delete the files :
\windows\GPSLogFile.txt and \windows\GPSLogFileBack.txt
With those changes car usage will be quite perfect
B. Then edit registry
Under: HKLM\SYSTEM\CurrentControlSet\GPS Intermediate Driver\
Drivers\GpsOneDevice\PollInterval -> 100 (default is 1000)
Drivers\InputBufferSize -> 512 (default is 4096)
Drivers\OutputBufferSize -> 512 (default is 4096)
Drivers\SleepOnNoData -> 100 (default is 1000)
Multiplexer\MaxBufferSize -> 512 (by default not present, you have to create it)
With those tweaks pedestrian usage will be much better but not perfect.
how to disable the message sent notification everytime i send a text
either use Advanced Configuration (easy) or edit the registry
Registry: HKLM\Software\Microsoft\Inbox\Settings
Key: SMSNoSentMsg (dWord)
Value: 0 = disabled
1 = enabled
I personally used Advanced config Tool by Schaps for this tweak which can be found on this wonderful site!
--------- New Post Merged on 25/8/2009 at 01:09:33 --------
Here is another one to remove screen auto lock.
in registry HKEY_CURRENT_USER\ControlPanel\Keybd
set:
DeviceLockWhenSuspend
from 1 to 0
Then soft reset.
here is another tweak for more camera modes for those of you that use it constantly.
Burst
Mobile Device\HKEY_LOCAL_MACHINE\Software\HTC\Camera\P6
Sports
Mobile Device\HKEY_LOCAL_MACHINE\Software\HTC\Camera\P8
Video Share
Mobile Device\HKEY_LOCAL_MACHINE\Software\HTC\Camera\P9
GPS Photo
Mobile Device\HKEY_LOCAL_MACHINE\Software\HTC\Camera\P10
Burst takes 30 pictures in quick succession.
Sports takes 5 pictures in REALLY quick succession.
Video Share configures automatically for sending via email.
GPS Photo GPS tagged photos
It seems Mighty Mike and some of his friends at PPC Geeks made a compilation of cabs for most of these tweaks. I have only posted tweaks that worked for me and that i am using. If you want to try any of these cabs you can but i cannot confirm that they work. Have fun with your TouchPro2!
Here are a couple tweaks i found around XDA and PPC Geeks that may come in handy. These are just a few for now and i take no credit for any off them. Enjoy!
Remove Locked Start Menu / Programs tab Items
Free up the start menu / Programs Tab icons that are there by default and not removable you need to change (Thanks Mallman)
Code:
HKLM/Software/HTC/Manila/ProgramLauncher/0/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/1/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/2/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/3/IsReadOnly
GPS
(Tested & provided by DGH)
A. With Advanced config nel menu GPS
disable A-GPS
disable GPS logging
logfile name must be empty
old logfile name must be empty
maximum size of logfile must be 0
delete the files :
\windows\GPSLogFile.txt and \windows\GPSLogFileBack.txt
With those changes car usage will be quite perfect
B. Then edit registry
Under: HKLM\SYSTEM\CurrentControlSet\GPS Intermediate Driver\
Drivers\GpsOneDevice\PollInterval -> 100 (default is 1000)
Drivers\InputBufferSize -> 512 (default is 4096)
Drivers\OutputBufferSize -> 512 (default is 4096)
Drivers\SleepOnNoData -> 100 (default is 1000)
Multiplexer\MaxBufferSize -> 512 (by default not present, you have to create it)
With those tweaks pedestrian usage will be much better but not perfect.
how to disable the message sent notification everytime i send a text
either use Advanced Configuration (easy) or edit the registry
Registry: HKLM\Software\Microsoft\Inbox\Settings
Key: SMSNoSentMsg (dWord)
Value: 0 = disabled
1 = enabled
I personally used Advanced config Tool by Schaps for this tweak which can be found on this wonderful site!
--------- New Post Merged on 25/8/2009 at 01:09:33 --------
Here is another one to remove screen auto lock.
in registry HKEY_CURRENT_USER\ControlPanel\Keybd
set:
DeviceLockWhenSuspend
from 1 to 0
Then soft reset.
here is another tweak for more camera modes for those of you that use it constantly.
Burst
Mobile Device\HKEY_LOCAL_MACHINE\Software\HTC\Camera\P6
Sports
Mobile Device\HKEY_LOCAL_MACHINE\Software\HTC\Camera\P8
Video Share
Mobile Device\HKEY_LOCAL_MACHINE\Software\HTC\Camera\P9
GPS Photo
Mobile Device\HKEY_LOCAL_MACHINE\Software\HTC\Camera\P10
Burst takes 30 pictures in quick succession.
Sports takes 5 pictures in REALLY quick succession.
Video Share configures automatically for sending via email.
GPS Photo GPS tagged photos
It seems Mighty Mike and some of his friends at PPC Geeks made a compilation of cabs for most of these tweaks. I have only posted tweaks that worked for me and that i am using. If you want to try any of these cabs you can but i cannot confirm that they work. Have fun with your TouchPro2!
Code:
http://forum.ppcgeeks.com/showthread.php?t=78019
Code:
Last edited by a moderator: