HTC Desire :: Gtalk Friends List Not Refreshing / Fix It?

Apr 29, 2010

It worked perfectly for a week, but today gTalk's friend list stop refreshing (their status stuck). Sync account doesn't fix it, have to restart the phone to see it refreshed, but after a while same problem occurred.

Any idea?

HTC Desire :: Gtalk friends list not refreshing / fix it?


Android :: Getting Friends List From Facebook

Aug 13, 2009

How to get Friends List from Facebook using Code.

View 3 Replies View Related

Motorola Milestone :: How To Create Friends List For Group SMS?

Jul 7, 2010

Can any tell me how do we create a friends list to send group SMS?

View 3 Replies View Related

General :: Remove Youtube Friends From Contact List?

Jun 30, 2012

before ICS, you were able to remove youtube contacts from showing up on your contacts list. cant seem to do that with ICS.

View 1 Replies View Related

HTC Desire :: 9 Hours Battery On SMS And GTalk

Apr 28, 2010

At the end of every day, I'm running home to plug my HTC Desire to charge before it goes flat. Whenever I'm going to spend the night somewhere I always need to take my charger even if the phone is fully charged. This is exasperating, and I find it hard to consider relying on the phone when it's like this. I've had the phone for a few weeks now, so if things were going to settle down, I'd have expected it already. Pretty much all I use the phone for is SMS and Google Talk. Is Talk known to be a big battery drainer? Since I like the idea of it being a smartphone, I do have Weather, Facebook, Flickr, set on a 2-3 hour refresh. I have News set to Manual. GPS is off. Since I'm at a computer all day, I use that for surfing the web, not the phone. I'd like to use more apps on the phone, but I don't dare waste the battery since when it goes flat no one can contact me. I don't use an AppKiller. Actually I have "Advanced App Killer" but it seems kinda pointless when it just lists every app installed even if I never use them.

View 18 Replies View Related

HTC Desire :: Why Does Facebook For Android Apps Refreshing Notifications?

Sep 15, 2010

the Facebook for android apps of the htc desire is not receiving notifications. When i refresh the page of the notifications, a error will occur. All the rest can be used except for the notifications. Anyone has the same problems? or if you know the solution kindly help.

View 5 Replies View Related

HTC Desire :: Facebook For HTC Sense - Connection Error - No Friends

Jul 23, 2010

I'm being logged out of of facebook continuously. Receiving a 'Facebook authentication failed. Please re-enter your facebook password' notification.

View 49 Replies View Related

HTC Desire Z :: Friend Stream Widget - No Updates From Friends

Nov 18, 2010

I am having a problem with the Friend Stream widget. It seems that one of my FB friends does not appear on Friend Stream. I do not see any of her updates. I can only see her FB updates when I use the FB app. I cannot see her in my list of FB friends in Friend Stream either. It seems to not be updating properly on the people widget either. Tried to resync. I even tried deleting my FB account in Friend Stream and adding it back in. This only happened with this one friend. I use to be able to see her updates, but she seemed to have disappeared from Friend Stream a couple of days ago.

View 6 Replies View Related

Motorola Droid :: Set Up A Group Contact List Such As ("friends", "family")?

Nov 29, 2009

Just as the title says. I see within contacts where it says family, friends etc. But how do I set up a group contact list such as "friends", "family" etc?

View 3 Replies View Related

HTC Incredible :: Refreshing A Web Page

Sep 10, 2010

How do you refresh a web page in the stock browser? Am I missing something, seems like this should be basic functionality?

View 6 Replies View Related

Android :: LocationListener Not Refreshing

May 25, 2010

I'm trying to develop a small app, that can retrieve GPS coordinates, and store them, so I can retrace the path I took. The thing is, the GPS on Android emulator is kind of screwing around with my nerves... First of all, the Mock Position system doesn't work, so I'm manually fixing the coordinates with telnet "geo fix" command. Second of all, the location listener seems to not be refreshing. I'm lauching the app, fixing a first set of coordinates, and observing the response I expect. But when I push a second set of coordinates, the app simply doesn't react.

I tried a lot -big lot- of ideas on this, and I'm kind of running short...

By the way, I'm developping on Eclipse with ADT, and the SDK for Android 1.5 (French HTC Heros are still with Android 1.5) so that I can use my own app.

Here's my code (just the coordinate retrieval part) :

CODE:.................

View 3 Replies View Related

Nexus :: Email Not Refreshing

Mar 24, 2010

I woke up this morning and checked my phone(as I always do) and saw there were no emails. I found it strange since I usually get emails throughout the night(forum emails what?). I went to my computer and sure enough, there were 11 emails waiting for me.

I refreshed on the phone and they all popped up. A couple hours later the same thing happened. Looked at my phone and felt something was off. The computer showed 7 new emails. Refreshed the phone and bam, they popped up.

Anyone else getting a delay or no gmails(unless refreshed) on their phone at all?

View 6 Replies View Related

Android :: Refreshing A Spinner

Jul 3, 2010

I have a view with a spinner. The activity starts another acvitity with a popup where I add or delete values that the parent shows in the Spinner.

So, in onActivityResult() I refresh the content of the Spinner so that it reflects any additional or deleted values, by calling my fillSpinner() method.

The parameter to this method is the previously selected value:

CODE:..........

When I open the Spinner, it contains the correct list (i.e. it was refreshed) and the correct value is selected. However, the Spinner control itself (in its closed state) does not show the selected value, but the first in the list.

When I step through the code in the debugger, the Spinner value is correct before and after I call setSelection() (and it is always called with the same correct id). However, since I cannot step out of the event, when I resume the execution after a short moment the value in the Spinner changes.

In other words, the spinner's displayed string is changed and is different from the selected item when I return from my popup activity.

View 1 Replies View Related

Android :: Refreshing A Listview

Jul 7, 2010

I have a listview that's populated by rows that get their data from a web server. It all works totally fine except I want to have a refresh button to re-download the data. I'm getting the data through an asynctask (getting the data in doinbackground) and then setting the listadapter in onpostexecute. All I do to run the asynctask which should take care of everything is run

new PopulateListTask().execute();

However, in my optionsSelect method, creating a new asynctask just like I did in oncreate doesn't do anything. It doesn't even enter doInBackground. I've tried using listView.invalidate() and listView.invalidateViews(). Is there some special way I'm supposed to repopulate a listview?

My only guess is that since I'm using a custom adapter, my getView method is creating some kind of error, but that wouldn't explain why it's not even entering my asynctask's doInBackground method. Thoughts?

Posting some code. This is a trimmed down version.

CODE:............

I'm getting this in my logcat when executing my asynctask the 2nd time. Any idea what it means? I tried googling to no avail.

View 1 Replies View Related

Android :: Refreshing An Activity

Aug 23, 2010

I created an Activity which allows navigating between pages with a couple of Buttons (Previous and Next). When the user clicks one of the buttons, the Activity (same) needs to be "refreshed". In order to do this, I set up the buttons to make a call to onCreate(this); after they set up the other stuff that the activity uses for the paging to work. And it is working so far, but I'm wondering if there is a better way. Is there?

View 3 Replies View Related

Android :: TabActivity - Refreshing ?

Aug 18, 2009

I have a TabActivity based class which has 3 tabs. All are ListActivities (but that's not important for this problem)

I'm updating the TabHost's TabSpec's to change the text on the tabs. This works fine and the ListActivities display correctly.

Iater on the execution flow I need to update the Text on the tabs from "Current Text" to "Current Text (3)", for example. I update the TabSpec.setIndicator() with the new text, and attempt to call invalidate() on the TabWidget (and all it's children). But the tab text refuses to update!

View 5 Replies View Related

Android :: Weather Widgets Not Refreshing

Feb 21, 2010

Anyone else having problems with the Weather Widgets app clock not refreshing? The weather seems to do its job every 30 minutes, but the clock gets stuck at times. Like today, it was 3 hours off. Anyone know of a fix for this? I checked for updates, but no luck.

View 4 Replies View Related

Motorola Droid :: Youtube Not Refreshing

Nov 11, 2009

I've had the same "Most Viewed" and "Most Discussed" videos on my Youtube app homepage since the day I got the phone... I can't stand apps that never update properly and so far the Youtube and Facebook ones are both doing it

View 5 Replies View Related

Sprint HTC Hero :: Email Not Refreshing

Apr 14, 2010

I'm using the HTC email service on a rooted Sprint Hero, Fresh 1.1 Gumbo. i have no apps installed that did not come with the ROM, my mobile is toggled on, i don't ever use wi-fi, and my email accounts are both gmail and yahoo (although my default is yahoo)...i think that covers any possible questions. anyhow the problem is sometimes my emails will not refresh at 15 minutes.

View 13 Replies View Related

Android :: Refreshing An Activity On Tabwidget

May 24, 2010

I need to refresh my listview on my activity whenever i remove an item. I tried to call the activity (startActivity(Intent) ) it works but i lose the tabwidget.How Can I refresh my list without any lost ?

View 10 Replies View Related

Android :: Refreshing A ListActivity Within TabView

Nov 20, 2009

I'm running into some issues here with my app. I have 4 tabs run through a tabActivity. One tab sends an intent and run my ListActivity that populates the screen from a simpleCursorAdapter. My problem is that when I change back to this tab, after the first time its run, the list never refreshes regardless of the changes made to the database via other tabs. Is there something I can call from onTabChanged to refresh my ListActivity?

View 3 Replies View Related

Android :: ScoreMobile - How Does Refreshing Work

Sep 20, 2010

In the Settings menu, there is an "Auto Refresh" option which you can set to "Never," but there is also a "Ticker Refresh" option which you can't turn off. What do each of these things control? Is the Auto Refresh just for when the app is running? Does it affect the widget at all?

Does the Ticker Refresh option only affect the widget? Does it have any effect if the widget is not being used on any homescreen?

View 1 Replies View Related

Android :: Refreshing Data In ExpandableListView?

Apr 24, 2010

My problem is when I want to refresh data in ExpandableListView while being in that current activity. I create adapter and when I want to add new data to list I call again constructor of that adapter(it is my private variable) with all new data....and then I call onContentChanged() method to redraw my list.
But what happens is that I cant expand my list any more...like it is blocked or something and logcat isn't saying anything...

This is the code that i call after setting new data in arraylists and maps:

CODE:....................

View 1 Replies View Related

HTC Hero :: Phone Mail Not Refreshing / What To Fix?

Aug 10, 2010

My mail was working fine up until I updated to 2.1.

Now my mail won't refresh automatically; if I go into the mail app and manually refresh the mail still comes through, but even though I have it set to refresh every hour it doesn't seem to do so!

I have all the alerts on, and I have also tired deleting and re-adding the account again with no luck!

View 3 Replies View Related

HTC Legend :: 'People' Information Not Refreshing / Need To Do

Aug 4, 2010

My 'People'/contacts app is linked to my Facebook account but seems to have stopped refreshing/updating when they do things like update their status or profile pictures. I have updated the Facebook app but to no avail; people on the Legend's Facebook page say that it is an error of which HTC are aware and 'working on', but I thought I would check here to see if anyone knew anything else about it. It's not a major problem but it can be rather annoying to see the same status update over and over again.

View 1 Replies View Related

General :: Album Index Not Refreshing

Jun 2, 2012

I recently moved a hundred or so photos off my phone but the thumbnails still show in the directory view of photo album. I can remove them one at a time, but it's tedious. I can't find a way to refresh it, and can't find the directory where the thumbnails are stored to wipe them out en masse .

View 2 Replies View Related

General :: IMAP Email Not Refreshing?

Feb 2, 2012

Droid Razr MAXX stock email. I have 2 IMAP email accounts that sometimes refresh (I.E. the email pushes right away) and sometimes if I manually check it hours later, I see that emails were sent 2-3 hours ago with no notification or no push.

This sometimes happens too with Exchange, but not as often.

View 2 Replies View Related

General :: Zooper Widget Not Refreshing

Jan 21, 2014

I have Samsung Galaxy S4 and have made some cool widgets with Zooper Widget. These worked fine initially but some of the widgets with time features get stuck on the time or incorrect city and don't display the correct city or time.

View 1 Replies View Related

HTC Desire :: Is There A List Of Icons Anywhere?

Sep 16, 2010

Is there a list of icons, with a description of what they're for, anywhere the ones that appear at the top of the screen?

View 2 Replies View Related

HTC Desire :: Sms Contacts List

Aug 12, 2010

ive got a problem with my sms contacts list. it is linked somehow to facebook and each contact has been replicated like 8 times yet if i go into people on the phone section its finr it just shows my contacts on my phone not fbook ones (too many friends u see lol) there fore the list is massive and i think its growing

View 4 Replies View Related







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