HTC Desire :: Gmail Unread Counter

Aug 16, 2010

My handset has recently developed a bug whereby my Gmail icon displays unread messages as normal, but even when I read them on the handset, the icon remains displaying them as unread? I click the icon to enter the gmail client, but it still displays all mail as read?If I then log in online to Gmail on a desktop, the same emails that I had read on my Desire are still unread... It seems the android app isn't telling gmail that the messages have been read?

HTC Desire :: Gmail unread counter


HTC Hero :: Gmail Counter - Unread Message

Jan 10, 2010

I opted to use the native Android (HTC?) imap client for my Gmail account simply because the widget shows me an unread message count. That aside however, the dedicated Google Gmail app is much better (it looks nicer imho and also has the "Archive" button - in the imap client I have to "Move to..."/"[Gmail]/All mail"). And the question: is there an way to have an unread email counter while using the Google gmail app? I would like something that will update as soon as the email is synced to my device, and decrement as soon as I archive an email in the google app.

View 2 Replies View Related

HTC Incredible :: Unread Mail Counter

Jun 6, 2010

I have nothing in my inbox and the little mail icon refuses to say "0". It has been stuck on "4" for several days. Is there a way to reset the counter? I searched but didn't find any topics on this.

View 3 Replies View Related

General :: WhatsApp Unread Message Counter?

Jan 7, 2013

I'd like to know whether it is possible to create a counter for unread WhatsApp messages. UCCW worked for me to create counters for text messages and missed calls but not for WhatsApp. I know there are possibilities but I don't own a credit card so I'm looking for a free alternative.

View 7 Replies View Related

General :: Create Custom Unread Counter For Email?

Aug 3, 2013

How to create a custom unread Counter for E-mail like the below Pic

View 1 Replies View Related

Android :: Gmail Counter That Opens To Message List

Sep 24, 2010

I have been using 'Gmail Unread Count by Alexander Blom' with great success, but after the 2.2 upgrade, it no longer opens to the message list. The new behavior seems to be that it opens the most recent email and I have to go back a screen to get to the message list. I have tried the following Apps: Gmail Unread Counter SMS Unread Counter Although both of them display the unread count beautifully, they both open to the first message and not the messagel list. Any ideas of any other apps that will open to the message list and NOT the first message?Why this isn't a standard widget in android blows my mind.

View 1 Replies View Related

Android :: Gmail Unread Count

Jul 22, 2010

So i have this app on my home screen and the envelope is red.I have seen some screen shots where the envelope is blue.Was that an option when I first put it on my screen or does it mean something else?

View 2 Replies View Related

Android :: Gmail No Unread Emails?

Nov 25, 2009

This would happen from time to time on my Blackberry and the easy fix was to search only unread messages and it would return some random message that was marked as read in the inbox. Since there's no way to search unread messages how can I find the email that the phone thinks is unread since all the emails in my inbox are read?

View 8 Replies View Related

HTC EVO 4G :: Select Only Unread Emails In Gmail?

Aug 7, 2010

Is there an "unread" emails option in gmail? If I save an email to read later its really annoying to have to scroll around to find an unread email.HTC email has this option (two envelopes on the bottom) but the gmail app gets my email faster.

View 12 Replies View Related

General :: Gmail Unread Count

Apr 24, 2012

Gmail still has the rule that 3rd party app's will not work for unread count for gmail?

View 2 Replies View Related

Android :: Gmail Unread Mails Widget

Sep 13, 2009

just released a new app which shows number of unread mails in gmail inbox overlayed on home screen widget.Updates in the background every 5 minutes.

View 1 Replies View Related

Android :: Gmail Unread Count And Widget

Jun 3, 2010

I downloaded the Gmail Unread Count application and I am a little confused. If I go into the "all programs" folder it is not listed. But, when on the home screen, if i click the "+" sign and "add widget" it's listed there.Is there a reason I can't see it unless I want to add it to my home page or is this a problem with my phone? Also, is there a place to see a complete list of my WIDGETS being that they're not listed in the "all programs" list?Lastly, I see alot of people post a white box picture with black stuff in it, as if to scan it somehow. What is this and why and how would I scan it?

View 4 Replies View Related

Android :: GMail Unread Mail Count

Dec 9, 2009

most other smart phones display the unread email count as a small number in the lower right hand corner of the email application icon. I like that. After realizing that this is not supported by the GMail app, I started looking around the market for a widget that achieves this. All I found was a commercial widget, which did not satisfy me (the count did not get instantly updated when the unread mail count changed). Therefore I want to develop a widget, which accomplishes exactly that.Many of you probably have more experience in android development than I do, so I would be happy to hear your opinions. I see two ways to realize this:

1) Somehow hook into a content provider of the GMail app and extract the unread mail count directly from there. Unfortunately the GMail app is not part of the SDK and closed source. Therefore I have no idea how to find out about the internal workings of the app and how to extract the unread mail count directly from there.

2) The second approach is much more indirect and has more overhead, but it will work nevertheless. I will let the user provide google username and password and log into the google imap server directly and find out how many unread mail there are. A port of the JavaMail library for the android OS should make this quite simple. The question remains when to update the mail count. What should trigger the update? A periodic time-out? Well, my first idea would be to update it when the widget is first started and then every time a new mail notification comes in. However I don't know whether this is possible. Can I tell my application to react to notifications, which where produced by another application (GMail app in our case) ?

I really think there should be a free unread gmail widget, which accomplishes this! I would be happy to receive feedback.

View 3 Replies View Related

HTC Hero :: Gmail Going Straight Into Unread Email

Oct 26, 2010

I just upgraded to 2.1 from 1.5.Before my gmail account would open up to my inbox label, no matter how many unread emails I had. Now it automatically opens an email as soon as I click on the icon.Is there a way to set this back like it was in 1.5 and have gmail go straight to the 'inbox' label?

View 1 Replies View Related

HTC Incredible :: Gmail Unread Count Error?

Aug 6, 2010

there is a little red bubble where it would say the count usually. Today it says "err1" and the program keeps force closing. The process com.google.process.gapps has stopped unexpecedtedly. please try again.

View 6 Replies View Related

HTC Incredible :: Gmail App Should Display # Of Unread Messages?

May 2, 2010

