how to put a ringtone on android emulator -


i want put ringtone on android emulator howevey can't seem find easy there someting i'm missing?

you need create /sdcard/media/audio/ringtones/ directory on sdcard.

to login via adb shell , mkdir /media/audio/ringtones/ push file ringtones. go sounds on emulator , select sound, menu , select "use ringtone".

if can't create directory, su , try again.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -