Questions tagged [contacts]

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

Contacts, called Address Book before OS X Mountain Lion, is a computerized address book included with Apple's OS X. It includes various syncing capabilities and integrates with other OS X applications and features.

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

See also:

4036 questions
1
vote
2 answers

Get contacts list in iOS8, crashes the app

Getting contacts in iOS8 (iPhone 5s) causes crash randomly. Crash details: http://hastebin.com/ukihinucaf.md At line: ABMultiValueRef multiEmails = ABRecordCopyValue(person, kABPersonEmailProperty); Here is the whole function: -(NSArray *)…
dormitkon
  • 2,526
  • 4
  • 39
  • 60
1
vote
1 answer

How get contacts from different sources (facebook and other)

How get contacts from different sources (facebook and other). This code i get contacts from sim, phone and google. How i can get contacts from facebook and other? In phonebook these contacts have. ContentResolver cr = context.getContentResolver(); …
bvv
  • 1,893
  • 3
  • 14
  • 16
1
vote
0 answers

Access Contact Photos - Contact ID and Photo Location mismatch

I have a ListView that I want to show contact pictures and contact names in an ImageView and TextView respectively. I am able to generate the ListView with the contact names but am running into issues with the images. Note: I have read through…
g2gsr
  • 43
  • 7
1
vote
0 answers

Is there Applescript code to get mac contacts profile picture?

Please suggest, I need Applescript code to get profile picture url or path or location of mac's default app for address book "contacts" profile picture. Thank in advance, Bharath
1
vote
1 answer

How do you retrieve ONLY the select property from your iOS contacts?

we're having an issue where incorrect selections are being returned from the contacts database on some devices. Is there a way to modify the below code to only return the selected item from a persons contact information? In this case we want the…
mejim707
  • 431
  • 3
  • 16
1
vote
1 answer

PHP Contact form shows Undefined index

I'm very, very new to PHP and I'm still trying to learn it. But I have a problem right now that I need to fix immediately so I am seeking any kind of help for it. I'm trying to make a contact form which can send an message by emailing it. Here is my…
cjss
  • 11
  • 1
  • 2
1
vote
0 answers

How to add custom cell with custom action to ABPersonViewController?

i need to add custom cell to the bottom of ABPersonViewController but i don't find how to do that. Can someone tell me how to add custom cell or should i create my custom ABPersonViewController?
1
vote
0 answers

Android know international number's country code

Basically I will have a list of numbers in database in E.164 format. But usually numbers in contacts are not in the same format they contain 0 OR 00 OR None as prefix while saving them. 0 AND None can be checked via adding prefix of user's country…
Gleon Apps
  • 61
  • 1
  • 9
1
vote
1 answer

Share a whatsapp contact over HTML

I would like to create an HTML link so that anyone could easily find me on whatsapp. There is URL Schema that whatsapp provides but there is no way I found on the documentation to share a contact. The only functionality the schema handles is that of…
jay.end
  • 69
  • 1
  • 10
1
vote
0 answers

multiple contact picker with search option

Am developing an application which require multiple contact picker with search option. I tried http://sachindotg.blogspot.in/2013/11/android-simple-multi-contacts-picker.html tutorial but it is not working. public class Display extends Activity…
1
vote
1 answer

Bootstrap 3 contact modal is not showing up

I have a small contact modal on my website that does not appear. It was working before, but I must have changed something and now it won't work. I've looked over it multiple times and I can't figure out why it's not working. HTML:
1
vote
1 answer

How to dynamically modify callers name

Is there a way how to dynamically modify the name that appears on the screen when somebody is calling? For instance, I have a number "123456789" in my contact list under the name "Bill Gates". Now when the number "123456789" calls me, I want the…
Adam
  • 1,054
  • 1
  • 12
  • 26
1
vote
1 answer

Contact form using html and php

I am trying to create a contact form using html and php, but when I submit the form instead of running the php file it displays the php file on my screen. I do not get any error message. This is my code: HTML

Contact…

user3089079
  • 59
  • 1
  • 7
1
vote
2 answers

Open native maps from the windows phone 8.1 app

Is there a way to open the native maps on a button click on windows phone 8.1 ? I am looking for an API which imitates the native contact store feature where if you click on a map on the address of a contact, the native maps should open up.
golldy
  • 1,279
  • 1
  • 15
  • 31
1
vote
1 answer

Cordova 3.5 ContactFindOption to search contact by phonenumber

I want to search contacts by phonenumber. I am using code: function onSuccess(contacts) { console.log(contacts) }; function onError(contactError) { alert('onError!'); }; // find all contacts with given phone number var options = new…
vinesh
  • 4,745
  • 6
  • 41
  • 45
1 2 3
99
100