1. 进入shell

 

  adb shell

 

2. shell下输入命令

 

shell@android:/ $ su
shell@android:/ # mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
shell@android:/ # chmod 777 /system 
shell@android:/ # cd system
shell@android:/system # chmod 777 app
shell@android:/system # cd app
shell@android:/system/app # exit
shell@android:/ $ exit

相关文章:

  • 2021-09-09
  • 2021-12-03
  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2021-06-26
猜你喜欢
  • 2021-07-13
  • 2021-12-20
  • 2021-04-07
  • 2021-05-30
  • 2021-09-08
  • 2021-11-18
  • 2021-11-17
相关资源
相似解决方案