2
votes
0answers
76 views
+50
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
0answers
21 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
1answer
165 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
0answers
109 views
Sort contacts like iOS Contacts app
I want to sort the contacts in my app same like iOS default contacts.
If user's preference is Sort By Last,First then my contacts should sort using LAst name & if last is not available for a ...
-1
votes
3answers
296 views
how to fill AutoCompleteTextView from SQLite Database [closed]
I am trying to design a application for android in which, I have stored all the contacts of the phone in SQLite database and i want that the suggestion in AutoCompleteTextView should be filled from ...
1
vote
1answer
85 views
Distinct and substri in android with sqlite
I want get the first letter for all contacts without repetition i can't use something like this:
Cursor flc = this.cr.query(ContactsContract.Contacts.CONTENT_URI,
Proyection2, ...
0
votes
1answer
153 views
Order by not working in android cursor
I had some cursors ti retrieve contacts from Android, all its ok but the problem its i cant make work the "Order by" clause. i tried a lot of things, even using "Upper" and localized collection ...
1
vote
0answers
46 views
Android - How to set the contact ringtone programmatically? [duplicate]
Possible Duplicate:
How can I set a ringtone for an individual contact on Android?
I am working on sample application on contacts where I can add the contacts in my android app and I can ...
0
votes
1answer
101 views
Joining Android contact tables/databases by SQL?
I need to get all contacts on a phone and their associated phone numbers, therefore I need to join some of the contact tables that Android stores in its internal contacts.db. I think just joining the ...
0
votes
0answers
158 views
Working with Gmail and online/ offline contacts [closed]
I am new to Android.
How to add Gmail online and offline contacts to database? And I have to retrieve contacts from database, can anybody help me with this?
Thanks in advance.
-1
votes
2answers
299 views
SQLite syntax error: while compiling: UPDATE contacts SET name=? WHERE phone=+34
In my project, there's a peace of code that is waiting to be called by ContentObserver when there's a change on the contact table. When it happens, i check every contact in the table one by one if had ...
0
votes
2answers
167 views
Unknown error using SQLIte
I am pretty new in android development and this is my first attempt in using an SQLite database. I am facing an error that i can't understand so pleaseeeeeee help me out if you can. My application has ...
1
vote
1answer
37 views
Why does PRAGMA always keep the same value after i clean data?
I am testing the onUpgrade method in ContactsProvider.
When i clean the ContactsProvider data from setting->application->contacts storage->clean data, and launch contacts again. The user_version ...
1
vote
1answer
1k views
Getting contact number using content provider in android
I followed this tutorial and got the basics of Content Providers : http://www.vogella.de/articles/AndroidSQLite/article.html
But wanted to know how can i get the contact number that is stored ...
0
votes
1answer
602 views
Adding custom data to contacts in Android
I want to add custom field to contacts that will tell me if the contact was marked in my aplication or not.
First of all I want to make a function that will set my custom data to contact with given ...
0
votes
2answers
406 views
Syntax error when querying contacts database for an email
I am trying to do a search through the contacts database for an email address and get the contact ID of that person if it finds it but everytime I try I get a syntax error
01-03 17:15:10.574: ...
0
votes
2answers
629 views
Get Iphone phonebook contacts
How to import all my iphone phonebook contacts into my app tableview or in sqlite ?
0
votes
0answers
464 views
AS clause in Android ContentProvider query
I'm attempting to retrieve information about more than one MIME type for a raw contact in the data table of the contacts content provider in a single query to make a cursor I can pass to list views. ...
0
votes
1answer
320 views
How to get contacts by given phone number (could be partial)
I am working on Android 2.2, and with a given number I am trying to get all the contacts which have this number.
The given number could be partial and not the full phone number of a contact.
For ...
0
votes
1answer
255 views
Get PhoneNumber for a Contact Android 1.5
For a given list of People._IDs how can I get the contacts phone number?
private void getCntctList(List<GroupMembers> mids){
ArrayList<ContactItem> contact_list = new ...
1
vote
0answers
61 views
Fancy/Clean way to use an Array created by toArray();
mids contains 2 strings: a name and an id. I want to fee my IN clause the IDs. Any ideas how I might do this without iterating through a loop to build the array fed in as args?
private ...
4
votes
1answer
2k views
Android contacts: Incorrect localized collation/sorting
this is my problem: I'm writing an alternative contacts app which is specified to work with A LOT of different languages and alphabets. When querying names in my own language, Swedish, the names using ...