LG Eve :: Tried Playing Any Divx Files On Eve?
Jan 3, 2010
Has anyone out there tried playing any divx files on their eve?Ive registered my phone with the code given for the vod.divx.com website and played the video on my phone with no problem, but I cant seem to play any files on my phone?Ive tried several different formats and nata.Just wondering if anyone else is having similar difficulties.
View 7 Replies
Jul 24, 2010
I tried to play the files but none of them work except for a couple that is in mp4 format. The rest is in divx. Divx is one if thee supported format for the captivate, but it doesn't work.I downloaded the videos from here: ( Super amoled videos)
View 5 Replies
View Related
Apr 8, 2010
I tried to put some avis, divx, movies etc onto their x10? what's the easiest way of doing it? convert using some software then watch using a specific app?
View 5 Replies
View Related
Jun 8, 2010
I get my Verizon fios voicemails emailed to my exchange account / phone, I also get voicemails from my job emailed to my phone. I am getting a "cannot play audio file" error message on either of these two.Is there something else i can use to make this work?
View 3 Replies
View Related
Oct 14, 2010
What program do you use to play these (MP4, WMV, MOV) files on your Evo? I can't they them to play.
View 3 Replies
View Related
Nov 23, 2010
Ok so I see a lot of people saying they are having problems with video playback when importing from their SD Card but Im having the opposite problem.
I just switched over from the Metro PCS Samsung Code which is a Windows 6 phone to EVO and I put my SD Card in my EVO. All my music files play and the mp4 video files play but the audio from the mp4 video files dont. Does anyone have advice on how to fix this?
View 9 Replies
View Related
Oct 1, 2010
I think I should know this, but my mind has gone blank. I'm making an app that has a few hundred small sound files and I want it to play a certain file dependent on a String I pass to the function. Where I hit the brick wall is getting the resId of the sound file.
View 1 Replies
View Related
Apr 8, 2010
Is there an app that plays mp4 files?
View 7 Replies
View Related
Jan 8, 2010
I'm trying to play a playlist I get using the MediaStore provider. However, when I try playing a playlist nothing happens. Can a MediaPlayer play a playlist (m3u file) and do I need to set the first track to play? This is my test code in the onCreate() method:
Uri uri = MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI;
if(uri == null) { Log.e("Uri = null");
} String[] projection = new String[] { MediaStore.Audio.Playlists._ID,
MediaStore.Audio.Playlists.NAME, MediaStore.Audio.Playlists.DATA };
Cursor c = managedQuery(uri, projection, null, null, null);
if(c == null) { Toast.makeText(getApplicationContext(),
R.string.alarm_tone_picker_error, Toast.LENGTH_LONG).show();
return; } if(!c.moveToFirst()) { c.close();
Toast.makeText(getApplicationContext(), R.string.alarm_tone_picker_no_music,
Toast.LENGTH_LONG).show(); return; } c.moveToFirst(); try {
MediaPlayer player = new MediaPlayer(); player.setDataSource(c.getString(2));
player.start(); } catch(Exception e) { e.printStackTrace(); }
I have turned on every volume stream.
View 1 Replies
View Related
Aug 4, 2010
I have my Vonage home line set up to email me with a wav file when I get a new voicemail at home. Before the upgrade the stock music player would play the wav file. After upgrading, it says "unable to play this type of audio file"
View 7 Replies
View Related
Sep 13, 2010
I have a load of DVDs and am going on holiday with my HTC Desire. I want to be able to play them on the phone, but the file format is all in VOB files. I tried to convert them to MP4 with a free converter, but it stalled. Are they protected by something, and do I need to convert all the separate VOB files? Is there a dummies guide of how to do this?
View 7 Replies
View Related
Sep 13, 2010
This time I wanted to play some media , a WMV file, from FOXDIGITALCOPY, and it seems Xperia doesnt support it - atleast that's what the FOXDIGITALCOPY software tells me when I tried to sync up the media from my PC.
Also, this file doesnt even show up on the mediascape screen though I copied into the videos folder where other videos are saved.
I tried to play a more smaller and simpler file - the wildlife HD video sample from Windows - which is again a WMV file.
This time, Xperia tries to play it, but the video only comes up as stills while the audio plays as normal.
View 1 Replies
View Related
Jul 16, 2010
Getting reports that mp3 files <= 0.34 secs in length, are not played (or, at least, inaudible) on the Droid X. Works fine on other devices I've tried (e.g. Nexus One, Hero, G1)
All files longer than 0.34 secs are working fine. I've tested this with about 100 files (mixture of short and long) and the correlation is 100%.
View 4 Replies
View Related
Aug 23, 2010
first the M4A file issues: Since i have been upgraded to 2.2, I can no longer play m4a files NOR files imported into iTunes from my own cd and then put on my phone. I get an error saying, this file type is not supported. Obviously the error is self describing by why did Android stop supporting these file. What am I supposed to do now? if these files are DRM free why would Android have a problem playing them. do they want to push their own music service. If so, thats fine, but thats not even out yet. Most of my searches on this topic come up unanswered. ALSO, when I go to play a song in mSpot, it starts to download and then it says "There was an error during song playback" I can play the song on the mspot website, but not through the app. Anyone else a little peeved by this update for these reasons?
View 6 Replies
View Related
Nov 16, 2010
I have a requirement where I need to play an audio file in receiver mode(earpiece).I am not sure whether higher versions of Android SDK supports this receiver mode.I went through some links which said about 1.5/1.6 having changes in these Audio APIs and hence not sure.
View 1 Replies
View Related
Oct 16, 2010
Hey, I have a problem with android programing when I try to record and then play the file that was just recored. I can both record and play the sound but the quality stinks. Its not just bad is really hard to listen to and sound abit like its a computer generated voice. I use the andriod SDK-emulator. The code that sets up the recording looks like this;
MediaRecorder recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
recorder.setOutputFormat(MediaRecorder.OutputFormat.RAW_AMR);
recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
recorder.setOutputFile(path);
recorder.prepare();
recorder.start();
And the code playing the file later looks like this;
MediaPlayer mp = new MediaPlayer(); mp.reset();
mp.setDataSource(path); mp.prepare(); mp.start();
I don't know what part that makes the audio file sound really bad or if its just the emulator that makes it bad and that it would work on a real phone.
View 2 Replies
View Related
Mar 15, 2010
I have a button that plays an audio file on its click listener. If the button is clicked again and again while the audio file is being played then the app crashes. What's the solution?
Here is some code for reference...
View 1 Replies
View Related
Nov 24, 2013
I've come to the conclusion, after trying several different file managers, music players and playlist organisers, that it simply isn't possible to choose the order in which music will be played. I have two folders of mp3 files, both of which contain track numbers on every file, but, when I try to create a playlist, it just ignores the track numbers and plays the files in alphabetical order. I have read several files explaining how to edit the order of a playlist all of which refer to options which don't exist on my phone.
It's running android 4.1.1
This seems such a basic requirement for a music player that it seems impossible that it's been overlooked and yet that seems to be the case.
View 5 Replies
View Related
Mar 23, 2012
I've been watching my battery life recently as I hate my phone dying during the middle of the day and was wondering if battery life would be affected by playing large music files?
I listen to spotify quite a bit and haven't really noticed my battery severely affected by playing music for a long time but this week I was listening to a podcast which was 160MB (2Hr music podcast if you were wondering) and my battery life plummeted. This would also correlate then to why my battery life plummets when listening to other large podcasts.
View 4 Replies
View Related
Jun 2, 2010
I'm new to the Android OS having been a Symbian (2nd phone is a Nokia N97) and Windows Mobile user previously. My question regards a copy of Family Guy (Something, Something, Something, Dark Side) which I purchased yesterday. The standard DVD also comes with a digital copy on the DVD which, when inserted into the drive brings up a choice of transferring the file to my computer to be copied over to my Desire as either a iTunes file or a Windows Media Video (WMV).Ideally I want to avoid the iTunes route as currently I have no use for that program on my system so I would like to be able to use the WMV version. When I copied the file to my Desire, it didn't play and the phone didn't seem to recognise it. Can anyone please give me advice on how to play a WMV on my Desire?
View 1 Replies
View Related
Sep 19, 2010
I've got a ton of divx films and don't feel like having the bulky, and imho, cluttered Rockplayer on my Desire.I'm looking for a very simple converter (mp4) that doesn't take 3 hours to convert a 29 minute film like Handbrake does.Also tried "Super" and it doesn't work for me.
View 9 Replies
View Related
Jan 13, 2010
i hava been looking for ages on my spica for divx player but it no where to be found and after looking hours on the web i cant find the divx player for android!
View 2 Replies
View Related
Nov 13, 2010
What's your top 3 recommended video player that plays Divx?
View 6 Replies
View Related
Nov 6, 2008
That would be nice video player if you could play compressed divx movies without encoding them in a program to h264 or mp4.One way I know you can play divx on a G1 Phone is to take your Divx movie and convert it using a program called XvidforPsp then put the video settings for the screen resolution for the androids phone or just select apples iphone presets and encode the video in h264 or mp4 then move the file to your memory card and open it in video player.I did this and it works great for watching your divx movies on a G1.Just whish i didnt have to do the extra steps.
View 36 Replies
View Related
Nov 8, 2010
I'm about to buy Archos 101 whitch will works on OS Froyo.i just wonder if this tablet will streem online divx and simular formats.
View 1 Replies
View Related
Sep 1, 2010
I keep trying to get my device registered with DivX so I can play DivX movies, but i'm having no luck. I go through the registration process and transfer the registration movie to my Ally and play it with no problems. But after that, I can't transfer and play any of the DivX movies I've bought on my Ally. And even if I go back and try to replay the registration movie again, it tells me my device is not registered and can't play the movie.Now this is no big deal because I doubt I will ever really watch a movie on my Ally except maybe on a business trip, but I was just curious if anyone has had any luck getting their device registered and/or playing a DivX movie on their Ally? I'd just like to get it setup in case I ever needed it if I could.
View 1 Replies
View Related
Jul 28, 2012
I tried Videora, but that was a failure. I use doubletwist on my Android phone and it doesnt play DIVX files but it will play MP4... The whole point is I'm trying to play The Dark Knight Rises on my phone...
View 3 Replies
View Related
Nov 7, 2010
Ive got yxplayer pro but i think its a trial as it sala for a serial code.the player Is good, dusnt lag and streams really well. before i buy it im wanting other really good ones to try
View 1 Replies
View Related
Sep 3, 2010
Are there DivX codecs for the Dolphin HD browser? I have found some sites where I watch tv shows, megavideo is good but you can only watch so much before you can't watch anymore so I found another that actually has better quality but there files are divx files, I need some codecs like I had to get for my computer. I got Rockplayer but that does not work to stream them.
View 1 Replies
View Related
Mar 3, 2010
Next wenesday I go on vacation so I thought id put a few movies on my droid to watch on the trip. So I have a few questions:1. Is there a way to watch .divx or .avi movies yet on a droid? My droid is rooted if that matters.2. What resolution will fill the whole screen? What resolution would you reccomend?3. If divx and avi, don't work, what codecs should I encode movies into?4. What is the best converting application for movies?.
View 18 Replies
View Related