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 > WM HTC Devices > HTC Touch Pro 2
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-08-2010, 11:05 PM
jgjce82's Avatar
Lurker
Offline
Pocket PC: htc pro 2
Carrier: sprint
 
Join Date: Mar 2010
Posts: 21
Reputation: 5
jgjce82 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Touch Pro2 Reg Edits/Stuff to backup

Quote:
Originally Posted by sperdue View Post
just go to settings> all settings> system> task manager> hit the button tab and check "end programs by tapping "x"
Quote:
Originally Posted by Eschelon View Post
...or if you want the actual regedit to do this (since that what this thread is technically for ), make this edit:

[HKEY_CURRENT_USER\Software\HTC\TaskManager]
"Enable"=dword:00000001
sperdue....thank you but I don't wanna install any cab to do this, I know if you have a cab installed in you phone then your answer would be the best, thank you though

Eschelon....thanks bro for that, I'm gonna try it and I'll let you know what happens, thank you!!
Reply With Quote
This post has been thanked 1 times.
  #2 (permalink)  
Old 04-09-2010, 09:49 AM
amcq10's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Verizon Wireless
Location: DFW Metroplex
 
Join Date: Oct 2009
Posts: 62
Reputation: 355
amcq10 is becoming a PPCGeeks regularamcq10 is becoming a PPCGeeks regularamcq10 is becoming a PPCGeeks regularamcq10 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Touch Pro2 Reg Edits/Stuff to backup

Quote:
Originally Posted by Eschelon View Post
...or if you want the actual regedit to do this (since that what this thread is technically for ), make this edit:

[HKEY_CURRENT_USER\Software\HTC\TaskManager]
"Enable"=dword:00000001
I believe that jgjce was asking how to enable/disable the TapAndHold functionality for the [X]. Not sure, but it sounds like the above Regkey is an enable/disable for the whole HTC Task Manager??

I found this one, which is specific to the Tap And Hold functionality.

[HKEY_CURRENT_USER\Software\HTC\TaskManager]
"EnableTapAndHold"

When set to 1, you have to TapAndHold for your programs to close (short tap just minimizes them)
When set to 0, any tap on the X will end the program. (only way to minimize is to hit the End, Back, or Start menu keys to jump out of that program)
Reply With Quote
This post has been thanked 2 times.
  #3 (permalink)  
Old 02-10-2010, 06:53 PM
Tink's Avatar
Sexy Mama!!
Offline
Pocket PC: HTC Touch Pro2
Carrier: Sprint
Location: Austin, Texas, Baby!!
 
Join Date: May 2009
Posts: 490
Reputation: 2245
Tink is a VIPTink is a VIPTink is a VIPTink is a VIPTink is a VIPTink is a VIPTink is a VIPTink is a VIPTink is a VIPTink is a VIPTink is a VIP
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Edits I've found

I'm just going to start a list of edits I find as I read posts along the way:


Code:
No more annoying beeps and the volume changes quicker
HKCU\ControlPanel\Sounds\LoudestInCallVolume
HKCU\ControlPanel\Sounds\QuietestInCallVolume
HKCU\ControlPanel\Sounds\StandardInCallVolume
within each of these keys the default 'Script' value is 'p' for 'play'...
Change the 'Script' value to blank (erase the 'p')

