PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   Touch Pro2 Reg Edits/Stuff to backup (http://forum.ppcgeeks.com/showthread.php?t=110249)

ziggy471 02-10-2010 04:35 PM

Touch Pro2 Reg Edits/Stuff to backup
 
I know there are many out there, but thought it'd be a good idea to start a thread dedicated to nothing but Reg Edits.

Here's the list I have so far:

Code:

  Disable Push Internet
  [HKEY_LOCAL_MACHINE\Software\HTC\PushInternetEngine]
  "Enable"=dword:00000000
 
  [HKEY_LOCAL_MACHINE\Software\HTC\Manila\InternetPush]
  "EnablePushInternet"=dword:00000000
 
  Device and ActiveSync Name and Address
  [HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services]
  "DeviceFriendlyName"="Touch Pro2"
 
  [HKEY_LOCAL_MACHINE\Software\Microsoft\ActiveSync]
  "DeviceManufacturer"="HTC"
  "DeviceModel"="Touch Pro2"
  "DeviceIcon"="sync.ico"
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ActiveSync\Address]
 
  Speed up end call
  [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\PHONE\PhoneExtendSetting]
  "EndCallTime"=dword:00000000
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\PHONE]
  "EndKeyDelayInterval"=dword:00000000
 
  Disable Keyboard slide to unlock
  [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD]
  "SlideWakeup"=dword:00000000
 
  TCP/IP Parameters
  [HKEY_LOCAL_MACHINE\Comm\TcpIp\Parms]
  The number of times an unacknowledged connection attempt is resent.
  "TcpMaxConnectRetransmissions"=dword:0000000a
  The number of times an unacknowledged packet is resent.
  "TcpMaxDataRetransmissions"=dword:0000000a
  A larger TCP Window Size can improve your data connection's throughput.
  "TcpWindowSize"=dword:00256960
 
  WiFi Scan Interval
  [HKEY_LOCAL_MACHINE\ControlPanel\WiFi]
  "ScanInterval"=dword:000000b4

  Another wifi scan interval location
  [HKEY_LOCAL_MACHINE\Comm\WiFi]
  "ScanInterval"=dword:00000003       
 
  Keeps WLAN online/connected in standby mode.
  [HKEY_LOCAL_MACHINE\Comm\BCMSDDHD1\Parms]
  "HTCKeepWifiOnWhenUnattended"=dword:00000001
 
  Changes the max. connections in Pocket Internet Explorer
  [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
  "MaxConnectionsPerServer"=dword:00000010
 
  Enable/Disable Phone time instead of sent time for SMS messages
  [HKEY_LOCAL_MACHINE\Software\OEM\SMS]
  "RecvTimeStamp"=dword:00000000
 
  Enable/Disable Power Management
  [HKEY_LOCAL_MACHINE\Comm\AsyncMac1\Parms]
  "DisablePowerManagement"=dword:00000000
 
  [HKEY_LOCAL_MACHINE\Comm\PPTP1\Parms]
  "DisablePowerManagement"=dword:00000000
 
  [HKEY_LOCAL_MACHINE\Comm\L2TP1\Parms]
  "DisablePowerManagement"=dword:00000000
 
  [HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\MMC_Class]
  "DisablePowerManagement"=dword:00000000
 
  [HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\NAND_Class]
  "DisablePowerManagement"=dword:00000000
 
  [HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class]
  "DisablePowerManagement"=dword:00000000
 
  [HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\SIM_Class]
  "DisablePowerManagement"=dword:00000000
 
  Data Connection Disconnect time
  [HKEY_LOCAL_MACHINE\Comm\ConnMgr\Planner\Settings]
  "CacheTime"=dword:0000003c
 
  How often to check the battery status
  [HKEY_LOCAL_MACHINE\Drivers\Builtin\Battery]
  "PollInterval"=dword:000061a8
 
  [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro  l\Power\Timeouts]
  "BatteryPoll"=dword:00000bb8       

  Backlight and Power Timeouts
  [HKEY_CURRENT_USER\ControlPanel\Backlight]
  "ACTimeout"=dword:0000003c
  "BatteryTimeout"=dword:00000014
  "LightDetectOn"=dword:00000001
  "KeyLightAutoSensor"=dword:00000000    Disable backlight on keyboard out
 
  [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts]
  "ACResumingSuspendTimeout"=dword:00000078
  "ACSuspendTimeout"=dword:00000258
  "ACSuspendTimeoutSave"=dword:00000258
  "BattResumingSuspendTimeout"=dword:00000078
  "BattSuspendTimeout"=dword:0000002d
  "BattSuspendTimeoutSave"=dword:0000002d
 
  The GDI/Font cache can speed up TouchFLO 3D display (always at the cost of memory).
  [HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]
  "limit"=dword:00016384
 
  File System Cache
  [HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
  "CacheSize"=dword:00004096
  "EnableCache"=dword:00000001
 
  File System Filter Cache
  [HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt]
  "ReplStoreCacheSize"=dword:00001000
 
  Show calendar event's text in the Week View.
  [HKEY_CURRENT_USER\Software\Microsoft\Calendar]
  "ShowTextInWeekView"=dword:00000001
 
  Enable or disable ring delay for incoming calls (3 disabled, 5 enabled)
  [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring]
  "InitVol"=dword:00000005
 
  [HKEY_CURRENT_USER\ControlPanel\SoundCategories\RingPreview]
  "InitVol"=dword:00000005
 
  To increase Bluetooth A2DP performance
  [HKEY_LOCAL_MACHINE\Software\WIDCOMM\Plugin\AV]
  "LineSpeed"=dword:00000100  (decimal 256)
  (You can adjust up and down with higher values giving better sound  quality at the expense of CPU consumption.  256 is a good compromise.  320 is about the highest you should set.)
 
  Enable/disable ClearType font display in landscape mode.
  [HKEY_LOCAL_MACHINE\System\GDI\ClearTypeSettings]
  "OffOnRotation"=dword:00000000
 
  FingerPressure - Changes the Finger Pressure level required to use TouchFLO 3D.
  [HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings]
  "FigerPressure"=dword:00010892
 
  Boost TouchFlo 3D Scrolling Speed.
  [HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings]
  "SpeedHigh"=dword:00000005
  "SpeedLow"=dword:0000000e
 
  Save attachments to the storage card
  [HKEY_LOCAL_MACHINE\System\Inbox\Attachments]
  "AttsDir"="Inbox"
 
  [HKEY_LOCAL_MACHINE\System\Inbox\Settings]
  "AttachPath"="\\Storage Card\\Inbox\\Mail Attachments\\"
 
  [HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings]
  "AttsOnCard"=dword:00000001
 
  Enable/Disable Warning on deleting a message with the left soft key in inbox.
  [HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings]
  "WarnOnDeleteSoftkey"=dword:00000001
 
  Enable/Disable OBEX
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Obex]
  "IsEnabled"=dword:00000000
 
  Notification sounds All keys under
  [HKEY_CURRENT_USER\ControlPanel\Notifications\*]
 
  Manila tab configuration
  [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\Configuration\*]
  [HKEY_CURRENT_USER\Software\HTC\Manila]
  All keys starting with Manila://
 
  Manila 2.5 QuickLinks
  [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\Home\*]
 
  Enable/Disable close on 'X' for Album
  [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\HTCAlbum]
  "ok_minimize"=dword:00000000
 
  Enable/Disable Tap and Hold to close application with 'X'
  [HKEY_CURRENT_USER\Software\HTC\TaskManager]
  "EnableTapAndHold"=dword:00000000
 
  Owner Information
  [HKEY_CURRENT_USER\ControlPanel\Owner]
  [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\HTCAccountManager]
  [HKEY_CURRENT_USER\Software\HTC\People\OwnerInfo]
 
  Override Voicemail number
  [HKEY_CURRENT_USER\Software\Microsoft\Vmail]
  "RegOverridesSIM"=dword:00000001
  "PhoneNumber1"="111-111-1111"
  "UserProvidedNumber1"="111-111-1111"
 
  Default Ringtone
  [HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0]
 
  Facebook settings
  [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\FacebookSDK]
 
  BlueTooth Pairings
  [HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\Connections\*]
  [HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\Devices\*]
 
  Enable TF3D AutoRotate/Diable, delete these keys
  [HKEY_CURRENT_USER\Software\HTC\Manila]
  "EnableLandscape"="true"

  [HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\ModuleName]
  "TF3D"="\Windows\manila.exe"

  [HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList]
  "TF3D"="Manila"

  Keep Music Playing When Screen Shuts Off
  HKLM\System\CurrentControlSet\Control\Power\State\Unattended
  "wav1"=set to dword to 0
 
  Change Left or Right Softkeys in Manila
  HKLM\SOFTWARE\HTC\Manila
 
  For Right Softkey (for example, setting it to Comm Manager):
  "HomeRSKText"="Comm Mgr"
  "HomeRSKPath"=\Windows\CommManager.exe
 
  For Left Softkey (for example, setting it to All Contacts)"
  "HomeLSKText"="All Contacts"
  "HomeLSKPath"=Manila:/people\browserlayer\?.page
 
  Set Voicemail Password to Dial Automatically
  HKCU\Software\Microsoft\VMail
  "UserProvidedNumber1"="*86pXXXX" (where XXXX is your 4 digit password)       

  Enable/Disable TouchFlo Tab Vibration
  HKLM\SOFTWARE\OEM\TFLOSettings
  "ApVibrateOn"=dword:00000000 

  Enable/Disable Dialpad Vibration
  HKLM\SOFTWARE\HTC\PHONE\PhoneExtendSetting
  "KeyPadVibration"=dword:00000000

  Enable/Disable Call Connect Vibration
  HKLM\SOFTWARE\HTC\PHONE\PhoneExtendSetting
  "ConnectingVibration"=dword:00000000

  How to Enable Auto Weather Downloads at a Specific Time
  HKCU\Software\HTC\Manila
  "Weather.AutoDownloadInterval"=dword:0000000f  (Update every 15 minutes)

  Disable/Enable 6.5 Lock
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\LockScreen]
  "Enable"=dword:00000000
 
  Cell Signal in Taskbar 7 bars instead of 5
  [HKEY_CURRENT_USER\ControlPanel\PhoneExtendFunction\CDMA]
  "SignalStrengthLevel"=dword:00000007

  Microsoft MyPhone
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\My Phone\Publish\Services\1]
  "AccountName"="MyEmailAddy@gmail.com"

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Live\LastId]
  "PassportName"="MyEmailAddy@gmail.com"

