Android :: Way To Delete Videos?

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?

Android :: Way to delete videos?


HTC Magic :: Way To Delete Videos From Phone

Oct 17, 2009

I just got an HTC Magic phone & can't figure out how to delete videos?

View 4 Replies View Related

HTC Droid Eris :: Convert Videos - Delete?

May 20, 2010

convert videos? delete

View 1 Replies View Related

Motorola Droid :: Way To Delete Videos Off Phone?

Jan 31, 2010

I want to delete a video off the Droid but can't get the delete to come up on the screen. Photos are not a problem.

View 1 Replies View Related

Motorola Droid X :: Delete Upload History Of Videos And Pics?

Nov 30, 2010

Only way I can get it up is after a upload is completed.Is there another way to get it up? I want to clean my photos that ive uploaded..

View 2 Replies View Related

Sprint HTC Hero :: Delete Videos And Pics Downloaded From Gmail?

Dec 14, 2009

I downloaded a video attachment from my gmail client and I have no way of deleting this thing now. It was 9mb of precious space and when I connect my phone to my PC I cant find it anywhere and I for sure can't find it anywhere on my phone. I also have a ton of pics on my card apparently from viewing pictures through email. How do i delete this junk. The pics don't show under gallery they just showed up when I transferred pics to my PC.

View 1 Replies View Related

HTC Desire HD :: Refresh Videos In Standard Videos App

Nov 17, 2010

I'm using myPlayer to download videos to watch during my commute. Even though the myPlayer app recommends arcMedia to play the downloaded videos, I've found that the default Videos app works just fine, and is a bit better thanks to the Dolby Mobile sound.

However... after downloading the video to the phone, the video takes an age to show up in the Videos app's list. I can usually prod the app into re-scanning the SD card for videos my unmounting and remounting the card, but that's a bit of a pain. Does anyone know of a way of just getting the Videos app to have another look for new files?

(I know, it's not a major hassle to remount the SD card, but I'm an ex-iPhone guy and used to the 'it just works' way of doing things...

View 1 Replies View Related

Motorola Droid X :: Use Titanium Backup To Delete Apps That Are Safe For Delete Like Amazon.mp3 Etc?

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

Sprint HTC Hero : Handcent - Delete Threaded Messages - Similar To If You Wanted To Delete Emails

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

Motorola Droid X :: Delete Online Also When Delete Emails For Gmail?

Aug 25, 2010

When I delete emails for gmail on my phone, will they delete online also?

View 4 Replies View Related

General :: How To Delete All Texts In A Thread Rather Than Just Delete One At A Time

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

How To Use Delete Or Upgrade To Delete Data In Rows

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

Sprint HTC Hero :: Outlook - Automatically Delete Stuff As Delete Stuff On The Exchange Server

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

HTC EVO 4G :: HTC Email Client - Exchange Server - Delete From Phone Doesnt Delete From Exchange Server

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

Android :: How To Get Streaming Videos?

May 27, 2009

I am using latest Android version android-sdk-windows-1.5_r2.zip and ADT-0.9.1 version. Can anyone guide me how to get live video to play on emulator? I have gone through many forums on this, however could not get any firm response on successful RTSP or HTTP streaming of live feed.

View 2 Replies View Related

Android :: Can't Play Any Videos / Way To Fix?

Mar 30, 2010

I'm having great difficulty getting my Android application to play videos from the SD card. It doesn't matter what size, bitrate, video format, or any other setting I can think of, neither the emulator nor my G1 will play anything I try to encode. I've also tried a number of videos from the web (various video formats, bitrates, with and without audio tracks, etc.), and none of those work either.

View 3 Replies View Related

Android :: Can Anyone Tell Me That Which Videos Supported For Streaming?

Jun 15, 2009

Can anyone tell me that which videos supported for streaming? I tried .mp4,.3gp videos. But none of the videos supported?

View 4 Replies View Related

Android :: How To Get Phone Videos On Laptop?

Dec 5, 2009

I just got a brand new laptop. I've uploaded all my pics and songs from my g1 to my laptop but I'm having trouble with my videos. How can I watch videos from my g1 on my pc. Are there any free converters I can download and if so which ones?

View 1 Replies View Related

Android :: Streaming Youtube Videos

Jun 17, 2009

I am writing an application to play the you tube videos using streaming. First method: I am getting the RTSP URL to the video using GData APIs. Here is the code to play the RTSP url. VideoView mVideoView = new VideoView(this); setContentView(mVideoView); mVideoView.setVideoURI(Uri.parse("rtsp://rtsp2.youtube.com/CiILENy73wIaGQkD­wpjrUxOWQBMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp")); mVideoView.start(); But it throws error on both G1 device and emulator (Emulator has some firewall problem as per mailing list) Here is the error message ERROR/PlayerDriver(35): Command PLAYER_INIT completed with an error or info PVMFFailure, Second method: A hack way to get the path of 3gp file from http://www.youtube.com/get_video?v=<VideoID>&t=<>&<>.. After getting the file path and I can call setVideoURI and it plays fine. But it is a hack way to achieve the requirement. I have checked the Youtube App also, it also does the hack way to play the you tube url.(Checked with logcat). I have tried changing from VideoView to Media Player but no change in the error. Is there a "Clean" way to do this?

View 4 Replies View Related

Android :: Download You Tube Videos After 7 / 23?

Jul 28, 2010

Ok so recently (7/23 I believe) You Tube changed something with their videos and my Dolphin HD browser no longer let's me download videos (Gives a Unknown file name and Download Unsuccessful). I have not updated either of my Dolphin browsers (I have HD and the old one) since they updated it to not allow that feature. My question is Werther or not there is a work around for this yet? I understand that Google is the one blocking this but I know someone will find a way around this. If anyone knows of a new free program to use please let me know.

View 3 Replies View Related

Android :: App To Download You Tube Videos?

Oct 8, 2010

Is there an app to download you tube videos?? i used to use Dolphin Browsed and Tube Droid, but Dolphin removed this feature, and my Tube Droid app doesn't seem to work anymore. i did a quick search before creating this post and did not find much that was recently answered or posted.

View 6 Replies View Related

Android :: Downloading Pics And Videos Onto Pc

Jul 23, 2010

I have the mytouch fender and I want to download some of my pics and videos onto my laptop. I sync it and I see what's there, but I can't get it to transfer onto my laptop.

View 4 Replies View Related

Android :: Play The Videos While Downloading?

May 13, 2010

When I am downloading a video from internet, I want to play the video, does Android support this? How can I do it?

View 3 Replies View Related

Android :: Want App For Viewing Hulu Videos

May 22, 2010

New to the Droid Eris. Looking for an app so that I may view movies and videos from sites like Hulu and such.

View 5 Replies View Related

Android :: No Audio During Youtube Videos

Mar 17, 2010

I just bought my first android phone. Everything works tip top, however there's zero audio for youtube videos and also for that other program. I forget the name, GoTv is something. Anyway, no audio with either. What's going on? I've looked through settings and even through my little instruction book and there's nothing on having to turn on the sound.

View 1 Replies View Related

Android :: Need Google IO 2010 Videos

Jun 2, 2010

Where are the Google IO 2010 videos? So many Android-related cool sessions and they'll be restricted just the fortunate guys who were there? I'm looking forward to watch them.

View 5 Replies View Related

Android :: Playback Youtube Videos

May 4, 2009

I want to playback youtube videos on android. I came to know (from the below mentioned link) that adobe demostrated flash player for android, but they haven't released the code yet. Is there an alternative way to playback youtube video's on android? Is there an application that supports flash content playback on android already (though I couldn't find any on "android market" or related sites) or any development work is underway?

View 5 Replies View Related

Android :: Videos Won't Show As Thumbs / Way To Fix?

Jul 17, 2010

I am trying to display videos form the emulated sdcard, but it seems that I have done something wrong because no video thumbs are displayed within my gridview... it would be great if someone could help me out, because I have no idea at the moment what I may have done wrong.

View 2 Replies View Related

Android :: Application That Records MP3 Videos

Nov 27, 2010

I am after a recorder app that will record in mp3 as I want to record some live shows/mixes if the digitally imported app.

View 4 Replies View Related

Android :: What Do I Need To Download To Watch Videos

Oct 10, 2010

I used to be able to watch videos on this one application I downloaded now all the sudden it says "Unable to Display/watch video"
It worked fine before what happened?
What do I need to download to be able to watch most of the videos out there on my Motorola droid?
I have downloaded The newest flash 10.1
Any other download im missing and why this may have all the sudden happened?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved