if the device is locked with black screen run the following:
- adb shell input keyevent 26 - this will turn screen on
- adb shell input keyevent 82 - this will unlock and ask for pin
- adb shell input text xxxx && adb shell input keyevent 66 - this will input your pin and press enter, unlocking device to home screen