Z

ziggy471 02-10-2010 04:35 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Place holder

ziggy471 02-10-2010 04:36 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Place holder 2

ziggy471 02-10-2010 04:37 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Place holder 3

MordyT 02-10-2010 05:34 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Going to be coming out of "Reserved" Status soon and cabbing some of these up for people...

Eschelon 02-10-2010 05:35 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Here's a few more:

Keep Music Playing When Screen Shuts Off
HKLM\System\CurrentControlSet\Control\Power\State\ Unattended
"wav1"=set to dword to 0


Change Left or Right Softkeys in Manila
HKLM\SOFTWARE\HTC\Manila

For Right Softkey (for example, setting it to Comm Manager):
"HomeRSKText"="Comm Mgr"
"HomeRSKPath"=\Windows\CommManager.exe

For Left Softkey (for example, setting it to All Contacts)"
"HomeLSKText"="All Contacts"
"HomeLSKPath"=Manila:/people\browserlayer\?.page


Set Voicemail Password to Dial Automatically
HKCU\Software\Microsoft\VMail
"UserProvidedNumber1"=*86pXXXX (where XXXX is your 4 digit password)
Note: If this doesn't work, change the '*86' to your 10-digit phone number without dashes and leave the pXXXX the same

drewcam888 02-10-2010 05:36 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
You should add these to this thread. http://forum.ppcgeeks.com/showthread.php?t=101422

