Title says it all.
For example I see an address and just want to add it to calendar without copy/pasting and then adding a new event. Would like the complete action to include task/calendar.
Thanks!
Related
I have searched for answers for this on the site but never found any.
There are a number of old empty categories in Contacts that continue to show in the dropdown list and in the Add/Delete window although they are empty and have been removed from Outlook 2003 on my PC.
How can I remove them from the Contacts dropdown list?
Also, is there a way to control which categories appear in the dropdown list? With the More... option showing me the complete list? I am thinking something like a registry edit that controls which categories are displayed by default instead of simply listing them alphabetically . . .
Finally, can I get Contacts to remember the last category I was on instead of showing me All Contacts everytime I start it?
tried picked more...
from the list
and choosing add/delete
and deleting them from there ?
They are not in the Add/Delete list because I have already deleted them from there, but they still appear in the dropdown menu and in the More... window with the phrase "Not in Master Category List" next to them.
But they are NOT available in the Add/Delete window. I am sorry, I made a mistake in my original message.
i just made a cat and added a contact to it
and deleted the cat
and then i too got the (Not in Master Category List)
thing
then i reassigned the contact to another cat
and the deleted cat was removed from the list completely
I did exactly like you told me but it is still there, it did not go away.
Any other suggestions? How about a registry key to change or something?
I think I may have found the solution:
http://support.microsoft.com/kb/904670
The Workaround solution should be adapted slightly:
1. Create a new Contact item
2. Assign to it one of the Categories that you would like to delete
3. View the summary card of the new contact from the unfiltered category view
4. Delete the contact from the summary view
The Category should then be removed from the list.
Dear all!
I tried the search function, but unfortunately I didn't found what I'm looking for. (Maybe it's because of wrong search items, English ist not my native language, sorry.)
In TF3D we see always the same icons (mail envelopes) for different mail accounts. Is it possible to exchange one of these icons for example with a "Yahoo!"-Mail icon, another one with t-mobile-icon or or or ...?
Another idea: in the mail tab is the headline "E-Mail" (in my original German version).
Would it be possible to change this headline while chosing another mail envelope?
Similar as above: when chosing Yahoo-mail account a headline with "Yahoo!" for example.
Edit: I do not want to use another tool, but within the internal HTC TF3D. And therefore I'm looking for a chance to customize the original view.
Thanks in advance!
S.
Guys
I think I already know the answer to this question (no!!!) but ill ask anyway. Is there any way to change the order that the bookmarks appear in the HTC bookmark widget.
Every time i add a bookmark it gets placed up top moving the more used bookmarks below the actual visibility line i.e. google - which id rather have at the top.
Any thoughts?
All sorted used an app called Bookmark Backup & Restore (Bookmark BR) - it gives option to rearrange bookmarks which is reflected within the widget
Hello,
I set EVERY contact I have with Birthday information, and it is perfectly displayed on my X10 mini with cyanogenMod 6. On the Arc however, the birthday field is not shown. I do have a calendar with all the birthdays, but if you have no clue when someones birthday is coming up, this is a real pain in the ass...
Is the birthay only displayed on cyanogenmod or did S/// (for whatever reason...) disable this feature?
Is there a workaround?
Any suggestions?
Thank you,
Linkin
I'm planning to buy Arc ( waiting for it to be available in my country ), and now I'm worried about this as I used to have Birthdays in any contact that I know his/her birthday...
BTW, does Android add a yearly calendar event when adding new birthday to a contact ?
the birthday entries dont get deleted, you just cant see them...
I enabled the option "birthday calendar of your contacts" so when you enter a new contact's birthday it will shop up there, but unfortunately you cant enter it with the xperia arc (at least at the moment...)
Does someone have a solution to this?
I don't have Android yet but I believe there's some apps in the market that will let you do so
yeah, another dialer app might help. But isnt there a way to fix this another way?
If not, can someone tell me, whats the name of the gingerbread stock dialer or give me some tipps?
ok as a solution does anyone have the possibility to give me the apk files for the contacts/dialer app from cyanogenmod 7?
I didnt find them :/
well, since there seems no option to change this, I did the following:
Contapps can show you the birthdays:
https://market.android.com/details?id=com.contapps.android&feature=search_result
I tried A LOT OF CONTACT APPS, and this is the only one I found which does show the birthdays, but the way: it seems to be a really good app!
Ebobirthday shows and can give you a reminder for birthdays:
https://market.android.com/details?id=com.ebomike.ebobirthday&feature=search_result
Keep testing it, but since Contapps does most of it, I think I'll remove it!
Nevertheless: if someone can offer me an apk file to the default gingerbread contact app, I would really appreciate it!
Hello everyone,
I'm developing an app that requires the user to be registered in a server. Right now I want to show the user which of its contacts are using the app (registered in the server).
All the request/reply part is implemented. What I can't do is to show a contact list with only the contacts that the app receives as reply from server.
Note that I don't want to make the list myself but rather use something like this:
Code:
Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.CommonDataKinds.Phone.CONTENT_URI);
which shows the contact list for the user to pick one.
Just to be absolutely clear, I'm talking about filtering the contacts the following way:
Code:
select * from all_contacts where phone IN reply_array
Thanks