Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to avoid the screen to lock while the Windows Phone is plugged in

Easy as that, in android there's a setting called Stay awake that will prevent your phone to lock down while you're using it for debugging an app.

I'm looking for the same thing (could be better) for Windows Phone 8.1.

Every time I hit F5 I need to unlock my phone or I would get the following error:

DEP6600 : Deployment failed. Cannot deploy app when device screen is locked. Please make sure that the device screen is not locked, and try again.

or

Error: Application launch failed. Ensure that the device screen is unlocked and device is developer unlocked. For details on developer unlock, visit http://go.microsoft.com/fwlink/?LinkId=195284

if I run the AppDeployCmd tool myself.

Is there a way I can avoid that? (without changing my lock screen time out every time of course)

like image 619
sebagomez Avatar asked Jul 24 '14 14:07

sebagomez


People also ask

How do I stop Windows 10 from locking screen?

1 . Computer Configuration > Administrative Templates > Control Panel > Personalization and select Do not display the lock screen.

What is Microsoft Dynamic lock?

Dynamic lock enables you to configure Windows devices to automatically lock when Bluetooth paired device signal falls below the maximum Received Signal Strength Indicator (RSSI) value. This makes it more difficult for someone to gain access to your device if you step away from your PC and forget to lock it. Important.


1 Answers

I don't think you can do this without writing a separate app. On the phone there is an option: Settings > Lock Screen > Screen time out, which you can set to maximum available. For same phones, like lower end Nokias there is an option to set that time to never, however for newer phones such as Nokia 1320 or Nokia 1520 that maximum is only 5 minutes.

like image 58
Lilit Yenokyan Avatar answered Sep 24 '22 10:09

Lilit Yenokyan