Saturday, September 17, 2011

Re: [android-developers] picking a sound file

On Sat, Sep 17, 2011 at 8:02 PM, John Goche <johngoche99@googlemail.com> wrote:
> I was expecting some ringtones.

Did you set up any ringtones? The emulator does not ship with any.

> In case this is the right method how do I load mp3s and wavs onto the
> emulator.

Copy them over to external storage via DDMS or adb push. You'll then
need to unmount and mount the virtual SD card via the Settings app,
since DDMS doesn't cause MediaStore to index the file. Then long-press
on the song in the Music app in the emulator to mark it as a ringtone.

There might be a simpler path, but that's what I worked out for one of
my tutorials.

> Also, I guess sound does not work on the emulator.

It should work.

> What is
> the difference between EXTERNAL and INTERNAL content URI?

No clue, never used them.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment