Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
357 views

Create Invisible Contacts Group in Android

What I want is to hide contacts from the contact list. So to achieve this I tried a lot and searched a lot. Finally I've come to know that we can generate an invisible group and we can assign ...
8
votes
4answers
2k views

android edit contact

hi im trying to add a phone number to an existing contact on android 2.1. Im currently using: ContentValues values = new ContentValues(); ...
7
votes
3answers
296 views

How to create a contact programmatically

public boolean createContact(String name, String number, String email) { boolean success = true; try { ContentValues contentValues = new ContentValues(); ...
7
votes
2answers
4k views

Contact Us functionality in Rails 3

I wanna make a contact us form in Rails 3 with the fields name, email, message title and message body but I don't know how to do it. The posted messages are intended to go to my email address so I ...
7
votes
5answers
1k views

iPhone : form like new contact

I have some questions about the Apple iPhone Contact App. I want to use the same methode to create and modify information. Here's two pics : So we have the creation and the edition. The form ...
7
votes
4answers
2k views

Gmail Contact api

For my application I need to import the Gmail Address book, which I am able to do by following "Gmail Contact API". Recently Gmail added some of the new fields(i.e. Birthday,Website etc) which are ...
6
votes
1answer
114 views

iOS5- Fetching a mobile number programmatically?

I want to fetch a mobile number from the iPhone programmatically. Is the code below valid to fetch a user's mobile number programmatically?: NSString *num = [[NSUserDefaults standardUserDefaults] ...
6
votes
4answers
1k views

How to add add icons and Intents in the QuickContactBadge menu for my android program?

I'm a writing a program to add a new way of communication such as MMS/SMS or SIP phone to Android. Is there a way to add an icon in the QuickContactBadge menu, when clicking on a contact photo in ...
4
votes
2answers
238 views

Tree-view Alternatives

im currently working on a project that involves listing contacts with a photo and email address, kind of like messengers contact lists. The problem is ListView just dont cut it! I need something ...
4
votes
1answer
802 views

Programatically adding “New Custom Field” To Google Contacts using Google contact API

How to create new "Custom Field into Google Contact using Google Contact API (c#)? I used: ExtendedProperty obj_ExtendedProperty = new ExtendedProperty(); obj_ExtendedProperty.Name = ...
3
votes
2answers
37 views

loading contacts from email

After finishing your signup process in facebook, a page will load asking you if you want to load contacts from your email account and their profile images (be it gmail, yahoo, ...etc). My question is ...
3
votes
1answer
313 views

Android - Make a contact not editable on the phone

Can someone tell me how to make a contact on a android phone 'non editable', I've seen it done with Facebook contacts but i dont know how to do it my self. Is there a value i have to put with a ...
3
votes
1answer
572 views

Android contact programmed sync

I set up an account manager for my application which syncs contacts from my cloud service to the device. The account shows up under Accounts & Sync along with other such accounts (Google, FB, ...
3
votes
2answers
592 views

Programatically adding “Birthday” to Google Contacts using Google contact API?

I am trying to add "Birthday" value to Google Contact using Google Contact API (C#). Can anyone help me out here. I am using Google Data API Setup(1.4.0.2). I got one solution as specified on this ...
3
votes
3answers
3k views

Android Contact List

Can anyone shed a light on how to get contact list from android?. I just want to get the same list as in the dialer app. But im getting a lots of contacts that are not on the dialer list with the ...
3
votes
2answers
1k views

Import emails ID from Gmail, Yahoo, Hotmail, etc. for “Tell a Friend” like feature in PHP

In a project I have to implement a way by which a user can import all contact information from the following: Gmail Yahoo Mail Hotmail Tweeter Rediff Mail Sify Mail Are there any freeware scripts ...
2
votes
1answer
122 views

Empty fields in contact form email : PHP does not parse every values

My contact form is not correctly working. There is 2 section : first fieldset enables you to choose a type of form to display (with jquery) and the other fieldset is for name, email... Validation is ...
2
votes
3answers
109 views

My PHP contact Form does't work correctly… Please help?

Here's my website page with the Contact Form: http://www.3dmark3t.com/contact.html Now the problem is if you don't fill out any info it will have an error message with all the things but not the ...
2
votes
1answer
48 views

How to get the ID of the contact on Windows Phone contact list?

I want to get ID of Contact List Application... Currently I am using class named PhoneNumberChooserTask like Chooser Class but I get only Number, Name, FullName. etc.. but how to get ID of that ...
2
votes
1answer
257 views

Declared constant for Android contact photo size?

Contact photos are 96x96 on my Nexus S. I really don't want to 'bake' that knowledge into my code - is there a constant somewhere that declares this? I've looked, but can't seem to find one.
2
votes
1answer
308 views

Query, backup, delete, insert Contacts in Android

This question should be a starting point to all of us who want to manipulate contacts in Android. First things first As I am aware, since API level 5 the Contacts API has changed, so in order to ...
2
votes
1answer
172 views

Quick Question on Box2D Contact Listener and Filter and Joints

I am relatively new to Box2D and I have a couple simple questions that anyone who has ever used Box2D should be able to answer relatively easily. In my beginContact callback method, I am creating a ...
2
votes
2answers
299 views

Add a contact to a group using Zend_GData and Google Contacts API

I have an application using zend_gdata and create contact with the code below. $doc = new DOMDocument(); $doc->formatOutput = true; $entry = $doc->createElement('atom:entry'); ...
2
votes
2answers
459 views

access the contact number of a contact

I am not able to access the contact number of a contact. I got this code from internet Intent intent = new Intent(Intent.ACTION_PICK); ...
2
votes
1answer
235 views

how to Retrieve Contact from phone ContactList in BlackBerry?

I am the new for BlackBerry In my app I want to Retrieve Contact from phone ContactList. & want to show in listField Pls help me
2
votes
1answer
409 views

undefined method `error' for true:TrueClass

I'm using Spree, and setting up the spree_easy_contact extension. When I send an email, it sends correctly, and saves it to the database correctly, but I'm redirected to an error screen : ...
2
votes
2answers
626 views

How to delete contact in android?

I want to delete user name whose name is Leo. So I am putting delete query as follow int i = getContentResolver().delete(Contacts.CONTENT_URI, Contacts.DISPLAY_NAME +"= 'Leo'",null); ...
2
votes
3answers
230 views

Android: Quickly look up a list of contacts

I am currently developing an App which needs to look up a number of contacts (name and photo) via their phone number. However, this takes several seconds (For each contact: Look up the contact via ...
2
votes
1answer
349 views

Integrate my app with Contact

I would like to integrate my app with contact manager: More precisely: When I run Contact app in my phone and then I click on any avatar, a Popup (Quick Contact Badge) windows shows up with some ...
2
votes
2answers
1k views

PHP Contact Form - Want to stay on my site after send

I am in the process of creating a PHP contact form and all I have is that little problem, with the php script I have, that when the email was send out a new "Thank you" page is called.So the actual ...
2
votes
3answers
775 views

AdressBook Crash, only with some contacts!

My app crashes, it is a problem that arises from the AddressBook API, it only happens with some contacts. Here is the log: Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x00000102, ...
2
votes
1answer
188 views

php contact form on windows hosting error

I am trying to use a php contact form on widows asp.net hosting package, php is enabled but still my form is not sending email it is directing to error.html page...... here is the code <?php ...
2
votes
1answer
1k views

add contact form to static block in magento

how do i add default magento contact form to a static block? {{block type="core/template" name="contactForm" template="contacts/form.phtml"}} doesn't seem to work. thanks
2
votes
1answer
1k views

Adding Contacts into particular group? Google Contact API

I am using Google Contact API to add Contacts and Groups into Google Apps (gmail). I am able to create Contacts as well as Groups. But now i want to: Put contact into particular group at the time ...
2
votes
3answers
596 views

PHP contact form not sending

I have a contact form on a page that sends the details of the form to an email address. You can view it here, www.wonder.ie The HTML for the form is the following: <form id="form" name="form27" ...
2
votes
3answers
563 views

Contact form problem - I do receive messages, but no contents (blank page)

I have a contact form on site which used to work, but since last few months has stopped working properly. This could have been due to some coding error that I can't figure out. What happens is that ...
1
vote
1answer
67 views

Rails 3: Contact form to send messages from User Profiles

I worked through some basic tutorials on Rails 3. The goal is a community-website on abilities and activities. I am using Devise for authentication. The creation of user profiles with avatars worked ...
1
vote
1answer
112 views

Using the “groups” feature of the people app in ICS (Ice Cream Sandwich)

With ICS, we have seen a cool API for the people application (previous contact). That allows you to create "groups" and add a contact to them. There is a demo that has been updated: ...
1
vote
4answers
205 views

Implement reading of contact from phone book Using Hashtable in J2ME

I ran into a bind whereby I had to sort the data read from the phones PIM. In doing this I lost the other to which each contact field was referenced to the telephone number because I made use of 2 ...
1
vote
0answers
61 views

Can Outlook display LDAP adress book like MAPI personal contacts?

I was wondering how to handle LDAP address books in Outlook like MAPI one (display of all contacts in any way, like thumbnails etc...) Of course, this can be a problem in cases of many entries, but ...
1
vote
0answers
160 views

Loading contact from phone book in J2ME

I implemented this code below in order to read contacts from the addressbook of the phone The problem is, In a case when all the numbers in the phonebook are saved in the SIM it reads and displays ...
1
vote
1answer
64 views

Can I access the “ME” contact in Windows Phone 7 (Silverlight)

I would like to get my hands on some of the phone owner's details like their picture (The one appearing on their "ME" tile. Preferably as a Microsoft.Phone.UserData.Contact Is this possible? Cheers, ...
1
vote
4answers
106 views

Having Problems with a PHP Contact Form Inside DIV Set to Display:none by Default

We're using PHP to build a product page for a gallery website that's using GetSimple 3.0 CMS. We are trying to create a contact form that is displayed when you click a button. By default the contact ...
1
vote
2answers
84 views

Need to find replacement to Plaxo account add widget

Plaxo is retiring their Contact widget, and I need to find a preferably free replacement ASAP to include in my site thats currently being developed. Any suggestions are greatly appreciated since its ...
1
vote
1answer
82 views

Android dev: PhoneLookup._ID, Phone.CONTACT_ID, ContactsContract.Contacts._ID all the same?

Do they all refer to the same unique contactId of a contact person?
1
vote
1answer
50 views

Call the dialog “Contact the Developer” from application page

How can I call the dialog "Contact the Developer" from application FAQs ?
1
vote
1answer
273 views

get email type and phone number type 's label used android

I want to fetch the type of email type and phone number type's label used but when im fetching the data using these code its giving position of label use means return integer value but i want the ...
1
vote
1answer
150 views

add a new number to an existing contact on Android 2.2

I am trying to add new numbers (or emails or websites) to an existing contact, but the code does not work well. The code is as followings: int rowId = cursor1.getInt(cursor1 ...
1
vote
1answer
81 views

Android: strange thing about loading contact info

I created an app. It is working on htc desire hd, but when i tested it on ZTE Blade, a strange problem appeared. In my app when user selects a contact name from a spinner a menu appears. In the menu ...
1
vote
2answers
404 views

CRM 2011 - Using contact data on Case form

I've installed CRM 2011 to see if I can tailor it to our business. We do repairs, I want to be able to book in a contact (client) and then a case and have the clients number and address print on the ...

1 2 3 4 5 6