PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro (http://forum.ppcgeeks.com/forumdisplay.php?f=63)
-   -   Looking for a few registry keys... (http://forum.ppcgeeks.com/showthread.php?t=75830)

askwhy 07-23-2009 12:03 AM

Looking for a few registry keys...
 
In my efforts to learn and make good use of Sashimi, I am trying to incorporate a bunch of reg files for some of the smaller, less critical settings I tend to set manually after each flash. The excellent guide by LuckySe7en & Murducky has a few of the ones I was looking for (like notifications) -- but there are a few others I haven't been able to dig up yet.


Have now found: All of them!

When device is off: Do not lock buttons (Start>Settings>System>Keylock) - Thanks psycho_maniac
Quote:

HKLM\HARDWARE\OEM\KEYBD\KeyLock
0 - Do not lock buttons
1 - Lock all buttons except Power button
2 - Lock buttons if device is locked
Set backlight level on battery to 40% (Start>Settings>System>Power) - Thanks psycho_maniac
Quote:

HKCU\ControlPannel\Backlight\Brightness
1 - 10%
5 - 50%
10 - 100%
You get the idea
Not reject call with SMS (Start>Settings>Personal>Phone>Advanced) - Thanks rstoyguy
Quote:

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Phone\PhoneExtendS etting]
"RejectEnable"=dword:00000001 (Set to 0 to disable reject with SMS)
Phone Keypad Sounds OFF (Start>Settings>Personal>Phone>Keypad:Off) - Thanks rstoyguy
Quote:

HKCU\ControlPanel\Sounds\Keypress
"BeepMode"=0
;0=off
;2=short
;3=long
All incoming beams off (Start>Settings>Connections>Beams) - Thanks rstoyguy
Quote:

HKLM\Software\Microsoft\OBEX
obexservicemask = 3 ; checked
obexservicemask = 2 ; unchecked
Update: PPCGeeks rocks! Thanks for all the help!

psycho_maniac 07-23-2009 12:15 AM

Re: Looking for a few registry keys...
 
Quote:

Originally Posted by askwhy (Post 1053943)

Looking for registry keys for the following:

When device is off: Do not lock buttons (Start>Settings>System>Keylock)

HKLM\HARDWARE\OEM\KEYBD\KeyLock
0 - Do not lock buttons
1 - Lock all buttons except Power button
2 - Lock buttons if device is locked

Quote:

Originally Posted by askwhy (Post 1053943)
Set backlight level on battery to 40% (Start>Settings>System>Power)

HKCU\ControlPannel\Backlight\Brightness
1 - 10%
5 - 50%
10 - 100%
You get the idea

just got home so got some stuff to do but will try to find the other registry keys CHECK BACK ON THIS POST

horndoctor 07-23-2009 12:16 AM

Re: Looking for a few registry keys...
 
Have you tried a reg editor like phmregedit that has a search function? You could probably locate them then.

askwhy 07-23-2009 12:32 AM

Re: Looking for a few registry keys...
 
Quote:

Originally Posted by horndoctor (Post 1053973)
Have you tried a reg editor like phmregedit that has a search function? You could probably locate them then.


Thanks for the suggestion. Yup, looking at my phone's registry via My Mobiler right now - reg searches (and forum searches) haven't been too fruitful for me so far. The small interface is fine for making a change or two, but for extended scouring it's rather mind-numbing. That's why I finally posted here.

@ psycho_maniac -- thanks for that one (EDIT: Those!

psycho_maniac 07-23-2009 12:33 AM

Re: Looking for a few registry keys...
 
Quote:

Originally Posted by horndoctor (Post 1053973)
Have you tried a reg editor like phmregedit that has a search function? You could probably locate them then.

yeah thats how i found the 2 i added

askwhy 07-23-2009 08:55 AM

Re: Looking for a few registry keys...
 
Update: psycho_maniac found the keylock entry, and also the backlight entry, but the others are still hiding. I have tried the search in PHM Regedit as per horndoctor's suggestion since I was originally using the one embedded with the fdcsoft task manager, and it's search didn't seem to work for me.

So PHM works great for searching but I still cannot find the remaining reg keys as I don't know what they are named, and I am hoping someone already has them documented. I don't mind doing all the reg searching, but I don't know what else to search for -- if anyone has suggestions on search terms I will try them. Some of the search terms that have not located the still missing keys include beam, reject, and keypad. Anybody have any more insight?

Thanks for the all the help so far!

psycho_maniac 07-24-2009 06:47 AM

Re: Looking for a few registry keys...
 
yeah i couldnt find em either as i dont know what they are called. i found some but when i changed the settings the registry key didnt change. so they cant be it.

askwhy 07-24-2009 09:26 PM

Re: Looking for a few registry keys...
 
Quote:

Originally Posted by psycho_maniac (Post 1056810)
yeah i couldnt find em either as i dont know what they are called. i found some but when i changed the settings the registry key didnt change. so they cant be it.


Thank you for digging around in the reg again. I haven't gone looking yet today -- was with a client all day long -- but I might give it another shot tonight and see what I can come up with. I also got a few more useful ones from your reg tweaks thread -- nice compilation.

rstoyguy 07-24-2009 09:53 PM

Re: Looking for a few registry keys...
 
Quote:

Originally Posted by askwhy (Post 1053943)
Still looking for registry keys for the following:

Phone Keypad Sounds OFF (Start>Settings>Personal>Phone>Keypad:Off)
Not reject call with SMS (Start>Settings>Personal>Phone>Advanced)
All incoming beams off (Start>Settings>Connections>Beams)

See what the following do....

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Phone\PhoneExtendS etting]
"RejectEnable"=dword:00000001

;keysound
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Phone\PhoneExtendS etting]
"KeyPadMode"=dword:00000000