I have the Gmail and HTC mail apps running. when I get a new gmail, I get a notification that I have unread email (I'm not sure which app that comes from).the HTC app has a little # that tells me how many unread messages I have. my Gmail app does not do that. should it?

View 19 Replies View Related

Android :: How To Get Number Of Unread Gmail Mails?

Jun 7, 2010

I've been trying to get the number of unread gmail mails with no luck.I've read Gmail.java and gmail4j both links taken out of this site from this question: Android - How can I find out how many unread email the user has?But still after having read all of that and a couple of other sites that talked about this particular subject my question remains:How can I get the Gmail Unread Count?Sorry if it seams a bit insistent but I clearly lack the knowledge to find this out on my own from the source.I would like to clarify that I want to do it without having to ask the user for credentials.Just 2 add some colors to the question let me show you the looks of my app.

View 3 Replies View Related

Android :: GMail Sync - Unread Messages

May 25, 2010

both get mail all day long and generally its very good about it. here lately it has sucked, hard. Looking at the accounts will show unread messages, the inbox itself will show unread messages via the counter but there are no messages to click on. Log into google on the web and there they are, as I delete them the message counter counts down but still never shows the emails on the phone. This seems to happen in the mornings. Restarting the phone does nothing. Running BB V1 No aftermarket email apps installed.

View 15 Replies View Related

Android :: Unread Gmail Message Preview Widget

Feb 10, 2010

Is there an app or widget that will show the "from" and "subject" of the 2 or 3 newest unread gmail messages?

View 5 Replies View Related

Motorola Droid :: Gmail & Mail Unread Widgets

Jan 1, 2010

Does anybody know of an app that will show how many unread emails you have for gmail and corporate email? I like the default program but the widget is just a shortcut and doesn't show an unread count. I looked in the market and couldn't find anything.There has to be an app for that, it seems so basic.If I'm not making sense: I have handcent and the Handcent widget puts a little number of unread messages in the corner of the widget.

View 8 Replies View Related

HTC EVO 4G :: Gmail Won't Update Read / Unread Messages From Server?

Jun 18, 2010

I added my gmail account to my EVO and when I check all of my messages on my desktop, shouldn't the EVO sync and have them marked as read? In my case they remain "unread" until I go through message. Is this normal? If it is, is there any way around this? If it's not normal, how do I go about making sure it syncs?

View 3 Replies View Related

Sprint HTC Hero :: Gmail Inbox Showing 1 Unread Message

Apr 7, 2010

Does anyone know why gmail shows 1 unread message when there arent any?Ive checked my accounts and there are no unread messages.

View 8 Replies View Related

Motorola Droid X :: Disable Read / Unread Syncing With Gmail

Nov 29, 2010

Would it be possible to disable the syncing of "read" status between my phone and my gmail inbox? On my blackberry, when an email was pushed, I would read it, but it wouldn't be marked as read in my inbox itself. I liked that because then I would know I had to address the email when I was next at a computer. I don't always have time to send a reply from my phone right when I get an email, but I like being able to look at it on my phone without it getting marked as "read" everywhere.

Is my only option to add a gmail account via POP3 instead of IMAP? I tried that and didn't like it because then none of my gmail filters work, and messages that would normally just be archived end up getting forwarded via POP. I dealt with that on the BB by setting up filters on the BIS side, but I can't do that here if I just tell the droid to just fetch all the email via POP as it comes in. Is there any way to keep the filters in place but not have read status synced?

View 4 Replies View Related

HTC Desire :: Text Counter Application?

Apr 19, 2010

I downloaded the the app for counting the mins but thought it would show texts but it doesnt. it only shows calls. i really need a text counter as i dont call much and will use mainly texts.

View 3 Replies View Related

HTC Desire :: Need App To See Data / SMS / Call Counter

Jun 13, 2010

Is there an app that allows you to see how much data you have used, sms messages you have sent and how many calls you have made? An all-in-one app is what I am looking for.

View 6 Replies View Related

HTC Desire :: Data Counter Without Recourse To Application

Nov 20, 2010

There must be a way of checking data usage on the phone without recourse to an app; the app gets its data from somewhere on phone and presumably repackages it so its all user friendly and easy to see etc. I could dispense with the 3G watchdog altogether (just cutting widgets down) if I knew where it was. Is it the packet figure in *#4636.?

View 2 Replies View Related

HTC Desire :: Handcent Message Received Counter

Sep 18, 2010

I have just started using using handcent SMS which i love. Couple of things i am not sure of though. How do i dasable the standard HTC app as i seem to get a notification on both. Also i have moved the handcent app to the home screen but it does not display a numerical display of a received text message (on the app icon) which i liked on the standard app. Is there a way to get it to do this?

View 3 Replies View Related

HTC Droid Eris : "Unread Gmail Notification" - Display Message

Mar 3, 2010

Should the stock gmail shortcut icon show how many unread gmail messages I have when using Sense UI? I thought it did. I've been using PandaHome for so long with the "Unread Gmail Notification" app that I can't remember whether or not I need the "Unread" app with Sense.

View 4 Replies View Related

HTC Desire :: Want Mail Application / Unread Count

Sep 13, 2010

I have an HTC Desire with HTC sense. I use the included mail app for two different accounts (non-gmail). On my home screen, I have shortcuts to each mailbox. However, for some reason the unread count is always the same on the two shortcuts. (I get a new message in Account A, and both shortcuts show 1 unread message.) Any idea how to fix this? Otherwise I like the mail app, and I'm not looking to change the app. Just wondering if this is a common problem with an easy fix.

View 5 Replies View Related

HTC Desire :: Want A Unread E-mail Count For Hotmail

Nov 19, 2010

I use Hot mail as my main e-mail account but I cant seem to get an unread e-mail count on the launcher pro icon in the dock! It shows up in the notification bar at the top but ideally I'd like a little red number on the dock like it works for my hand cent sms.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved