I copied music files from my computer to my Galaxy Nexus phone, using the command adb push Music /sdcard/Music/
, and the stock Android music player is not detecting these files (while others do). I'm able to view these files in my Android file manager application, but when I mount my phone as an MTP device, the music folder is empty.
Is it related to partitioning? I see two partitions with the same content, /storage/emulated/0/
and /storage/emulated/legacy/
.
/storage/emulated/legacy/
simply points to the storage of the currently logged-in user, which is/storage/emulated/0/
. For the rest, see GAThrawn's answer below: until the Media Scanner indexed the new files, the Music Player is unable to see them. – Izzy May 13 '13 at 14:53