views:

3888

answers:

2

Could I create an iPhone app that replaces/modifies the default clock screen saver and show something else instead (e.g. my own special clock or whatever)?

How do I go about doing that? I'd appreciate a link to a tutorial on the subject, or to example code that does something like this.

(disclaimer: total iPhone dev noob here)

+4  A: 

It's not possible to override any of the functionality on the existing apps/features on the iPhone, including the screen that is shown when the phone is locked. You could write an app that mimicked that functionality when launched, but I don't think that's what you're looking to do.

Justin Gallagher
indeed. bummer. I thought it was an actual platform...
Assaf Lavie
so wait, can't even change the background image every minute or so even?
Assaf Lavie
no, because this would require a background process
oefe
man, iphone blows. now I'm reading online that I'd have to jailbreak the device in order to do this (or even to use my own ringtones). jeez.
Assaf Lavie
+1  A: 

I think this would be a violation of apples UI guidelines and there is a good chance it would not be accepted to the app store.

Nick