[android-developers] Re: Problem In a call Notification( Android 1.5 and Eclipse 3.4.2 )

2009-09-13 Thread tydiz...@gmail.com
It looks like you are trying to play a ringtone that doesn't exist. By default the emulator doesn't come with any ringtones, so you'll have to pump over some files through DDMS...If you have already done that, make sure those files aren't corrupt. On Sep 1, 1:15 am, mrvsabari mrvsab...@gmail.com

[android-developers] Re: Set Ringtone

2009-07-01 Thread tydiz...@gmail.com
You can't...you'll have to use some sort of hash table or dictionary (String to int) to really get that same effect. Its kind of unfortunate that the system uses the id numbers but at the same time, its more efficient in the long rong. On Jun 2, 12:13 am, Nirav niravshah1988s...@gmail.com

[android-developers] Weird ringtone bug...any solutions??

2009-05-20 Thread tydiz...@gmail.com
I was wondering if anyone knows how to set a ringtone from off the sdcard correctly cause obviously I'm doing it wrong. For some reason, I'll set the ringtone(it's actually picked randomly) as the default ringtone using the RingtoneManager.setActualDefaultRingtoneUri() method. This works, and it

[android-developers] Re: Weird ringtone bug...any solutions??

2009-05-20 Thread tydiz...@gmail.com
by using the file name(*hint* hashtable). Anyway, if anyone has questions on anything this specifically, just email me, tydiz...@gmail.com Cheers On May 19, 11:00 pm, tydiz...@gmail.com tydiz...@gmail.com wrote: I was wondering if anyone knows how to set a ringtone from off the sdcard correctly

[android-developers] Re: Weird ringtone bug...any solutions??

2009-05-20 Thread tydiz...@gmail.com
to be pointing to the Media provider. FWIW, you shouldn't need to touch the Settings provider directly, the call to setActualDefaultRingtoneUri will do that for you. jason On Thu, May 21, 2009 at 12:26 AM, tydiz...@gmail.com tydiz...@gmail.com wrote: Oye...After 8 hours of debugging, I finally