ziggy471 02-10-2010 05:47 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by MordyT (Post 1556277)
Reserved for my own special thing...

Quote:

Originally Posted by Eschelon (Post 1556283)
Here's a few more:

Glad to see you two here. Esch, already added yours to the soon to be to big for one post list.


Z

tjELITE 02-10-2010 06:07 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
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

PPCFreak 02-10-2010 06:26 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
are some of these 2.5 specific?

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

Thanks.

Tink 02-10-2010 06:53 PM

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



ziggy471 02-10-2010 07:04 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by tjELITE (Post 1556368)
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 (Post 1556402)
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

ckeegan 02-10-2010 08:37 PM

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.

shaolinsoldier79 02-10-2010 09:30 PM

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..

Eschelon 02-10-2010 10:14 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by ckeegan (Post 1556761)
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.

How to Enable Auto Weather Downloads at a Specific Time
HKCU\Software\HTC\Manila
Create the following dword:
"Weather.AutoDownloadInterval" and set the dword value to however many minutes you want it to update (i.e. dword of 15 will update the Manila weather every 15 minutes)


Quote:

Originally Posted by shaolinsoldier79 (Post 1556879)
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?

It is a string value. If it doesn't already exist, create it

ziggy471 02-10-2010 10:17 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by shaolinsoldier79 (Post 1556879)
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..

