HTC Incredible :: Notification Screen Doesn't Hide When Selecting A Notification Event
Sep 14, 2010
So when I get texts, gmail, completed app downloads, etc I get notification icons at the top as usual. When I slide the notification bar down to reveal the nofications and click on an item, the notification screen doesn't hide back to the top of my phone -- it just stays open. I either have to hide it manually or I have to hit the back button, which sometimes exits the app I was trying to open. 2.1 never did this for me, it always hid when choosing an item. Anyone have a solution to this? I've done a factory reset after 2.2 btw. I've also searched support to see if there was a similar problem, no similar threads.
View 2 Replies
Aug 16, 2013
Is it possible to hide just the notification icon without hiding the notification itself from pulldown?
Use case: Yahoo Weather app, the persistent notification in the pulldown is beautiful. I want it to always be there. However, the little temperature notification icon is pretty ugly, and I want to hide/disable it.
Using JB's "disable notifications" won't work since it will disable the entire notification, not just the icon.
View 1 Replies
View Related
Aug 17, 2010
Is there a way to hide the notification bar on the lock screen? Ive search settings and i must be blind!!! I jsut wanna cleaner lock screen i guess
View 1 Replies
View Related
Nov 12, 2010
I have a count down timer that when it goes off (to zero) it checks to see if the app has focus. If not it launches a notification in the notification bar. When you click on the notification is re-opens the app. Now all of this works fine but if the screen happens to go off, the timer keeps going and the notification is available at the right time but never actually vibrates or rings until i turn the screen back on. Then it displays the notification like it was waiting in a queue or something.
How do I get it so that the notification manager will actually alert the user when the screen is turned off?
Update: If I set the timer for 2 minutes, it takes another 2-3 minutes for the notification to actually work. So it does work but it's on a huge delay! Code: So I setup the notification service when the app loses focus, and when the MyCount1 is finished is checks if the app has focus and if not it shows the notification. This all works when the screen backlight is on. Once it goes off it is unreliable.
@Override
public void onWindowFocusChanged(boolean hasFocus){
if(hasFocus == false){
mFocusFlag = false;
ns = Context.NOTIFICATION_SERVICE;
mNotificationManager = (NotificationManager) getSystemService(ns);
icon = R.drawable.statusbar;
tickerText = "Check the timer!!!";......................................
View 2 Replies
View Related
May 26, 2010
I have been having a problem with a notification not opening/going to the correct activity when it has been clicked. My notification code (located in a class which extends Service):
Context context = getApplicationContext();
CharSequence contentTitle = "Notification";
CharSequence contentText = "New Notification";
final Notification notifyDetails = new Notification(R.drawable.icon, "Consider yourself notified", System.currentTimeMillis());
Intent notifyIntent = new Intent(context, MainActivity.class);
PendingIntent intent = PendingIntent.getActivity(context, 0,notifyIntent, PendingIntent.FLAG_UPDATE_CURRENT | Notification.FLAG_AUTO_CANCEL);
notifyDetails.setLatestEventInfo(context, contentTitle, contentText, intent);
((NotificationManager)getSystemService(NOTIFICATION_SERVICE)).notify(NOTIFICATION_ID, notifyDetails);
If I click the notification while the application which created the service is open, the notification disappears (due to the FLAG_AUTO_CANCEL) but the activity does not switch. If I click the notification from the home screen, the notification disappears and my app is brought to the front, however it remains on the activity which was open before going to the home screen, instead of going to the main screen. How do I specify the activity that will be pulled up?
View 1 Replies
View Related
Jul 26, 2010
Is there a way to be notified when a calendar event is added to a shared calendar? I love using the shared calendar, but I sometimes overlook new events that were added by others.
View 3 Replies
View Related
Jun 30, 2010
I've factory reset my phone 3 times today for data problems and push email issues. Since the last time, I have a voicemail icon in my notification bar, clicking on it tells me to call my GV number to hear 3 messages. I cleared the messages in the GV app,but the notification wont go away. It has no Clear button to dismiss. I've rebooted the phone, tried calling the number, but have not yet tried throwing it against the wall. That's next. Any ideas to help calm my OCD by dismissing this notification are appreciated.Sent from my ADR6300 using Tapatalk
View 1 Replies
View Related
Mar 4, 2010
I've been following this forum since I got my moment a couple months ago, and I wanted to thank all the posters for the help you've given. I just installed beautiful widgets and I have a nice clock now, but I'm wondering if there's any way to hide the notification bar. I saw in the thread where everyone posted their screens that many of them didn't have the notification bar.
View 6 Replies
View Related
Nov 19, 2010
Anyone know how to disable/hide notification bar at the top which show battery and other things in android.
View 2 Replies
View Related
Mar 14, 2012
I know that there is a option in LP and ADW still is there any specific app to hide it.
360 launcher doesnt have that option and i love the launcher really!
So,is there an app.
Using GingerDx on X8.
View 1 Replies
View Related
Apr 12, 2010
So im just getting started with android development and i found my first head scratcher. I have an app that when opened makes a on going event notification. Then if i hit the home button the app falls from view and when i attempt to bring it back via clicking on the ongoing event notification its like opening a whole new app, then when i hit the back button the ongoing even goes away and it returns me to the original app window. How do i get the notification to take me to the original rather then opening a new instance.
View 2 Replies
View Related
Nov 19, 2010
I've looked all over the forum, but don't see any recent posts for my question. So I'm hoping someone can help... I would like to hide or remove unwanted icons from the left side of the notification/status bar. I realize most programs give you this option, but some don't (such as the latest version of Norton security program). It just sits up there and hogs up real estate. Ideally, it would also be nice to be able to rearrange the icons, or make them larger if desired..
View 1 Replies
View Related
Nov 9, 2009
First of all just got my eris for verizon and i LOVE this phone. coming from the storm this is such a wonderful change. 2 quick questions ( i know i saw the 2nd one somewhere but couldn't for the life of me find it by searching).
View 4 Replies
View Related
Dec 16, 2009
For some reason the notification bar in my Home++ is showing up at the top. At one time it wasn't there and I could get it by hitting the ! in the work bar. Is there a setting I need to get to to hide the notification bar?
View 2 Replies
View Related
Aug 26, 2012
I think I have been seen apps can do this, but cannot remember them at all
View 2 Replies
View Related
May 17, 2010
when i get a text, you can read a part of the text on the locked screen. that means someone can read it even though it's locked. is there a way to disable this?
View 3 Replies
View Related
Dec 27, 2009
Just a quick question, is there a way, with out installing a theme or Home replacement, to remove the text under the icons, so its just an icon only? also, is there a way to hide the notification area? I thought it would be cool to tap the screen once, and have the batter/time/date/notification area drop down from the top like how it is right now with the stock version, then tap the screen again and it hides the notification area. Wouldn't that be cool? Any way to do this or does something do this already?
View 1 Replies
View Related
Sep 8, 2010
I want to call the activity when user pull down the notification and click on that notification...how can i do that?
View 2 Replies
View Related
May 12, 2010
Anyone else notice when you're on a phone call if you move your finger near the little dot to the left of the verizon logo the screen will turn off? It's annoying when multitasking because that functionality remains regardless of whether the phone call is the active screen or not. If you are watching the Google Navigation screen and you're on a call, move your finger near the little dot next to the verizon logo and the screen turns off.
View 3 Replies
View Related
Feb 14, 2010
I used "ringdroid" to make notification and ringtone sounds and they show up on the lists but only the ringtones work. And even when I try to select a default notification sound, it doesn't change to it, its stays the same as when the one that it was set to when i got the phone. Any ideas what might be causing this and how to resolve it?
View 7 Replies
View Related
Jun 15, 2010
are there any apps that can notify me but dont need me to set a polling interval to check for new fb posts/twitter messages? bloo seems a bit too random as it doesnt always notify me on every notification and it seems a bit too slow compared to the official app which i like.
View 2 Replies
View Related
Jul 25, 2012
I have a htc Legend with cm7 and the included ADW.Launcher. When I apply a theme, the notification bar doesn't get themed. It wasn't always like this. I'm guessing this is maybe some sort of permissions issue.
View 3 Replies
View Related
Dec 21, 2009
Why doesn't the notification panel pop up or show while in other apps... and this is off topic but why is my keyboard lagging so much as I type this....any way when I get an email or something I have to go to the home screen then the notification panel...hmm I love this phone I just wished It multitasked as well as the pre....
View 4 Replies
View Related
Oct 6, 2010
I have an android background Service that will occasionally post a notification to the Status Bar using the Notification class. Occasionally, when I receive a notification, pull-down the notification window, and select the notification from the list, the specified Activity doesn't start. When this happens, the screen dims (as if it were about to display the Activity), but the Activity is never shown. I included my code below...
NOTE: The UserNotification class extends Activity, and is set to a dialog theme in the manifest. This class also has its taskAffinity property set to "" in the manifest.
View 1 Replies
View Related
Jul 19, 2010
Htc legend doesn't vibrate when i receive sms,even i checked the notification..
View 1 Replies
View Related
Apr 25, 2010
In my android application I have the following As far as I am aware, I have followed the steps in the documentation to set it to play a sound from the resources folder, and to flash the lights. However, neither of these happen. It does, however, vibrate, as instructed. Any ideas what I'm doing wrong here? I've looked through the permissions that I can give the app in the AndroidManifest.xml file, but I can't see one for letting it flash the light or make sounds. Code...
View 1 Replies
View Related
Aug 11, 2013
I've had my Samsung galaxy s4 for a while, and I've never had a problem. But now, if I get a new text message, it doesn't ring or put the envelope in my notification bar. The only way to know is to go into my messages and see the new messages. I've resetted my messaging settings, but it still doesn't tell me that I have a text message. Other apps like Snapchat and Facebook notifications work.
View 3 Replies
View Related
Jun 4, 2010
Is there any way to detect whether the Notification Windows is being shown? I have a service that updates an ongoing notification, complete with a progress bar and text? Is there a way to know if the notifiication screen is actually being shown, so I can adjust how often I wouldn't be so concerned if not for the fact that the HTC Incredible will reboot after it receives several hundred or so updates. Based on a controlled experiment with a beta tester, the service could continue for 24 hours if it did not update progress, but dies after several hundred updates. So I am desperate to reduce the notifications, if that's what works, and one of the ways I could do that is by not updating as much or at all if that screen isn't being shown.
View 3 Replies
View Related
Sep 27, 2010
I am displaying a notification icon which is dark gray. It looks fine on Nexus One, where the notification area is light gray and is almost invisible on HTC Desire (Sense UI - dark gray notification bar). Is there a way to overcome that? (The icon cannot be changed).The icon cannot be changed meaning" that I am using a custom set of icons which is a must for me.
View 1 Replies
View Related
Oct 29, 2010
I was wondering if you can get new notification sounds for the samsung galaxy s as the ones that come with the phone dont go long enough and I miss all my sms's. Ive put new ones on for my ringtone but they dont show up in the notification bar.
View 3 Replies
View Related