**Possibly Solved** No SMS, MMS Notification During Standby/Sleep - Touch Pro2, Tilt 2 Windows Mobile General

I think I may have stumbled onto a solution to our dreaded quiet phone that doesnt notify us of a SMS or MMS and possibly email when the phone goes to sleep or standby. I have searched asked inquired, and beat every search engine and found absolutely nothing. So being frustrated of seeing msgs pop up when I hit the power button to wake the phone up I went hunting and I think I found it. I tested this all of today and so far I havent missed one yet, and normally I miss at least 3 a day. Its still in a testing phase so I DONT guarantee this works, but with some feedback with others, it might be the solution. I did alot of comparing with my other phones and my 8125 and 8525 had a different value so i changed it to that value.
I have made it a cab file so that anyone who wants to try it can uninstall it if it doesnt work, I suggest a soft reset after making this change. This changes the following location:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL]
"DisableSMSWakeUpEvent"=dword:00000001
to
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL]
"DisableSMSWakeUpEvent"=dword:00000000
Good Luck! And if it works or doesnt, please leave feedback of either thanx or didnt work, like I said so far its working on my att tilt 2 stock eu rom 1.86

Nice one, but its already been solved here.

crachel said:
Nice one, but its already been solved here.
Click to expand...
Click to collapse
Well at least its here, I know there is a ton of posts going around in here about this problem, and I did munerous searches, but obviously if you dont get the right keyword you'll never find the post.

so what does this do? light the screen up everytime there is a message? or basically just solve the problem of message not ringing in sleep mode?

Basically it does the same thing it did with the 8125 and the 8525 when a msg comes in the screen wakes up from sleep, so far (I thought) I might have found a solution, but it seems I was beaten to it.
So far there isnt a solution found yet of the alert coming thru without lighting the screen up as far as I know.

yea, i thought it lights up the screen when msg comes. I have a habit of putting the phone to sleep without locking it, so it might cause problem when i put it in my pocket as i receive message more than calls.
Thanks anyway mate

mr_sheen said:
yea, i thought it lights up the screen when msg comes. I have a habit of putting the phone to sleep without locking it, so it might cause problem when i put it in my pocket as i receive message more than calls.
Thanks anyway mate
Click to expand...
Click to collapse
Yeah but if you have the end key setup as a long hold it will lock the screen to prevent that accidential tapping of the screen. Unless you have a modded rom then you would have to see what key it is. But hey for me its better then missing a msg.

Hi AngelDeath,
Just wanted to say thx for this one -I realise this thread is old, but it's sorted my no sms alert issue on my HD2. It had been driving me nuts for ages!

Related

[App] Yay my first app called SmartLock 0.1

