Android : Want To Delete 'My Calandar' / How?
Jun 24, 2010
I just got my Samsung Galaxy synced it to my Google calendar. All good but by default a new appointment is placed under My Calendar (which was there as a default), I have to select my Google calendar specifically. I can see no possibility under the calendar app and settings to delete My Calendar.
View 1 Replies
Oct 25, 2010
I was wondering how do I make a calendar on google using my computer with my google account and get it to sync to the phone?
View 1 Replies
View Related
Jul 27, 2010
I clear that will it delete everything out of my calendar (and then sync up to Google calendar wiping all my events? Or will it clear everything on the phone and then start to re-populate the phone calendar with my online Google calendar? Is there somewhere in android you tell it to only sync X number of weeks with the calendar - I vaguely remember seeing this before but I forget where.
View 1 Replies
View Related
Jul 23, 2010
Last night I donated and am just waiting for the paid version now, but I have a couple of questions:
1. What exactly is "freezing" an app? Will it remove the app from the app drawer? Will it just prevent it from running?
2. Can I use Titanium backup to delete apps that are safe for delete like amazon.mp3, etc?
3. If I "freeze" an app like backup assistant will it still be on the phone so that it doesn't brick if I do a reset?
4. Can I delete or freeze things like crap ringtones so they don't show up when I am setting a ringtone?
View 19 Replies
View Related
Jan 20, 2010
is there a way to delete threaded messages, similar to if you wanted to delete emails? like if i have 20 text threads, and only wanna delete 10.. but do all 10 at the same time..
View 1 Replies
View Related
Aug 25, 2010
When I delete emails for gmail on my phone, will they delete online also?
View 4 Replies
View Related
May 19, 2014
Still learning on Samsung Galaxy Ring; how can I delete all texts in a thread rather than just delete one at a time? I played around with touch, slide, etc.
View 7 Replies
View Related
Jul 10, 2013
if row_id goes from top to bottom and columns go left to right i dont want to delete the row only all data . is it better to use delete or upgrade?
column1|column2|column3
1 items | name1 |name2
2
3
4
5
is there a way to delete name1 and name2 without deleteing any rows?
i have some code ive been tring but it doesnt work.
[code]
publicboolean updatenotdelete(long rowId, String item, String have, String need, String got, String store, String cost) {
ContentValues args = new ContentValues();
// args.put(KEY_ITEMS, item);
args.put(KEY_HAVE, have);
[Code]....
View 1 Replies
View Related
Jan 15, 2010
I connect to my works Exchange server using EAS (I think, it was the default) and it syncs with my mail automagically as stuff comes in. I'd really like to find a way to automatically delete stuff on the Hero as I delete stuff on the exchange server. Is there a way to do this without involving another program?
View 1 Replies
View Related
Jun 22, 2010
Is this something I have to deal with or is there a setting I'm missing somewhere? Same thing w/ the calendar reminders. I have dismissed them on my phone but they still come up in outlook when I get home.
View 5 Replies
View Related
Mar 4, 2010
How do i batch delete my apps? wanna spring clear out and its far too tedious to go through and delete each one. i know i can factory reset but dont wanna lose my settings etc.
View 6 Replies
View Related
Sep 19, 2010
I have a nameless tag labeled "Unsubmitted Tag," apparently because it tried to submit but I've used up my limit for this month. I'd like to delete it but I can't figure out how. I tried the "Delete All Tags" option but it's still there.
View 3 Replies
View Related
Nov 26, 2009
On the main screen, how do i delete the shortcuts etc. on the screen, i somehow managed to get 2 googlemaps on there. Also is there a way to arrange them?
View 1 Replies
View Related
Apr 26, 2010
I am trying to delete sms from the inbox.
View 3 Replies
View Related
Jan 23, 2009
I need to know the code for deleting an SMS from the inbox.
View 2 Replies
View Related
Feb 22, 2010
How can we delete MMS messages programmatically? What URI should I use for MMS. I have implemented deleting SMS and the code works fine. The URI I used for SMS was "content://sms/inbox". I tried "content://mms/inbox". But it does not work.
View 3 Replies
View Related
Jul 17, 2010
Ok so I go into my pic gallery for my droid x and there are about 5 videos in there that have nothing on them and when I try to delete them they don't go away. Anyone else have this problem or know a fix?
View 1 Replies
View Related
Aug 12, 2010
This subject seems to be have been discussed at length various times in the past and I have to confess, I am confused.So can I keep it simple and take it from the top (again)?I have just installed K-9 v2803 on my HTC Desire (Android 2.6.29)It is connecting via IMAP to a Zimbra server.I haven't fiddles with settings straight install, setup the account, off we go.So far everything seems to work EXCEPT deleting.I'm a simple soul - I expect that when I delete a message on the phone it gets deleted on the server as well right?Wrong.If I delete a message on the server side (Entourage on a Mac talking to the Zimbra server) bang! it gets deleted off the phone exactly as I want.But not the other way. Deleting off the phone removes it out of the inbox in K-9 but the message resolutely stays in the server inbox.Can someone explain why this stupid behavious is happening, and better still, what I can do to fix it?
View 5 Replies
View Related
Oct 15, 2009
I dont know if i'm just plain dumb or what, but I set up the HTC People widget on my phone. Once you select a person to be a shortcut, I cant edit or delete them? I deleted the widget and tried starting fresh, but it remembered the first three I put in to begin with. Anyone know how to edit these, or even just wipe it clean, I wont screw it up next time lol. Any and all help would be amazing.
View 8 Replies
View Related
Sep 24, 2009
How do I delete Downloads from My Download list in Android Market that are no longer needed.
View 13 Replies
View Related
Mar 26, 2010
I have added one contact to android by following code.
CODE:..................
It shows up on emulator 2.1, but when i am going to delete it manually by "delete contact" option, its not deleteing from emulator.
If I edit some thing on it then only it deletes.
How can i directly delete it from menu ?
View 2 Replies
View Related
Aug 5, 2010
I'm working at android 2.1 ContactContract, when I had not set account(for example: gmail account) to android emulator then , new a contact , but could not delete this contact at DB.
CODE:..............
View 1 Replies
View Related
Mar 3, 2010
I want to ping a url and post a xml to it using http delete as i want to initiate a delete action on the server side.
But i am not able to post the xml using http delete.
CODE:........................
View 4 Replies
View Related
Oct 27, 2010
I have listview that contain checkbox and an image when the checkbox is clikced I show a button at bottom of the screen that perform deletion, but when listview height more ,then the listview some portion move under the button ,so I need an alternative option for delete can anyone help me, I except something like menu?
View 1 Replies
View Related
Jul 8, 2010
With my phone came the Facebook Beta v0.2.0 for Android application. It doesn't allow me to log in and I'm guessing this is because it's the Beta.
I downloaded (I presume) the new version from the Android Market and that seems to allow me to log in. How do I delete the Beta version - and by this I mean to get rid of the shortcut on my Meny and wipe it off my phone's system? With the version I want to delete, there is no option to 'Uninstall' only 'Clear Data' - am I stuck with this now?
I have a Samsung Galaxy i5700 if you need to know.
View 2 Replies
View Related
Nov 19, 2009
How do I select the option to delete my emails from the gmail server on a Droid (android 2.0).
View 4 Replies
View Related
Mar 26, 2010
I have some pre-installed applications on my G1 (IM, HiDialer, some Chinese appplications etc.) But i cannot uninstall them. It just says: uninstall not succesful. I read some other topics about this and there werent many answers. Only thing some people reply is just: get rooted. What if I am rooted? Then how do I uninstall them?
View 1 Replies
View Related
Sep 17, 2010
I have several accounts on my nexus and a friend on his X. however we cannot remove any of the gmail accounts without doing a complete reset. Is there a way to do this?
View 2 Replies
View Related
Jul 23, 2010
How do you delete a contact in your address (phone list) that is a facebook contact? It wont show in the people contact but if you use the home tab (on phone) the list there shows the facbook person but not in people contact? I can delete normal contacts but not ones imported from facebook..
View 3 Replies
View Related
May 13, 2009
As per title - there are options to delete jpg, but not gif. In order to delete the latter the only way is to connect the phone to pc and delete them directly from SD card. But not from the gallery. Is it a bug?
View 4 Replies
View Related