Phone Ringer

Rusty

Well-Known Member
Licensed User
Longtime User
Can you ring the phone's ringer from an application?
I'm not finding that function in the Phone library or anywhere else.
Thanks,
 

Rusty

Well-Known Member
Licensed User
Longtime User
Ok. Thanks.
I recorded a ringtone into an .mp3 and used the mediaplayer to play it.
This works well.
However, it works on all my devices except on an HTC Thunderbolt. On this device the program aborts on the Mediaplayer.load line.
B4X:
Sub btnRING_Click
   MediaPlayer1.Load(Folder, Filex)
   MediaPlayer1.Play
End Sub
When I try to play the .mp3 file on the HTC Thunderbolt, the built in media player says that .mp3 files are not supported.
Any ideas?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…