HTC Incredible :: Best Audio / Media Player
May 7, 2010
I am looking for a media player - to play all kind of music formats, mp3, wav, etc. Also it would be good to have a player that have a simple search through folders capability to go to navigate to phone's internal memory. The player that comes with Incredible has the capability to search through folders in the internal memory, but I don't think it plays all formats. On the other hand I see that "market" place is full of different players, but all that I downloaded only search on SD card and does not have capability to navigate to internal storage. I know one of the simplest solutions would be to put all music on SD card, but heck we have 8Gb of internal storage why not to use it?
View 4 Replies
Sep 3, 2010
I really want to know why I can not hear any sound whatsoever simply because the video uses 5.1ch aac instead of 2ch aac. The video part of mp4 plays perfectly, encoded to h.264. I would really like to know if there is any media player able to play these videos correctly without having to resort to any kind of re-encoding (a waste of time when the original encodes should play fine) or having to use special 5.1ch headphones (bulky and not practical to keep on hand all the time). Also, does anyone know if this might be corrected with Froyo 2.2? And last, all my videos that have 2ch audio play as they should, sound and all. Same codec settings were used.
View 7 Replies
View Related
Jul 23, 2010
I'm still trying to get to grips with the folder/filing system of the Desire's SD card. I have yet to put any of my own MP3's onto the phone but have put on a few short audio clips which I created at work. These were on the phone mainly so I could transport them home but I also occasionally play them from the phone. However I don't want them cropping up amongst music in the music player app/widget, but it seems no matter where I put them on the SD card they appear. The only exception is if I put them in media => ringtones which isn't ideal. Are there any other places where i can put them where they won't be found by the media player?
View 8 Replies
View Related
Jul 5, 2010
I would like to find an media player that plays videos but when I minimize or multitask to another app I want the videos audio to keep playing like pandora does. The reason for this is bcuz I rip videos off of youtube to mainly listen to the music.
View 2 Replies
View Related
Feb 16, 2009
I tried to play a piec of 16-bit .wav audio file, no sound came out from my earphone, but .mp3 file would be OK. Do any one else have this kind of experience? This is the code: player = MediaPlayer.create(this, R.raw.test); // I put test.wav in /res/raw player.start();
View 4 Replies
View Related
Mar 21, 2010
The dev guide suggests this
MediaPlayer mp = new MediaPlayer();
mp.setDataSource(this, Uri.parse("http://wamu-1.streamguys.com:80"));
mp.prepare(); mp.start();
I can't seem to get it working though.
I'm getting "java.io.IOException: Prepare failed.: status=0x1"
View 6 Replies
View Related
Aug 1, 2010
Does anyone know of a player that will handle MP4 AVC files with a 5.1 AAC audio stream? The video plays just fine but none of the players seem capable of "downmixing" to stereo.
I did find one that would play the sound all garbled. I'd hate to have to recode my entire library to stereo to use it on my phone.
View 1 Replies
View Related
Apr 27, 2010
I love my new HTC Desire and the only thing lacking is a music player that plays at variable speed. I listen to a lot of audio books and my old Sansa Clip player gives the option of playing audio at a faster speed (so you can go finish a book faster).The normal android player doesn't seem to have this option. Is there another player that does?
View 4 Replies
View Related
Jul 21, 2010
I am currently new to android development I been working on the examples in the Dev Guide in the android website. I want to get a stream from a server I have to play in the emulator when I insert the url it doesn't seam to want to play. My question is there a way to get the emulator to play audio or is it all enabled also does MediaPlayer require a special kind of format like mp3 or ogg? his is the code i am running on my 'onCreate()' method.
MediaPlayer mp - new MediaPlayer();
mp.setDataSource(MY_URL_);
mp.prepare();
mp.start()
View 1 Replies
View Related
Jan 12, 2010
when I'm listening to audio with my headphones through cherry rplayer and then take the headphones out to use the speaker, I don't get any sound...I have to shut down any audio players functions before I get any sound out of the speaker. Not sure if cherry rplayer is the culprit or not. I have also noticed that my media player starts playing by itself...
View 8 Replies
View Related
Jun 19, 2010
When I plug in my audio jack into my desire to listen to music with my speakers, sometimes the media player goes crazy. It skip songs, fast forward, it makes random calls. And all sorts of crazy things. I googled around, looks like quite a number of htc users face this problem too. What are your advice on this?
View 2 Replies
View Related
Aug 21, 2010
Invoked device native player to play audio file, it opens android native player on top of the application but when selecting to back out or return to the application, device automatically stops playing the current media.
Sample code:
Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(file),"audio/*");
startActivity(intent);
How can I implement so that Device should continue to play audio in the background when selecting to back out or return to the application
View 1 Replies
View Related
May 31, 2010
I am looking for an audio player for android HTC Incrdible
View 8 Replies
View Related
May 19, 2010
Every time someone leaves me a voicemail on my home phone number, VOIP home phone voice mail box sends me the voicemail as a .wav file attachment. When I try to play this .wav file the phone refuses, saying "Sorry, the player does not support this type of audio file".
So, I take it the .wav files cannot be played on Android phones. Has anyone found a workable and simple workaround to this yet?
View 7 Replies
View Related
Aug 31, 2010
Hit up some flash sites...having sound issues namely when I play a video the sound takes a while to catch up and when it does it sounds slow. video plays smooth, is there a way to fix the audio issue?
View 16 Replies
View Related
Jun 15, 2010
Earlier today I was creating a log file to help the LauncherPro developer identify a bug. However, when creating this log I noticed the following messages running constantly and very quickly:
V/MediaPlayerService( 60): [32] isPlaying: 0
V/MediaPlayer( 604): isPlaying: 0
V/MediaPlayerService( 60): [32] isPlaying: 0
V/MediaPlayer( 604): isPlaying: 0
V/MediaPlayerService( 60): [32] isPlaying: 0
V/MediaPlayer( 604): isPlaying: 0
V/MediaPlayerService( 60): [32] isPlaying: 0
V/MediaPlayer( 604): isPlaying: 0
V/MediaPlayerService( 60): [32] isPlaying: 0
V/MediaPlayer( 604): isPlaying: 0
V/MediaPlayerService( 60): [32] isPlaying: 0
V/MediaPlayer( 604): isPlaying: 0
V/MediaPlayerService( 60): [32] isPlaying: 0
V/MediaPlayer( 604): isPlaying: 0
It seems like this is a bug and wastes battery life.
View 5 Replies
View Related
Sep 29, 2010
First off, I listen to long audio files (5+ hours) on my Inc. pretty much everyday. Ever since the the 2.2 update, if I pause the audio and do something else like open the web browser or an app; once I go back to the media player and press play, it'll restart the track from the beginning. I know this is different from 2.1. I could even turn the phone off and on, and it would still hold it's place in the track. Is anyone else out there experiencing the same thing? Am I stuck with this, or am I missing an option somewhere? I tried a couple different media players, namely Mixzing, but that too loses it's place. I'd really like to keep the stock player, mainly because the lock screen controls are so nicely integrated.
View 8 Replies
View Related
May 13, 2010
Has anyone else noticed that the built in Music player for the Incredible updates MP3 album art automatically? If so, does anyone know how to turn it off? I am meticulous about keeping my collection organized and I do not want the player updating any of the tag info. I definitely do not want it going out to the net to download art.
View 1 Replies
View Related
Jun 1, 2010
Up until now I wasn't having any luck syncing my Incredible with Windows Media Player 12. I ended up renaming my folder structure and it made WMP12 see the Incredible's media. By default, the Incredible makes a folder on the internal 8GB drive called MP3. Originally I put all my music in this folder. But when it was in there, WMP12 could not see it. I ended up creating the following folder structure, and it now syncs correctly. I think the main thing is to have a folder named 'music', not 'MP3'.Now my next step is to try and figure out how to sync my home computers music from any Windows 7 / WMP12 computer. I would like to plug my Incredible into my Windows 7 computer at work, and sync my home computers media data. I read that you can stream music from your home computer this way (WMP12 feature), so I am assuming there may be a way to sync it too. I'll let you know what I find. Let me know if you find out first.
View 1 Replies
View Related
May 23, 2010
Does anyone know if there is a way for either meridian or the regular android player to recognize audio tags on lossless audio files?
View 1 Replies
View Related
Jun 3, 2010
Anyone have any experience with double twist media player looks pretty sick to me? DoubleTwist's Android App Looks Like the Best Media Player Yet
View 49 Replies
View Related
Jun 7, 2010
I keep all of my music and podcasts (which i copy/paste manually from my computer) on the internal storage.The last 2 weeks when I copy/pasted my new podcasts over for my regular 5 hour weekend drive, the podcasts dont show up anywhere in the default media player. I have to use Astro to find the file and select it from there. What am I doing wrong/how do I fix this?
View 4 Replies
View Related
May 5, 2010
I was wondering if there is a good app like TCPMP for windows based smart phones that can be used for streaming video that launch video in MediaPlayer.
Also, for some reason I have trouble watching HULU on my droid, even in the Skyfire2.0.
View 1 Replies
View Related
May 10, 2010
so i tried to use the camera for stills and video this weekend. the video looks great, and works fine on my phone, but i have no sound on my computer thru windows media player. I'm sure its just a codec issue, but does anyone know which codec?
photos on the other hand were really bad grainy or blurry depending on which one fast motion was horrible (but i really wasn't expecting much there) way too long a delay between button push and photo capture the kids kept moving during the delay ruining the photos.
Has anyone gotten good results? what settings? i currently have everything to auto/default. sorry i cant load a pic to show u, they are all too big to post here
View 1 Replies
View Related
Sep 6, 2010
Ever since 2.2, my browser (I use Dolphin HD) moves very slow. Slow load times, and after hitting the Menu button it takes a few seconds for the menu to pop up. Am I the only experiencing this?
Also after the update, the stock media player (I use the HTC one) has developed a few problems. The biggest problem is that it no longer remembers where I pause my music. This problem only develops after being paused for a few minutes. After that, when I press play it restarts the song it was paused on. The other problem, which I've seen reported a few times, is that the player can lag easily and skips sometimes. I've noticed that when I play music and try to look through my music at the same time, that will also lag the music. Is there either a fix, or another music player that will remember where in the song it was paused and not be so laggy? I also need it to be able to Scrobble with my Last.fm account.
The laggy browser, the laggy music player and a general legginess seems to me like the phone is being over-taxed while doing nothing so when it's told to do anything else it lags. This was never a problem in 2.1. Also, after the 2.2 update I did a factory reset to make sure there was no lingering problems, and I have experienced all of these issues while using and while not using a task killer.
View 1 Replies
View Related
Jul 27, 2010
I am becoming sick of the Incredible's stock player, mainly because of its poor shuffle mode. I have looked at apps like MixZing, Cubed, and DoubleTwist, but these all seem like they won't play music from both the sd card and internal phone storage like the stock player. Are there any players that will do this, and perhaps find album art like the others?
View 1 Replies
View Related
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
Nov 10, 2010
I use Windows Media Player to manage all my mp3s and playlists. I want my Samsung Galaxy S to be synchronized with my PC. I can connect my Galaxy S using "Media Player" mode and use the built-in sync with WMP, but there are issues:
1) Some mp3s get "corrupted" - how do I force WMP to "re-sync" them without losing my playlist association (if I manually add it as a file to sync, it is no longer associated with the playlist)
2) If I delete an mp3 from the device, WMP doesn't realize and won't re-sync the file again... is there a way to re-sync?
3) Sometimes WMP will re-sync playlists and each song shows up 3-4+ times when I load up a playlist on my device. I then have to wipe the Music and Playlist folder and re-sync from scratch any way around this?
4) Where are android playlists stored? The Playlists folder on the sd card can be wiped, but the playlists still show up in the music player?
5) If I make a change to a playlist on my PC, WMP will freeze and start skipping random files the playlists get corrupt and I see problem #3 occur. Essentially, if I change a playlist, I have to wipe the Music and Playlist folder and re-sync from scratch.
View 7 Replies
View Related
Sep 1, 2010
Does anyone know where to find a media player that would allow you to play streaming videos on Android Browser?
I want to know if you can play streaming videos on your web browser on your android os phone.
View 1 Replies
View Related
Apr 8, 2010
I want to be able to use/view the video's I record with my phone on my computer. (open from an email or use in window's movie maker)I have a new computer with Windows seven at work and a Vista laptop at home. I can send the video to myself and try to open in from my email or tether to the computer and transfer the file manually. Either way I can't open with windows media player. Video's taken with default "Camcorder" app on a myTough 3G running Android 1.6.I know it has something to do with the codec's the phone uses but wonder why they wouldn't use codec's that are compatible with the most commonly used pc's?Is there any way around this? Some kind of converter for the computer or for the phone?Is there another camcorder app that can record video with a different codec or is it phone hardware specific?So far have been able to use these forum's to sort out most of my Android problems but I'm stumped on this one. It doesn't seem like it should be this hard to do. Should be more user friendly.
View 5 Replies
View Related