Android :: App To Find Numbers And Addresses Of People Besides White Pages
Oct 29, 2010Anyone knows of a good application to find numbers and addresses of people (not business) besides white pages ?
View 1 RepliesAnyone knows of a good application to find numbers and addresses of people (not business) besides white pages ?
View 1 RepliesOn my Hero I have synchronised people's details to the 'People' application from my desktop Outlook using both the HTC sync and Companionlink. But either way, I just seem to get a truncated version of their physical addresses under the 'Find Home' field. When I hit that, I get a map I'm not looking for, and sometimes the full address, sometimes not. I can't see any other way of accessing the full address on the Hero - what am I missing?
View 2 Replies View RelatedDoes anybody else find the display of addresses in People app to be very poor. Its all displayed on one line obscuring half of the address - even going into edit mode doesn't show the address in full unless you scroll down the edit box.
I use the People app for addresses quite a bit and it frustrating. Any alternatives out there?
Can I add addresses to my People contact information?
View 1 Replies View RelatedSo when I open a contac it has 2 number, the one from facebook and the one I already has. Also I dont want the email either, so basically just the picture.
View 3 Replies View RelatedI have an incredibly annoying problem with my People contacts, where if I link a contact's Facebook account to their profile on my phone, People also decides to add in their phone numbers! This means I end up with duplicate phone numbers to choose from (for example, when selecting a contact to send an SMS to) or numbers that have been incorrectly added to Facebook by the contact (made up numbers or incorrect international dialing codes). All I want is to link the Facebook account and NOT have the contact details automatically added. The only contacts I have set up to view in People are my Google contacts - 'Facebook for HTC Sense' is unticked.
View 7 Replies View Relatedtrying to find some performance numbers for findViewById - need to convince to change bunch of the findViewById for the same widget to member variable with just one findViewById on create . Or may be i'm wrong and it's fine ?
View 6 Replies View RelatedOkay, I don't even know how to search for this question, so I am just going to ask it.
I've only been an Android/HTC Hero user for about a week now, and have a weird thing happening with my Hero. I've probably done something to cause this, but, I can't figure it out.
I have several contacts in my People list, and most of them have multiple phone numbers listed with them. When I choose People, and then say my sister, who has two mobile numbers, a work number and a home number, I get a small detailed card that pretty much fills the screen and allows me to choose a number to call mobile, call home, call work, then it says send message to each number, send email.
But, say when I choose my wife, I can only Call Other, Edit Contact, Delete Contact and Send Contact as vCard.
It didn't used to do this. It used to give me these choices for my wife too. My wife has a home number, a cell number, a truck number, I need to be able to text her cell, etc. Basically, I need the same options for her as I have for my sister.
I have the same issue with many of my contacts. I don't know what happened to cause this. Any help fixing this would be much appreciated. Hopefully, I won't have to do a master reset to do so!
I keep getting all my FB contacts in my phone list. As I have about 2000 friends on FB, this is quite annoying when I'm looking for a number that otherwise would be easy to find, I have to scroll through hundreds of numbers that I don't want to be there.
so how can i get rid of all the FB numbers in my phone book? or on my "people" list?
I have people listed in my contacts with ocupations like "Doctor", "Dentist", etc, under "Job Title" and contact listed as working for "State Farm", "Hooters", etc under Organization.
No matter what I do, the phone will not locate these people if I use people search, or just the regular search when using those parameters.
Got my legend today and loving it! the only problem i have at the minute is that the 'people' widget doesn't want to find any of my contacts when I search for them.
View 3 Replies View RelatedOn ICS, the People app - I was looking at a contact and wanted to change the picture. By mistake I set the wrong app to open when i change the picture. How do I undo that?
I tried finding the people app int he apps list and clear settings, but it still uses the wrong app?
I have an app which uses 3 different spinners to allow users to choose from some options. Iīve added those spinners to my layout without editing most of itīs properties and this way it works for most of my users. Unfortunately most isnīt all and then some of them started complaining that the list of options is showing text in white with over a white background! Iīd like to know if thereīs a way (or a property) so I can force those spinners to show the options list using text in black.
View 7 Replies View RelatedI am running Bugless Beast v5 with the Evolution theme on my Droid1. Is there any way to change my clock in my top notification bar from white on white to black on white?
View 13 Replies View RelatedI have an app where I want to list all phone numbers and the associated contact name.I see that there is the Contacts.People table for the purpose of getting all phone numbers and that there is a PERSON_ID to allow me to lookup the contact in Contacts.People.Great.Now I see that all the columns I want are already joined to the Contacts.People.Phones table. But that seems lucky in this case.How could I do the equivalent of the above statement in general if the implementer of the content provider hadn't been so nice as to join for me?
View 2 Replies View RelatedIt would be interesting to know if the number of people buying apps is growing as fast as the number developing them. Has anyone seen data about either?
View 5 Replies View RelatedI have all of my contacts linked to their respective facebook accounts, but the pictures that show up when I go to my People never update with the facebook pictures, they have stayed the same since the day I linked the two regardless of how many times the person has changed their default picture since then. Is there any way for me to change this so the pictures in my People update with facebook? Since they are linked I assume they should be able to do this.
View 2 Replies View RelatedI am finding that listings in the "people" app are different than those when I try to find them with the phone dialer. I do not understand. Suggestions?
View 1 Replies View RelatedThis code used to work in SDK1.1 but stopped working in 1.5 I have a class that implements LocationListener
in the onLocationChanged(Location location) method I have: Geocoder geocoder = new Geocoder(this, Locale.US); try { List<Address> addresses = geocoder.getFromLocation (location.getLatitude(), location.getLongitude(), 1);
I have the following code through which i am able to retrieve phone numbers. Somehow , i am not able to retrieve email addresses by using android.provider.Contacts.People API. import android.app.AlertDialog; import android.app.ExpandableListActivity; import android.content.ContentUris; import android.content.Context; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.provider.Contacts.People; import android.view.View; import android.widget.ExpandableListAdapter; import android.widget.SimpleCursorTreeAdapter; import android.widget.TextView; import android.widget.ExpandableListView. OnChildClickListener;
View 2 Replies View RelatedIn my work, I've to store some addresses and display them on the map. Some addresses we get are street intersections. GeoCoder does not give any addresses for street intersections. For example, the following does not work. addresses = geoCoder.getFromLocationName( "Broadway and 42nd, New York, NY", 1); Are there any alternative to use geoCoder for such lookups? Am I doing anything wrong?
View 2 Replies View RelatedI'm trying to use the GeoCoder to get the lat/lon for a couple of addresses. I'm running into an error where the address list comes back empty sometimes. It seems to be completely random. I have a start point and an end point to draw and route. Sometimes I can't get either one, sometimes I can get the start but not the end, sometimes I can get the end but not the start. I never seem to be able to get both. Not sure why. Yesterday it worked fine.
View 2 Replies View RelatedI am ready to throw this phone out the window if somebody isn't able to help me! T-Mobile Tech support suck they have no clue and told me they have no clue and sorry! Well here goes!
I set up my gmail account and I imported my contacts from aol into my gmail account now I have no idea when I am on the G1 how to bring up my email addresses if i want to email.
Seems like they all want an IP only. It would need to support DNS.
View 1 Replies View RelatedPost subject: Accessing contact' email addresses Hi! I'm developing an application in which I need to display user a list of contacts and their email addresses so that user can choose one of them. I've got some help from Internet and I'm able to display a list of contacts and their number by the following code
View 2 Replies View RelatedI have the following code through which I am able to retrieve phone numbers. Somehow, I am not able to retrieve email addresses by using android.provider.Contacts.People API.
import android.app.AlertDialog;
import android.app.ExpandableListActivity;
import android.content.ContentUris;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.provider.Contacts.People;
import android.view.View;
import android.widget.ExpandableListAdapter;
import android.widget.SimpleCursorTreeAdapter;
import android.widget.TextView;
import android.widget.ExpandableListView.OnChildClickListener;
public class ShowContacts extends ExpandableListActivity implements OnChildClickListener { private int mGroupIdColumnIndex;
private String mPhoneNumberProjection[] = new String[] { People.Phones._ID, People.NUMBER // CHANGE HERE }; private ExpandableListAdapter mAdapter;
@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
// Query for people Cursor groupCursor = managedQuery(People.CONTENT_URI,
new String[] {People._ID, People.NAME}, null, null, null);
// Cache the ID column index mGroupIdColumnIndex = groupCursor.getColumnIndexOrThrow(People._ID);
// Set up our adapter mAdapter = new MyExpandableListAdapter(groupCursor, this,
android.R.layout.simple_expandable_list_item_1,
android.R.layout.simple_expandable_list_item_1,
new String[] {People.NAME}, // Name for group layouts
new int[] {android.R.id.text1},
new String[] {People.NUMBER}, // AND CHANGE HERE
new int[] {android.R.id.text1});
setListAdapter(mAdapter); }
public class MyExpandableListAdapter extends SimpleCursorTreeAdapter {
public MyExpandableListAdapter(Cursor cursor, Context context, int groupLayout,
int childLayout, String[] groupFrom, int[] groupTo, String[] childrenFrom,
int[] childrenTo) { super(context, cursor, groupLayout, groupFrom, groupTo, childLayout, childrenFrom, childrenTo);
} @Override protected Cursor getChildrenCursor(Cursor groupCursor) {
// Given the group, we return a cursor for all the children within that group
// Return a cursor that points to this contact's phone numbers
Uri.Builder builder = People.CONTENT_URI.buildUpon();
ContentUris.appendId(builder, groupCursor.getLong(mGroupIdColumnIndex));
builder.appendEncodedPath(People.Phones.CONTENT_DIRECTORY);
Uri phoneNumbersUri = builder.build();
return managedQuery(phoneNumbersUri, mPhoneNumberProjection, null, null, null);
} } @Override public boolean onChildClick(android.widget.ExpandableListView parent,
View v, int groupPosition, int childPosition, long id) {
AlertDialog dialog = new AlertDialog.Builder(ShowContacts.this)
.setMessage(((TextView) v).getText().toString())
.setPositiveButton("OK", null).create();
dialog.show(); return true; } }
Our company uses a blackberry enterprise server, and they refuse to give me our mail server addresses because they don't want to have to deal with starting a pandemic of people getting away from blackberry, one IT guy told me that if I could figure out how to get it to just sync with outlook, I'd be able to use it. any ideas? I've messed around a lot in outlook and can't find our BBES information anywhere.
View 4 Replies View RelatedI have an application where I try to get address of a location based on the latitude,longitude coordinates.When I try to print all the address of particular coordinates , I am getting only single address. IS there any way to get the list of all addresses for the coordinates supplied . My code snippet is as below: Where locationLatitude,locationLongitude are of type String which are converted to doubles. Code...
View 2 Replies View RelatedIve read through the docs and searched on here, but I'm not quite understanding how all the pieces fit together. Was wondering if anyone has a clear explanation of how to grab a single column of data from Contacts and have it populate an autocomplete box.
View 2 Replies View RelatedIs there a way to save addresses in google maps like favorites for navigation? I have a lot of places I go back to and would like to have them saved in but I can't figure out how to save the address. I have a Droid X if that matters.
View 2 Replies View Related