Folks, I need your knowledge here.
Think about the following sittuation - my app need to set my iphone to vibrate mode on a certain time and get it back to playing sounds mode (for call receiving, sms, email, all common sound notifications) some minutes later.
I've already googled that, and didn't find a good, apple accetable way of doing that:
Programmatically opening the settings app (iPhone)
Is it possible to dynamically alter an iphone app's settings page in the settings app?
Display iphone application settings within your application
How do I launch my settings bundle from my application? [This one here is interesting, as fas I as find a way to know what is the key for the settings I'm interested in]
How do I launch my settings bundle from my application? [It mentions I can do that, but does not give an idea of how =(]
Is it possible to dynamically alter an iphone app's settings page in the settings app? [If this is true, I wouldn't be able to do what I want...]
Does anyone there has an idea of how do I do that via app? Many thanks in advance.