In iPhone can we set the lock screen, wallpaper and ringtone programmatically?
If Yes, then please let me know how to set them?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This can all be done easily, but will be rejected by Apple.
The ringtone can be changed by altering
com.apple.SpringBoard.plist, specifically theringtonekey.The following code can be used to read the actual ringtone title of custom ringtones (synced by iTunes).
The Wallpapers can be overwritten at:
These examples were used in one of my Cydia apps. Theres not really much more to them, but these should get you going in the right direction.