General :: How To Block Game Files From Showing Up On Media Player Of Choice

Jan 15, 2013

How do you block Android game files from adding themselves to your media players? For example, if you're using Moboplayer to view the pics and vids you've shot with your camera, and you have a game like Dragon's Lair that has hundreds of mini 3 mB vid clips on your device to play the game, when I try to view my personal videos, I have to filter through the 800 some odd game vid clips just to look at my home videos. To add insult to injury, if you use a backup like Verizon that backs up only your newest movies and pics, it also downloads these hundreds of vid clips as well as photos of the uniforms on a game like Home Run Battle.

General :: How to block game files from showing up on media player of choice


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

Motorola Droid :: Game Sound Files Showing Up In Music Player

Jun 8, 2010

I installed some games (H.A.W.X and a few other from Gameloft) and all the sound files from the game show up in my Music List.

View 2 Replies View Related

Media :: Hide Files In Certain Directories From Showing In Music Player?

Dec 27, 2009

I find it kinda annoying that recordings made the voice recorder application show up in the music player. I'd like to have only my music play when I set it to shuffle. I have all my music in a folder called music. Can I limit the music player to search in that folder only?

View 1 Replies View Related

General :: MP3 Files That Cannot Be Read By VLC Or Windows Media Player

Dec 23, 2013

I just finished decompiling an apk file and fro this issue I googled it and no luck? I want to extract the assets fro this app but the .png and .jpg files are coming up as an "Invalid image" The same applies for the sound ".mp3" files that cannot be read by VLC or windows media player!

View 3 Replies View Related

Media :: Music Player Can't Find All Files / Need Doesn't Use Native Index Of Files?

Apr 4, 2010

I have a Samsung Galaxy I7500 using android 1.5. I extended my phone with a 16GB microSD. I copied a big music collection (around 800 files) into a folder on this SD. Now the problem is that the music player can't find all the files.

I know that there are several threads about android not finding music. The answers are usually that the library hasn't yet been updated or that the ID3 tags are not correct.
I have checked both.

Btw. I can play the files using ASTRO.

In my opinion it seems as if android can't build up a library with too many entries. If I rename the files or put them into different folders, songs disappear and reappear quite randomly.

Do you have any solutions? Is there a music player which doesn't use the native music players index of files?

View 3 Replies View Related

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 :: Music Player With Disc Showing

Nov 15, 2010

I'm looking for a music player which has disc showing . Like the original music player in the Samsung Galaxy S.

I just think it's simply awesome and I really digg it, but so far I haven't found any players on market yet, I've tried Meridian and etc, and they're all good but simply don't have this function.

View 10 Replies View Related

Android :: Playing Sounds In Game Application Using Media Player

Feb 5, 2009

I am using mp3 sound in my game (used wav format also) while playing sound I get problem as "obtainBuffer timeout (is the CPU pegged)" and then sound gets played after some time i.e it is not synchronized with the game play.

View 10 Replies View Related

HTC EVO 4G :: Get Rid Of Files - Don't Want Showing Up In Stock Music Player?

Jul 20, 2010

I installed a game from gameloft (Let's golf, great graphics btw)

Anyway I notice a bunch of sounds files were showing up in my music player I didn't want. Very annoying. I searched around here and didn't really find that much help. After some further searching around the net the easiest way I could find was as follows:

1. Open up notepad, don't type anything just go to file, save as. Change the drop down box for Save as type: select all files. Under file name simply type ".nomedia" without quotes.

2. Connect your phone to your computer, locate where the sound files you don't want are. In the same folder as where all the files are, drag the .nomedia file you made to that folder. Disconnect the phone

3. Reboot your phone, once booted open up the music player (you might still see the files there since it's cached) Go to the all songs tab, select a song. This will refresh the cache and you should no longer see any annoying files in your widget or playlist.

Before this I had to make a custom playlist and select that but everytime I rebooted I would have to select the playlist again plus if you add new songs you would have to go into the playlist.

Also if you don't know where the annoying files are, you should be able to hold down on it in the music application and go to details. This will show u where the files are located.

View 15 Replies View Related

Samsung Fascinate :: Stop Notification / Ringtones From Showing Up In Media Player?

Oct 28, 2010

Alright, I've looked around but haven't ever found anything concrete for this.Is there a way to keep my ringtones/notifications off of my default music player?I tried adding a text document called .nomedia as I'd read in a different post with no luck.

View 5 Replies View Related

Android :: Sound Files Of Games Showing Up On Music Player

Apr 5, 2010

I recently installed Asphalt 5. Apparently, you have to download some stuff in order to play the game. Anyways, I did download it and my problem is, there are sound files that are showing up on my music player. Ex: (raw_000~raw_174) Oh and the sound files are in ".ogg" format. I did some research and I tried the ".nomedia" method, but that didn't work.

View 1 Replies View Related

Media :: Which Player Will Play .mov Files?

Jul 15, 2010

As the headline say:How can I play .mov files on my HTC Desire?

View 3 Replies View Related

HTC Desire :: Don't Put Audio Files In Media Player

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

Android :: Playing (M3U Files) With Media Player

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

HTC Hero :: Media Player For Network Files

Jan 5, 2010

I've searched for this already and can't find one!!

I've got about 4000 tracks on my pc and would like to stream them or browse and play them from my phone (not always convenient to play them from the PC).

I've got Estrongs file browser but can only play one track at a time.

View 2 Replies View Related

Android :: Hiding Media Files From Music Player

Apr 27, 2009

I'm torn between which group to post this too, but since it is for an application I am working on, I guess I'll stick it here. So here we go. I have an application which downloads data onto the sdcard to be used by the application. Some of these files are sound or music files and the music player in android seems to parse these directories and add these files to the list. I'd like to somehow block or hide these files from the music player. Is there is a way to do this? I was thinking it may be possible to name my folder with a period at the beginning, since linux hides such files. I'm just not sure if that is going to hide it from the music player or if there is another way to handle this.

View 9 Replies View Related

HTC EVO 4G :: Need Aftermarket Media Player Supports Many Of Video Files

Jul 7, 2010

The stock media player is good but not so good when your looking at videos late at night like porn =/ lmao

i need a new media player that supports many of the video files whats in mind?

View 4 Replies View Related

Media :: Player To Handle MP4 AVC Files With A 5.1 AAC Audio Stream?

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

HTC Hero :: Media Player To Play .flv Files Without Having To Convert To .mp4 / .3gp?

Apr 18, 2010

Anyone know of a media player that will play .flv files without having to convert to .mp4 or .3gp ?

Seems strange that youtube streams fine, but you can't play the downloaded files in the default media player.

View 3 Replies View Related

Media :: Player - Long Files - Cannot Fast Forward Through Song At All

Jan 10, 2010

I was wondering if anyone has had luck playing .mp3 files that are around 100-200+ meg in size? I'm working through the "Best Player" thread trying to find something that will. So far the only one to come close is Ringdroid, of all things, but try as it did it would not load the file (all other apps I've tried so far just say it's an unsupported file).

Ps the file I'm trying plays fine in Audacity on my Linux box. An iPod will play these files but you cannot fast forward through the song at all.

View 3 Replies View Related

General :: Google Play Game - Achievements Stopped Showing

Feb 25, 2014

In any Google play game I cannot view the achievements any more, the window flashes open, white, then closes. In the Google play app it will show the amount of achievements next to each game, ie 2/14, but clicking on my achievements shows a blank page. Leader boards still work though..Tried clearing cache, re-installing, etc. Last resort is to restore my tablet.

View 1 Replies View Related

General :: Not All Music Showing Up On Default App / Player

May 2, 2012

Having problem with my music not showing up, it only shows 4 songs out of 75. I tried using poweramp,playerpro, and the default music app but it still doesn't work

View 4 Replies View Related

Android : Able To Block Certain Developers From Showing In Market?

Feb 10, 2010

I'm just browsing the market on my phone and every few games down there are utterly shite apps from a developer called "Aroma planning" which are pictures of women which you are supposed to touch.

I'd love a feature where you could block every app from that developer but I wouldn't know how or who to contact to ask if it could be implimented.
As far as I know, the Market isn't a part of the open source components in Android and is Google's property but does anyone know if there is a contact email address for the android market developers so I could ask if such a feature could be added?

If I see another miniskirt touch game by that arsehole I'll probably end up snapping my nexus one in rage.

Edit: Doh, the feature requests forum is here: Feature Requests / Suggestions - Android Market

View 1 Replies View Related

General :: Separate Music Audio From Game / App / Media Volume?

May 14, 2012

add in a script or something to change the volume controls. I would love to be able to set the volume for games at a different level than my music in my music app and would love to have this feature but can't find it anywhere.

View 3 Replies View Related

Media :: Will Google Ever Step Up Its Media Syncing Game

Apr 11, 2010

One of the few major drawbacks of android is the only application which syncs music with my phone well is doubleTwist, and that's still pretty buggy. is google ever going to get around to having an answer itunes/zune software? even for someone who doesnt mind doing heavy tinkering with the phone/is a geek like myself its annoying that such a mundane process still doesn't have a simple, elegant solution

View 32 Replies View Related

General :: Phone Stopped Showing All Of Media?

Jun 3, 2014

yesterday when i went into my gallery, it suddenly says i have no files. google music says i have no music. when i take new pics they show up as if the device was empty before. ive checked in the file manager and all files are still there, just undetected.

ive tried a bunch of rescan sd card apps but they all crash when i open them.

im using an LG G2 running 4.4.2 Stock, not rooted, not anything. havent tempered with anything.

View 6 Replies View Related

General :: All Music Files Not Showing?

Dec 26, 2013

So I have about 1,000 songs on my phone and earlier today I connected my phone to my computer so I can add more music. When I opened my music folder on my phone, it stopped at 349 songs and the rest of them showed up as a "hard drive" icon? What happened? When I disconnect my phone to see if my music was deleted or something, it wasn't. It's still there on my phone but just won't show up on my computer.

View 2 Replies View Related

General :: Default Music Player Showing Wrong ID3 Tags (cyanogenMod 2.3.7)

Jan 14, 2012

I have galaxy ace with cyanogen mod on it. The music player doesn't show id3 tags right. For example, i have changed "artist" tag of one of breaking benjamin's song to "Rock,Single", but the music player is still showing previous tag.

I have changed the tag to something different many times, but it still shows the first tag which is "breaking benjamin".

View 1 Replies View Related

General :: Files Not Showing Up On NTFS SD Card

Feb 24, 2013

I've recently bought a SanDisk 4GB SD Card, format it to NTFS, I was able to copy large files like my Need For Speed SD Data, .apk files. Then I've checked it in my phone if it is success. But for some reason, .apk files were not showing up on the list, all I see is the SD Data of my NFS.

View 2 Replies View Related







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