My Siemens SX56 won't give me SMS Sent Message Confirmation even if I tick the box that requests for it.
How do I do it guys???
What you need to do is this...
Start writing a message, and then choose Edit > Edit My Text Messages. Next, choose one of the messages you won't use (I choose the last one for ease of use and the fact I'd never say "I love my Pocket PC!" to anyone) and edit it to show
*0#
exactly as typed. Asterisk number 0 and hash key / pound sign. Save it and then the next time you type a message, put this in the Subject field of your message. The bad news is that it takes up 3 chars in your 160 max per message, but the good news is that once the message is delivered or pending etc, you get a message telling you. The tickbox in the sms options doesn't seem to work whenever I've tried it (why is it there? - does this work on non o2 providers, out of interest?) but the *0# definitely does.
Hope this helps.
Anthony
the tick box option seems to work fine for me on orange, i know that trying to use delivery reports on nokias with o2 dosent work either! i think its just some o2 thing
Yeah now you say that I remember myself. It was a friend on o2 (who didn't have an XDA type phone) who told me about using the *0# in the first place.
Wonder why they can't set it up as all other networks seem to and it's a very useful feature when it works properly.
Anthony
hey thanks
just posting to thank you for providing this answer.
I've long wondered why ticking the checkbox did nothing but hadn't realised there was a way round it.
that's cool, xda-developers never lets you down
A little background:
The other day I was looking for a simple SMS auto-reply to function as an away message of sorts for when I'm busy and can't actively reply to texts. My search turned up two candidates, SMS Minder and Mobliza. SMS Minder was exactly what I was looking for, but unfortunately it simply did not work for me. It must've been something about my ROM, but it just ignored any texts that I received. I then paid the few bucks for Mobliza, which worked well, but it "blocked" the texts from my inbox, preventing me from viewing them later which I did not care for. I had been looking for an excuse to play around with Windows Mobile development, so I fired up Visual Studio and had a crack at it. Four hours later, here is the first release of what I got.
How to use it:
At the top of the window is a drop-down list of messages. Choose one or type in your own.
Press Start.
That's it. It'll send that message to anybody who texts you until you press Stop or exit the program.
Features:
Shows who it has replied to. Uses the contact picture if available so you can see at a glance. Useful if you're using this while driving and you are curious who texted you but you don't want to be distracted.
Unlike other programs of this nature, this one does not interfere with the text in anyway. It still goes to your normal inbox. It still gives the ringtone and vibrates like usual. This is by design.
Custom messages. Save your list of custom replies in the settings window, or simply type one into the main window quick if you're in a hurry.
Features coming later:
White/blacklists. Controls who does and doesn't get the replies.
Others? Let me know if there's anything you'd like to see in this.
This program requires the .NET Framework 3.5 to function.
Thanks for taking a look, hope someone finds this useful
Changelog:
5/31 7:40PM: Added support for saving custom messages; check the Settings menu for more. Also packaged in a cab so it can be installed and used like a proper program now.
5/30 8:30PM: Works better with QVGA devices now. I played around with the emulators, and it turns out that QVGA devices have a different DPI than VGA+ devices. So although the program ran fine on QVGA devices, it wouldn't show any actual messages it responded to, just said "and 1 more."
5/30 3:51PM: Initial release
I'm gonna try it tomorrow.
This sounds like Just the application I was looking for. Here in NY state, it is illegal to text while driving. IMHO, It is kind of dumb to text while driving, anywhere.
I have been looking for a way to send an automatic text to let people know that "I am driving now...will text later."
I am going to give this program a try tomorrow morning, and will keep you posted.
I'm also in NY state, one of the reasons I was looking for something like this
Looking forward to what you think about it.
Great. Will try it out and let you know. Thanks.
This looks really nice, as there are several times in class or when driving that I'd prefer to have an auto-reply rather than have to keep people waiting.
Couple of suggestions though:
Whitelist/Blacklist, as you said in the first post. Would help if there's certain people that you MUST be in contact with. Maybe even a extra vibrate when a message comes from a blacklist person?
Time-based activation, so that it auto-texts during class hours
Keep it up!
Maybe GPS-based activation when a user-defined speed is detected, so that it automatically starts replying to any texts when one gets in the car and start driving?
I just installed this app on my TP2 and had a friend send me a test text. It works really well. My only question is, will I have to start the application from the zip file every time I want to use Repli? There is no icon or shortcut placed in the start menu and it is not listed as a program when I search the program files in File Manager. It doesn't seem to use a lot memory so is it designed to stay open at all times. Thanks for you great effort.
Looks interesting, will test it out later..
Thanks for sharing
ken52787 said:
A little background:
The other day I was looking for a simple SMS auto-reply to function as an away message of sorts for when I'm busy and can't actively reply to texts. My search turned up two candidates, SMS Minder and Mobliza. SMS Minder was exactly what I was looking for, but unfortunately it simply did not work for me. It must've been something about my ROM, but it just ignored any texts that I received. I then paid the few bucks for Mobliza, which worked well, but it "blocked" the texts from my inbox, preventing me from viewing them later which I did not care for. I had been looking for an excuse to play around with Windows Mobile development, so I fired up Visual Studio and had a crack at it. Four hours later, here is the first release of what I got.
How to use it:
At the top of the window is a drop-down list of messages. Choose one or type in your own.
Press Start.
That's it. It'll send that message to anybody who texts you until you press Stop or exit the program.
Features:
It keeps track of who it replies to. If the person is in your contacts, it displays their name, photo, and message. If they aren't, it simply shows the phone number and message.
Unlike other programs I've tried, this one does not interfere with the text in anyway. It still goes to your normal inbox. It still gives the ringtone and vibrates like usual. This is by design, I didn't like how Mobliza blocked that.
I haven't been able to test this since I only have a VGA WinMo device, but I've wrote it as resolution independent as I could. It works in landscape and portrait, and should theoretically work on devices with other resolutions (WVGA, QVGA, etc?). Hopefully you guys will be able to give me feedback on this one.
Features I might add later:
Saving of custom messages. Right now it starts up with the same four messages every time, you can't save your custom messages between runs. I'll add this in the next release.
White/blacklists. I'll add this if there's any demand.
Others? Let me know if there's anything you'd like to see in this.
I should also mention that this requires the .NET Framework 3.5. It's also a tiny exe file, I didn't package it up as a cab or anything. So drop the exe on your device and run it. I didn't add much error-handling so don't be surprised if the program crashes for you. If it does, please let me know what you were doing and what exception it throws so I can fix it up.
Thanks for taking a look, hope someone finds this useful
Changelog:
5/30 8:30PM: Works better with QVGA devices now. I played around with the emulators, and it turns out that QVGA devices have a different DPI than VGA+ devices. So although the program ran fine on QVGA devices, it wouldn't show any actual messages it responded to, just said "and 1 more."
5/30 3:51PM: Initial release
Click to expand...
Click to collapse
Made a quick .cab file, but no icon yet. Thanks for the cool app!
Thanks for the feedback everyone, I just posted an update. I added support for custom messages now with saving and loading. I made a lot of progress on whitelists and blacklists, but its not ready for primetime quite yet. Also, I finally packaged it as a cab so you can install it like its a real program now.
Keep the feedback coming
new version works well with the custom messages, but i cannot start the app. It just stays on the start. first version started though. Thanks.
Sorry about that. I changed the way the program initialized the SMS catching. Guess it doesn't work universally that way. Try the updated cab.
ken52787 said:
Sorry about that. I changed the way the program initialized the SMS catching. Guess it doesn't work universally that way. Try the updated cab.
Click to expand...
Click to collapse
works now, thx..
Not working for me, on a stock ROM HD2 . I start it and ask someone to send me a test sms and it does nothing. My freind got no response.
kensong said:
Not working for me, on a stock ROM HD2 . I start it and ask someone to send me a test sms and it does nothing. My freind got no response.
Click to expand...
Click to collapse
A few questions to help me debug:
1. When you press the Start button, does it switch to say "Stop"?
2. When your friend texts you, does the message show up in the window?
katradar said:
This sounds like Just the application I was looking for. Here in NY state, it is illegal to text while driving. IMHO, It is kind of dumb to text while driving, anywhere.
I have been looking for a way to send an automatic text to let people know that "I am driving now...will text later."
Click to expand...
Click to collapse
Looks great! I downloaded it and will try it out.
ken52787 said:
A few questions to help me debug:
1. When you press the Start button, does it switch to say "Stop"?
2. When your friend texts you, does the message show up in the window?
Click to expand...
Click to collapse
1. Yes, I see "Stop" after I pressed Start. I did not exit but minimise the application before receiving message.
2. The message did not show up in Repli. Only in my SMS InBox.
Appreciate your work on this. Very useful.
This is great!
I tested out the program yesterday while traveling. I think it is a fantastic idea. It worked the whole time. You can use it for so many other things! Meetings, Emergencies, Etc. I especially like the fact that it tells you who you have to get back to. This way you don't forget about them.
I did find a bug.
1) You have to hit "exit" - not the "x" at the top of the screen. If you use the "ok" button on your phone, or tap the "x" at the top of the screen, you get an error message that tells you:
"An unexpected error has occurred in Repli.exe. Select Quit and then restart this program, or select Details for more information." Then when you choose "Details" you get this message:
" Error
Repli.exe Applicationlauncherenableexception at Microsoft.WindowsMobile.PocketOutlook.MessageInterception.MessageInterceptor.Unregister(StringapplicationLaunchId) at Microsoft.WindowsMobile.PocketOutlook.MessageInterception.MessageInterceptor.Finalize()"
Thanks for making the Icon for the start menu! It makes life soooo much easier. Also, thanks for making customized replies available.
Thank you so much for this wonderful little application! It is going to be a real life (and money/ticket) saver!!
katradar said:
I tested out the program yesterday while traveling. I think it is a fantastic idea. It worked the whole time. You can use it for so many other things! Meetings, Emergencies, Etc. I especially like the fact that it tells you who you have to get back to. This way you don't forget about them.
I did find a couple of bugs.
1) You have to hit "exit" - not the "x" at the top of the screen. If you use the "ok" button on your phone, or tap the "x" at the top of the screen, you get an error message that tells you:
"An unexpected error has occurred in Repli.exe. Select Quit and then restart this program, or select Details for more information." Then when you choose "Details" you get this message:
" Error
Repli.exe Applicationlauncherenableexception at Microsoft.WindowsMobile.PocketOutlook.MessageInterception.MessageInterceptor.Unregister(StringapplicationLaunchId) at Microsoft.WindowsMobile.PocketOutlook.MessageInterception.MessageInterceptor.Finalize()"
2) I would really like to be able to save my own personnal auto reply, based on why I can't text at the time. Sometimes I get in a hurry, and don't have time to re-type my auto message. (But that's just me)
The program really does need an icon. Even to just put it in your menus list. But...
My solution, for now, is: I copied the program into My Documents, so when I use file explorer, it is on the first page and I don't have to go looking for where I put it. Once I have used the program, it stays in "recent programs" on your start menu until I soft reset. (I have start-clean so when I reset, the recent programs folder gets emptied.)
Thank you so much for this wonderful little application! It is going to be a real life (and money/ticket) saver!!
Click to expand...
Click to collapse
Glad you like it! It sounds like you're using an old version though. Install the cab file in the first post, it has an icon and lets you save your messages. Let me know if that version still gives you those exceptions if you close it with the OK button. Thanks
kensong said:
Not working for me, on a stock ROM HD2 . I start it and ask someone to send me a test sms and it does nothing. My freind got no response.
Click to expand...
Click to collapse
Same here, doesnt seem to like HD2's?
okay so i have finaly topped up my tg01 and got my free texts and web.
3g works perfectly !!!!!
if anyonne ca help me how do i get my sms to work?
theye recieve to my tg01 perfect and fast but sending out i get cannot send message of something.
anny tips ?
it seems that i can send 1 sms fine but then if i try send another one in the same thread it wont. ay ideas?
also, i would like to test out navigation so has anyone got any ideas for good apps like nokia drive, or something like that and where to get it
jonnyhall1bmx1 said:
it seems that i can send 1 sms fine but then if i try send another one in the same thread it wont. ay ideas?
also, i would like to test out navigation so has anyone got any ideas for good apps like nokia drive, or something like that and where to get it
Click to expand...
Click to collapse
If you got the contact saved in phonebook, then you can create new SMS to that contact and it will be send.
It's because you send SMS first without prefix, then receive SMS with prefix and the number in thread gets overwritten from nonprefix to prefix.
If you have prefix in sms center number in settings, remove it.
thank you for your reply yeah i thought that myself when the first one sent then the next one didnt i thought i wonder if its adding the prefix back on with the next message thanks for your reply i will remove the prefix in the centre number. i was in 2 minds as to do that but now i have a second opinion i will try it thanks bro for your reply
Jonny,
I had the same problem as you with this ROM (on Virgin) and nothing I did would make SMS's send - either new, or replies.
I have now installed Aeroflyluby's VDG Mango 8107 and with that ROM, sometimes I can send SMS - but it is not consistent AND GPS works on that ROM (it doesn't work for me on Miro's ROM).
HOWEVER, on VDG Mango 8107, I find it impossible to set the SMS Message Centre - when I fill in the number and hit "save" as the phone either hangs or the Message Centre number remains blank. On this ROM, I have also tried using the HTC Connection setup (which works fine on Miro's ROM's) but it complains that it's database is empty.
So, here is a very long shot. Check out HKEY_CURRENT_USER\ControlPanel\Phone\CallIDMatch - which should be a dword. I think that you might find in Miro's ROM it is set to 7, but for the UK we need it set to 10 (to match the last 10 digits of a mobile or landline number).
On the VDG Mango 8107 ROM, this key doesn't exist - and I don't have permissions to create it - but if it is already there, you should be OK to change it.
Good luck!
thanks for your reply im not sure about fiddling with the registry. back in wm6.5 i was always making a mess of the registry but, i must admit i made some really good tweaks with editing the registry, but, in wp7 id rather leave it up to the experts on that one as i have never owned a wp7 phone before so im not sure how things will react.
thanks for your input tho , much appreciated
Hey guys!
As you can see my first post here although I frequently come to xda to fix any problems I have or to browse roms, I love this website! This is the first time that I couldnt find a thread relating to what I am looking for (I hope I havnt missed it). I was also told to post my question here, originally I had it in Q/A but was told ppl may be able to give me an answer here.
At the moment I am using CM 7.1 on my Desire HD.
I was wondering if it is possible that when I swipe to clear a notification (in particular messages, I used GO SMS for text messages and Whatsapp) that it counts as a 'read' message. At the moment it just removes it from the notification bar although the message is still unread.
I hope I made clear what I am trying to get across.
Any help would be grateful. Is what I am looking for even possible?
Thanks!!
Is it possible to develop somthing like this in an app/kernal/Rom?
Sorry..dont mean to spam but could someone just say if this is a feasible idea?
Hi, firstly I needed to find which application actually does the notification whenever a file is sent over BT to phone so that I could assign it a custom alert in NotifyPro and secondly I look for an replacement for this because I realized there's no way to turn off or set default for the annoying Accept/Deny confirmation on each attempt to receive file, even from trusted devices. Unfortunatelly I have bad luck with finding the system component which cares about this. Suggestions please, thanks.
bflmpsvz said:
Hi, firstly I needed to find which application actually does the notification whenever a file is sent over BT to phone so that I could assign it a custom alert in NotifyPro and secondly I look for an replacement for this because I realized there's no way to turn off or set default for the annoying Accept/Deny confirmation on each attempt to receive file, even from trusted devices. Unfortunatelly I have bad luck with finding the system component which cares about this. Suggestions please, thanks.
Click to expand...
Click to collapse
Bluetooth file manager is a nice app.
U can try that...
When u pair a device with this app it doesn't need confirmation..
Press thnx if I helped.
Sent from my ST18i