- Cần Terminal Emulator
- Magisk Delta: https://huskydg.github.io/magisk-files/
Fix mount:
Method 1:
Connect your phone to the computer. (Make sure USB debugging is enabled on your phone)
Open
CMD
/Terminal
on your PC.Windows: CTRL + R, then type
cmd
.Ubuntu: CTRL + ALT + T.
Mac: Navigate to
/Applications/Utilities/
and double-click on Terminal.
Type this:
adb shell
su
Choose one: (for security mount
/system
back to RO when finished)- Mount system RW:
mount -o rw,remount /system
- Mount system RO:
mount -o ro,remount /system
- Mount system RW:
Method 2:
Open
terminal
on your android phone (download here):Type this in the
terminal
:su
Choose one: (for security mount
/system
back to RO when finished)- Mount system RW:
mount -o rw,remount /system
- Mount system RO:
mount -o ro,remount /system
- Mount system RW:
Không có nhận xét nào:
Write nhận xét