related to accessing contacts(CRUD, operations on contacts like messaging) from contact-list or address book in mails, android, iphone, windows-phone or facebook.

learn more… | top users | synonyms

0
votes
1answer
30 views

Display Phone Number on Windows Phone 7.5 Emulator

Re-Edited My Question with code snippets... I know this question is raised many times and the solutions already provided, yet I am not able to display Phone Numbers on windows phone emulator, but only ...
-2
votes
1answer
16 views

making a contact list [closed]

I'm teaching myself android programming. I'm looking for a good contact list tutorial (it'll help me with content providers and the sqlite database). I've spent hours on google looking for one but ...
0
votes
0answers
10 views

Couldn't find AOL Contacts API

I couldn't find AOL Contacts API. I'm working on social networking website.I need to import contacts from different sites but I'm stuck with AOL using asp.net Any suggestion?
0
votes
0answers
16 views

Google Apps Script - ContactsApp - Directory search

From within the Google Spreadsheet I am trying to validate an e-mail address which the user enters to one from within the domain directory. The aim is to change ownership / collaborator rights ...
1
vote
1answer
40 views

How can i get the profile image from my gmail account in android

I am currently working with an application which has to set a profile image. Can I set the profile image from my primary Gmail account profile image? Recently I've seen an application like that ...
0
votes
0answers
14 views

How to import contacts from AOL using asp.net? (api/dll/library)

How to import contacts from AOL using asp.net? when I explore the buddylist api then I get following message. "Closing of Userplane Business on August 1, 2013" In the site ...
1
vote
1answer
18 views

Android ContentProvider applyBatch not saving all contact data

Im trying to save a contact with data in all available fields. But for some reason not all the data gets saved. Only fields that seem to work are: StructuredName Phone Im Organization Can anyone ...
0
votes
1answer
27 views

Provider contacts is always in use and because Android Core Apps (android.process.acore) not released after querying Contacts Provider

My app queries the contacts content provider to display a list of frequent contacts (using the Contacts.CONTENT_STREQUENT_URI) and their photos (Data.CONTENT_URI). The cursor returned from the query ...
0
votes
0answers
3 views

ABPeoplePickerNavigationController erratic behaviour

I am trying to use ABPeoplePickerNavigationController to allow the user of my app to select a phone number or email address for a message to be sent to. The current method I'm using - which I've seen ...
1
vote
2answers
38 views

CursorLoader/adapter not displaying correct values

I'm attempting to query Nickname and SIP Address from the contacts. The issue I'm running into is that both of them are stored in DATA1 column. So when I run a query, I only retrieve the Nicknames. ...
0
votes
1answer
18 views

Got No Authentication header information error while using Google Contacts API Java

I receive AuthSub token and using that to retrieve all contacts from google. The code snippet try { URL feedUrl = new URL("https://www.google.com/m8/feeds/contacts/default/base?max-results=" + ...
-4
votes
0answers
14 views

Migrating iPhone Contacts [closed]

I just got a new iPhone 5 and I use a MacBook Pro. I have a big list of contacts in Excel that I can structure into a csv or text file format. If I want to get these contacts onto my iPhone in a ...
0
votes
0answers
20 views

getting email from Android phone contacts

Please, I've been trying all day to get the email address of all the contact on a phone but somehow, i can't get it to work. Please can someone tell me where am going wrong.. all others work except ...
0
votes
0answers
18 views

PhoneGap - contacts.create duplicates Contact in iOS

I am building an iOS Phonegap app that has the option to add info to a contacts entry using this JavaScript: function saveContact() { var contact = navigator.contacts.create(); ...
-4
votes
0answers
24 views

Is there an Android contact manager that isn't trolled or otherwise invaded by Google or others? [closed]

I don't like getting unsolicited invitations -- or having emails sent by Google to my Google contacts!
8
votes
2answers
127 views

Intent.ACTION_PICK returns empty cursor for some contacts

I have an app in which one aspect is for a user to select a contact and send a text to that contact thru the app. The app only works with some contacts and fails on others. More precisely: for the ...
0
votes
2answers
39 views

Accessing contact data Android

If I'm assigning a value to a field of a contact, such as nickname; .withValue(Nickname.NAME, "Mr. Incredible") it is stored in the DATA1 column according to ...
0
votes
0answers
24 views

How to retrieve contact numbers and save them?

I am developing an emergency Android application and I don't know how to retrieve contacts (for ex. 4) from the phone's catalogue firstly, and then save the selected in the app. database. Thus, ...
0
votes
0answers
22 views

Android: How are call details compared to saved contacts

I am creating an app for which I need to know the Algorithm that is used to compare Call Details with the Contacts that are saved in any phone. For example: If the phone number of an incoming call is ...
0
votes
0answers
14 views

Get number from call log when contact is created

I have created a alternative app for creating a new contact in android. It works fine when we create a contact. But when we create a contact from call log selecting "create contact" in context menu, ...
0
votes
1answer
42 views

Retrieve Contact name from phone number

I've been looking everywhere since the past few days to find a way to retrieve a contact name using a phone number I already have stored in a variable, unfortunately everything I found so far seems to ...
0
votes
0answers
36 views

Adding contact to WP8 with Facebook/Twitter infos

Let's say that I have some infos about someone and I want to add them to my contacts using my app. The infos may be: Name Surname Email Facebook Name (and/or Facebook user ID) Twitter Name Now, ...
0
votes
0answers
44 views

Read/Copy iphone contacts from PC using C#

Can anybody guide me How to read contacts from iphone from PC using C# application. Recently, I had used Mobiledevice.dll from http://mobiledevice.codeplex.com/. You can retrieve its model, serial ...
0
votes
0answers
52 views

Trigger the native contacts ui in phonegap [ios]

I've been looking through the documentation for the Contacts API and there are ways to retrieve and save contacts to display them on your own UI. But is there any way to trigger the native contacts ...
-1
votes
0answers
30 views

Update contacts in phonebook application according to most call contacts

i'm new to android and i almost done with programming the phonebook with add, edit and delete functions. Now i'm trying to arrange and update the contacts according to the most call contacts, if ...
0
votes
1answer
38 views

Store Image and get images

I'm going to make vcard which also can save image picture. can anyone help me?? I already read the documentation at ...
0
votes
0answers
49 views

set image as the contact icon in Android app

Right now I'm working on android version of the app, that is simply working with contacts on the telephone and going to download the image from the server and set it as the persons icon in contacts. I ...
0
votes
0answers
25 views

View the contact's picture in android eclipse

I'm trying to view the contact's picture on my view but i cannot understand any answer i find because i am not at all familiar with the uri or bitmap; what i have been using is a Cursor to get what i ...
0
votes
1answer
47 views

Clicking on cancel button not returning to my ios app

Can anyone please help me out ,iam fetching contacts from gmail using Oauthx to my ios app. After entering the credentials to gmail iam getting all the contacts till here its fine , but for ...
0
votes
0answers
21 views

Parsing URIs for Android Database Queries

I am trying to query Android contact information and I so I want to query just the information associated with a single contact for a function I'm writing. Formerly I was using ...
0
votes
1answer
111 views

java.lang.IllegalStateException: Couldn't read row x col x from CursorWindow.Make sure the Cursor is initialized correctly.contacts

I´ve developed an application, which goes through all contacts on android. It´s already published and currently installed on about ~800 devices. It is running on almost all devices without any ...
1
vote
1answer
59 views

Get name of contact by nickname in Android

I have some problem with Contact Provider. I have a nickname, which stored in string variable text. I want to get name and surname of user, which have some nickname. But it's something wrong with my ...
0
votes
0answers
29 views

How to change contacts thumbnail using ContentResolver… Im totally stuck

I've been trying for days now to crack this... I simply cant understand how to change or update a contact's thumbnail image. I am working on an app that has a GridView with all contacts in the ...
0
votes
0answers
69 views

I am trying to load contacts in my phone.. the code works fine in emulator but crashes in phone

package in.wptrafficanalzer.listviewcontacts; import java.io.File; import java.io.FileOutputStream; import android.app.Activity; import android.database.Cursor; import ...
-1
votes
1answer
57 views

how to retrieve iphone contacts to my windows form application c#?

i want to be a program for receive iphone contacts (for windows application not ios) and add new contact and delete contact like as iTools for windows. backup and restore, delete all etc. which ...
1
vote
1answer
71 views

Get user/owner profile contact URI and user image with API 8 onwards

From API 14 (Android 4.0 onwards) onwards I can use ContactsContract.Profile.CONTENT_URI to get the phone owner's contact profile Uri, and through that obtain their avatar/contact photo. I want to ...
2
votes
0answers
48 views

how to retrieve the list of contacts in android

my purpose to retrieve the list of contacts (name, number) is recorded in a json object, to send via web service to the server then I found the code to visit contacts, and it is good, I test this ...
0
votes
0answers
58 views

how to detect a deletion, update, add a contact database

I can create an android service allows to send a message from web servcie when there is a change, addition, deletion in the contacts database I found this code but i do not how to use if ...
0
votes
1answer
40 views

EWS get Contacts - CustomerID & Account

ExchangeService service = this.GetService(); FolderId folderID = GetPublicFolderID(service, "My Address Book"); ContactsFolder folder = ContactsFolder.Bind(service, folderID); int folderCount = ...
0
votes
2answers
31 views

How to retrieve the number of new contacts added to the contacts database

is there a column in the database of contacts indicates the date added to the base or the last modification date, because I want a method used to retrieve the new add I found SEVERAL method but I did ...
0
votes
0answers
53 views

how to detect and save new contacts add contacts database

how to detect and save new contacts add contacts database I do a search to find what are the possible way to do that I find this example: good example link this ...
0
votes
0answers
42 views

how to detect new contacts added to the contact database

how to detect new contacts added to the contact database I find a lot of code on the INTERNET but do not work or contain errors..... is there an idea not a code to detect new contacts add I know my ...
0
votes
0answers
36 views

Google Contact API Photo Upload

I am using Google Contacts API 3.0/2.0 to upload images to our Google Apps domain. No authentication errors. Used both ClientLogin and Oauth ...
0
votes
1answer
20 views

iCloud ios mail contacts

I want to develop an iOS App, which can access my iCloud mail contacts. Can I do that, does Apple allow such coding? Or are there some private APIs maybe? Thanks in advance
0
votes
0answers
41 views

How to call the Contacts application whith filter (starts with “h”)

How to call the Android Contacts application to show contacts starts with "h" Intent i = new Intent(); i.setComponent(new ComponentName("com.android.contacts", ...
0
votes
1answer
62 views

How to retrieve users by PhoneNumber in Quickblox in iOS? [closed]

I am involved in a chat application and I have to retrieve users from QuickBlox by phone number in iOS Can anyone help me out Please, Your help would be Highly Appreciated.
0
votes
0answers
42 views

ContactStore InvalidCastException on SaveAsync

I'm trying to save a contact to the Windows Phone (8) Contact Store. My code doesn't do anything non-standard: private async Task SaveContactToLocalStore(IMyLocalContact myLocalContact) { var ...
0
votes
1answer
173 views

SQLiteException Unable to convert BLOB to string when contact have photo. Android

In my code I update contact information including name, address, email, and photo. When contact have no photo all OK. But after assigning a photo for the contact I get ...
0
votes
1answer
78 views

get yahoo contacts in android using oAuth

this is my code to get yahoo contacts in android . i m able to get upto access token but while making GET request for contacts im getting signature invalid error. i searched a lot but i couldnt ...
0
votes
1answer
92 views

Android Application run perfectly on emulator but crash on my own mobile

i made an Android Application who create a list with the email of all contacts and when you click on a contact send the email to him. The problem is that when the app has to receive the list of ...

1 2 3 4 5 26