If the entry doesn't exist, then create a string with that in it.


Z

ziggy471 02-10-2010 10:19 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by Eschelon (Post 1556977)
How to Enable Auto Weather Downloads at a Specific Time
HKCU\Software\HTC\Manila
Create the following dword:
"Weather.AutoDownloadInterval" and set the dword value to however many minutes you want it to update (i.e. dword of 15 will update the Manila weather every 15 minutes)



It is a string value. If it doesn't already exist, create it

Added, and you beat me to the other one. lol


Z

Eschelon 02-10-2010 10:24 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by ziggy471 (Post 1556985)
Added, and you beat me to the other one. lol


Z

I win! lol

Seriously though, I'm just wondering how long it will be until some of the newbies on this site show up to your new thread here and start asking you to cab all these edits up!

ziggy471 02-10-2010 10:29 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by Eschelon (Post 1556998)
I win! lol

Seriously though, I'm just wondering how long it will be until some of the newbies on this site show up to your new thread here and start asking you to cab all these edits up!

Not long.....guess I need to use one of the place holders to give instructions on making their own cabs.

Either that, or how to use Dot Fred's TaskManager.

EDIT: Oh yeah, that's right, I'm in that category, just started with WinMo in September. lol

Z

shaolinsoldier79 02-10-2010 10:30 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
1 Attachment(s)
hmm I must have did it wrong It didn't work for me. I attached a screen did I do it right?

Tink 02-10-2010 10:47 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by Eschelon (Post 1556998)
I win! lol

Seriously though, I'm just wondering how long it will be until some of the newbies on this site show up to your new thread here and start asking you to cab all these edits up!

I could put up cabs perhaps! :drunken: (Oh, that's a drunken smiley, huh?? Let's see if I offer when I'm not :drunken: .... lol)

hmmmm.....

ziggy471 02-10-2010 10:49 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by shaolinsoldier79 (Post 1557016)
hmm I must have did it wrong It didn't work for me. I attached a screen did I do it right?

Try adding the same to PhoneNumber1, that's what happens when you enter this through the GUI, (Phone Settings->Phone Tab->Voicemail: )


Z

shaolinsoldier79 02-10-2010 10:58 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
ok if i go t phone settings under voicemail it shows *86p1234, and if i go in registry... well you seen screenshot . sorry I'm confused.

ziggy471 02-10-2010 11:16 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by shaolinsoldier79 (Post 1557073)
ok if i go t phone settings under voicemail it shows *86p1234, and if i go in registry... well you seen screenshot . sorry I'm confused.

Just add the same to PhoneNumber1


Z

Eschelon 02-10-2010 11:22 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by shaolinsoldier79 (Post 1557073)
ok if i go t phone settings under voicemail it shows *86p1234, and if i go in registry... well you seen screenshot . sorry I'm confused.

Your screenshot looks good, so I'll offer a couple of suggestions (try them in this order)

1) Make sure you did a soft reset after making the change. Test again

