Media :: Hero - Downloaded A Mp4 Video

Dec 18, 2009

I downloaded a mp4 video and I get sound and a black and gray screen when I play it on my Hero. What format does the Hero play?

Media :: Hero - downloaded a mp4 video


Media :: Media Player Not Play Downloaded MP3 Files?

Oct 23, 2010

My application gets playlist from a XML file, requests URL of mp3 file from server, downloads and plays it. It was able to download mp3 file but unable to play it. When I used emulator with Android 2.1, it was displayed in LogCat:

[Quote]

View 5 Replies View Related

Media :: Playing A Video Transferred From PC To HTC Hero

Jan 8, 2010

I need to know if there is a way for watching .WMV videos on the HTC Hero.

I already know that it will play MPEG-4 videos without a problem (you can use the RealPlayer Video Downloader to download HQ/HD videos from places like Youtube and it automatically saves them to MPEG-4 format).

However, I want to transfer some files like music videos onto my HTC Hero and having tried several times, using the RealPlayer Converter, to convert the .mpg files to .wmv, I can't watch them on the Hero.

However, I recently looked at one of the threads (I think on a different forum) and he said that he could watch videos in WMV format using 750kbps on resolution 480x320. But RealPlayer only allows for 768kbps and resolution as 480p HD as the nearest possible (which was the setting I ordinarily chose).

The other strange thing is that when I go onto the Albums part of the phone to see if I can view any videos, it shows a thumbnail image of the music video (a preview image of the video) and when I play it, I can hear the music, but the video itself fails to appear.

View 4 Replies View Related

Media :: Video Converter To Use / Settings To Get Best Quality For Hero?

Aug 6, 2009

I have just got my hero and would like to put some videos on there.

can someone tell me what is the best video converter to use and what settings to get the best quality for the hero?

View 49 Replies View Related

Media :: How To Downloaded Pandora?

Oct 8, 2010

Downloaded Pandora on my fascinate and i only have 4 stations on my Pandora it just directly goes to them 4 stations how can i get more.

View 4 Replies View Related

Media :: Delete Downloaded Ringtones?

Oct 9, 2010

I have a few ringtones I dowloaded through a ringtone app that I've since deleted. I no longer use these ringtones, and would like to delete them from the phone. is there anyway to do so? I can't seem to find them in a file mode. I can get to them through choosing a ringtone, but can't delete them, and only 2 of them showed up in the music category. is there anyway to find them in the phone and make them go away??

View 1 Replies View Related

Media :: Downloaded Songs Out Of Order

Mar 3, 2010

When I download music from my computer (PC) to my motorola droid the songs for each album are put in alphabetical order rather than the original album track order.I don't see an option to reorder them any other way.Could this be happening because of the download method I use? I'm using Windows Media Player to save from CD to PC, then copy and paste onto my SD card.

View 11 Replies View Related

Media :: Deleting Downloaded Ringtones

Nov 6, 2008

I downloaded a ringtone from myxer.com and I can't figure out how to delete it.

View 5 Replies View Related

Media :: Moving Downloaded (RAR) File To SD Card?

Nov 9, 2010

I downloaded a Rar file to my Sumsung Galaxy S, I unrated it using the app from the Android Market! Now, since I downloaded music, I want to move it from my phone, to the External SD where all my other music is stored, but I can't move it from the phone to the SD card!

View 1 Replies View Related

Android :: Downloaded Media File Cannot Be Played

May 9, 2010

I have an application that will record and play audio files. Some of the audio files are downloaded using simple standard http downloads using httpclient. It worked like a charm for a long time. Now all of a sudden I cannot play the files I download. It fails with this stack. I store the files on the SD Card and I experience the problem both on a handset and a USB connected device. I have checked that the downloaded file is cool on the server, and I can play it without any issues. These are the code snippets I use ( I know that recordingFile is a valid path for the file).

// inside the activity class
private void playRecording() throws IOException{
File recordingFile = new File(recordingFileName);
FileInputStream recordingInputStream = new FileInputStream(recordingFile);
audioMediaPlayer.playAudio(recordingInputStream);
}

Here is the media player code:
// inside my media player class which handles the recordings
public void playAudio(FileInputStream audioInputStream) throws IOException {
mediaPlayer.reset();
mediaPlayer.setDataSource(audioInputStream.getFD());
mediaPlayer.prepare(); mediaPlayer.start();
}

Here is the exception:
E/MediaPlayerService( 555): offset error
E/MediaPlayer( 786): Unable to to create media player
W/System.err( 786): java.io.IOException: setDataSourceFD failed.: status=0x80000000
W/System.err( 786): at android.media.MediaPlayer.setDataSource(Native Method)
W/System.err( 786): at android.media.MediaPlayer.setDataSource(MediaPlayer.java:632)
W/System.err( 786): at net.xxx.xxx.AudioMediaPlayer.playAudio(AudioMediaPlayer.java:69)
W/System.err( 786): at net.xxx.xxx.Downloads.playRecording(Downloads.java:299)
W/System.err( 786): at net.xxx.xxx.Downloads.access$0(Downloads.java:294)
W/System.err( 786): at net.xxx.xxx.Downloads$1.onClick(Downloads.java:135)

