HTC EVO 4G :: Need List Of Contact Organizer
Jul 12, 2010
I use gmail and google docs/contacts/calender and have an HTC Evo. I want to be able to make a list of contacts that I want to call so that I have just select them from a list and call them without having to look up each contact . Is there an app that will do this for me?
View 3 Replies
Oct 11, 2010
I am looking for a contact/calendar app which can be backed up to pc.......
View 3 Replies
View Related
May 9, 2010
I'm desperately looking for an app that will integrate a calendar with lists, to do lists and I am willing to pay for it.
Here's what I'd like:
a calendar with daily, weekly, monthly view
To do lists (which can be synched with the calendar and crossed off the list if completed on a scheduled day)
Reminders, alarms, deadlines
Ability to work offline (in case I'm in an area w/o service)
Ability to setup recurring appts
Lists (e.g. grocery, books to read, people who owe me $, etc.) - where I can see ALL the lists in a nice lay out and be able to prioritize within lists
All of the above should have a widget so I can see my calendar/lists from my homescreen
Ability to add comments to any of the above
Does anyone know an app that does all these things? I've tried: TooDo, Astrid, Jorte, etc. Jorte seems to come the closest so far...
View 5 Replies
View Related
Feb 1, 2012
Any widget that is like Folder Organizer but sorts it in a list with icon and text like their folders? Picture below for what I am referring to.
View 2 Replies
View Related
Aug 9, 2010
I'm trying to customize the contact icons in the app 'Folder Organizer' and seem to be having trouble. Is it even possible to create contact icons in that app? I don't want to see the default blue & white icons, but either the Facebook icons in my address book or simply ones I choose myself.
View 1 Replies
View Related
Sep 21, 2010
Looks like LP 7.9 breaks both these apps on my system. When I load, my shortcuts still work, but as soon as I go into Apps Organizer, it crashes and gives me the bug screen. Folder Organizer let me get into the setup once, then it crashed as well.
View 8 Replies
View Related
Nov 20, 2010
While trying to do a massive clear out to regain space, I see that my Folder Organizer Lite is massive and keeps being updated and getting bigger. I only use it to change icons and have only created two folders. Is Apps Organizer better for such limited use? It appears a lot smaller too. Is it really smaller? Before I delete stuff I want to keep just so I can download App Organizer to try it out, will this app do what I want and be a smaller app? What are the main advantages to keep Folder Organizer?
View 2 Replies
View Related
Sep 17, 2010
I was wondering if the X10 can do the same as my last android Hero, which basically link the facebook info contact to my related phone contact, including the picture. I guess this wont need any hardware, but software. Has this improvement being asked or is it planned for future updates?
View 1 Replies
View Related
Sep 24, 2010
In my contacts list when I press the contacts button, I see each contact once. I have it set to only show contacts from my phone. When I go to send a text message and press contacts, my contacts are there multiple times, but I can't see any differences because they are named the same. For example, my son Adam shows up twice in the contact list in text messaging, but only once when I press contacts from my home page.
View 2 Replies
View Related
Sep 21, 2011
im trying to do a contact list using by using a list view. im able to use the contactcontracts provider and was able to fetch all the contacts from my phone but only through logcat. how do i do this/pass the values i fetch to an array or a listview?
package com.olecontacts.sirje;
import android.app.Activity;
import android.database.Cursor;
import android.os.Bundle;
import android.provider.ContactsContract;
import android.provider.ContactsContract.PhoneLookup;
import android.util.Log;
[code]...
View 1 Replies
View Related
Jul 25, 2009
I have HTC Magic, on Rogers, in Canada. Firmware version 1.5
So my contact list now seems full, if I add a contact, it will be recognize by the caller ID, but it will not appear in my contact list. I tried restarting the phone. I figure this must be because the SIM card is full, is there a way to save your contacts on your phone? If anyone has any idea how to get the french autocorrect with the qwerty keyboard, that would be amazing as well. Rogers said they'd "look into it".
View 1 Replies
View Related
Sep 14, 2010
I really wish I could have two contact lists...one for business and one for friends/family/everything else.
View 4 Replies
View Related
May 5, 2010
I added a few numbers and names to my contacts and a few hours later when I went to view the contact list one of the names was on the screen inside a transparent black box and wouldn't clear even though i could scroll through the list. Has anyone had this happen? I want to know how or why it was there. It took restarting the phone to clear it.
View 1 Replies
View Related
Jan 26, 2013
I have an x21 running icecream sandwich. I have had a problem with texting from my contact list. Will not do it for some of my contacts. I was able to fix once but have not been able to this time.
View 1 Replies
View Related
Apr 24, 2012
My company is moving to corporate Gmail. Is there a way to sync their contacts list to my phone without them all mixing into my personal contacts list?
View 3 Replies
View Related
Jan 31, 2010
I got my droid eris recently and I am loving this thing but yesterday I sat down to slowly enter all my contacts into the eris and I noticed something. There is no contact list, am I wrong? Because I have spent about 30 minutes trying to figure out where the contacts are on this thing and its just not there. By contacts I don't mean something complicated, I mean literally a button on or in the phone that will take me to a window which will allow me to enter a name and a number, and then will show me in alphabetical order, simple as that. I cant find it.
View 1 Replies
View Related
Jun 16, 2010
Wondering if there is a way to hide all my google contacts and facebook contact from my SMS Add Contact list function. It seems to pull in all my Google contacts not just my My Contacts but All Contacts (any one I have ever replied to) and all of my Facebook contacts, home numbers, I mean everyone. They do not show when I go to my people icon only in New Message Add Contact function.
View 1 Replies
View Related
Oct 8, 2010
I have quite a few duplicate contacts in my contact list. Is there a way to edit them directly on the PC instead of through the contact list menu on the phone. Also, without exporting & importing the list as it may create additional duplicates.
View 1 Replies
View Related
Apr 10, 2010
Very annoying to have to type the first couple of letters of the ppl. Is there a way to bring up the contact list and check the ones that i want to send. Seems like a simple thing to have and do but luck!
View 4 Replies
View Related
Sep 30, 2010
I have this code:`public class MaxsapListAdapter extends BaseAdapter {
private LayoutInflater mInflater;
private Bitmap mIcon1;
private Bitmap mIcon2;
private Bitmap mIconCall;
private String[] DATA;
MaxsapListAdapter(Context context, String[] DATA) {
// Cache the LayoutInflate to avoid asking for a new one each time.
mInflater = LayoutInflater.from(context);....................................
which loads some arbitrary data array on a list and sets some example icons too,I would like to be able to use users contacts on my list next to users name e.g. the list will be as many rows as contacts user has on his phone and in every contact that there is a photo load that photo next to contacts name else load a blank image, is this possible? and how?
View 1 Replies
View Related
Apr 10, 2010
Is there any way to have your contacts sorted by last name instead of first?
View 1 Replies
View Related
Jul 30, 2010
Earlier I tried to send a note from the "Notes" app to a contact. When my contact list appears I see a list of numbers, rather than the actual names of my contacts.
View 3 Replies
View Related
Aug 5, 2010
So in my contact list I have no duplicates however when I go to select a contact to add to my favorites list there are dupes and even triplicates....any idea on how to fix? where are these dupes and triples at cause when i just go into contacts they dont show up
View 1 Replies
View Related
Nov 22, 2010
Do any of you know of an MSN app that links MSN contacts' statuses to your Contacts list? I like how you can see Google Talk status on your contact list, so it'd be cool if you could see MSN contacts' statuses like that, too.
View 1 Replies
View Related
Oct 27, 2010
I'm looking for an intent filter for when you are at the contact list and you long press a contact so a the menu comes up
View 1 Replies
View Related
Oct 15, 2009
anyone know how to transfer my old phone contact list? I used to have a samsung instinct...Im still on my sprint, thought maybe it would have automatically transfer it over..?
View 10 Replies
View Related
Apr 26, 2013
Ok every time out of the blue I add my contacts and it asks what account i want it under (shows yahoo or gmail). No matter what I choose it will not put my contacts on my damn contact list! I have tried what people have said on another post but that **** didnt work. If this doesnt get solved im getting my money back and getting something that isnt a droid
View 1 Replies
View Related
May 6, 2014
I have been able in the past to get a contact to the top of the list by putting a number before their last name.
eg: 1 Smith John
This would bring them to the top of the list. I would do this with people I want to call, etc. the most.
I have been trying to get a contact to the top of the list by putting a 1 before the last name of a contact in my contact list on my S5 and it is not bringing them to the top.
View 2 Replies
View Related
May 22, 2010
I know this is probably basic but I have to ask anyway. When I want to forward a picture or text message to someone else on my contact list I always have to enter information in the "To" box. (Example) In this instance, I want to forward a text message to "Bryan." I hold down the message until the "Forward" option pops up and I select that. In this "To" box I type Bryan and nothing comes up but the number's corresponding number (B=2, R=7, etc) I do not get a drop down list giving me Bryan's name. For any text message I send I have to know the complete number of who I'm wanting to forward it to. Is there a setting I need to adjust? Or is there a app that will give me the option of bringing up my contact list so I can just select the person I want to send to via touch screen? Its very annoying.
I have searched and read that most people can just type the first few letters of a name or number and get a list of people from the contact list to choose from on the contact list however I never get anyone Thank you for any information.
View 5 Replies
View Related
Dec 14, 2009
I'm aiming to develop an application on Android 1.5 that is required at one point to list all contacts and display the type of contact ie SIM, Phone or Google. I can easily list all the contacts by using Cursor curAllContacts = getContentResolver().query(People.CONTENT_URI, null, null, null, null); And looping through the cursor and I can use code like the sample below to get fields of data.My question is, is there any field in the people table or a related table that holds a value to define where the contact came from (SIM, Phone or Google)?
View 3 Replies
View Related