mount system

### 问题:

Read-Only File system

"mount: '/system' not in /proc/mounts"

### 解决:

remount system 即可,方法如下:

 

#### 推荐

`mount -o remount,rw /`

 

1、

  • $ adb shell
  • $ su
  • $ mount -o rw,remount -t auto /system
  • $ chmod 777 /system

2、

  • `sys_full_name = mount  and find the system's full name
  • $ adb shell "su -c 'mount -o remount,rw  sys_full_name /system'"
  • $ chmod 777 /system

3、

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

 

### 问题2

adbd cannot run as root in production builds

 

### 解决

## How to install:

Stable release:
1. Dowload latest adb_root.zip from releases page
   https://github.com/evdenis/adb_root/releases
2. MagiskManager -> Modules + Downloads/adb_root.zip -> Reboot

Master branch:
1. git clone https://github.com/evdenis/adb_root
2. cd adb_root
3. git archive --output adb_root.zip HEAD
4. adb push adb_root.zip /sdcard/
5. MagiskManager -> Modules + adb_root.zip -> Reboot

 

 

 


 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值