相关疑难解决方法(0)

adb remount权限被拒绝,但能够访问shell中的超级用户 - android

所以,我正在尝试将一些文件推送到Android设备上的/ system(zte)我已经扎根,与ADB连接,

adb remount - >我得到权限否认adb shell su - >我能够访问shell并创建文件夹等并编辑文件系统

(但在shell中我无法将文件从我的计算机复制到设备)

请帮忙

permissions shell android root adb

56
推荐指数
6
解决办法
15万
查看次数

adb重新安装失败-挂载:“系统”不在/ proc / mounts中

我尝试了stackoverflow和在线中可用的所有命令和建议,但没有一个起作用

还有很多,但对我没有用

我收到以下错误-以下命令均无效。

$adb root
$adb disable-verity
Run Code Online (Sandbox Code Playgroud)

对于

$adb remount
remount of / failed: Permission denied
remount failed
Run Code Online (Sandbox Code Playgroud)

所以然后我尝试了不同的命令

$ adb shell mount -o rw,remount /system
mount: '/system' not in /proc/mounts

$ adb shell mount -o rw,remount /
'/dev/root' is read-only


$ adb shell  mount -o rw,remount -t /dev/block/stl12 system
mount: 'system' not in /proc/mounts

$ adb shell "su 0 mount -o rw,remount /system"
mount: '/system' not in /proc/mounts

$ adb shell
$ su
# mount -o rw,remount …
Run Code Online (Sandbox Code Playgroud)

bash android mount adb

7
推荐指数
5
解决办法
4660
查看次数

标签 统计

adb ×2

android ×2

bash ×1

mount ×1

permissions ×1

root ×1

shell ×1