HTC EVO 4G :: Relabeling Names Of Artists And Songs?
Oct 3, 2010
I can't figure out how to relabel the artist and song names of songs that I downloaded. Because they are all messed up with numbers and dashes instead of them being under the correct artist and album art it is just throwing a majority of them under unknown artist. Also how do you properly label a song so it shows up with the artist and song name? For instance a file all messed up says 03_Marylin_manson - Sweet dreams_mp3.mp3 when obviously I want the song labeled simply: Sweet Dreams under the artist Marylin Manson.
View 11 Replies
Aug 6, 2010
Update made some good changes , but for some reason I lost some album covers and artists names in my player. Almost half my music I have the album art app but how do I get back my artists names?
View 16 Replies
View Related
Oct 14, 2010
K, so when I open my music player (the basic music app that comes on the phone), it ALWAYS opens in "Now Playing" mode. Is there a way I can set it to open on what I choose it to for instance to open listing "Songs" or "Artists"?
View 4 Replies
View Related
Sep 10, 2010
I've just got android today so I apologies if this is obvious...
I want to be able to pick the artist first and then be presented with a list of their albums rather than all their individual tracks. It makes much more sense to the way I choose the music I listen to. Is this possible?
View 2 Replies
View Related
Sep 8, 2010
I use my HTC Desire as my main mp3 player, and I have several compilations on it. This means when I browse with the stock player (and the others I've tried) by Artist, I have 300 artists to flip through even though most of them only have one song on the SD card as part of a compilation. Is there a mp3 player app (or simple workaround, like renaming a folder) that will allow me to browse by Artist and see only artists/bands that only have a full album--or folder named for them? Apart from manually retagging all these comp tracks, that is.
View 2 Replies
View Related
Jul 31, 2010
Coming from a Iphone to the X the music player is a little lacking. Often I will go into a certain artist and want to play all the songs by that artist, or thumb through all their songs to find a certain one. On the stock music player on the X this seems hard to do (maybe I'm missing something).
if I pull up the music by artist and select a certain artist then it shows me all their albums (The iphone has the option at this point to select all albums and see all the songs of that artist in alphabetical order). The X doesn't give a option to select all albums at this point. If I go to artists and long press on a certain artist I can select play and it will start playing all that artists songs, then I can hit pause and go into the list from that point to see all the songs but they seem to be in a random order making it hard to find a specific song.
I've tried a couple other players and haven't been able to find one that functions like the Iphone, makes it hard to quickly find one song.
View 8 Replies
View Related
Oct 19, 2010
On the android facebook client, artists (in my "likes" under profile) who post things end up in my feed. When I log in on my browser, they don't show under the feed (so I can't "hide" them). Is there another way to "hide" these things, or do I simply need to stop liking bands/artists who post too much?
View 1 Replies
View Related
Sep 28, 2010
I want to remove some apps but their names are not evident. The apps I want to remove are;
Backup assistant
Socialite
ThinkFree office
View 5 Replies
View Related
Aug 5, 2010
I am looking for the name of an App that I read about a while back. From my understanding it would remove the names of the apps when you put them on the screen. Just make it all a little less cluttered. I also recall reading that the extra space from not having names would allow you to put another row of apps on each page.
View 5 Replies
View Related
Jun 30, 2009
Is there any method to get all android package name?
View 4 Replies
View Related
Jul 15, 2010
Can someone explain to me why my phone is showing 2 different ROM names. the ACTUAL ROM thats installed is Aloysius and i know this becuase the icons and layout difference between Fresh and Aloysius.
if you look under CURRENT ROM in RM it says Fresh, but under Build, it says the Aloysius. Both updates are available for the ROMs and i dont know which one to do.
View 3 Replies
View Related
Apr 4, 2010
I wonder how many songs can i put on my hero?
View 6 Replies
View Related
Jun 10, 2010
I just downloaded a music app that works great, much better tham pandora but was curious about how many songs can it store? And if all those songs will affect performance?
View 4 Replies
View Related
Jun 8, 2010
I downloaded a couple songs to my computer. Now how do I put them on my EVO so I can edit them and use them as ringtones? Just plug in my phone to computer?..and then what? Sorry, Im so new to this.
View 20 Replies
View Related
Aug 15, 2010
I just recently rooted my phone, using the cyanogenmod rc3 with a chevy 1ghz kernel. When im looking at my applications whether it be at the home screen or in the pop up that shows them all. Some of them dont show the full application name. For example, Rom manager only shows Rom Man...
View 1 Replies
View Related
Nov 10, 2009
I don't know how or why this happened, but two apps I installed from market called Bible and 2nd called Translator, suddenly show up in the apps area as something like "com.domain.appname.." I cannot figure out how this happened, nor how to rename them.
View 22 Replies
View Related
Jul 28, 2009
I'm working at an application about SQLite database. I have inserted some table in an database file. But I don't know how to get all the tables' name using code. For example, I defined a database object SQLiteDatabase dataBase = SQLiteDatabase.openOrCreateDatabase(getDatabasePath("Mydatabase"), null); and how can I get all the table names stored in the database file "Mydatabase". Counld anyone give me some code.
View 9 Replies
View Related
Jun 30, 2010
My activity gets set as the default Home by the user, but I want to be able to launch the default Home from within my activity as well. I've tried hard coding the following: Code...
View 1 Replies
View Related
Jun 14, 2010
I've tried Anycut, App Organizer, Folder Organizer and none of them gives me the ability to actually change the icon names. For example, I just want to shorten Handcent SMS to just SMS. Is this possible?
View 5 Replies
View Related
Jul 1, 2010
Please tell me the names of apps with a better keyboard!
View 1 Replies
View Related
Aug 8, 2010
I sync contacts with work exchange server.I am finding that contact's first and last names are randomly being switched. It's not a huge amount,but I usually find two or so a week.This has been going on for a while now and I don't see any pattern to it other than I believe it is limited to contacts that are (or have been) used in the HTC People widget.Now.I just switched to LauncherProPlus. so we'll see if this behavior continues. I was curious if anyone else has experienced this?
View 2 Replies
View Related
Sep 21, 2010
I implemented three(live, news, music) widgets for an radio application. For three widgets I'm getting application name as the widget names.How i can give different names for widgets.like live widget, news widget, music widget.Please let me know.Thanks
View 1 Replies
View Related
Jun 8, 2010
I have two resources file in res/values directory: string.xml and names.xml
how can I retrieve all resources from names.xml only
the method
Field[] x=R.string.class.getFields();
retrieves resources from both files.
how can this be achieved?
View 1 Replies
View Related
Feb 19, 2010
I have downloaded the new updated version (complete with adverts)of Handcent to try it out as I hearing such glowing comments on it. When I open the programme I see all the threads but all I have is the mobile numbers and No Contact names associated with them.
Could someone kindly tell me what I have to do to get the names up please. I have been looking through the settings but cant see anything, do I need to make sure the stock messaging app is unticked first to get the names to appear?
View 5 Replies
View Related
Mar 22, 2010
Is there a way that after install a app, user can have the option to change the app name through a configuration page in that app? Where are all app names saved in the system?
View 3 Replies
View Related
Jun 19, 2010
I'm feeling a bit stupid here, I have a new Incredible and I added a folder to one of the home screens and it is called "folder". How do I change it's name?
View 1 Replies
View Related
May 28, 2010
I was wondering, is there a way to change a program's name? Like for example. I've got a game on my HTC Desire "Labyrinth Lite". But what I would like to do is change it's name to just "Labyrinth". Is there any possible way to do it with the device or is their an app on the android market that I can use this for?
View 4 Replies
View Related
Jan 27, 2010
Got my phone today and am a bit disappointed if i'm honest.First thing, there seems to be a huge lag in the email, is this normal? Am using gmail and i get the email through straight away on the PC but about 15-30 mins later on my phone. Am used to instant email on the blackberry.
Also, i wonder if i'm doing something wrong in contacts. Have set up all my numbers and set the names to be displayed but when they come through some show the email address instead of the name? Can i get round this?
View 9 Replies
View Related
Feb 11, 2012
I downloaded Astro because I'm suppose to be able to change the names of my pictures with it but when I open the program I can find all sorts of files, but I can't find a folder for my gallery or my library where the pictures are suppose to be. I think they should be there anyway.
Once I found a place to type a "name" & search but that did not find those file folders either. I thought I might search the "Name" of a photo I have on the phone but now I can't even find where to type in the name/date & time again.
View 1 Replies
View Related
Feb 8, 2012
I used to have T-Mobile G1 (HTC Dream), and when it captured a picture, it set the name of it automatically to the exact time and date in which the picture was taken (for example, a picture I have on my computer: 2011-11-14 08.04.54.jpg).Then I switched to MyTouch4GSlide, and it indexes the pictures, so the names are "IMAG0001.jpg", "IMAG0015.jpg" and so on.I want to return to the previous state, i.e. make the phone name pictures according to the time.if I look hard enough I'll find some image-capturing app which does that, but I'd like to stick to the given image-capturing interface.I am posting this in the general Android forum because I guess it's not just in my device.
View 3 Replies
View Related