PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Samsung Omnia (http://forum.ppcgeeks.com/forumdisplay.php?f=69)
-   -   Repeat SMS Text Notification Question (http://forum.ppcgeeks.com/showthread.php?t=52406)

Phantom27 01-08-2009 06:47 PM

Repeat SMS Text Notification Question
 
Ok, so I hate how I get a notification that I have a new text and then it never tells me again. That sucks!!!

I downloaded a program called: Missed Call Reminder (I found it on a forum, I'll try to find a link later).

The program works great actually, except it doesn't vibrate. There are 10 different settings and none of them work. I remember in a different program (Touch Response) I had to set the vibration ID # to 11. I'm wondering if maybe the ID needs to be 11 for Missed Call Reminder, except I can't make it 11!!

Anybody have any ideas? Anybody know a different way to get the phone to keep reminding me that I have a text message every couple of minutes or so?

I thought I had seen a reg edit that would ungrey "Repeat" in the WM Notification settings screen but I couldn't find it.

Help Please.

syrguy1969 01-09-2009 11:23 AM

Re: Repeat SMS Text Notification Question
 
Quote:

Originally Posted by Phantom27 (Post 627477)
Ok, so I hate how I get a notification that I have a new text and then it never tells me again. That sucks!!!

I downloaded a program called: Missed Call Reminder (I found it on a forum, I'll try to find a link later).

The program works great actually, except it doesn't vibrate. There are 10 different settings and none of them work. I remember in a different program (Touch Response) I had to set the vibration ID # to 11. I'm wondering if maybe the ID needs to be 11 for Missed Call Reminder, except I can't make it 11!!

Anybody have any ideas? Anybody know a different way to get the phone to keep reminding me that I have a text message every couple of minutes or so?

I thought I had seen a reg edit that would ungrey "Repeat" in the WM Notification settings screen but I couldn't find it.

Help Please.

There is a reg entry like what you wrote about, and I will find it again if you really want, but I tried it and not only didn't it work as we would think, but it really messed up a couple other things resulting in a hard reset!!!

11 is the setting you need for vibrate in that and other apps, I am not sure if you can get the author of yours (is that the one over at XDA?) to work on that for you, if it is the one I am thinking, you probably have a good shot!! I use OS Remind Me (for the life of me I can't remember who/where it was posted for me to try) it works GREAT, is small in memory, and easy to use. All you do is check if you want reminders for SMS, missed calls or both, pick a tone, duration and number of reminders. In activating the vibrate function, you need that '11' in the vibrate box, and then just hit 'Hide'.
http://freewareppc.com/communication/osremindme.shtml

Phantom27 01-09-2009 04:01 PM

Re: Repeat SMS Text Notification Question
 
Thank you. I'm going to give it a shot. I'm installing it now.

JAVIERBOND007 01-09-2009 04:17 PM

Re: Repeat SMS Text Notification Question
 
What version of that missed call reminder are you using?

Phantom27 01-10-2009 02:31 AM

Re: Repeat SMS Text Notification Question
 
Quote:

Originally Posted by JAVIERBOND69 (Post 629734)
What version of that missed call reminder are you using?

Version 1.2, which seems to be the latest version (at least that I can find).

Quote:

Originally Posted by syrguy1969 (Post 629058)
There is a reg entry like what you wrote about, and I will find it again if you really want, but I tried it and not only didn't it work as we would think, but it really messed up a couple other things resulting in a hard reset!!!

Ok, so I won't do that...

Quote:

Originally Posted by syrguy1969 (Post 629058)
I use OS Remind Me (for the life of me I can't remember who/where it was posted for me to try) it works GREAT, is small in memory, and easy to use. All you do is check if you want reminders for SMS, missed calls or both, pick a tone, duration and number of reminders. In activating the vibrate function, you need that '11' in the vibrate box, and then just hit 'Hide'.
http://freewareppc.com/communication/osremindme.shtml

I have this installed and it seems to be working fine so far. (after I changed the annoying default sound).

Now I have another problem. Now every time I send an SMS Text message I get the "Message Sent" notification. How do I get rid of that? I did a search and found a registry edit for this topic and found this reg edit:
Disable SMS Sent Notification: [HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settin gs] Set SMSNoSentMsg to 1

So... Using FdcSoft Task Manager v3.1 I used the reg edit tab and navigated to that location. There is no SMSNoSentMsg. I'm new to reg editing. So far I have only changed values, not added any. Could someone walk me through this? I'm not sure if I add a key, or what. (Why is it called a key?) Another question is what type of value do I add?

Help please.

Edit: I think I add a new value. The Value Name should be SMSNoSentMsg?? The next question is what the Value Type should be? I have a list of options, they are: REG_SZ, REG_DWORD, REG_BINARY, REG_MULTI_SZ, REG_EXPAND_SZ, REG_FULL_RESOURCE_DESCRIPTOR, REG_RESOURCE_LIST, REG_RESOURCE_REQUIREMENTS_LIST, REG_DWORD_BIG_ENDIAN, REG_LINK, REG_QWORD, REG_MUI_SZ. Then I'm guessing that the "data" should be "1". Is this right?

Phantom27 01-11-2009 05:39 PM

Re: Repeat SMS Text Notification Question
 
Quote:

HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settin gs] Set SMSNoSentMsg to 1

So... Using FdcSoft Task Manager v3.1 I used the reg edit tab and navigated to that location. There is no SMSNoSentMsg. I'm new to reg editing. So far I have only changed values, not added any. Could someone walk me through this? I'm not sure if I add a key, or what. (Why is it called a key?) Another question is what type of value do I add?

Help please.

Edit: I think I add a new value. The Value Name should be SMSNoSentMsg?? The next question is what the Value Type should be? I have a list of options, they are: REG_SZ, REG_DWORD, REG_BINARY, REG_MULTI_SZ, REG_EXPAND_SZ, REG_FULL_RESOURCE_DESCRIPTOR, REG_RESOURCE_LIST, REG_RESOURCE_REQUIREMENTS_LIST, REG_DWORD_BIG_ENDIAN, REG_LINK, REG_QWORD, REG_MUI_SZ. Then I'm guessing that the "data" should be "1". Is this right?
Anybody know how to do this?

Phantom27 01-22-2009 03:43 PM

Re: Repeat SMS Text Notification Question
 
I figured it out...

The value name is "SMSNoSentMsg" and the Data is "0". The value type is "REG_SZ".

It works.

**Thanks to SYRGUY1969 for his tips/tricks/hacks post**


All times are GMT -4. The time now is 10:50 AM.

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


Content Relevant URLs by vBSEO 3.6.0