2) Add a dword to the same directory called 'RegOverridesSIM' and set it to a value of 1. Soft reset. Test again

3) Try adding a second letter 'p' right after the other one in that edit. It stands for 'pause' and tells the phone to pause for a few seconds before dialing the password, thereby giving it time to connect the phone call. But if your call is taking a little longer to connect then your phone needs that second 'p' to tell it to wait a little longer

shaolinsoldier79 02-10-2010 11:32 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
so I created the string in the registry, soft reset, then when I go into my phone settings under voicemail I now see *86p1234 when you say "just add the same to PhoneNumber1" do you mean in the registry?

Eschelon 02-10-2010 11:35 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by shaolinsoldier79 (Post 1557131)
so I created the string in the registry, soft reset, then when I go into my phone settings under voicemail I now see *86p1234 when you say "just add the same to PhoneNumber1" do you mean in the registry?

Leave that one blank for now and try the other 2 edits I posted above first

ziggy471 02-11-2010 03:07 AM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Think I just found another one, but need someone to verify:

[HKEY_CURRENT_USER\ControlPanel\Backlight]
"KeyLightAutoSensor"=dword:00000000 Disable backlight on keyboard out

It works on mine, but I'm testing something for someone, so not sure.

Z

tjELITE 02-11-2010 03:14 AM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by ziggy471 (Post 1557590)
Think I just found another one, but need someone to verify:

[HKEY_CURRENT_USER\ControlPanel\Backlight]
"KeyLightAutoSensor"=dword:00000000 Disable backlight on keyboard out

It works on mine, but I'm testing something for someone, so not sure.

Z

Thanks ziggy just checked and it works on mine, but then again I am on verizon as well but it works.

drewcam888 02-11-2010 10:10 AM

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 (Post 1556761)
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.

drewcam888 02-11-2010 10:20 AM

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

ckeegan 02-11-2010 11:53 AM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by drewcam888 (Post 1557873)
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?

drewcam888 02-11-2010 11:58 AM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by ckeegan (Post 1558053)
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?

The interval is not guaranteed but it will be close. Give it a day or two and see how it goes. You also have to soft reset after making the change.

echew 02-11-2010 12:12 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Anyone care to put in a sample reg file "format" so that XDA_UC will read them? I cannot get that to work ever, no matter what program I'm using... UGH!

tjELITE 02-11-2010 01:50 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by drewcam888 (Post 1557883)
Cell Signal in Taskbar 7 bars instead of 5
[HKEY_CURRENT_USER\ControlPanel\PhoneExtendFunction \CDMA]
"SignalStrengthLevel"=dword:00000007

Could this be changed to like 15 or something? Imagine the reception....:evil4:

ziggy471 02-11-2010 01:56 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by echew (Post 1558093)
Anyone care to put in a sample reg file "format" so that XDA_UC will read them? I cannot get that to work ever, no matter what program I'm using... UGH!

Here's an example:
Code:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PhoneSetting]
"ShowEmergencyCallAlertPage"=dword:00000001


Z

echew 02-11-2010 02:03 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by ziggy471 (Post 1558374)
Here's an example:
Code:

REGEDIT4
 
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PhoneSetting]
"ShowEmergencyCallAlertPage"=dword:00000001


Z

Great thanks!!! Will give it a try!

echew 02-11-2010 03:05 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by echew (Post 1558388)
Great thanks!!! Will give it a try!

Ok, I give up on the XDA_UC crap - IT DOESNT WORK!!!

Here's my registry file...

REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services]
"DeviceFriendlyName"="Touch Pro2"
[HKEY_LOCAL_MACHINE\Software\Microsoft\ActiveSync]
"DeviceManufacturer"="HTC"
"DeviceModel"="Touch Pro2"
"DeviceIcon"="sync.ico"
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\PHONE\PhoneExtendS etting]
"EndCallTime"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\PHONE]
"EndKeyDelayInterval"=dword:00000000
[HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]
"limit"=dword:00016384
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"CacheSize"=dword:00004096
"EnableCache"=dword:00000001
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\f sreplxfilt]
"ReplStoreCacheSize"=dword:00001000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\A2 DP\Settings]
"SampleRate"=dword:0000bb80
"UseJointStereo"=dword:00000000
[HKEY_CURRENT_USER\ControlPanel\Owner]
"Owner"=hex:45,00,72,00,69,00,63,00,20,00,43,00,68 ,00,65,00,77,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,54,\
00,68,00,6F,00,6D,00,70,00,73,00,6F,00,6E,00,20,00 ,43,00,6F,00,6E,00,73,00,\
75,00,6C,00,74,00,61,00,6E,00,74,00,73,00,20,00,49 ,00,6E,00,63,00,2E,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,35,00,32,00,\
35,00,20,00,4D,00,69,00,6C,00,6C,00,20,00,53,00,74 ,00,2E,00,0D,00,0A,00,4D,\
00,61,00,72,00,69,00,6F,00,6E,00,2C,00,20,00,4D,00 ,61,00,2E,00,20,00,30,00,\
32,00,33,00,37,00,38,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,28,00,35,00,30,00,38,\
00,29,00,20,00,37,00,34,00,38,00,2D,00,32,00,36,00 ,32,00,30,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,65,00,63,00,68,00,65,\
00,77,00,40,00,74,00,68,00,6F,00,6D,00,70,00,73,00 ,6F,00,6E,00,2D,00,63,00,\
6F,00,6E,00,73,00,75,00,6C,00,74,00,61,00,6E,00,74 ,00,73,00,2E,00,63,00,6F,\
00,6D,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"E-mail"=email@email.com
"Telephone"="(555) 555-1212"
"Name"="Eric"
[HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0]
"Sound"="*vibrate*"
"Script-OemRingtoneGap"="w3"
"SavedSound"="\\Storage Card\\My Ringtones\\CTU24.MP3"
"Script"="av0pw3r"
"Category"="Ring"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\LockSc reen]
"Enable"=dword:00000000
[HKEY_CURRENT_USER\ControlPanel\PhoneExtendFunction \CDMA]
"SignalStrengthLevel"=dword:00000007

Nothing gets added - not even the owner information!!

drewcam888 02-11-2010 03:28 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
I am pretty sure you need spaces like below. I also suggest you use sashimi. It is easy to use
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services]
"DeviceFriendlyName"="Touch Pro2"
[HKEY_LOCAL_MACHINE\Software\Microsoft\ActiveSync]
"DeviceManufacturer"="HTC"
"DeviceModel"="Touch Pro2"
"DeviceIcon"="sync.ico"

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\PHONE\PhoneExtendS etting]
"EndCallTime"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\PHONE]
"EndKeyDelayInterval"=dword:00000000

[HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]
"limit"=dword:00016384

echew 02-11-2010 03:31 PM

Re: Touch Pro2 Reg Edits/Stuff to backup
 
Quote:

Originally Posted by drewcam888 (Post 1558611)
I am pretty sure you need spaces like below. I also suggest you use sashimi. It is easy to use
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services]
"DeviceFriendlyName"="Touch Pro2"
[HKEY_LOCAL_MACHINE\Software\Microsoft\ActiveSync]
"DeviceManufacturer"="HTC"
"DeviceModel"="Touch Pro2"
"DeviceIcon"="sync.ico"

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\PHONE\PhoneExtendS etting]
"EndCallTime"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\PHONE]
"EndKeyDelayInterval"=dword:00000000

[HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]
"limit"=dword:00016384


Yea, it didn't copy into here right... They have the spaces like you suggested... I'm going to try JUST the owner information and see if that works...


All times are GMT -4. The time now is 02:55 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0