Message Sent Dialog Box Dissapeared - MDA III, XDA III, PDA2k, 9090 General

I've tried searching the board with no look, I'm sure I've seen an option for this on the phone somewhere before, but like hell can I find it now!
Basically I installed an app called phone alarm, didn't like it, so uninstalled, but it kindly disabled all my sms tones and pop ups.
I've re-enabled them in the tones and notifications, but when I sent a text message, I no longer get the useful "message sent" pop up box.
Does anyone have any ideas how to turn it back on?
Thanks, Hollinshead.

its ok, I've found it on wiki
Disable SMS Sent Notification
[HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settings]
"SMSNoSentMsg"= dword:00000001 ->0 if Enable

I have the same probem. I used Resco Registry and went to HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settings
but I can only see SMSNoSentMsg and the value "0". Where can I find that "dword:00000001" ?
Anyway I tapped on "Edit" and changed it to 0. I still dont get Message Sent notification.
Then I configured Phone Alarm (ADV tab) and found out that SMS Send Notification is Off.....I changed it to On and there it is, I now have the SMS Sent notification again!
strange thing is, when I checked again the Registry HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settings, I found out that I can only see the string (Default) ..... no more SMSNoSentMsg ->0
I now have the SMS Sent notification....but what happened to the registry? Will uninstalling Phone Alarm bring back the string SMSNoSentMsg ?

The behaviour you are seeing is correct! The SMSNoSentMsg key stops the Message Sent bubble if it exists with ANY value. In order to get Ack's again this key needs to be DELETED!

@Bebbo, you mean the registry tweak on Wiki is wrong? Its not dependent on the value 1(disable) or 0 (enable) ?
thanks...

Yep thats right.
Had the same problem from the same app.
I just did this and it works now.
Much better.

dinoalbert said:
@Bebbo, you mean the registry tweak on Wiki is wrong? Its not dependent on the value 1(disable) or 0 (enable) ?
thanks...
Click to expand...
Click to collapse
I had exactly the same problem, and I was able to get the "message sent" bubble back by deleting the key. Changing it to 1 or 0 didn't work on my XDA too.
Many thanks!

Related

Message sent notification

is it possible to retain the message sent notification but have it go away on its own without having to press the "done" softkey? im running the latest T-mobile wm6 rom.
Actually the old message sent reg hack that killed the notification under WM5 doesn't appear to work at all anymore. I would imagine we need to find that workaround first.
I have to deal with this stupid notification AND the one from my provider telling me how much it cost to send the message and the remaining balance. I wish I could strangle them both.
monakh said:
Actually the old message sent reg hack that killed the notification under WM5 doesn't appear to work at all anymore. I would imagine we need to find that workaround first.
I have to deal with this stupid notification AND the one from my provider telling me how much it cost to send the message and the remaining balance. I wish I could strangle them both.
Click to expand...
Click to collapse
i was actually able to remove the notification by following a procedure posted somewhere but i still prefer seeing if my message was actually sent.im just annoyed by the fact that the window doesnt go away by itself like the way it does on my hermes and if i forget to press done,my incoming messages cant get through.
The message sent notification should go away on its own, prior to me editing my registry it would just go away by itself.
DotStig said:
The message sent notification should go away on its own, prior to me editing my registry it would just go away by itself.
Click to expand...
Click to collapse
hmm...this makes me wonder why mine doesnt.i assumed it was because of the new rom.maybe i should do a hard reset but ive gotten my dash to where i want it excepr for that one persistent problem.Dotsig,would it be possible for you to make a screen shot of what you have in your HKLM\SOFTWARE\MICROSOFT\INBOX\SETTINGS.
THANKS A HEAP!
Make the following adjustments to get rid of the "SMS Message Sent" popup that appears after sending a text!
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox
Click on Inbox (make sure the Inbox is highlighted) and select Edit, New Key
Name the New Key as "Settings"
Click on "Settings" (make sure the Settings is highlighted) and select Edit, New String Value
On "Value name:", key in SMSNoSentMsg and in "Value data", key in 1
Soft reset your device and test it with one SMS, and you will notice that the SMS Sent bubble is being disabled.
Enjoy!
i don't have the screen shot utility loaded but in there i have a string, smsnosntmsg, the value data is 1. Now this is with the regedit to have the screen not pop up, prior to this i didn't have the settings folder.
serialtoon said:
Make the following adjustments to get rid of the "SMS Message Sent" popup that appears after sending a text!
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox
Click on Inbox (make sure the Inbox is highlighted) and select Edit, New Key
Name the New Key as "Settings"
Click on "Settings" (make sure the Settings is highlighted) and select Edit, New String Value
On "Value name:", key in SMSNoSentMsg and in "Value data", key in 1
Soft reset your device and test it with one SMS, and you will notice that the SMS Sent bubble is being disabled.
Enjoy!
Click to expand...
Click to collapse
Please read above. This hack is only valid for WM5 and does not work for WM6. Sheesh.
serialtoon said:
Make the following adjustments to get rid of the "SMS Message Sent" popup that appears after sending a text!
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox
Click on Inbox (make sure the Inbox is highlighted) and select Edit, New Key
Name the New Key as "Settings"
Click on "Settings" (make sure the Settings is highlighted) and select Edit, New String Value
On "Value name:", key in SMSNoSentMsg and in "Value data", key in 1
Soft reset your device and test it with one SMS, and you will notice that the SMS Sent bubble is being disabled.
Enjoy!
Click to expand...
Click to collapse
i already did this and it apparently works for wm6 but what i really want is for the notification to go away on its own and not dissappear completely.for now i have it disabled coz as i have already said,its so annoying that the window doesnt go away on its own and when i forget to press the done softkey i couldnt receive any messages.

