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

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-11-2008, 09:29 AM
CareTake12's Avatar
Halfway to VIP Status
Offline
Pocket PC: Pro
Carrier: Sprint
 
Join Date: Jan 2008
Posts: 615
Reputation: 195
CareTake12 is keeping up the good workCareTake12 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Repeat Alert/Config CUBE

Hello, ppcgeekoooos!

I was wondering if someone can help me find the registry hack for the the "grayed out repeat square"in the sound and notification tab. For example, when i receive my text message i want it to alert me more than once. I know i seen it somewhere but i can't find it.

Another thing, is there a tutorial on using the cube configuration tool, i have no clue using it. What can you use to convert the file to brn. If someone could help me it will be greatly appreciate it. thanks in advance.
  #2 (permalink)  
Old 01-11-2008, 02:46 PM
CareTake12's Avatar
Halfway to VIP Status
Offline
Pocket PC: Pro
Carrier: Sprint
Threadstarter
 
Join Date: Jan 2008
Posts: 615
Reputation: 195
CareTake12 is keeping up the good workCareTake12 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Found the brn converter........ and

Found the hack.......

No need for treo alert, phone suite bs, here you go yall...

Repeat notifications for text and email messages D 5S~Nd7
Under HKCU/ControlPanel/Notifications find the following keys for Email and Text messages:
find Key 15F11F90xxxx for reminders.
Copy the Options value from the Reminders key and overwrite the options value in both email and text message keys with this value (1073741853)
to the
key A877d65Axxxxxxx
key A877d65Bxxxxxxx

Once you do this, go to start - settings - sounds and notifications - notifications.
UNder events, select new email message OR new text message and you'll notice that th repeat option that was greyed out is now enabled and can be selected. __________________
  #3 (permalink)  
Old 01-11-2008, 03:05 PM
abward's Avatar
Lurker
Offline
 
Join Date: Dec 2007
Posts: 24
Reputation: 10
abward is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
That hack don't work. At least when I tried it a week or so ago, it worked, but kept on going and would not quit.

Edit: I take that back, since the key I used was \HKCU\ControlPanel\Notifications\{A877D660-239C-47a7-9304-0D347F580408}. So, maybe this one works ok.

Last edited by abward; 01-11-2008 at 03:12 PM.
  #4 (permalink)  
Old 01-12-2008, 04:08 AM
CareTake12's Avatar
Halfway to VIP Status
Offline
Pocket PC: Pro
Carrier: Sprint
Threadstarter
 
Join Date: Jan 2008
Posts: 615
Reputation: 195
CareTake12 is keeping up the good workCareTake12 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
it doesn't work.......... it keep on going and going......
  #5 (permalink)  
Old 01-12-2008, 12:27 PM
abward's Avatar
Lurker
Offline
 
Join Date: Dec 2007
Posts: 24
Reputation: 10
abward is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Here is my MortScript that does work. It is 2 files, and is based on the TREO ALERT script, just pared down a bit.

Code:
################################################## ##
#ALERT.mscr-Gives alert for all to enjoy when messages pending.
#
# check dependencies
If ( NOT FileExists( "\Program Files\MortScript\REMINDER\wav.mscr" ) )
  Message ( "Installation of wav.mscr is required! Exiting...", "ALERT script" )
  Exit
Else
  Message ( "Starting ALERT ...", "ALERT script" )
EndIf

# initialize variables
Notify = FALSE
Volume = FALSE

# start notification check loop
While ( 1 )

  # Check the registry for any notifications
  Notify = RegValueExists( "HKLM", "System\State\Shell\Notifications\Active", "CLSID" )

  # Check the ringer switch on/off
  # Volume = 0, means on Vibrate or Mute
  Volume = RegRead ("HKCU", "ControlPanel\Volume\","Volume" )

  # If notification is pending, then play a wav file
  If ( Notify )

    If ( Volume )
      #play whatever wav file you want
      CallScript("\Program Files\MortScript\REMINDER\wav.mscr")
    Else
      Vibrate ( 500 )
    EndIf

  EndIf

  # wait 120 seconds
  Sleep(120000)

EndWhile

################################################## ##
#wav.mscr-Makes noise.  i is number of times to play the wav
i = 1 
if (i > 0)
  PlaySound "\Program Files\MortScript\REMINDER\TPBTVLOW.WAV"
  sleep 1000
  i = i - 1
endIf

Last edited by abward; 01-12-2008 at 12:29 PM.
  #6 (permalink)  
Old 01-12-2008, 06:31 PM
CareTake12's Avatar
Halfway to VIP Status
Offline
Pocket PC: Pro
Carrier: Sprint
Threadstarter
 
Join Date: Jan 2008
Posts: 615
Reputation: 195
CareTake12 is keeping up the good workCareTake12 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Thanks for your script but, im just going use phone alarm works like a charm...
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue


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 10:22 PM.


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