You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
I want cp certificate in /cacert, However, an error occurs during command execution;
The command is
mount -o rw,remount /
mount -o rw,remount /system
mount -o rw,remount /dev/block/dm-0 /system
All of these commands report errors:'/dev/block/dm-0' is read-only
Google search is the solution:adb disable-verity
However, after I execute the command, a new error is still generated:
The text was updated successfully, but these errors were encountered:
I want cp certificate in /cacert, However, an error occurs during command execution; The command is mount -o rw,remount / mount -o rw,remount /system mount -o rw,remount /dev/block/dm-0 /system
All of these commands report errors:'/dev/block/dm-0' is read-only
Google search is the solution:adb disable-verity
However, after I execute the command, a new error is still generated:
I also encountered this problem, did you solve it?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want cp certificate in /cacert, However, an error occurs during command execution;
The command is
mount -o rw,remount /
mount -o rw,remount /system
mount -o rw,remount /dev/block/dm-0 /system
All of these commands report errors:'/dev/block/dm-0' is read-only
Google search is the solution:adb disable-verity
However, after I execute the command, a new error is still generated:
The text was updated successfully, but these errors were encountered: