Unread SMS - but no SMS!! - Tilt, TyTN II, MDA Vario III General

I've used fixunreadcount.cab, tried turning off threaded messages and deleting from there, but nothing works! It says I have 1 unread SMS, when NOTHING IS IN ANY OF THEM. I am NOT going to hard reset, i put too much into this phone

might it be an MMS waiting to be downloaded?

Hey,
if you have a registry editor on your device, please check the following registry key:
[HKEY_CURRENT_USER\System\State\Messages\sms\Unread]
You should find under it the following entry: "Count"
Try to set its value to dword:00000000 - afterwards exit the reg editor, open shortly another program to give the device time to correctly store the value, then soft reset your device.

Junner2003 said:
Hey,
if you have a registry editor on your device, please check the following registry key:
[HKEY_CURRENT_USER\System\State\Messages\sms\Unread]
You should find under it the following entry: "Count"
Try to set its value to dword:00000000 - afterwards exit the reg editor, open shortly another program to give the device time to correctly store the value, then soft reset your device.
Click to expand...
Click to collapse
I randomly have to fix this myself.. Sometimes I'll get a text message and it'll beep multiple times, as if I have multiple SMS, but when I read 'em I only find one, but the unread count is 2, so once I read it, it's still 1. Then I have to go in and edit that registry key.
Very annoying. I wonder if anyone has made a simple program that 0's out all of those unread keys to make 'fixing' this simple?

It is just not worth the effort to write a tiny little program for it.
Simply export your REGISTRY KEY once it is set to "0", then import it whenever it is needed ...

maybe U guys can look here...
was having the same problem...
http://forum.xda-developers.com/showthread.php?p=2957584#post2957584
nid to disable the Threaded SMS as there was a "hidden" sms.
try SMS Tweaker 1.5

Roflcopterrr said:
I've used fixunreadcount.cab, tried turning off threaded messages and deleting from there, but nothing works! It says I have 1 unread SMS, when NOTHING IS IN ANY OF THEM. I am NOT going to hard reset, i put too much into this phone
Click to expand...
Click to collapse
Friendly Warning: My friend you have now opened two threads in as much as a day that covers topics already discussed. Please make sure your search before your post a question. Forum Rule number 1 is "Make sure it hasn't been asked before."

Related

Removing SMS Sent Notification

I tried finding the registry entry that was used in the Hermes WIKI on here but the folder to change the entry didn't exist! What should I do to remove the "SMS Sent" message! No point in seeing its sent if I'm going to get a message saying if it didn't send.
I just used tweaks 2k2 to do it (free trial for 3 uses, but that was really the main reason i put it on)
I couldn't find the reg entry either
[HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settings] "SMSNoSentMsg"= dword:00000001 ->1 to disable
That keys not there. I even created the key in there but it didn't do any good, I still get the SMS message sent notification.
xeno1 said:
That keys not there. I even created the key in there but it didn't do any good, I still get the SMS message sent notification.
Click to expand...
Click to collapse
Then you did not create the key correctly.
Make sure you Create Settings in your Inbox folder. Inbox is there for sure.
Then in Settings create a DWORD, and set value to 1.
Tweaks 2k2 worked
and HTweakC_2.1b do this change to registry and lot of others.and is free !
you get an error message in kaiser when you open the programme but changing the settings, all the hacks that the programme change,stick there as good as in hermes

How can i disable Sms sent Notification ?

Hello :
Im trying the Tytn tweek and its not working on TYTN2.
Can you help ?
Thnks
try this i think it is what i used. if not i know there is a reg edit out the re that works cause i got rid of it on mine. it did take me a while cause i kept putting in the wring info. also soft reset for it to work.
Disable SMS Sent Notification
[HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settings]
"SMSNoSentMsg"=dword:00000001 ->0 to enable, 1 to disable.
full instructions:
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.
Thnks . It worked.
Half the time people say the answer for this lies in the HKEY_CURRENT_USER folder. The other half say it is the HKEY_LOCAL_MACHINE folder. Right now I put the fix into both, and the result is that sometimes I get no notifications for sent messages, but unfortunately I also get no notifications for some things that I DO want notifications for, such as new SMSes being received.
Anyone else suffering from this?
You call install Tweak2k2.NET.These is a selection there to remove the SMS Sent Notification with no problems.I have tested it.

Stop the Vibrating! (Sent SMS notification x 3)

