adb devices
adb root
adb disable-verity
adb shell
su
mount -o rw,remount /vendor // 修改目录权限
chmod 0777 /vendor
操作
cp /storage/EED1-1FA6/init_cfg.conf /vendor/firmware/mrvl
sync
reboot
adb devices
adb root
adb disable-verity
adb shell
su
mount -o rw,remount /vendor // 修改目录权限
chmod 0777 /vendor
操作
cp /storage/EED1-1FA6/init_cfg.conf /vendor/firmware/mrvl
sync
reboot