11
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

/systemをremountする方法

Posted at

root化した端末で「/system」をremountする方法ですが、以前は

$ adb shell
$ su
# mount -o rw,remount /system

みたいな感じでやる必要がありましたが、うまくいかない場合はこうやるみたいです。

$ adb disable-verity
$ adb reboot
$ adb root
$ adb remount

ただし、最新のplatform-toolsが必要です。

11
11
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?