Android :: "SMS Popup" / Contact Photo Not Appearing When Text Arrives?
Oct 29, 2009
I just installed the "SMS Popup" application on my (UK) T-Mobile HTC Hero (which has the latest UK T-Mobile official Android ROM installed - Oct 2009), and the app works great, but doesn't display the senders contact photo when an SMS popup arrives? Most demos of the app I've seen running seem to show the users contact photo popping up when a text arrives. Anyone else had this problem, or am I missing an obvious setting etc?
View 11 Replies
Jul 2, 2010
Is there a way to create custom popup window like 'Quick Contact' or the one in official Twitter application (image attached) ? I've read the Contact app source code (downloaded from git) but still confused, it seems to use internal api.
View 3 Replies
View Related
Jun 7, 2010
Anyway i can get the photos from my facebook friends to be the photo for there contact photo in my phone book?
View 2 Replies
View Related
Apr 25, 2010
Just received my Desire yesterday and I cant keep my hands off it. Anyways this is my problem...
Since I travel and change my SIM quite often, the nos. of my contacts have been saved with the country codes so that I dont have to keep adding digits when I have to make calls. So because of this when I receive Local Calls ie calls without country codes it says unknown contact even though this contact is saved in the phone.
Example: 00974 123456 is saved in my fone....00974 is the country code and phone no. is 123456. When i receive a local call from this no. it shows 123456, and hence the Desire is not recognizing the contact.
All contacts are saved in phone memory.
View 28 Replies
View Related
Nov 19, 2010
I have a ListView that is being populated. I have checked the contents of the datasource and it contains valid data. Unfortunately, the number of rows is correct, but the text I want to display is not appearing. Here is how I am setting up the ListView: Code...
View 2 Replies
View Related
Jan 1, 2012
I'm using Android 2.3 with LauncherPro as launcher. I've added a shortcut to a contact on my desktop (longpress -> shortcut -> contacts then choosen a contact). When I click on the shortcut I got a popup with a list of application that can be used. Dial, Message, Mail and so on. Is there to customize this list (change the order of applications) ?
View 3 Replies
View Related
Jul 24, 2010
Am now onto my second Sony Ericsson Xperia phone, as I am unable to compose a new SMS message. ALthough I have imported all contacts from SD memory card, and they appear in my contacts and if somebody is to call or SMS me their name appears but when I go to send a new message no names appears just lets me type their name but does not allow to send the text as there is no number?
I really like this phone and do not want to have to get a 3rd one or change phones altogether.
SIM card does not work effectiviely either. SOme numbers come up with a search but I almost have to type the full name - cannot just enter say "D" and all names appear under that letter.
Vodafone and Sony Ericsson are unable to provide any further advise as I have completed factory data resets, un and reinstall software updates. Sony Ericsson has said they have not had another feedback like this?
View 2 Replies
View Related
Oct 16, 2010
Coming from Nexus One to Droid X and want to put contact shortcuts on one of my homescreens that when tapped will let me choose from phone, messages, gmail, view contact and google talk. It was an easy option on my NO as well as my wifes Milestone. Cant figure it out on the X or her Droid 2.
View 7 Replies
View Related
May 5, 2009
I have an application that has 2 AutoComplete TextViews on a single screen. I have just upgraded the application from 1.0 to 1.5 and I am facing 2 issues here: 1. I get soft keypad for only one of the text view. Wat could be the problem with the other one? 2. For the text view that i get soft keypad,on entering data into the text view using soft key pad, i get the below exception.
View 3 Replies
View Related
Dec 28, 2009
Does anyone know how to change the color of the text within the popup list that appears when you longclick an EditText view? In my app when I perform a long click on the EditText view I get a popup menu dialog with Copy, Paste, Input Method appear, and I can't figure out how to change the default text color in this dialog.
View 3 Replies
View Related
Oct 29, 2010
Trying to add a photo from my sd card to a contact. Did the edit thing and tap the grey icon in top left and nothing?
View 2 Replies
View Related
Aug 18, 2010
Alright, I'm just trying to learn about using Contact information, but I'm a bit stuck. I would like to be able to display a picture for the contact. Using the following code that I have, how would I be able to put the photo for the contact in the ImageView in contact_entry?
ListView contacts_list = (ListView) findViewById(R.id.contacts_list); Code...
View 1 Replies
View Related
Mar 4, 2010
I'm having trouble loading a photo for a contact in Android. I've googled for an answer, but so far have come up empty. Does anyone have an example of querying for a Contact, then loading the Photo?
So, given a contactUri which comes from an Activity result called using
startActivityForResult(new Intent(Intent.ACTION_PICK,ContactsContract.CommonDataKinds.Phone.CONTENT_URI),PICK_CONTACT_REQUEST)
content://com.android.contacts/data/1557
The loadContact(..) works fine. However when I call the getPhoto(...) method, I get a null value for the photo InputStream. It is also confusing because the URI values are different. The contactPhotoUri evaluates to: See the comments inline in the code below. Code...
View 4 Replies
View Related
Aug 30, 2010
Is there any way to retrieve the data type of a contact's photo? (e.g. "image/png" or "image/jpeg"). Using the Contacts Provider I can read the photo byte array only. In this case can we get the image type from the image stream?
View 3 Replies
View Related
May 29, 2010
I use the facebook linked photos for my contact list but this doesn't update with any new display pictures the contact may have on facebook - is it possible to auto update these contact's photos, otherwise what's the point of a "link"?
View 3 Replies
View Related
Sep 29, 2009
I was hoping to include the photo for each contact in a live folder. I am using People.loadContactPhoto() to get a bitmap and am placing it into the content provider's result column for LiveFolders.ICON_BITMAP but I keep getting a NullPointerException. Any ideas? Should I not be doing this?
View 17 Replies
View Related
Jul 14, 2010
I've got an imageview which I'm displaying a contacts picture using a uri which always looks similar to this:
content://com.android.contacts/contacts/34/photo
How would i be able to detect whether this photo exists, as if it doesn't then i want to use a placeholder instead (stored in my drawable folder). at the moment it just shows a blank image.
View 2 Replies
View Related
Jun 1, 2010
There are several contacts that do not appear when I try and send them a text I have to go to contacts and do it that way, but that won't work when I want to send to multiple people.
View 5 Replies
View Related
Nov 27, 2009
When I get a reply to a text I sent / replied to, the popup for Handcent shows the first message in the string of texts. I would prefer that it showed the most recent text (the incoming text). Is there any way to change this?
View 3 Replies
View Related
Nov 25, 2009
My application needs to import some photos from Gallery. Indeed, the application groups several persons. I want to attach a photo picked from Gallery to each person. Do I need to develop a activity like edit Contacts? This involves developing the display of images in a grid. Or can I use a provider or something-like to avoid to develop a Gallery-like with memory leak?
View 10 Replies
View Related
Dec 27, 2009
I love the way the Hero's photo album and contact app integrates with Facebook / Flikr. From the album you can go right into you friend's pictures and thumb through them, and from the contacts you can see birthdays, Facebook profile pics, status updates, etc. Is there anything like this available in the market?
View 3 Replies
View Related
Aug 11, 2010
I'm a new Android user coming from years of BlackBerry use. I have the Droid X and was wondering, when using Google Talk, is there a way to enlarge the photo that my friends/Talk contacts use? Also, is there a way to have their selected photos replace the existing photo I have for them in my Contacts?
View 3 Replies
View Related
Jan 12, 2014
I need pop-up notifications of missed voice calls and SMS text messages. The pop-up should remain on the screen until dismissed/acknowledged. If the screen times out, I would like the message to reappear after I log in to the phone. Generally I can't get my phone out quickly enough to see the original message. I can't tell whether I've missed a call or a text message, so I have to check both. I find the missed call format especially unfriendly. I'm using Calendar Event Reminder and loving it. It would be great to find soemthing that works similarly for calls and text messages.
I must have installed some app or selected some option. About 5 minutes after missing a text message the phone produces an very annoying sound. I hope that when I install a new notification app or setting that this annoyance will go away.
View 1 Replies
View Related
Jun 7, 2010
I have a problem and not sure if any one have it too. I took a picture of my wife and set as contact photo. and i put her in my favorites widget, at first it was looking really clear and nice, but after like an hour or two when slide to favorites widget now look fuzzy and blurry. but when i re-edit the picture it comes back clear again.
View 7 Replies
View Related
Aug 4, 2010
I am trying to simply load just the contact photo of all my contacts and display them in a gallery.widget. Do I create a query? I was trying simply just to do People.loadcontactphoto but was getting errors....Any easy way to do this?
View 1 Replies
View Related
Jan 19, 2010
Android:how do i retrieve the contact photo,name,number from the address book and display it using a list view
View 2 Replies
View Related
Apr 8, 2010
I want to write a short app for getting some info from contacts, the first list screen I have should display the user Image (or an Image from resources if no such image exists) an the user display name. The problem is I don't seem to find a query that will provide me with the display name and a user id And the image URI in the same query. Moreover I'm aware of the fact that if the user has no image and the URI is empty or null i will most likely to get an exception while the adapter calls setViewImage(). Is there a simple way around it or should I override the setViewImage() or bindView() methods?
Also about the query, any chance I can make a single query for contact URI, _ID, contact_id and display name? my current queries: To get the contacts:
private Cursor getContacts() { Uri uri = ContactsContract.Data.CONTENT_URI;
String[] projection = new String[] ContactsContract.Data._ID,ContactsContract.Data.CONTACT_ID,
ContactsContract.Data.DISPLAY_NAME };
String selection = ContactsContract.Data.MIMETYPE + " = ?";
String[] selectionArgs = {ContactsContract.CommonDataKinds.StructuredPostal.CONTENT_ITEM_TYPE};
String sortOrder = ContactsContract.Contacts.DISPLAY_NAME + " ASC";
return managedQuery(uri, projection, selection, selectionArgs, sortOrder); }
If I have a contact id and want the image:
int _id = m_cursor.getColumnIndex(ContactsContract.Contacts._ID);
//try to retrieve the photo, if exists.
Uri photoUri = ContentUris.withAppendedId(ContactsContract.Contacts.CONTENT_URI,
m_cursor.getLong(_id)); InputStream is = ContactsContract.Contacts.openContactPhotoInputStream(m_context.getContentResolver(), photoUri);
Here I get from a cursor with _ID column the id and then creating the uri, I know I can get a row number but I'm not familiar enough with contentProvider to know how to join tables to get it all in one query (if even possible).
View 2 Replies
View Related
Jul 18, 2010
I tried the apps "Handcent" and "Sms Popup" and set them to automatically display a popup on the lock screen when there is a new sms (similiar to the iPhone).Both apps, however, only display the popup after the lock screen.I guess this has something to do with this "great" touchwiz overlay Samsung is using. Any way to fix this?
View 1 Replies
View Related
Nov 26, 2013
I have an old mate who has just got his first mobile phone, it is a Motorola Lazr on "3" PAYG
he has taken a portrait photo, with the phone, of a person on his contact list, he would like to put this photo onto the blank icon next to there phone number !
so we "set photo to", there is two choices, we select contact list, browse to the relevant position in his contact list and every time it says "read only, this cannot be used" ?
View 2 Replies
View Related
Jun 11, 2010
Is there a way to stop my text messages appearing in my status bar and on my unlock screen? All I want is an icon and a sound!
View 11 Replies
View Related