can i open root explorer and navigate to the install-recovery.sh file. open it and then delete whats in there then paste this
#!/system/bin/sh
mount -o rw -t vfat /dev/block/mmcblk0p2 /data/sdext2
mount -o rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,shortname=mixed,utf8 -t vfat /dev/block/mmcblk0p1 /sdcard
chmod 666 /dev/block/mmcblk0
then save
or is it easier to use
adb shell
#!/system/bin/sh
mount -o rw -t vfat /dev/block/mmcblk0p2 /data/sdext2
mount -o rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,shortname=mixed,utf8 -t vfat /dev/block/mmcblk0p1 /sdcard
chmod 666 /dev/block/mmcblk0
reboot
#!/system/bin/sh
mount -o rw -t vfat /dev/block/mmcblk0p2 /data/sdext2
mount -o rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,shortname=mixed,utf8 -t vfat /dev/block/mmcblk0p1 /sdcard
chmod 666 /dev/block/mmcblk0
then save
or is it easier to use
adb shell
#!/system/bin/sh
mount -o rw -t vfat /dev/block/mmcblk0p2 /data/sdext2
mount -o rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,shortname=mixed,utf8 -t vfat /dev/block/mmcblk0p1 /sdcard
chmod 666 /dev/block/mmcblk0
reboot
Last edited: