I am trying to develop an application that changes the ring mode from the regular ringtone to vibrate. I want this change to work the same way as putting the phone mode on vibrate. Is there any possible way to do this in python.
I am trying to develop an application that changes the ring mode from the regular ringtone to vibrate. I want this change to work the same way as putting the phone mode on vibrate. Is there any possible way to do this in python.
Hello shamilton4 and welcome to the Python Discussion Board.
As far as I know you cannot modify profiles using Python, but you can change the active one. So you can manually create a profile that has vibration alert enabled and use your Python application to activate that profile. I know it's not the same thing but I don't think you can get any closer with Python
See this thread for changing the currently active profile and, in case you might find it useful, this article for making the phone vibrate.
Hope that helps![]()