Hi to all, do you know if it's possibile to set the phone volume?
Thanks in advance
Hi to all, do you know if it's possibile to set the phone volume?
Thanks in advance
Hi,
No, it isn't. The only volume you can control is the one of the sound files in your application.
I have make my phone say 'Hello world' and by the first test the volume was really low, so i set it like this:
And the phone say 'Hello world' higher. but not enougth to ear it very good, the sound comes like someone at the phone: if someone know how to set it higher like the music player it were be nice to post.import audio
a=audio.Sound()
a.set_volume(a.max_volume())
Last edited by Vixer; 2011-04-11 at 04:04.