Disable notification when sending Text message

Hello,
after upgrading to WM 6 the annoying notification when I sent a text message is back again I know that I have send a text message so I do not need WM6 to tell me I did....
In WM5 it was possible to turn this off by adding a registry entry. In WM6 the registry looks completely different compared to the same registry entry in WM5.
Can somebody help me how to turn this notification off?
you simply add the required key and value to the WM6 registry as you did in WM5
Code:
HKLM/Software/Microsoft/Inbox/Settings/
SMSNoSentMsg = 1 (DWORD decimal)
you have to create a new key "Settings" and the DWORD value "SmsNoSentMsg". set the value to 0 if you want to have the notifications back.
just one thing: you actually dont know that you sent a text message. if your connection is not good enough to send the message now windows mobile will not automatically attempt to send it again. the notification you get is the to show that it's actually sent and not only in your outbox.
soardiac said:
you simply add the required key and value to the WM6 registry as you did in WM5
Code:
HKLM/Software/Microsoft/Inbox/Settings/
SmsNoSentMsg = 1 (DWORD decimal)
you have to create a new key "Settings" and the DWORD value "SmsNoSentMsg". set the value to 0 if you want to have the notifications back.
just one thing: you actually dont know that you sent a text message. if your connection is not good enough to send the message _now_ windows mobile will not automatically attempt to send it again. the notification you get is the to show that it's actually sent and not only in your outbox.
Click to expand...
Click to collapse
Thanks for your quick answer.
Thanks too, for the help
I'm trying this "tip", and hope it will work
Can anyone confirm that this works
i tried this and it hasn't worked.
On my previous rom, there was a peice of software that had alot of options you can disable like video calling and one option was the "no sms sent confirmation". In the about tab, it had a picture of bill gate$... Anyone have this?
alternatively use sktools in trial version!
goto "tune up" / "phone edition"
there u can alter sms delivery, message sent etc.
Woody_XDA said:
Can anyone confirm that this works
Click to expand...
Click to collapse
it works fine for me with B&B4. however, i made a mistake in my previous post (corrected now):
i wrote "SmsNoSentMsg" but it should be "SMSNoSentMsg" with "SMS" all in caps. so the correct key/value is this:
Code:
HKLM/Software/Microsoft/Inbox/Settings/
SMSNoSentMsg = 1 (DWORD decimal)
sorry for the confusion.
(to be honest, i dont know if the registry values are case sensitive. this is what works for me and also several friends of mine.)
Registry values ARE case sensitive. It is correct now and working.
OK i got it to work. for some reason, my registry would always revert after a soft reset. I just reloaded the rom, loaded the reg. key. Problem solved.
it still doesn't work for me, even after a soft reset to reload the registry.
Works fine for me, even without CAPS for SMS. If I have the oppurtunity I will post my reg-key
Woody_XDA said:
Can anyone confirm that this works
Click to expand...
Click to collapse
Works fine here on standard O2 WM6 ROM version
der_roedie said:
Works fine for me, even without CAPS for SMS. If I have the oppurtunity I will post my reg-key
Click to expand...
Click to collapse
As promised
der_roedie said:
As promised
Click to expand...
Click to collapse
`
Does this work on a WM5 device? And if yes, how do i get this in my registry?
Yes, also works on WM5, you need a program like Total Commander or some other kind of registry editor to enter you registry and make the changes.

SMS Sent Alert tone change?

I Cant find this anywhere and wondered if its possible to change the sound/alert that is heard when an SMS (not MMS) has been sent.
I'm sure I managed it before but nothing appears under 'sounds and notifications' and I cant remember how I did it before if I did at all!
At present i see a pop up box saying 'Message Sent' and hear an alert tone that I'm not keen on, its certainly not what it was before a recent o2 rom upgrade. Currently its the same sound as the sound heard when youre SMS cannot be sent (because of no signal) whereas before these two sounds were most definately different to one another.
Ive taken a look here which is a starting point
http://www.4winmobile.com/forums/htc...eep-popup.html
this information is not quite what i need because....
There is still no differentiation between the alert sound of an SMS that was sent successfully or one that has failed, since the alert sound falls under one category of "Default" notification accross the phone.
It's kind of half of the info I need, if you like.
I have no idea how this was different on my previous 02 ROM but if it helps to explain a little more then the "Default" pop up alerts were "Alarm2" (IE: message not sent & all other notifications/alerts) & the SMS Sent successfully alert/pop up was "Alarm1".
Im guessing this would need an additional registry key adding in the notifications part of HKCU, but I wouldnt know where to start
Terribly sorry think I found my answer here, yet to test
http://forum.xda-developers.com/showpost.php?p=1449729&postcount=2
EDIT-----
NO that wasnt right, still searching......................
Did anyone ever find a solution to this?
I'm looking to delete the annoying SMS sent tone but just keep the 'Message sent' speech bubble - is this possible?
"same problem" here ...
edit: done, i've managed to put a mp3 sound ^_^
Please share how you resolved issue?
sorry ... i didn't concentrate when i read the topic .. i didn't know how to change the sms ringtone .. sorry
Resolved
Found out how - you need to edit registry and replace the target .wav file with whatever one you want to use (must be stored as a .wav file in windows directory).
Navigate to HKEY_Current_User > Control Panel > Notifications > Default and then change Wave string to point to your new .wav file.
I recorded a 0.25 second blank .wav file & put it in windows folder so no annoying sound now, just the speech bubble notification & the envelope icon pops up which is fine.

"Sent Message" Wont Go Away

Ok so I added the registry key
HKLM/Software/Microsoft/Inbox/Settngs/
SMSNoSentMsg = 1
BUT
Everytime I send a text message I still get a "Sent Message" popup. WTF? How do I get rid of this? Its annoying as ****!!!
ARGH so frustrating. Can anyone help me?
I've never manually put in the key to turn it off, but I'm sure you can try D/L'ing Schaps Advanced Config or HDTweak and that has an option to disable it too.
Jason
JukEboXAuDiO said:
Ok so I added the registry key
HKLM/Software/Microsoft/Inbox/Settngs/
SMSNoSentMsg = 1
BUT
Everytime I send a text message I still get a "Sent Message" popup. WTF? How do I get rid of this? Its annoying as ****!!!
ARGH so frustrating. Can anyone help me?
Click to expand...
Click to collapse
On verizon, here is the reg key. Works.
This setting worked for my Verizon HTC Touch Pro 2
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Inbox/Settings/SMSNoSentMsg = 2
hope this helps

Notification SMS vs. e-mail

Hi,
Ideally, I would like to get just an icon notification with e-mail, but a vibrate+sound+icon when I get SMS.
I went to the registry: HKEY_CURRENT_USER\ControlPanel\Notifications
And under there I find two entries that seem to be relevant:
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65A-239C-47a7-9304-0D347F580408} (which describes itself as "Messaging: New e-mail message")
and
HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D65B-239C-47a7-9304-0D347F580408} (which describes itself as "Message: New message")
I didn't find any that explictly called itself "New SMS".
So, if I set the first one's "Options key" to only show an icon and the second to noise/vibrate/etc, it seems that both SMS and e-mail use the first and ignore the second.
Is there any way around this?
Thanks,
Michi
editing the notification registry is a bit different. The number value tells it whether to ring, vibrate, vib+ring, etc.
Whats wrong with going to start-settings-sounds & notifications and editing them there?
I did go there.... same story, I can't seem to differentiate between emails and SMS they seem to use the same setting. So I thought maybe there was a way to get there via the registry.
Michi
MichiK said:
I did go there.... same story, I can't seem to differentiate between emails and SMS they seem to use the same setting. So I thought maybe there was a way to get there via the registry.
Michi
Click to expand...
Click to collapse
If you go into the settings>sounds&notification>notifications, then hit the drop down box for New Email Message and uncheck the box for play sound and uncheck the vibrate box as well and it will only show you the notification when the email comes in. Then you have seperate options for the new SMS as well.

Categories

Resources