Hi all!
Ive been taking stuff from the XDA-Dev Community for a long time so I thought while I learn C# Programming ill post my Apps up here (as a means of giving something back and having a fresh supply of guinea pigs heh heh heh). Anyway this is ver 0.1 and i am a beginner so use with caution.
Also I only just finished it so I would like to hear about feature requests if possible. ANNDD i made this using the Samsung SDK so i dont know which fones it will work with i doubt it will work with HTC as it uses the light sensor (the only thing used from it). So if someone wants to share with me the code on how to read the HTC light sensor (get the Lumens) then I can make it dual compatible .
Anyhoo this is the point of the app: I dont like to lock my phone with the password all the time as i usually listen to MP3s and I dont like the fact that my fone (i8000) sometimes unlocks the screen on receiving a message or email etc. The worst thing is when youre walking and happily listening to your MP3s and then suddenly you hear beeps from your phone as it presses against your leg!
If i lock it i have to put a password on it if i dont lock it sometimes the End Key gets pressed and turns the screen on or some event on the phone turns the screen on and then you have to dig it out your pocket and the Sleeve of the phone and close it again.
Maybe its just me but it bugs me very much.
So what this app does is when the screen is turned on in low light surroundings it presents another lock screen. As im not very good with graphics (i dont even have a program icon ) etc its just three buttons. The first is displayed at the top, tap it show the second and then the third and then it becomes unlocked and you can use it as normal. So next time you receive a message it wont be bugging you that your fone may be making a phonecall or typing gibberish to someone in your address book and so you can listen to your mP3's in peace.
Attached are screen shots of the proggie and the CAB file to install.
Please give me Feature suggestions and other App suggestions im hoping to be fluent in C# before summer is over.
PS: Im testing the app myself so im not sure about battery life etc. I didnt use polling of the screen power state rather i used the Power Notifications and the message queue method.
Looks cool, I would test it but I have a HTC phone so I cant . Just one question, how would you go about handling this in the dark, will it just lock or is there some way to quickly switch it off on unlock?
Also, if you want some buttons made, pm me I am a graphic design student and would have no trouble doing it for you
LordVarkson said:
Looks cool, I would test it but I have a HTC phone so I cant . Just one question, how would you go about handling this in the dark, will it just lock or is there some way to quickly switch it off on unlock?
Also, if you want some buttons made, pm me I am a graphic design student and would have no trouble doing it for you
Click to expand...
Click to collapse
In the dark the three buttons will appear on the screen and you have 10 seconds to press them. Once those buttons are pressed you can use the phone until you lock it again by turning the screen off (not the full Pass Code to lock but just turning the screen off with a quick press). This way if you turn the fone on in a dark room you still have the ability to use it. However if it accidently turns on in your pocket the same three buttons are shown but after 10 seconds it will turn back off.
Ok thanks well if you find a way to port it to HTC I would definetly use it.
Its not so much a major port I just dont have an HTC Device to test it on and the only thing i need is the api to get a value from the light sensor if you can find me that i can put an HTC version in one second .
Through the power of search
I hope this works for you http://www.koushikdutta.com/2008/07/htc-light-sensor-sdk.html
I need an app like this, my wife hates it when my HD2 pocket dials her. If you can make it compatible with HTC I'll be all over it! Nice job!
Interesting stuff! I'll be updating this. As soon as it's HTC compatible, I'll be testing it
Very interesting.
Hoping to see an HTC enabled version soon
how much ram does it take?
LordVarkson said:
Looks cool, I would test it but I have a HTC phone so I cant . Just one question, how would you go about handling this in the dark, will it just lock or is there some way to quickly switch it off on unlock?
Also, if you want some buttons made, pm me I am a graphic design student and would have no trouble doing it for you
Click to expand...
Click to collapse
im graphic designer as well so hit me up if need some help ... also cant test as i have td2 as well.. sorry
Sorry for the late reply folks,
Im checking out the API now for HTC but i dont have a device to test on so I will post different releases and hopefully from feedback from you guys I can correct it. Also I will be fixing the "Object Disposed" exception problem from the Omnia though i dont have that to test on anymore i sold it but i know where the problem lies UPdates soon thanks for all the replies its nice to have the encouragement.
We HTC owners appreciate the attempt!
tarantula78 said:
Sorry for the late reply folks,
Im checking out the API now for HTC but i dont have a device to test on so I will post different releases and hopefully from feedback from you guys I can correct it. Also I will be fixing the "Object Disposed" exception problem from the Omnia though i dont have that to test on anymore i sold it but i know where the problem lies UPdates soon thanks for all the replies its nice to have the encouragement.
Click to expand...
Click to collapse
Keep up the good work! I am looking forward for an HTC compatible version. Cheers

Sleep mode issues

Sleep mode issues
I have discovered that if I let my Artemis go into sleep mode it doesn't "take calls". Doesnt even register a call came in.
It does let me know I had a voicemail
it does pick up on text messages.
Just not incoming calls.
When I try to call out after I wake it up from sleep mode, it tries, but just does not want to connect. Phone doesn't freeze, just never makes the call. when I try to hang up, the "hanging up" screen stays forever, but I can go back to home screen. The phone icon in the top left taskbar never goes away, either. ( happens only sometimes otherwise outgoing works fine)
I am fairly certain this is a known issue, but is there any workaround for this? Perhaps command in startup txt regarding sleep mode?
Its sad..its just like a brick in Sleep mode and u cod end up making many enemies in ur freinds circle when you are not calling back...
Please help me
I am using Mischel Rom touch 4.02 6.1
More than a hundered Views, but not even one reply..I guess I am the only one who has this issue with Artemis....I have done everything from changing rom to factory, trying several roms, official rom, changing radio roms, battery....but still same issue.....
Any suggestion or experience pls share with me....
Yes..one more issue i have along with it is that my mobile always shows roaming icon.
Anybody else with this issue or fix, please share with me..
Thanks a tons in Advance
350 Views still not a single reply...
damn....this issue is flooded all over internet.....and not a single solution....maybe no htc engineers has time to read issue ..busy seeling
i sod have checked and then brought htc...
Wondering why hTc is not coming with the solutionsss...
All are quiet !!
Htc do somtething, else you will lose your reputation.
http://forum.ppcgeeks.com/htc-vogue/11805-touch-not-waking-up-sleep-mode-calls-txt-2.html
http://forum.xda-developers.com/archive/index.php/t-487239.html
And lots and lots..just google
Hi NeoS2007
Please suggest any idea to fix incoming call issue...
http://forum.xda-developers.com/showthread.php?t=850280
This didnt work but the symtom is exactly like the below link
http://tech.shantanugoel.com/2008/02...ls-solved.html
Any ideas is higly appreciated....
earthwind3 said:
Hi NeoS2007
Please suggest any idea to fix incoming call issue...
http://forum.xda-developers.com/showthread.php?t=850280
This didnt work but the symtom is exactly like the below link
http://tech.shantanugoel.com/2008/02...ls-solved.html
Any ideas is higly appreciated....
Click to expand...
Click to collapse
what you've been trying for radio upgrades on your device...?
hey thanks for the reply....
I went back to factory rom radio... then again back to 3.8.
and now i am back to 3.21....thats wot it says....and the poll says....best over here for Artemis

