Discuss Avoid the Lock screen at the AppStore Software - Hackint0sh.org; Hi all!
I'm new to XCode and Objective-C...
Anyway, is there a possibility to avoid ...
-
Avoid the Lock screen
Hi all!
I'm new to XCode and Objective-C...
Anyway, is there a possibility to avoid the Lock Screen even if the "Auto-Lock" in the general Settings is enabled?
So that all the other apps works normal(Auto-Lock enabled)?
The app I'm implementing, should stay "alive" untill the user pushes the home button...
To minimize powerconsumtion I'd like to dimm the LCD, too. Is this possible.
I googled and used the search function, but couldn't find anything about this...
Many thanks!!!
1.Problem solved
- (void)applicationDidFinishLaunching:(UIApplication *)application
{
// avoid sleeping when this application is running
application.idleTimerDisabled = YES;
}
2. Problem solved
http://www.iphonedevsdk.com/forum/ip...rightness.html
Last edited by Hobschel; 11-26-2008 at 09:25 AM.
-
Similar Threads
-
By nessigator in forum iPhone 3G
Replies: 0
Last Post: 01-03-2011, 06:01 PM
-
By beckohbeck in forum iPhone 3GS
Replies: 1
Last Post: 06-17-2010, 02:31 PM
-
By serige in forum General
Replies: 2
Last Post: 01-02-2009, 03:51 AM
-
By deeepdish in forum General
Replies: 3
Last Post: 04-04-2008, 06:04 AM
-
By eleceng in forum General
Replies: 1
Last Post: 10-26-2007, 04:06 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks