HTC Incredible : Android 2.2 - Playlist Will Appear Alphabetically And Then Disappear
Nov 15, 2010
With my old phone, MyTouch, Android 1.6, I would export a playlist from iTunes as an .m3u file, and copy that playlist file over to /sdcard/music/playlists so that it would be on my phone. I manually copy all of the music from the playlists into /sdcard/music so that every song that is in said playlists is in the music directory. The music app would take awhile to update and read everything, but once I gave it some time to work, everything worked wonderfully. That was all I had to do.
With my new phone, Incredible, Android 2.2, when I do the same steps, it doesn't work. I open the music app, go to the playlist option, and it thinks and thinks and thinks. Then each playlist will appear, alphabetically, and then disappear, until there are no playlists at all.
I read some forums online and have tried multiple things, and apparently Android 2.2 reads the SD card looking for music, and when reading a playlist, if it can't find any of the songs in the list, it deletes the playlist. The playlist is not only deleted from the list in the music app, but is completely deleted from the SD card entirely.
Here is my concern... When this playlist is exported, it has the path from C: on my computer, because that is where the music is housed on the computer. Moving it to my phone has never been a problem previously because it ignored the C: path and just found the song, without worrying about the additional directory information. But the newer version of Android isn't doing the same thing, I think it's more picky?
Anywho, I need my playlists! I don't want to use MediaMonkey, and the m3u files have worked fine in the past - quick and easy, without having to use additional programs. I really, really, REALLY don't want to have to go through these playlist files and remove all of the path information because these are huge lists, but I guess I might have to. Do you have any other ideas on what I can do to make this work?
I've tried different directories for the playlists on the phone - but I don't think that's the problem because the phone can SEE the playlists, and then deletes them. I've tried creating a playlist on the phone so that I could see the format of it, but the playlist that I created can't be found on the phone. I don't know how the phone creates them, or where it houses them, as I tried to search for it and was unsuccessful.
View 1 Replies
Jul 14, 2010
Is there any way to sort the HTC People Widget other than alphabetically? Or, is there a way to place a person shortcut on the home screen with a larger thumbnail (like the size of the ones in the People widget)?
View 4 Replies
View Related
Oct 4, 2010
I woke up this morning with my phone saying i have 2 texts. i then open up my messages and ALL of my messages are gone. my inbox is completely empty anyone have this issue before? anyway to get them back? ive already rebooted my phone
View 9 Replies
View Related
Sep 21, 2010
How come widgets disappear when apps are moved to SD?
View 1 Replies
View Related
Jul 3, 2010
This app seems great, but I'm having a problem getting the music portion to work. When I Enable it, and select a playlist, it always says the playlist is empty. Now, my music is stored on the phone memory and not the sd card, but if it can find the playlists and display for me to choose, why is it not seeing the songs on them?
View 1 Replies
View Related
Feb 23, 2010
My HTC Hero lists my contacts alphabetically by first name. Short of inputting them last name first, can they be listed first name first and still come alphabetized by last name? i.e. Bill Smith before Ken Sorels and still be in a group with other people with "S" last names? Is this a procedure problem or is their an app for this?
View 6 Replies
View Related
May 3, 2010
I have made a few ringtones with the htc music player. The trimmer function works great and the ringtone sounds great. But if i turn off my phone or if i take out my sd card, the ringtones disappear. They are not even avail to assign to a ringtone in the sounds and notifications settings. Is there a trick to get my phone to keep my custom ring tones?
View 2 Replies
View Related
Oct 27, 2010
Im using LaunchePro Plus, installed it today, im loving it, i dont like how it organizes my apps in the drawer alphabetically, i would like to arrange them as i please, is that possible. How can i do it?
View 7 Replies
View Related
Jul 16, 2010
is anyone else having trouble in the application launcher where the applications arent sorting alphabetically? I can't figure out how to sort...I would have thought this was a default....not sure if it's because I restored my apps using MyBackUp Pro or not.
View 4 Replies
View Related
Dec 14, 2009
I have the Samsung Moment, and I've run into this problem with both the default Music app as well as MixZing. Haven't tried any others yet, though.
So, everything but about 3 (out of a few hundred, haha) songs is tagged properly and shows up under artist as one expects, sorts into the correct albums and all - but within albums the songs go alphabetically, rather than by track number.
Does anyone know how to make my songs actually show up in the correct album order instead of just alphabetical order? Kind of messes things up if you're trying to listen to a musical.
View 2 Replies
View Related
Jun 7, 2010
The tracks in an album playing alphabetically instead of by the track number?
View 3 Replies
View Related
Aug 19, 2009
Is there a way to sort the bookmarks in the bookmark widget alphabetically? I have the option set in the browser when viewed there but the widget seems to display them in date-added order.
View 7 Replies
View Related
Apr 22, 2010
I was curious...does anyone know if there is a app out there that allows you to add a playlist of ringtones? Everytime you recieve a call it would be a random ring tone from the list. If you have specifically set a ring tone for a specific contact, then that one will play when they call you, but if no ring tone is set...then it would pick a random one from your playlist.
View 1 Replies
View Related
Aug 16, 2009
Is there a way to launch a playlist whith intent? I can retrieve the path of the m3u playlist with: Cursor cursor = context.getContentResolver().query (MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI, null, null, null, null); cursor.getString(cursor.getColumnIndex (MediaStore.Audio.Playlists.DATA)); But, I can't launch this m3u file neither with Intent nor with MediaPlayer.
View 5 Replies
View Related
Mar 31, 2010
I'm making a media player, but my code doesn't show all my playlists and for many others it does not show any.Why doesn't the code below work completely?
View 2 Replies
View Related
Jul 7, 2010
When i add new songs to my HTC Tattoo Android Phone, it correctly adds the songs to the list in the standard Music Player.
But when i delete songs from the phone through USB-connection, the songs stays on the playlist, even though they dont exist.
This has resulted in a playlist of over 400 songs, which only 40 of them actually works..
Is there any way to force a renew on the playlist so i can get a "clean" playlist?
View 2 Replies
View Related
Dec 22, 2009
As of right now I am using the stock Music widget on the droid for my music. I made several playlists today but now would like to move some songs to another playlist and delete them from the original playlist. However there is no way to do this. The only option I found was to delete the song from the library all together! Any apps you all recommend that might be better to use for my music?
View 1 Replies
View Related
Apr 13, 2010
I am wanting to query the members of a given playlist. I have the correct playlist id, and want to use a managedQuery() to look at the playlist members in question.
What I have is this: Code...
I don't know what the volume argument needs to be. I've tried this: MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI.toString() for the "volume" argument.
That gives me back a valid content URI that looks like:
content://media/external/audio/playlists/2/members
However, my cursor comes back null. I probably am way off base -- I know what I want to do is very simple.
View 1 Replies
View Related
Jul 23, 2010
when i did, a playlist that has taken me the last two weeks to make disappeared. as luck would have it though it reappeared today for some reason. i would like to make a copy of it to save on my pc in case it decides to disappear again, but i can't seem to find the file. i made the playlist using the "Music" app that came with the phone. it's about 250 songs out of the 4.5 gigs i put on sd card.
View 6 Replies
View Related
Jul 18, 2010
I am looking for an Android Audio Player that is based on a "now playing" playlist, like Amarok, Winamp or WMP. In relation with that playlist, I want buttons to add a song as the next song, or to add the song to the end of the playlist. Like the Rockbox firmware does it. Is there any app out there that works like this? I don't need any advanced features like lyrics, covers, etc, I just want to listen to music. In case there's nothing around, I'll even consider developing my own. Who needs synched lyrics if there's not even an "add next" option?
View 4 Replies
View Related
Apr 22, 2010
The playlist names can be found by a query on MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI
and then look at the MediaStore.Audio.PlaylistsColumns.NAME column. There is a data column too, MediaStore.Audio.PlaylistsColumns._DATA, but it is returning null. The list of songs (MediaStore.Audio.Media.EXTERNAL_CONTENT_URI/id) do not seem to show any playlist affiliation.
View 1 Replies
View Related
Jul 27, 2009
Anyone knows if Android 1.5 support video playlist format such SMIL? Also Android SDK doesn't include all the classes in J2ME such as: javax.microedition.media.protocol.DataSource.
View 2 Replies
View Related
Jan 10, 2010
I'm using the MixZing app for my music. It's otherwise not bad, but I find I have to manually (and individually!) enter songs to a Playlist from my G1. I'd rather do it via Windows Explorer with a right-click function, but I don't believe there is one. Is there any way I can add songs on my G1 to a playlist using Windows Explorer?
View 1 Replies
View Related
Oct 22, 2009
I created a shortcut to a playlist (m3u) on my Home screen. When I clicked it, it asked if I wanted to use Meridian media player or the standard one. I prefer Meridian, so I selected that. It opened Meridian and showed the playlist file name, etc, but not the actual playlist. Is there any way to get this to work and actually play (or load) the playlist?
View 1 Replies
View Related
Jun 8, 2010
I'm having some difficulty with drawing a line on a map. I'm basically drawing it etc. but when I select other tab and then come back to the "map tab" the line disappears. How can I prevent that so the line stays there all the time? Please can someone help me to solve this?
View 1 Replies
View Related
Nov 11, 2010
The calendar widget is frustrating me. I enter details about an upcoming meeting, hit save and the event appears. About 20 seconds later it disappears without me doing anything. I figured I would try to delete the app and reinstall it but when I go to settings/app/manage app and try to delete it, the "delete" function is grayed out. Any suggestions?
View 3 Replies
View Related
Apr 1, 2010
I have a EditText on simple activity with a button.
when every i move from one activity to this acivity focus is automatically set to EditText and keyboard appears in phone.
i don't want to open keyboard until i click on editText.
can any one guide me what should i do?
View 2 Replies
View Related
Sep 28, 2010
It randomly selects email, last time it was 1, this time 3. First poll, they disappear out of the inbox, next poll they show up as unread even though they're 2 weeks old. Leaving them as unread doesn't help, they still disappear, and come back as unread, but for some reason not on every poll. Tried to make friends with google, but all I find is other forum complaints that are similar but not exact, with no solutions. And Issue 719: Inbox shows old email. Anybody else going through this? It seems as though they're doing nothing to fix it.
View 2 Replies
View Related
Sep 19, 2010
Being an Android newbie experimenting with GPS stuff I managed to put together this code and it works just like I expect it to except for one thing, the GPS icon never goes away. How can get the GPS icon to disappear when the activity is destroyed? I have code...
in my onPause() but apparently that's not enough?
The problem exists in the emulator and also on my HTC EVO with 2.2. On my EVO, the icon stays there when the activity is destroyed and only disappears when I uninstall the app. code...
View 1 Replies
View Related
Mar 18, 2010
I have a Nexus I would like to sync with my iTunes on my Mac. What is the best way to do this to get the playlists etc?
View 6 Replies
View Related