[Q] phone answering itself!!!!!!!!!!!

I have been trying for weeks to figure this out. If i touch my phone or look at it while its ringing, it answers itself and puts it on speaker phone!
Ive tried every combination of settings ...
Ive read similar things online about this but nobody has come up with a solution.
PLEASE HELP!
I cant screen calls anymore because every call is answered. Its gottten me into trouble already....i wont explain.
jainisms said:
I have been trying for weeks to figure this out. If i touch my phone or look at it while its ringing, it answers itself and puts it on speaker phone!
Ive tried every combination of settings ...
Ive read similar things online about this but nobody has come up with a solution.
PLEASE HELP!
I cant screen calls anymore because every call is answered. Its gottten me into trouble already....i wont explain.
Click to expand...
Click to collapse
Hey, it looks like you've already started a thread about this in the generic sgs3 forum. Let's answer some questions:
What network is your s3 on?
Is your phone on the stock samsung ICS or have you flashed something else?
Have you tried plugging your phone into the samsung Kies software to get an update?
Let's start there. The more information you can provide the better.
Ian
Phone > Menu > Call settings > Accessory settings for call
Make sure Automatic answering is turned off.
Sent from my Samsung Galaxy S III
At&T
Stock
Apex launcher
Ive tried turning off different settings. Im aware of ALL settings in this phone and have still not been able to remedy this...
Latest update....
Did the phone ever answer properly?
Sounds like automatic answering is on (even though you've confirmed it isn't) , or you have some kind of app that is interfering with the answer in process. As much as it's a pain, I'd backup important data (contacts, sms message history, bookmarks, game saves, pictures etc) and do a full factory reset:
Go to Settings
Privacy
Factory Data Reset
Reset Phone
Erase Everything
It would bring your phone back to day 1 and possibly correct a software glitch. I'm not confident that it would work but I would try it to be sure.
I cant remember if it ever did...
Im gonna wait till after the JB update to see if that changes anything. I turned off "answer with home button" and it didnt do it last call so maybe that worked?
I have no idea.
Factory reset is prolly the best option though
I subscribed to your thread because my wife's AT&T S3 does the exact same thing. Very frustrating because mine does not do it. Might have to try the factory reset as well.
yeah, its pissing me off.
It seems to only happen when i dont want to answer that persons call!
settings>language and input>toggle voice cmd for apps to off.
http://forum.xda-developers.com/showthread.php?t=1858401
the1stSecond said:
settings>language and input>toggle voice cmd for apps to off.
http://forum.xda-developers.com/showthread.php?t=1858401
Click to expand...
Click to collapse
did that yesterday and it seems to be working thus far..
thx
It would be funny if the ringtone was being picked up and triggering the voice cmd..... kinda pathetic
Reminds me of my friend, who had sensor enabled and big paws. When he was dialing one of his fingers would come close to sensor, and screen would go black. He had SGS3 from Sprint. I disabled screen off - he was the happiest man ever!
I never would have thought of the voice command answer setting. Never used the feature myself. You'd think it would have some kind of noise canceling feature to prevent that from happening, or at least a prompt telling you that ring tones may interfere. Funny stuff.
Well at least if it's solved you don't have to wipe
Ian

Proximity sensor issues?

