Screen on devices is locking automatically, but when starting debugging, it doesn’t work until screen is unlocked. How to fix it? 🙂
Screen on devices is locking automatically, but when starting debugging, it doesn’t work until
Share
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.
I changed the lock time out to be after 30 minutes that way it doesnt lock whilst I am in the middle of something. Its in the settings somewhere http://www.youtube.com/watch?v=ky6Z8eSgC5k
You can set UserIdleDetectionMode = Disabled in the App.xaml to prevent the lockscreen from coming down on your app while debugging/developing/testing. Dont release your app with this disabled though. See MSDN for details: http://msdn.microsoft.com/en-us/library/microsoft.phone.shell.phoneapplicationservice.useridledetectionmode(VS.92).aspx