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

2
votes
2answers
168 views

Random crash on ABAddressBookSave

I am having a problem solving a random crash: It some times crashes/ sometimes not. According to EXC_BAD_ACCESS when executing ABAddressBookSave !, I should take multivalueref for proper values, ...
0
votes
0answers
184 views

import contacts from addressbook in iOS 6 using the access permission

I want to import the contacts from address book and all the contacts to be displayed on table view. To display all the contacts in table view I am using the following code. ABAddressBookRef ...
0
votes
0answers
446 views

There is no contacts sync option on Android ICS phone? How to resolve this issue? [closed]

On my Android ICS phone, facebook application was installed successfully. When lauch this application, there is no contacts option. Who knew this reason of this problem? How to resolve this problem? ...
1
vote
1answer
207 views

How to add Contact info in Android App with Xamarin

I'm developing a simple application which will store a contact name and ip address. In my mind i imagined i would have a text field where i could enter a name, and another text field for the ip ...
0
votes
0answers
134 views

iPhone - interfere with Bluetooth contacts sync (PBAP)

I'm trying to add another value for each contact when the iPhone is connected to Car Kit (using Bluetooth PBAP). So - for example, in my case I have 2 contacts on my device: "John Smith" and "Barry ...
0
votes
0answers
31 views

Merge Two ABRecordRef contacts

How can I merge two ABRecordRef records? I mean I want to get all properties from one record and save it to the other record and delete the first one.
1
vote
1answer
40 views

How can I determine in which region a New Zealand city/town/postalcode is located? [closed]

I have an app which lists a lot of postal addresses from user-generated data. Where applicable, addresses will be grouped by state, province, or region. New Zealand postal addresses contain a city ...
0
votes
1answer
66 views

Issues in android contacts when convert to json array in android

Currently i am working with android contacts,i want to convert this in to json array for post this contacts to webserver,i am able to get all contacts,but issues is when i print the json array it ...
0
votes
2answers
278 views

How to populate Contacts from Phone to Custom Listview?

I created a Custom ListView using BaseAdapter now I want to populate this Listview with Contact Name and Number from Phone book..I am trying this.. import java.util.ArrayList; import ...
0
votes
1answer
328 views

iOS - How to have UITableView with edit mode exactly like Contacts App?

I am building an app that will have it's own list of 'contacts'. It will not be connected to the device's actual contacts app. However, I want to basically imitate the Contacts app 100%. That is, ...
-1
votes
1answer
78 views

how to add users (friends) in a social network application [closed]

hi i'm creating a social network site and im stuck in the part where USER A wants to add USER B. USER B should get a notification about it and either accept it or ignore it (like Facebook does). can ...
0
votes
1answer
256 views

Searching through contacts in android by name?

I want to implement dynamic search in android. I want to find contacts starting by the alphabet entered by the user. I am trying to implement it using SearchView.I have made a searchable activity and ...
0
votes
0answers
153 views

Get all types phone numbers and email id's like Home,work,mobile in android contacts

currently am working with android contacts.using the following code i am getting only one email id and one phone number.how can i get the all email id's and phone numbers of one contact like ...
0
votes
1answer
343 views

Android device contacts showing duplicate contact entries

I am intending to develop an android app which facilitate to fetch device contacts and show in list. I am using below code for fetching device contacts it's working fine but showing duplicate entries ...
0
votes
0answers
33 views

Controlling phone functions with HTML

Can I can control my phone functions with HTML? For example: <a href="tel:+1800229933">Some Service</a> will call that number. Now I wonder whether I can add this number to my ...
0
votes
1answer
197 views

Displaying contacts with EMAIL address only in android

i am trying to build a app, where phone contacts only with email address has to be displayed to the user.When the user click on the editbox in my app,phone contacts only with email address has to be ...
0
votes
1answer
16 views

Virtual Contacts in Android

