Hi. I want to generate the Loudest sound I can
so I can hear my device across the room to find it.
I used MediaPlayer at 1.0,1.0 for volume, and what
a wimp. Any other ideas ?
Jerry
dim ph as Phone
dim iMaxvolume as int
' get maximum volume from phone
iMaxvolume = ph.GetMaxVolume(ph.VOLUME_MUSIC)
' now set the maximum volume
ph.SetVolume(ph.VOLUME_MUSIC,iMaxvolume,False)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.