;keysound2?
[HKEY_CURRENT_USER\ControlPanel\Phone]
"KeypadStateOnLaunch"=dword:00000000

;Obex OFF
[HKEY_LOCAL_MACHINE\Software\Microsoft\Obex]
"IsEnabled"=dword:00000000

Let us know which ones didn't work, and we'll try again. :)

askwhy 07-24-2009 10:23 PM

Re: Looking for a few registry keys...
 
Quote:

Originally Posted by rstoyguy (Post 1058382)
See what the following do....

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Phone\PhoneExtendS etting]
"RejectEnable"=dword:00000001

;keysound
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Phone\PhoneExtendS etting]
"KeyPadMode"=dword:00000000

;keysound2?
[HKEY_CURRENT_USER\ControlPanel\Phone]
"KeypadStateOnLaunch"=dword:00000000

;Obex OFF
[HKEY_LOCAL_MACHINE\Software\Microsoft\Obex]
"IsEnabled"=dword:00000000

Let us know which ones didn't work, and we'll try again. :)


Awesome! Here are my results:

RejectEnable - WORKS! (Set to 0 to disable reject call with SMS)
KeypadMode/KeypadStateOnLaunch - Not Working for me (tried 0, 1, 2)
Obex IsEnabled - Not Working for me (doesn't seem to toggle the setting)

One more down, two to go. Disabling SMS on reject was probably the most important one too -- I sometimes forget it after a flash, and I don't want to send my clients a text every time I reject their calls -- then they know I am there (doh!). Thank you so much for your help!

rstoyguy 07-24-2009 10:50 PM

Re: Looking for a few registry keys...
 
Quote:

Originally Posted by askwhy (Post 1053943)
Phone Keypad Sounds OFF (Start>Settings>Personal>Phone>Keypad:Off)

DTMF tones? :)

HKCU\ControlPanel\Sounds\Keypress
"BeepMode"=0
;0=off
;2=short
;3=long

Made me look ha! I had to grab my kitchen for that one...If no one has found obex by the morning I'll find it. Anyone else?

rstoyguy 07-24-2009 11:03 PM

Re: Looking for a few registry keys...
 
For Incoming Beams, try

HKLM\Software\Microsoft\OBEX
obexservicemask = 3 ; checked
obexservicemask = 2 ; unchecked

:twisted: :twisted: :twisted: RSTG services, please click the donate button at the top right of your screen and support my playground. :)

askwhy 07-24-2009 11:25 PM

Re: Looking for a few registry keys...
 
Quote:

Originally Posted by rstoyguy (Post 1058525)
DTMF tones? :)

HKCU\ControlPanel\Sounds\Keypress
"BeepMode"=0
;0=off
;2=short
;3=long

Made me look ha! I had to grab my kitchen for that one...If no one has found obex by the morning I'll find it. Anyone else?


Oh yeah! I can confirm this WORKS.


Quote:

For Incoming Beams, try

HKLM\Software\Microsoft\OBEX
obexservicemask = 3 ; checked
obexservicemask = 2 ; unchecked

:twisted: :twisted: :twisted: RSTG services, please click the donate button at the top right of your screen and support my playground. :smile:
...and he scores again! I can confirm this also WORKS (at least it changes the checkbox state, which will satisfy my OCD nicely -- dunno if it actually affects any unsolicited incoming Bluetooth requests but I just wanted the setting off anyways, ha!)

The PPCGeeks community has been indispensable once again. So, following your suggestion, and since I have been meaning to anyways, I clicked that button up there too... *donated*

rstoyguy 07-24-2009 11:29 PM

Re: Looking for a few registry keys...
 
Quote:

Originally Posted by askwhy (Post 1058603)
Oh yeah! I can confirm this WORKS.


...and he scores again! I can confirm this also WORKS (at least it changes the checkbox state, which will satisfy my OCD nicely -- dunno if it actually affects any unsolicited incoming Bluetooth requests but I just wanted the setting off anyways, ha!)

Having that OCD comes in handy sometimes... :twisted:


Quote:

Originally Posted by askwhy (Post 1058603)
The PPCGeeks community has been indisensable once again. So, following your suggestion, and since I have been meaning to anyways, I clicked that button up there too... *donated*

Thank you for supporting *OUR* community/playground/hangout. Everyone here appreciates ya!!! :headbang:


All times are GMT -4. The time now is 12:10 PM.

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


Content Relevant URLs by vBSEO 3.6.0