Ok mabey I'm thick.. but I'm trying to figure out if there is a way, so that when I receive text messages.. the phone vibrates but when the message is sent it does nothing...
when I am in the vibrate profile, and I go into the alerts section of settings of sounds.. I can find options for sent MMS message.. but nothing for changing alerts on sent text messages (SMS).
Is it possible to be alerted of incoming txt's and not have it vibrate three times every time I respond to someone?
http://forum.xda-developers.com/showthread.php?t=333898
SMS Sent notification.
Later, Lew
P.S. Search.
lewcamino said:
http://forum.xda-developers.com/showthread.php?t=333898
SMS Sent notification.
Later, Lew
P.S. Search.
Click to expand...
Click to collapse
Thanks! but is there any way in finding that one registry key to prevent installing more apps..
I love editing the registry and saving space.
If you open up the xml you'll be able to find it.
Here's the part in the xml that refers to the sms sent notification:
<tweak>
<title>Sent Notification</title>
<value default="default" disabled="disabled" value="0">Enabled</value>
<value value="1" advised="advised">Disabled</value>
<key mode="both" match="exists" action="delete" when="disabled">HKLM\Software\Microsoft\Inbox\Settings\SMSNoSentMsg</key>
<key when="enabled">HKLM\Software\Microsoft\Inbox\Settings\SMSNoSentMsg</key>
<description>Enable or disable the 'Text Message Sent' notification after sending an SMS or MMS.</description>
</tweak>
So...
Change "HKLM\Software\Microsoft\Inbox\Settings\SMSNoSentMsg" to 1
Regards,
Nika.
If you dont have that key, just create it
Noob here not to mention that this is an old post but I need to know. So I created a new folder for Settings since I didn't show it however when I create SMSNoSentMsg how is it supposed to be a DWORD, String, Multi string or Binary? Another question is did I spell it correctly SMSNoSentMsg
cerebrosvictim said:
Noob here not to mention that this is an old post but I need to know. So I created a new folder for Settings since I didn't show it however when I create SMSNoSentMsg how is it supposed to be a DWORD, String, Multi string or Binary? Another question is did I spell it correctly SMSNoSentMsg
Click to expand...
Click to collapse
Hi cerebrosvictim,
If you don't have the setting folder I doubt it will work. What phone do you have? Maybe try to download KaiserTweak and use it? Or get AdvancedConfig (from Schaps). Both tools have the SMSNoSentMsg tweak in it and you should be able to use the interface easier than a registry editor
Regards,
Nika.

Hard reset then restore?

I have an annoying new sms alert that wont go away.
Ive discussed it here before and the problem didnt go away. I did enter the registry and manually zeroed the unread counter but it still shows a new sms everytime i receive a new sms.
So ive decided to hard-reset. So that I have a fresh new device.
Now my question is, can I restore my contacts-sms-mms and appointments using PIM backup from dotfred.net?
Meaning I will back up now, hard reset then restore. Does it defeat the purpose of hard resetting?
Also, I have several SPB apps like diary - mobile shell and so on. They all have backup settings options which I use. After ive hard resetted, can I re-install these apps and then restore to previous settings or will this also defeat the purpose of a hard reset?
Thanks guys!
A hard reset will more than likely not fix this. What you are having is a network issue, not a hardware one. What's the message you keep on getting?
For some reason, I dont think its a network issue.
I receive no message.
This is how it is. Ill soft reset, and upon start up it will say I have a new sms, but no new sms exists (thoroughly searched all inbox folders).
So ill go to the following directory in the registry:
HKEY_Current_User\System\State\Messages\SMS\Unread and then set the count value to 0.
For some reason, I have 2 items under Unread.
Count 1 (0x000001)
Text SMS \ MMS (1)
After I set it to 0, the bottom string still shows SMS \ MMS (1)
In the past, ive deleted the Text SMS \ MMS (1) string and restarted, but it keeps coming back.
Lets assume it is, what do I need to do to clear it?

Change 'Delete' to 'New' in messaging

Hi, is there any way to change the left soft key in the messaging app from 'Delete' to 'New', like in WM5? I keep deleting messages by mistake.
Many thanks.
matheprat said:
Hi, is there any way to change the left soft key in the messaging app from 'Delete' to 'New', like in WM5? I keep deleting messages by mistake.
Many thanks.
Click to expand...
Click to collapse
Go to Tools / Options / Message and tick in "Warn when deleting messages in the message list".
Also, make sure you rea all my articles - I think I've also mentioned this in the Mailer Bible.
Thanks for the reply.
However, your solution doesn't remap the soft key. Maybe I wasn't clear. I want to change the soft key from 'Delete' to 'New', as in WM5.
Thanks.
matheprat said:
Thanks for the reply.
However, your solution doesn't remap the soft key. Maybe I wasn't clear. I want to change the soft key from 'Delete' to 'New', as in WM5.
Thanks.
Click to expand...
Click to collapse
I don't know of any hack to do the trick. (The switch was a deliberate and, IMHO, very nice change between WM5 and WM6. I really welcome it as I need to use deletion to get rid of spam than create new mail or SMS.)
BTW, if you do tick in the checkbox, you won't be able to delete anything by mistake as you'll be shown a Yes/No dialog every time you (accidentally) press the left softkey.
but i was very used to the old way. and i don't delete mails on my device, since they get lost after a while anyway, so it should have been an option instead of getting forced to.
Yeah, i'd also like to do this, i pretty much never delete things, and wouldn't mind having to go into a menu to do it, but obviously i create new messages all the time. I'd also like it to technically be a "new SMS" button, since i rarely send picture messages, but since SMS and MMS are combined in WM6, it would have to specify...
-Taylor
Also wanting this, but all i can find on google & xda-dev is the same answers, you can easily map a today softkey to create a new message/e-mail/pop e-mail or even give you a "new" drop-down list. But changing the one in messaging.....cant fine any answers
I've settled for this:
http://forum.xda-developers.com/showthread.php?t=356322
Just assigned my PTT button (short press) to start a new blank txt msg

Categories

Resources