HKCU\system\state\Messages\mms\Unread and set Count 0  - 
(for when you don't have any unread texts, but the notification shows 
up anyways.... this was posted by Flyers2114 on MightyMike's Official 
ROM pg., post #18097)

For changing Start Menu program folder icons 
HKLM/Security/Shell/StartInfo/Start/   .......and within that registry key you can navigate around to the shortcut registry key you want to edit.
(I.e. if you wanted to edit something in the "Internet" folder like "IM+" 
you would go to: HKLM/Security/Shell/StartInfo/Start/Internet/IM+.lnk 
then within IM+.lnk you would create a new STRING value and name it 
"Icon" for the value you would put the location of the icon image. I 
usually just put the icon image into the folder in "Program Files" 
associated with the program, so the value would look like 
this: \Program Files\IM+\MM_IMPlus.png.......posted by Japper88 
on MM Official ROM pg., post #17805

Using the Zoom Bar as a Semi-Scrollbar
[HKLM\Software\HTC\SmartTouch]
"OnlySupportRegisterApp = 1"   Change this to 0 and it will work in every app. *Posted by Bxsteez over at XDA.
http://forum.xda-developers.com/show...70#post4580070


Last edited by Tink; 02-17-2010 at 05:46 PM. Reason: Adding Reg Edit
Reply With Quote
  #4 (permalink)  
Old 02-10-2010, 07:04 PM
ziggy471's Avatar
Geek with a Gun
Offline
Pocket PC: Thunderbolt
Carrier: Verizon
Threadstarter
Location: NoVA
 
Join Date: Oct 2009
Posts: 744
Reputation: 6575
ziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the communityziggy471 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Touch Pro2 Reg Edits/Stuff to backup

Quote:
Originally Posted by tjELITE View Post
Enable/Disable TouchFlo Tab Vibration
HKLM/SOFTWARE/OEM/TFLOSettings/
dword: ApVibrateOn= 0, or 1

Enable/Disable Dialpad Vibration

HKLM/SOFTWARE/HTC/PHONE/PhoneExtendSetting/
dword: KeyPadVibration= 0, or 1

Enable/Disable Call Connect Vibration
HKLM/SOFTWARE/HTC/PHONE/PhoneExtendSetting/
dword: ConnectingVibration= 0, or 1
Added, thanks.

Quote:
Originally Posted by PPCFreak View Post
are some of these 2.5 specific?

If so, would be nice to note if its 2.5 manilla specific.

Thanks.
No, most of them work on both, the only 2.5 specific that I posted were the quicklinks, but marked them as such.


Z
__________________
Ziggy471.com

Government's first duty is to protect the people, not run their lives.
Ronald Reagan
Reply With Quote
  #5 (permalink)  
Old 02-10-2010, 08:37 PM
ckeegan's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: Verizon
 
Join Date: Aug 2007
Posts: 151
Reputation: 135
ckeegan is keeping up the good workckeegan is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Touch Pro2 Reg Edits/Stuff to backup

Anyone have any luck with a registry edit to change the weather update interval for the Verizon Touch Pro2? Right now, "my location" only seems to update the weather on the home screen every 2 hours or so. I'm shooting for 15 minutes.
Reply With Quote
  #6 (permalink)  
Old 02-11-2010, 10:10 AM
drewcam888's Avatar
Mr. Chevy
Offline
Pocket PC: Kaiser, XV6800, Ozone, & TP2
Carrier: Linearly polarized plane waves in LTE modulation
Location: Nevada
 
Join Date: Dec 2008
Posts: 2,343
Reputation: 3660
drewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Touch Pro2 Reg Edits/Stuff to backup

Also the battery poll interval. Is the number you enter in seconds or milliseconds. My guess is milliseconds since the number is already so high.
Also it should be stated that the weather update is for sense 2.1 and 2.5 only not for TF3D.

Quote:
Originally Posted by ckeegan View Post
Anyone have any luck with a registry edit to change the weather update interval for the Verizon Touch Pro2? Right now, "my location" only seems to update the weather on the home screen every 2 hours or so. I'm shooting for 15 minutes.
You can only change the update interval if you have the new wm6.5 stock rom from verzion. The 6.1 rom interval can't be changed.
__________________
If you have wifi and GPS on your phone, click link below for Navizon. Navizon gives you money to log wifi and cell phone towers.
http://my.navizon.com/Webapps/UserAd...e=585A56575E5E

Last edited by drewcam888; 02-11-2010 at 10:52 AM.
Reply With Quote
  #7 (permalink)  
Old 02-11-2010, 10:20 AM
drewcam888's Avatar
Mr. Chevy
Offline
Pocket PC: Kaiser, XV6800, Ozone, & TP2
Carrier: Linearly polarized plane waves in LTE modulation
Location: Nevada
 
Join Date: Dec 2008
Posts: 2,343
Reputation: 3660
drewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIPdrewcam888 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Touch Pro2 Reg Edits/Stuff to backup

Disable/Enable 6.5 Lock
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\LockSc reen]
"Enable"=dword:00000000

Cell Signal in Taskbar 7 bars instead of 5
[HKEY_CURRENT_USER\ControlPanel\PhoneExtendFunction \CDMA]
"SignalStrengthLevel"=dword:00000007

Another wifi scan interval location
[HKEY_LOCAL_MACHINE\Comm\WiFi]
"ScanInterval"=dword:00000003

Last edited by drewcam888; 02-11-2010 at 10:31 AM.
Reply With Quote
This post has been thanked 2 times.
  #8 (permalink)  
Old 02-11-2010, 11:53 AM
ckeegan's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: Verizon
 
Join Date: Aug 2007
Posts: 151
Reputation: 135
ckeegan is keeping up the good workckeegan is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Touch Pro2 Reg Edits/Stuff to backup

Quote:
Originally Posted by drewcam888 View Post
Also it should be stated that the weather update is for sense 2.1 and 2.5 only not for TF3D.

You can only change the update interval if you have the new wm6.5 stock rom from verzion. The 6.1 rom interval can't be changed.
I do have the 6.5 stock ROM, and I thought it was pretty stupid for it lacking the option to set an interval. You can check the "update automatically" box, but who knows what that interval is, 2 hours or so?

Anyway, I added the registry entry, and set the dec to 15. I'm now at 18 minutes with no update. Interesting. Any other thoughts?
Reply With Quote
  #9 (permalink)  
Old 04-06-2010, 11:41 PM
Emmrt6's Avatar
Lurker
Offline
Pocket PC: HTC Desire
Carrier: US Cellular
 
Join Date: Jan 2010
Posts: 15
Reputation: 0
Emmrt6 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Edits I've found




[CODE]
No more annoying beeps and the volume changes quicker
HKCU\ControlPanel\Sounds\LoudestInCallVolume
HKCU\ControlPanel\Sounds\QuietestInCallVolume
HKCU\ControlPanel\Sounds\StandardInCallVolume
within each of these keys the default 'Script' value is 'p' for 'play'...
Change the 'Script' value to blank (erase the 'p')



I noticed on my phone that when I hit silent for work that if I just hit silent again it automatically goes back to the volume it was before I hit silent. Also just realized today that you can just touch and drag the volume up and down on the screen instantly.
Reply With Quote
  #10 (permalink)  
Old 02-10-2010, 09:30 PM
shaolinsoldier79's Avatar
Halfway to VIP Status
Offline
Pocket PC: GALAXY NEXUS
Carrier: Verizon
Location: New York
 
Join Date: Sep 2008
Posts: 554
Reputation: 710
shaolinsoldier79 knows their stuffshaolinsoldier79 knows their stuffshaolinsoldier79 knows their stuffshaolinsoldier79 knows their stuffshaolinsoldier79 knows their stuffshaolinsoldier79 knows their stuffshaolinsoldier79 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Touch Pro2 Reg Edits/Stuff to backup

Set Voicemail Password to Dial Automatically
HKCU\Software\Microsoft\VMail
"UserProvidedNumber1"=*86pXXXX (where XXXX is your 4 digit password)

Do I have to create this entry? is it string or dword? Thanks for list I've been looking for a way to disable phonepad vibration..
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2


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 02:48 AM.


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