I have a question that would seemingly be simple to answer, but it's proving to be quite perplexing. I've searched everywhere but have been unable to find a solution or any reference to this issue whatsoever. I even called AT&T, and AT&T technical support didn't know what to do.
Basically, I notice that, whenever I receive a text message, take a screenshot, or any other action really, a pop-up message appears in a dark-grey box at the bottom of the screen. For a text message, it will read: "SMS Received: <Then the Content of the Message>." When I take a screenshot, a notification (at the bottom of the screen) will appear that reads: "Copied to Clipboard." These notifications are intrusive and annoying because they slow down the other operations of the phone. Everything else gets delayed. So if I'm in a texting conversation with someone, my reply to said person is delayed while the phone displays a notification at the bottom of the screen. I can't type my response while this action is taking place. Please note that this notification at the bottom of the screen is in addition to the notification that occurs in the status bar at the top of the phone.
I have searched everywhere in the phone settings for a reference to this feature and, in turn, a way to turn it off; but I have been unsuccessful. Can anyone please tell me how to turn off this troublesome notification feature?
Attached to this request, I have included a screenshot to illustrate the matter to which I'm referring. Please notice that, at the bottom of the screenshot, the words "Copied to Clipboard" are displayed. This is the pop-up that occurred after I had taken a screenshot of the home screen. Thank you for whatever assistance you may be able to provide.
Related
Alright, hopefully someone can help. I have ran this question elsewhere, with no luck. I am running a WVGA HTC Imagio with WM6.5 and a NRG custom rom with sense 2.5. I just recently installed and then removed the newest HTC Messaging Client. Couldn't send or recieve MMS messages. Thats all fixed now, but, whenever I get a text or MMS message, the notification bubble shows in my top bar, but nowhere else, not even my unread notification on Sense. It does show up in the standard lock screen (HTC's) however.
No, it doesn't show up in Titanium either, just shows 'no new texts'.
It also doesn't show up when I use ThrottleLauncher, iPhoneToday, Infinity, Androkkid, or Home2.
So, it shows up in the lock screen and on the top bar, but no where else. Any ideas?
also, why is my tag or whatever showing that 'OP' thing?
Alright, got a little more information. I checked HKCU/System/State/Mesages/SMS/Unread and the 'count' register. When I send a test text, it doesn't change, it stays at 0. BUT when I change it manually to '1', then it registers in all my systems (TL, iPT, Sense 2.5, etc).
But when I remove the '1', its back to where no notifications other than in the top bar and lock screen are given. I do get the usual message notifications via sound and vibrate as well.
So, does anyone have any idea on why it works for the lock screen and top bar, but not in sense or any other UI?
Hi Jerry,
I hope someone can answer this as I have exactly the same problem.
The "OP" means "opening poster"!
Thanks, and no luck yet. I hope someone can figure this out, becouse I am stumped!
And don't know what "Opening Poster" means, but guess its good!
If you happen to get yours fixed, remember to swing by this way!
Post in the ROM thread.
Not releated to D&H.
Thread closed.
I guess the question has come up already a dozen of times, but I wasn't able to find any relevant previous threads so here it goes...
I've read several times already it is impossible to add window animations to WM (6.5) .
However, when I open an email from the default MS email app that comes on my HTC Touch2 with default ROM, it clearly fades to the new email window. Even the closing "X" in the top right corner fades to an "ok" icon.
How is this possible?
Also, this app: (CRT fade out Animation)
http://forum.xda-developers.com/showthread.php?t=843480
clearly applies effects to the screen image.
Someone please clear things out :/
It is possible quite easily, if you know where to search. I'd go on this with the same way I did my pinch to zoom project some time ago - hacking the app's WndProc and when message for eg swipe gesture to change message comes, grab screen content, fade it, send the message through, fade in and all other messages meanwhile just normally send through.
But remember, this takes a lot of code and it is not worth it, it would just slow down the WM itself.
Thanks, a lot, for replying.
I really want to look into this for some reason. So if you say it's possible...
I was also wondering if it's possible to catch all windows' close events...
sms text messages are not showing up in the main conversation window. how ever they are being received to the handset and i can read them from the notification to a certain amount of characters and i can see the latest message before the main conversation window.
nexus 4 android 4.2.2.
First bug is more important to me.
Second bug is a software screen error (it is not the screen itself that is at fault)
I have small moving lines just below the clock. it shows up all the time 2 or 3px height and from battery to the right of the screen. seemingly random moving lines. blue/black. any rotation/screen shot still shows this error so as i said it rules out that its a screen issue/dead pixels.
- see attachment.
note: restarting my phone does not fix any of those two bugs.
p.s. my english skills are not great so sorry about grammar.
Thanks in advance - James.P
I have a question that would seemingly be simple to answer, but it's proving to be quite perplexing. I've searched everywhere but have been unable to find a solution or any reference to this issue whatsoever. I even called AT&T, and AT&T technical support didn't know what to do.
Basically, I notice that, whenever I receive a text message, take a screenshot, or any other action really, a pop-up message appears in a dark-grey box at the bottom of the screen. For a text message, it will read: "SMS Received: <Then the Content of the Message>." When I take a screenshot, a notification (at the bottom of the screen) will appear that reads: "Copied to Clipboard." These notifications are intrusive and annoying because they slow down the other operations of the phone. Everything else gets delayed. So if I'm in a texting conversation with someone, my reply to said person is delayed while the phone displays a notification at the bottom of the screen. I can't type my response while this action is taking place. Please note that this notification at the bottom of the screen is in addition to the notification that occurs in the status bar at the top of the phone.
I have searched everywhere in the phone settings for a reference to this feature and, in turn, a way to turn it off; but I have been unsuccessful. Can anyone please tell me how to turn off this troublesome notification feature?
Attached to this request, I have included a screenshot to illustrate the matter to which I'm referring. Please notice that, at the bottom of the screenshot, the words "Copied to Clipboard" are displayed. This is the pop-up that occurred after I had taken a screenshot of the home screen. Thank you for whatever assistance you may be able to provide.
On a stock device that isn't rooted you cannot stop the toast messages. If rooted, install the Xposed framework and use the UnToaster module.
Strephon Alkhalikoi said:
On a stock device that isn't rooted you cannot stop the toast messages. If rooted, install the Xposed framework and use the UnToaster module.
Click to expand...
Click to collapse
Thank you for your reply. I really appreciate your time, although I wish there were an easier solution to this issue.
Just curious -- Is "toast message" the official term for such a notification, or is that your own terminology?
Rooting and using Xposed IS the easiest way to solve this. Otherwise you'll have to decompile system files, which from personal experience is very time consuming. Not to mention annoying.
Toast messages is official Google terminology. See http://developer.android.com/guide/topics/ui/notifiers/toasts.html .
Strephon Alkhalikoi said:
Rooting and using Xposed IS the easiest way to solve this. Otherwise you'll have to decompile system files, which from personal experience is very time consuming. Not to mention annoying.
Toast messages is official Google terminology. See http://developer.android.com/guide/topics/ui/notifiers/toasts.html .
Click to expand...
Click to collapse
Thank you again for your time. Have a good night.
I'm sure this is a simple fix, but it has confounded me, so I turn to you for some help. How do I get the Moto on the latest version of AW to vibrate like normal, but rather than display the full screen notification, just the smaller card across the bottom? There are times on the 46,, Moto I don't want the message displayed without me swiping up to display it. I've looked all over and I can't find that setting.
I can see the whole "hide cards" and what not, but when I get a new notification, it fills up the entire screen.
Thanks in advance!
Same problem here. When I receive whatsapps sometimes I can see the full screen notification message and most of times I see a small notification at the bottom and I need to swipe up to see it. Samsung Gear S with newest Android Wear version and Note 3. Any help with this?
Any ideas? I can't believe there's no way to control this, or no one else sees it as a problem? With the 46mm watch it's a BIG screen, making the entire message visible to anyone within eyeshot