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 Titan
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-08-2008, 06:54 PM
djg08642's Avatar
Lurker
Offline
 
Join Date: Mar 2007
Posts: 18
Reputation: 0
djg08642 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
SMS and E-mails wake phone

Sorry to start a new thread for this but I did search pdaphonehome, xda, and here and didn't find anything specific.

I had a Samsung i760 prior to having this phone and it didn't wake up when I received text messages or e-mails which I liked in case I couldn't answer the phone right away and my pocket would end up replying/calling people.

Anyway, is there a regtweak to prevent the phone from powering on for notifications other than phone calls?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 02-08-2008, 10:21 PM
Raithan's Avatar
N00b
Offline
Pocket PC: 6800 Mogul
 
Join Date: Feb 2008
Posts: 40
Reputation: 0
Raithan is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Yes there is.. check out this thread.. It's about halfway down.

http://forum.ppcgeeks.com/showthread.php?t=5108


**EDIT**

Here is the part I was talking about, pasted.. but still check out that thread for other useful tweaks


18-Change ringtone/vibrate/LED flash characteristics

If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':

HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)

For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':

HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)

The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.

a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.

NOTE: I tried this on my 6800 and changed the v0 to v1 and now it doesn't have just one long vibrate. v0 sets it to vibrate always.
Reply With Quote
  #3 (permalink)  
Old 02-09-2008, 12:08 AM
djg08642's Avatar
Lurker
Offline
Threadstarter
 
Join Date: Mar 2007
Posts: 18
Reputation: 0
djg08642 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Yeah, I found that thread but I wasn't sure how to set those values to the text message ringtone. In the registry under the RingTone0 key, it shows which file it's for but there is no key for the text message noise. Just the ringtone that is my Incoming Call ringer.

Ideas?
Reply With Quote
  #4 (permalink)  
Old 02-09-2008, 01:52 PM
Raithan's Avatar
N00b
Offline
Pocket PC: 6800 Mogul
 
Join Date: Feb 2008
Posts: 40
Reputation: 0
Raithan is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Try going the normal route of changing your text message alert and compare the before and after results of that registry area. I'm assuming that if you change "RingTone0" to "RingTone1" or "RingTone4" or something like that you'll have the text message alerts.

Other than that, i'm not really sure.. perhaps someone else can chime in?
Reply With Quote
  #5 (permalink)  
Old 02-10-2008, 04:57 PM
djg08642's Avatar
Lurker
Offline
Threadstarter
 
Join Date: Mar 2007
Posts: 18
Reputation: 0
djg08642 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Here's what I've found...

The text message options in the registry are under HKCU/ControlPanel/Notifications/ Some random mixture of letters and numbers. Keep scrolling through until the "Default" key says "Messaging: New text message"

In that key, there are values, Default, Duration, Options, and Wave.

Default: The message displayed
Duration: Not sure on this one
Options: Some number which represents the checkboxes in your Notification settings
Wave: The sound you have selected to play when a new SMS arrives.

Now, does anyone know what Hex number to put in options to allow Vibrate, Continuous flashing light, Sound but no power-on?
Reply With Quote
  #6 (permalink)  
Old 02-10-2008, 09:19 PM
Raithan's Avatar
N00b
Offline
Pocket PC: 6800 Mogul
 
Join Date: Feb 2008
Posts: 40
Reputation: 0
Raithan is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
My suggestion; not sure if it will work but you can give it a shot..

In your "HKCU\ControlPanel\Notifications\Random Numbers\" (the entry for your "Messaging: New text message")

Add a new string value named "Script" (no quotes, obviously)

And give it value of "v0pf0" According to the code above, that should make it vibrate continuously, play the ringtone, then flash LED indefinitely...

Like I said, dunno if that'd work. I'm still trying to iron some stuff out on my PPC or I'd try it.. just at a point right now I don't wanna have to flash to fix something I broke
Lemme know!


***EDIT***

I'm now doubting this for one reason:

The key for new email messages doesn't have a script key, and it by default does what you want, sound, vibrate, LED, but no screen activation.. HMMM..

Last edited by Raithan; 02-10-2008 at 09:22 PM.
Reply With Quote
  #7 (permalink)  
Old 02-10-2008, 10:55 PM
bakntyme's Avatar
Regular 'Geeker
Offline
Pocket PC: PPC-6800 (Sprint Mogul)
Carrier: Sprint
 
Join Date: Sep 2007
Posts: 427
Reputation: 151
bakntyme is keeping up the good workbakntyme is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Why not use the stock Device Lock?

Go to Start>Settings>Today>Items and make sure Device Lock is checked; then click "Device Unlocked" on the Today screen, which locks input, before putting the phone away. You will have to click "Unlock" in two places to re-enable the buttons and screen; however, the green phone button will still work to answer incoming calls while locked.
Reply With Quote
  #8 (permalink)  
Old 02-10-2008, 11:52 PM
djg08642's Avatar
Lurker
Offline
Threadstarter
 
Join Date: Mar 2007
Posts: 18
Reputation: 0
djg08642 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by bakntyme View Post
Why not use the stock Device Lock?

Go to Start>Settings>Today>Items and make sure Device Lock is checked; then click "Device Unlocked" on the Today screen, which locks input, before putting the phone away. You will have to click "Unlock" in two places to re-enable the buttons and screen; however, the green phone button will still work to answer incoming calls while locked.
Because that'd be kind of like taking a few steps backward. I don't want to have to press any buttons to use my phone. I just don't want it to turn on when I get messages period.
Reply With Quote
  #9 (permalink)  
Old 02-10-2008, 11:57 PM
djg08642's Avatar
Lurker
Offline
Threadstarter
 
Join Date: Mar 2007
Posts: 18
Reputation: 0
djg08642 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by Raithan View Post
My suggestion; not sure if it will work but you can give it a shot..

In your "HKCU\ControlPanel\Notifications\Random Numbers\" (the entry for your "Messaging: New text message")

Add a new string value named "Script" (no quotes, obviously)

And give it value of "v0pf0" According to the code above, that should make it vibrate continuously, play the ringtone, then flash LED indefinitely...

Like I said, dunno if that'd work. I'm still trying to iron some stuff out on my PPC or I'd try it.. just at a point right now I don't wanna have to flash to fix something I broke
Lemme know!


***EDIT***

I'm now doubting this for one reason:

The key for new email messages doesn't have a script key, and it by default does what you want, sound, vibrate, LED, but no screen activation.. HMMM..
Nope, didn't work
Reply With Quote
  #10 (permalink)  
Old 02-11-2008, 01:19 AM
Raithan's Avatar
N00b
Offline
Pocket PC: 6800 Mogul
 
Join Date: Feb 2008
Posts: 40
Reputation: 0
Raithan is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by djg08642 View Post
Nope, didn't work
I'm at a complete loss, then.. I looked all through the registry and couldn't find anything. So I don't have a clue.. but like I said, when I get a new email it does exactly like you want, so if could somehow find those registry settings you could pry mimic it.. I just can't find it. Sorry man, I tried..
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan


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 11:34 PM.


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