I have tried seeking some answer of the offset error, but not really clear what this issue might be. I download the file with this code:
public FileOutputStream executeHttpGet(FileOutputStream fileOutputStream) throws ClientProtocolException, IOException{
try { // Execute HTTP Post Request
httpResponse = httpClient.execute(httpPost, localContext);
int status = httpResponse.getStatusLine().getStatusCode();
// we assume that the response body contains the error message
if (status != HttpStatus.SC_OK) {
ByteArrayOutputStream ostream = new ByteArrayOutputStream();
httpResponse.getEntity().writeTo(ostream); fileOutputStream = null;
} else { InputStream content = httpResponse.getEntity().getContent();
byte[] buffer = new byte[1024]; int len = 0;
while ( (len = content.read(buffer)) > 0 ) {
fileOutputStream.write(buffer,0, len);
} fileOutputStream.close();
content.close(); // this will also close the connection }
} catch (ClientProtocolException e1) {
// TODO Auto-generated catch block e1.printStackTrace();
fileOutputStream = null; } catch (IOException e2) {
// TODO Auto-generated catch block e2.printStackTrace();
fileOutputStream = null;
} return fileOutputStream;
}

View 2 Replies View Related

Media :: Game Media Showing Up As Mp3 / Video Player / Way To Fix?

Jul 21, 2010

I recently bought some gameloft games for my droid incredible but i noticed all the sounds of music of the games are showing up on my media players. Is there any fix for this issue?

View 2 Replies View Related

Media :: New Motorola Droid User - Downloaded Music

Jan 14, 2010

I purchased a Motorola Droid about a week ago and have it running to my liking except for music. I noticed that the songs I transferred onto my Droid were sorted in alphabetical order rather than by the oringial album sort. How do I change the sort from alphabetical to the original album sort?

View 2 Replies View Related

Nexus :: How To Delete Downloaded Video

Jul 22, 2010

I downloaded a short video clip from the Internet. I assumed it would be stored in the "photos" file so I could easily delete it. But now I can not find it. I want to get it out of the phone.

Can someone kindly tell me how I can find it and delete it?

I have Nexus One with 2.2.

View 5 Replies View Related

Media :: Android Music Player Won't Show Downloaded Podcasts

Apr 20, 2010

On my HTC Legend, when I download podcasts using Listen, BeyondPod, or Dpod, the downloaded .mp3 files are not visible on the android music player widget. Nor are they visible on btunes, even if I enable the audio books/podcasts features on btunes and hard-set the sdfolder path to where the .mp3 files are stored. On the music widget, I do see an empty "podcasts" playlist, but if I tell it to update, I get a "force close" error. Any ideas?

View 3 Replies View Related

Media :: Trying To Save .3gp Video From Video Message On Eris

Jun 17, 2010

My sister sent me a text which has a .3gp video attached. I have been trying to save the video but no success. I hold down on it and nothing pops up.

View 1 Replies View Related

Motorola Droid :: Downloaded Video / Can't Find It?

Dec 18, 2009

ok i downloaded a video can't find it on the phone i tried to play it after i downloaded it but where did it go on the phone so i can delete it? i am lost here any help would be awesome.

View 4 Replies View Related

Android :: Media Player On HTC Hero Misbehaving And Intercepting Bluetooth Media Buttons

Jan 10, 2010

Even registering the broadcast receiver at the highest priority still fails to receive the Bluetooth media button events on the HTC Hero phone. The Bluetooth media button registration code works fine on the other Android phones that I have tested. Apparently this isn't the first time HTC has done something like this, as I also found a report of a similar problem on one of the HTC Microsoft Mobile Devices reported here

It seems extremely short sighted of HTC to code their media player so that it grabs the Bluetooth AVRCP media button events in such a way that other applications are unable to work with the Bluetooth head phone buttons and Bluetooth in car stereo systems.................

View 2 Replies View Related

Sprint HTC Hero :: Adjust Media Volume Without First Playing Media?

Oct 14, 2009

I noticed that you can't adjust media volume without first playing media. Like you have to, for example, press the play button before pressing rocker volume in order to adjust media volume or else you'll just be adjusting ringer volume. This is unfortunate since games also use media volume. So if you wonna start up a quick game in a quiet setting, your in trouble if you were listening music before and never turned down/off the media volume. Unless I'm missing something and there is in fact a way to do it?

View 4 Replies View Related

Media :: Media Player On Hero Not Recognizing All Music

Dec 22, 2009

I've got a ton of music on my SD card in my phone, approx. 6.5GB worth on an 8GB card. The problem is, the music players in Android (I've used the default, RockOn and MixZing, though I want to stay with MixZing) only recognize about 80% of the music, in their libraries. The thing is, the music is there! If I browse to the folder and launch the file it will play, but there's no artist/title data, even though all the files are properly tagged (mp3s), plus, it opens in a weird verion of the default music player that will stop playing if it loses focus.

This has been a issue ever since I got this phone. It's a brand new SD card (my previous one, in addition to this problem, had major corruption issues; I originally thought it was the card but I guess that's not the case). Also, I've gone through two different ROMs (one when I first got the phone, and a second that I upgraded to about a month ago), so I don't think that's the issue. It seems to affect random folders (albums) at different times, whenever the library is refreshed, but I can't refresh the library manually (that I've found) to see if it's just not scanning those files, or if it's a more underlying issue. I'm stumped

View 8 Replies View Related

HTC Hero :: Reflashing ROM That Can Be Downloaded

Aug 31, 2009

Could some one give me a definitive set of steps for reflashing the ROM back to original HTC? I'm getting quite confused. Is there an official HTC ROM that can be downloaded or do they all come from enthusuats' bedrooms? Also, does this equate to rooting and will it invalidate my warranty?

View 4 Replies View Related

HTC Hero :: Video Player For HTC Hero / Video Resolution

May 19, 2010

I'm looking for a decent video player app for my Hero, and was also wondering what's the right resolution to convert my video files to?

View 6 Replies View Related

Media :: MP4 / The Video Could Not Be Played

Mar 4, 2010

I have encoded several videos to mp4. All of these videos played fine on on my phone until yesterday. Now none of them will play correctly. The default video player says "The video could not be played" and Act 1 says "Video is falling behind audio. It may be too much data for your phone to process, or may not be supported by Android" What gives? They play correctly on my wife's droid. I haven't downloaded any new apps since they played correctly. I have killed all apps to make sure I have enough memory. What could have changed? I have followed the instructions given on the forums to encode video to a T.

View 2 Replies View Related

Media :: FLV Video Playback

Nov 17, 2010

I've got the Google phone (Huawei IDEOS 8150, froyo 2.2) and would like an advice whats the best way to watch my FLV videos in my phone, perhaps convert FLV to MP4 first (to reduce the size) and then use VLC player or Real Player in my Google phone, if they are available for free download in MarketPLace ?

View 2 Replies View Related

Media :: Video Player For G1

Oct 21, 2008

Where can i download the Video player for G1?

View 15 Replies View Related

Media :: Record Video On G1

Oct 31, 2008

Any way to record video on the G1?

View 5 Replies View Related

Media :: Convert Video To DVD

Sep 14, 2010

What is the best way to convert the video from the EVO to a DVD? I see the file is in a 3gp format but not sure what the best way to convert it to a DVD to play on TV.

View 3 Replies View Related

Media :: Not Getting Video After Streaming

Oct 27, 2010

I recently flashed a rom to my EVO. Ever since then, when i try to play a video and choose to use streaming media player, I get a music note icon and get the audio and no video. How can i fix this?

View 3 Replies View Related

Media :: How To Download Video

Jun 14, 2010

I have a Motorola Droid. I used the video recorder for the very first time. How do I download the video to my computer? I'd like to figure out how to put the video on a DVD. I'm totally new to all of this....

View 1 Replies View Related

Media :: Make A DVD Out Of The Video

Mar 21, 2010

How can I make a DVD out of the video I shot with my Samsung Moment?

View 1 Replies View Related

HTC Hero :: Apps Downloaded But Won't Install

Oct 7, 2010

Over the last 6 months, I've bought several applications through the market without any problems. Yesterday, I bought Camera Zoom FX which downloaded just fine. But after downloading, it's been stuck at "Installing." in the Download-section of my Market. It sais "Purchased" in the upper right corner (as usual) and I've received the receipt through e-mail. I tried to install another app afterwards, and that worked just fine. Its about 24 hours since I purchased the app now, but it's still trying to install. I've rebooted the phone at least 5 times, cleared the Market-cache before and after rebooting. I've even tried to remove my SD-card just in case.If I click and hold the application in the Market-app, the only choice I get is "Details", not "Uninstall" and the other options I usually get. When I go to the apps details, the button at the bottom is greyed out and says "Installing..". This means I can't cancel the installation or choose uninstall.

My Hero has the official 2.1 version (fully updated) without root or other modifications.I've looked through the forum several times, including what seems to be relevant posts, but I can't seem to find any real solution for this problem. Anyone know how I can fix this? I think it's really strange that Android doesn't have any form of time-out or something for this..

View 43 Replies View Related







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