我的电话屏幕破碎了,并不可见。我犯了通过adb重启手机的错误,现在它被困在启动锁定屏幕上。
我有兴趣将文件从设备复制到我的计算机上。问题是,磁盘被加密,并解密,我需要输入PIN码,这需要使用屏幕。
如何解密磁盘,或通过adb解锁引导屏幕?
在adb中我尝试 cd sdcard
,它返回 /sdcard: No such file or directory
,尽管 ls
显示它存在。
- 设备未植根。
我的电话屏幕破碎了,并不可见。我犯了通过adb重启手机的错误,现在它被困在启动锁定屏幕上。
我有兴趣将文件从设备复制到我的计算机上。问题是,磁盘被加密,并解密,我需要输入PIN码,这需要使用屏幕。
如何解密磁盘,或通过adb解锁引导屏幕?
在adb中我尝试 cd sdcard
,它返回 /sdcard: No such file or directory
,尽管 ls
显示它存在。
My phone screen has shattered, and is not at all visible. I made the mistake of rebooting the phone via ADB, and now it is stuck at the boot lockscreen.
I am interested in copying the files off the device onto my computer. The problem is, the disk is encrypted, and to decrypt, I need to enter the pin code, which requires using the screen.
How can I decrypt the disk, or unlock the boot-screen via ADB?
Within adb I attempted cd sdcard
and it returns /sdcard: No such file or directory
, despite ls
showing it to exist.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有