Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

CWM Recovery MK908II

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CWM Recovery MK908II

    Can somebody please recommend a fully functioning CWM recovery for the MK908II. I believe this may help me get to the bottom of a few issues as it will let me test a few theories i have



    Thanks in advance

    LawlessPPC

    #2
    Originally posted by LawlessPPC View Post
    Can somebody please recommend a fully functioning CWM recovery for the MK908II. I believe this may help me get to the bottom of a few issues as it will let me test a few theories i have



    Thanks in advance

    LawlessPPC
    Here : http://www.androidfilehost.com/?fid=23501681358546223

    Comment


      #3
      Thankyou very much for this I have tried and im guessing flashing on this works fine but it seems to be unaware of the mount points in jelly bean so cannot do any formatting which is the main reason I wanted it. I believe CMW needs editing with the right mount points to function properly. Im still not sure how to do this i think its in an fstab file but im not sure but any help would be appreciated. I think CMW would be our only way to wake up stuck at boot screen problems if it functioned 100% unless TWRP has all the same functions working on this stick

      Comment


        #4
        Originally posted by LawlessPPC View Post
        Thankyou very much for this I have tried and im guessing flashing on this works fine but it seems to be unaware of the mount points in jelly bean so cannot do any formatting which is the main reason I wanted it. I believe CMW needs editing with the right mount points to function properly. Im still not sure how to do this i think its in an fstab file but im not sure but any help would be appreciated. I think CMW would be our only way to wake up stuck at boot screen problems if it functioned 100% unless TWRP has all the same functions working on this stick
        Here is the fstab mount points, what will we edit?

        Code:
        # mount point    fstype        device            [device2]
        /boot            mtd        boot
        /cache            ext4    /dev/block/mtd/by-name/cache
        /data            ext4    /dev/block/mtd/by-name/userdata
        /kernel            mtd        kernel
        /misc            mtd        misc
        /parameter        mtd        parameter
        /recovery        mtd        recovery
        /backup            mtd        backup
        /sdcard            vfat    /dev/block/mtd/by-name/user    lun=/sys/class/android_usb/android0/f_mass_storage/lun/file
        /external_sd    vfat    /dev/block/mmcblk0p1    /dev/block/mmcblk0    lun=/sys/class/android_usb/android0/f_mass_storage/lun1/file
        /system            ext4    /dev/block/mtd/by-name/system

        Comment


          #5
          Are these the cmw ones? Need to extract them from a suitable ROMs recovery image and edit accordingly. The recovery images that ive tried i cant extract them i need a different program because its claiming wrong format?

          Sent from my MB860 using Tapatalk
          Last edited by LawlessPPC; 06-16-2014, 20:51.

          Comment


            #6
            Originally posted by LawlessPPC View Post
            Are these the cmw ones? Need to extract them from a suitable ROMs recovery image and edit accordingly. The recovery images that ive tried i cant extract them i need a different program because its claiming wrong format?

            Sent from my MB860 using Tapatalk
            Yes, its the fstab from CWM recovery.

            Here is the recovery fstab from finless 1.6 ROM:

            Code:
            # mount point    fstype        device            [device2]
            /mnt/sdcard          vfat            /dev/block/mtd/by-name/user
            /mnt/external_sd        vfat        /dev/block/mmcblk0p1    /dev/block/mmcblk0
            /system        ext4        /dev/block/mtd/by-name/system
            /cache        ext4        /dev/block/mtd/by-name/cache
            /data        ext4        /dev/block/mtd/by-name/userdata
            /cust        ext4        /dev/block/mtd/by-name/cust
            /misc        mtd         misc
            /parameter    mtd        parameter
            /boot        mtd        boot
            /recovery    mtd        recovery
            /backup        mtd        backup

            Comment

            Working...
            X