root化した端末で「/system」をremountする方法ですが、以前は
$ adb shell
$ su
# mount -o rw,remount /system
みたいな感じでやる必要がありましたが、うまくいかない場合はこうやるみたいです。
$ adb disable-verity
$ adb reboot
$ adb root
$ adb remount
ただし、最新のplatform-toolsが必要です。
Go to list of users who liked
More than 5 years have passed since last update.
root化した端末で「/system」をremountする方法ですが、以前は
$ adb shell
$ su
# mount -o rw,remount /system
みたいな感じでやる必要がありましたが、うまくいかない場合はこうやるみたいです。
$ adb disable-verity
$ adb reboot
$ adb root
$ adb remount
ただし、最新のplatform-toolsが必要です。
Register as a new user and use Qiita more conveniently
Go to list of users who liked