Olivier Tournaire wrote: > My intent is to make the phone ring. If by "ring" you mean you want to play a sound, use MediaPlayer or SoundPool (or perhaps AudioTrack -- I have not looked into that class), and use AlarmManager to schedule it. Also, be sure to use a WakeLock to ensure the device is awake long enough for your ring to be completed.
If by "ring" you mean actually have a call come into the device, you would have to initiate the call from someplace other than the device itself, which means this is no longer an Android issue. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

