I am trying to access my phone, after screen is broken (no way to enter swipe access or pin). I have installed Android Studio and am able to navigate to the folder containing adb in a command prompt, and enter the "adb devices" command where it shows an alpha-numeric return (I am assuming representing my phone) with an "unauthorized" status (which I am assuming means that USB debugging is disabled).
I get this returned when I try to access it via the "adb shell input text xxxx" command:
error: device unauthorized. This adb server's $ADB_VENDOR_KEYS is not set Try 'adb kill-server' if that seems wrong. Otherwise check for a confirmation dialog on your device.
Is there any way to force a enabled status? I have no way of navigating any settings or apps as the screen is inaccessible.