I'm trying to retrieve my files from my phone with a broken screen.
(我试图从屏幕坏了的手机中检索文件。)
adb is installed and device is already rooted. (已安装adb且设备已植根。)
Trying to get root access on adb shell but it isnt working, cannot list folders in /data/. (试图在adb shell上获得root用户访问权限,但它不起作用,无法在/ data /中列出文件夹。)
Here is the command prompt
(这是命令提示符)
C:>adb root
(C:> adb根)
restarting adbd as root
(以root身份重新启动adbd)
C:>adb devices
(C:> adb设备)
List of devices attached
(连接的设备列表)
5024b403 device
(5024b403装置)
C:>adb shell
(C:> adb外壳)
shell@hlte:/ $ su
(shell @ hlte:/ $ su)
1|shell@hlte:/ $
(1 | shell @ hlte:/ $)
From what i know the $ sign is supposed to turn into # sign signifying that i have root access, but it is not working, any fixes?
(据我所知,$符号应该变成#符号,表示我具有root用户访问权限,但是它不能正常工作,是否有任何修复程序?)
Thank you (谢谢)
ask by karmacollide translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…