师傅,我在使用的过程中主要是抓包,首次安装ksu以及安装证书去抓包都没问题,但是当我手动重启后,在去抓包就不行了,然后也没办法使用adb remount,会出现以下报错:
remount failed
failed to remount partition dev:KSU mnt:/system: Read-only file system
Consider providing all the dependencies to enable overlayfs
adb shell mount -o rw,remount,rw /system
mount: 'KSU' not user mountable in fstab
adb shell mount -o rw,remount,rw /system
'KSU' is read-only
raphael:/ # mount -o rw,remount /
'/dev/root' is read-only
请问师傅有没有好的方法remount
师傅,我在使用的过程中主要是抓包,首次安装ksu以及安装证书去抓包都没问题,但是当我手动重启后,在去抓包就不行了,然后也没办法使用adb remount,会出现以下报错:
remount failed
failed to remount partition dev:KSU mnt:/system: Read-only file system
Consider providing all the dependencies to enable overlayfs
mount: 'KSU' not user mountable in fstab
'KSU' is read-only
raphael:/ # mount -o rw,remount /
'/dev/root' is read-only
请问师傅有没有好的方法remount