Hey everyone. I'm enjoying this phone but I do have a few small issues which I'm hoping I can forget about once custom ROMs start to come out
(Come on and release factory images already Razer!!!)
One of them is the proximity sensor which I find incorrectly thinks I've taken my head away from the earpiece during a call and then starts spamming commands with my cheeks.
I have this issue on like every second phone call and it's a bit irritating. Especially when I still haven't received (other than the first one when I first got the phone) any more updates.
The other main gripe is the lack of a pocket sensor/script. Probably related. As in, if you have double tap to wake enabled, good luck putting this in an awkward pocket (inside motorbike jacket pocket) without waking the screen and spamming commands again with your fingers.
Lastly. I wish they had just put the fingerprint sensor somewhere else. I have turned the screen off so many times while watching YouTube it's actually starting to really annoy me
Just wondering, even if you like this phone overall, and I do, if anyone else had these gripes?
I'm having the same issue with a Razer phone I picked up this week. It's a pain.
I've tried using this as advised on another thread and it seems to be working fine, so I'm totally lost.
https://play.google.com/store/apps/details?id=ru.andr7e.sensortest
Handaloo said:
I'm having the same issue with a Razer phone I picked up this week. It's a pain.
I've tried using this as advised on another thread and it seems to be working fine, so I'm totally lost.
https://play.google.com/store/apps/details?id=ru.andr7e.sensortest
Click to expand...
Click to collapse
I'm just glad to hear someone else is noticing this. Does nobody else make phone calls on their phones??
Had the issue with the proximity sensor on a phone call again last night. Realllly annoying.
At least factory images are out now, unfortunately, it took so long, developers etc don't look too bothered about this device - I may be wrong and would be delighted to start seeing some custom stuff out there. So long as they can keep the 120Hz functionality!
Yeah I would definitely be tempted if a good Rom was released. You're probably right about it though, not a HUGE demand for these.
I've had it several times with calls and it will be super annoying if it doesn't get fixed with an update soon. I'll give you a shout if I get anywhere with it outside of this thread.
EDIT:
And yet, I just took two calls this morning back to back with ZERO issues.
anyone any more luck on this?
nk33 said:
anyone any more luck on this?
Click to expand...
Click to collapse
Nope. I still get these issues from time to time.
I even switched to global ROM and they exist there too.
Hi all.
This issue was resolved on my phone with a hard reset (volume up + power button), then a factory reset (in settings -> system -> reset options ). The proximity sensor now works as it is supposed to.
Hope this helps.

Question OnePlus 11 not ringing when receiving phone calls?

I am not entirely sure if I'm tripping, but I seem to be missing phone calls pretty damn often. I think I recall at one point I randomly grabbed my phone to have it by me and noticed that someone was calling me but it wasn't ringing at all, though the screen did light up. I made sure my settings do have have "Do Not Disturb" mode on. I have the CPH2451 and running stock with latest OTA A.10 update. After doing a brief Google search, I see that OnePlus has had issues in the past but those are from the OnePlus3 and OnePlusNord so I am not sure if that's still relevant in this day and age.
Anyone experiencing something similar or have any clues as to what might be going on?
Edited: Fat fingered the model #. Fixed.
simplicityy said:
I am not entirely sure if I'm tripping, but I seem to be missing phone calls pretty damn often. I think I recall at one point I randomly grabbed my phone to have it by me and noticed that someone was calling me but it wasn't ringing at all, though the screen did light up. I made sure my settings do have have "Do Not Disturb" mode on. I have the CPH2541 and running stock with latest OTA A.10 update. After doing a brief Google search, I see that OnePlus has had issues in the past but those are from the OnePlus3 and OnePlusNord so I am not sure if that's still relevant in this day and age.
Anyone experiencing something similar or have any clues as to what might be going on?
Click to expand...
Click to collapse
This might be obvious to you, so just ignore if you know this.
When holding your phone in your hand like you're texting in portrait mode, there's a switch top right and on side of phone.
Adjust the switch so it's down.
Ive experienced this, even after swapping to 2449.
Seems theres a couple settings that revert on reboots for some odd reason.
Just go into the phone app settings, notifications and reset thr ring tone and all set after 2 times doing it ... annoying?? damn right!... but at least its fixable ....
kevp75 said:
Ive experienced this, even after swapping to 2449.
Seems theres a couple settings that revert on reboots for some odd reason.
Just go into the phone app settings, notifications and reset thr ring tone and all set after 2 times doing it ... annoying?? damn right!... but at least its fixable ....
Click to expand...
Click to collapse
That's so dumb... The more I use this phone, the more I get buyer's remorse.
I haven't restarted my phone since I got it I think but I'll try that and see if the issue persists. Thanks!
Edit: Any word if OnePlus is aware of this and plans on fixing it? If not, perhaps I should forward this to them.
simplicityy said:
That's so dumb... The more I use this phone, the more I get buyer's remorse.
I haven't restarted my phone since I got it I think but I'll try that and see if the issue persists. Thanks!
Edit: Any word if OnePlus is aware of this and plans on fixing it? If not, perhaps I should forward this to them.
Click to expand...
Click to collapse
don't know if they are aware. just to add to the weirdness of it... for me... after the second time, the setting sticks...
i have this problem with my 8 pro, the phone doesn't ring and i think it goes straight to VM? seems like something broke with one of the latest OP updates?
There's no such version as CPH2541.
And here it works perfectly. Factory reset and try again.

Categories

Resources