How TO FIX SD NOUGAT ROMS JUST unpack boot.img Replace fstab.mt6582 ................................. JUST OPEN fstab.MTXX Use NOTEPAD++ AND DELETE TXT AND REPLACE # Android fstab file. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> # The filesystem that contains the filesystem checker binary (typically /system) cannot # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK /emmc@android /system ext4 ro,commit=1,noauto_da_alloc wait /emmc@usrdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check /emmc@cache /cache ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check /emmc@protect_f /protect_f ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check /emmc@protect_s /protect_s ext4 noatime,nosuid,nodev,noauto_da_alloc,discard wait,check /devices/platform/mtk-msdc.1/mmc_host* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata ........................................
Comments
Post a Comment