Short question regarding virtual contacts in Android. Is it possible to have an Android Service Application (Background Process) to be able to provide contacts on the fly to the contacts application. ...
0
votes
0answers
159 views

Importing Yahoo Contacts

Sometimes I will have a problem when I want to import Yahoo contacts to my site, when I tried to import the contacts, it goes to the Yahoo import contacts page, when I click agree, it just changes the ...
1
vote
0answers
112 views

Retrieving Google Contacts always omits custom fields

I have a bunch of Google Contacts, and I've added custom fields to most of them (using the standard Google web interface). When I use the following code to retrieve the contacts into my C# program, ...
0
votes
1answer
53 views

Search contacts by phone is giving “No source available” exception

I downloaded this sample "Contact filtering and matching for Windows Phone" from msdn: When I run it and select "phone" option and click search without filling a phone number it throws an ...
0
votes
1answer
47 views

Showing prefilled contact screen to user on android 1.6

I have got following project requirment. When user has given android.permission.WRITE_CONTACTSpermission in his manifest then we should add contact programatically. ( This part is done and working ...
4
votes
1answer
92 views

ABAddressBookGetGroupCount does not give proper count

I need to return all the contacts of particular groups. So have been trying to do some sample code which extracts all contacts. To start with needed to find all the groups in phonebook. When I opened ...
0
votes
1answer
82 views

Using the ContactPickerUI in a Windows 8 Store App

I want to add a new contact from my Windows 8 Store app and save it so it will appear in the People app which comes with the OS. The documentation says there's a class ContactPickerUI which has the ...
0
votes
2answers
48 views

how to get the number type of a contact in android?

I'm developing an application that uses the contacts ! to do some work ! and one of the most important things is the number type ! so if one contact have more than one number ! I need to get the ...
0
votes
1answer
68 views

How to find out which application is accessing phone contacts in background?

I have searched a lot but didn't find any thing useful. I have created one sample application which will read and write the contacts and check the Android Log but didn't found any intent or any thing ...
2
votes
1answer
39 views

Callback for phone contacts modification

Does WP8 have any OS hook or callback (sync mechanism) I can implement to get a notification when a contact changes? For example I'm running an application as a background agent, and a user randomly ...
1
vote
1answer
40 views

Tridion OutboundEmail - Contact synchronization from several Presentation servers?

I'm facing a problem with OutboundEmail Synchronization for Contacts. We have the following scenario : 2 load-balanced CMS servers and 3 load-balanced CDE web servers located in different data ...
0
votes
0answers
30 views

Methods to load contacts from phone

im having some problems with my app, it consist in load contact list from contacts saved on phone. But for some reason, sometimes (90% of time works perfectly) when i load the contact list, it doesnt ...
0
votes
1answer
108 views

Synchronize contact lists with a central server

We have some data that we are trying to synchronize between N machines and a centralized server, and I'm looking for a way to do this that is relatively efficient and robust. Looking around, it ...
0
votes
0answers
12 views

Create custom message for Contact Access? [duplicate]

I'm trying to create a custom message for when the user enabled contacts. The default message is something like "[YouApp] wants permission to access your contacts". I haven't found anything on how to ...
0
votes
0answers
87 views

Issue in Finding Duplicate contacts in Android Phonebook

I have written this code myself,first i am storing all the contact numbers from phone-book in an array. Secondly i am finding duplicate numbers in the same array. It gives me duplicate data correctly ...
0
votes
0answers
40 views

Unable to fetch contact having single name and number into textview-Android

I am able to fetch the contact name and number which are having multiple number.User is able to select one of them. My problem is that user cannot fetch the contact having single number. Following is ...
0
votes
1answer
73 views

Read contacts with pictures on IOS?

Hey friends currently i am working with backup and restore app in IOS every things works fine, i can read contacts, but i got stuck in reading contacts with picture, any answers related are ...
-5
votes
1answer
105 views

creating view of default contact application in Android same as in samsung [closed]

I am creating application in Android. We need to create view same as we have default contact application in samsung. What i need is, i have to mention header suppose having name A under this list ...
0
votes
1answer
78 views

Titanium - know if a contact have my app installed

I use Chat ACS Titanium http://cloud.appcelerator.com/docs/api/v1/chats/create in my app. I've need to know if there are people of my contacts book that have my app installed (like whatsapp o viber). ...
1
vote
1answer
113 views

Restrict iCloud contact/calendar sync

I am working on an application in which we have provided option for remote contact, calendar, etc wiping. The functionality is working fine until we had discovered about iCloud. Now when we send wipe ...
0
votes
1answer
144 views

CSV Headers in Gmail, Yahoo, Outlook and Hotmail?

I want to know the list of CSV headers from the CSV files provided by GMail, Yahoo , Outlook and Hotmail. Tried looking over the internet for the list but couldn't find any. I am trying to import ...
0
votes
0answers
105 views

Is there any way to search google delegated contacts? [closed]

I could't find a way to search this kind of contacts. I don't know if this is a "google bug", or perhaps they left this functionality for the future.
0
votes
1answer
121 views

Android, cant access contacts phone numbers

I cannot access the phone numbers of my contacts and can't figure out why. private void getContacts(){ Cursor people = mCon.getContentResolver().query(ContactsContract.Contacts.CONTENT_URI, ...
0
votes
2answers
338 views

Programmatically Request Access to Contacts in iOS 6 and later [duplicate]

How to access contacts in iOS 6 and later? I think it needs some permission . Could anyone tell me how to request for permission programmatically?
0
votes
1answer
90 views

Can I write a plugin for the Windows 8 “People” app?

When I look at a contact in the Windows 8 "People" app, there are many different options that show up, depending on what data is available. Some of these are built-in functions, but there are also ...
2
votes
1answer
461 views

android showing both sim and phone contacts

In my code I should display only phone contacts: I followed previous posts but I still display both phone and sim contacts. Here it is my code: Uri uri = ...
0
votes
0answers
107 views

How to get Group ID of contacts Number (Android)

How to get Group ID knowing contact's Number I guess it have to be another query inside this one, but I have not ANY idea how to do it Here what I've tried: String[] projection = new String[]{ ...
0
votes
1answer
114 views

Python: how to print an AD user's mobile number?

I'm again a bit stuck I'm afraid. I've been scouring the internet for anyone who might've needed to do the same thing, and there does appear to be a few who've managed it, but I just cannot fit all ...
1
vote
1answer
313 views

PhoneGap - only show contacts with phone numbers

Is there a way to only show contacts that has phone number? Right now i am getting all the contacts and then looping thru each and finding out their phone number but i was wondering if there is a way ...
0
votes
0answers
86 views

Contacts content provider or hide contacts in the AB?

I am developing an iOS app that has its own AB, depending on the user's choice I would like iPhone to use its contact information, however I do not want these contacts to be visible in the iPhone AB ...
0
votes
1answer
322 views

Android Get phone number from contactlist

Here ,code to get phone number to retrive phone number from contactlist . it works fro "name" . but i can not get phonenumber please give me code to get phone number.Thanks in Advance........ cr ...
0
votes
0answers
58 views

iOS - retrieve phone number from contact list; when no number is available, the app crashes

I import a phone number to my app but when I tap a contact without phone number, my app is crashing. my code: if (ABMultiValueGetCount(phoneNumbers) > 0) { phone = (__bridge_transfer ...
0
votes
2answers
70 views

Multiple rows insert auto insert in edit mode with UITextFields, similar to contacts phone/email

I am trying to recreate functionality of similar to adding/editing phone numbers or emails in the contact editing on the iPhone. I always have an empty row with placeholder text available. In edit ...
0
votes
0answers
26 views

How to apply a photo to a contact in WP7?

Is there any dll or extension for SaveContact task in WP7 so that it could also save contact photo at the same time? In my application I need to save contact data into address book including photo. ...

1 2 3 4 5 27