Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

TWRP for Amlogic devices.

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by abdul_pt View Post

    And ? Did you look inside cache to see what's in there ?
    but this the problem:

    I tried to un-tick the Cache partition in restore but now same issue with the system.
    Resotring system stuck on 71%
    wiping system...
    formating system using make_ext4fs function.

    What do you think?

    Comment


      The error on red

      E: Unable to mount '/system'

      Comment


        Did you provide recovery.log as i asked before ? How do you expect me to say anything ?
        What can i say.

        I tested on my box and didn't had any issue
        if [ $up.post.type = $type.two.lazy.to_use_google ] || [ $up.post.type = $type.silly_question ];
        then mv $user.contact.up.post /.trash; set response($response.type = ignore);
        $user.up.post.ignore_in_future = true; fi;

        Comment


          Hi Abdul,

          This is my stock image for M8C
          https://mega.co.nz/#!FlAUlYRD!yfn4-Y...1iJBwUiKvV9Vas

          Board version: M9&M8_V1.1 2014/11/10
          I think they changed the NAND device....
          But why the cache is still 0MB

          can you make recovery for this device + the solution problem of the 0MB for recovery, logo, cache, boot.

          Thanks!

          PS - can you explain how to create dtb file ?

          Comment


            Originally posted by Bond02 View Post
            Where do you get the information above ?
            opening the box.

            Comment


              Originally posted by abdul_pt View Post
              And you are sure that both boxes can run the same firmware ? It doesn't look like it
              i tried earlier to copy using TWRP_2.8.7.0_M8N.img partition "system" from M8 PCB "M8 V5_0 20141119" to M8 PCB "M9&M8_V0.92 201-03-12", and got error at 99% of progress restore:
              E:extractTarFork() process ended with ERROR=255
              MD5 is OK.
              but after that M8 PCB "M9&M8_V0.92 201-03-12" got updated Android system from M8 PCB "M8 V5_0 20141119", but without Root, and i can not get Root by any methods.
              so i hoped to get modified version of TWRP_2.8.7.0_K200_Testing_emmc.img to copy all partitions without errors and copy Root.

              Comment


                Guest please help ?
                Originally posted by yhaddad View Post
                Hi Abdul,


                This is my stock image for M8C
                https://mega.co.nz/#!FlAUlYRD!yfn4-Y...1iJBwUiKvV9Vas

                Board version: M9&M8_V1.1 2014/11/10
                I think they changed the NAND device....
                But why the cache is still 0MB

                can you make recovery for this device + the solution problem of the 0MB for recovery, logo, cache, boot.

                Thanks!
                Last edited by yhaddad; 07-15-2015, 21:26.

                Comment


                  abdul ?

                  Comment


                    Originally posted by yhaddad View Post
                    abdul ?
                    What ?
                    if [ $up.post.type = $type.two.lazy.to_use_google ] || [ $up.post.type = $type.silly_question ];
                    then mv $user.contact.up.post /.trash; set response($response.type = ignore);
                    $user.up.post.ignore_in_future = true; fi;

                    Comment


                      Originally posted by abdul_pt View Post

                      What ?

                      Hi Abdul,

                      How are you ?

                      This is my stock image for M8C

                      https://mega.co.nz/#!FlAUlYRD!yfn4-Y...1iJBwUiKvV9Vas

                      Board version: M9&M8_V1.1 2014/11/10
                      I think they changed the NAND device....

                      ​W
                      hy the cache is still 0MB

                      Comment


                        Some new images that should solve the problems with 0 size and/or not detected partitions

                        . Select your image by reading it's name. Let me explain

                        TWRP 2.8.7.0 K200 emmc

                        Blue is recovery version
                        Green is referring to kernel,dtb and default.prop
                        Red is referring to nand.

                        Nand you can check by reading the out of the command 'cat proc/partitions'. If the output is similiar to this
                        Code:
                        179 0 15440896 mmcblk0
                        179 1 15440782 mmcblk0p1
                        179 16 7570432 mmcblk1
                        179 17 4096 mmcblk1p1
                        179 18 65536 mmcblk1p2
                        179 19 524288 mmcblk1p3
                        179 20 8192 mmcblk1p4
                        179 21 32768 mmcblk1p5
                        179 22 32768 mmcblk1p6
                        179 23 32768 mmcblk1p7
                        179 24 32768 mmcblk1p8
                        179 25 1179648 mmcblk1p9
                        179 26 5559296 mmcblk1p10
                        179 48 2048 mmcblk1boot1
                        179 32 2048 mmcblk1boot0
                        then choose emmc.

                        If it looks like this
                        Code:
                        31 0 1024 mtdblock0
                        31 1 64 mtdblock1
                        179 0 15440896 mmcblk0
                        179 1 15439872 mmcblk0p1
                        250 0 524288 cache
                        250 1 32768 logo
                        250 2 32768 recovery
                        250 3 32768 misc
                        250 4 32768 boot
                        250 5 1048576 system
                        250 6 5513216 data
                        choose the one without emmc in it's name.

                        This are the ones that i have now, please, remind me if someone is waiting/wants one.

                        edit:
                        New links. Check OP
                        Last edited by abdul_pt; 07-18-2015, 01:15.
                        if [ $up.post.type = $type.two.lazy.to_use_google ] || [ $up.post.type = $type.silly_question ];
                        then mv $user.contact.up.post /.trash; set response($response.type = ignore);
                        $user.up.post.ignore_in_future = true; fi;

                        Comment


                          Abdul,

                          Thanks for your help!!!

                          The Cache is still 0MB

                          Originally posted by abdul_pt View Post
                          Some new images that should solve the problems with 0 size and/or not detected partitions

                          . Select your image by reading it's name. Let me explain

                          TWRP 2.8.7.0 K200 emmc

                          Blue is recovery version
                          Green is referring to kernel,dtb and default.prop
                          Red is referring to nand.

                          Nand you can check by reading the out of the command 'cat proc/partitions'. If the output is similiar to this
                          Code:
                          179 0 15440896 mmcblk0
                          179 1 15440782 mmcblk0p1
                          179 16 7570432 mmcblk1
                          179 17 4096 mmcblk1p1
                          179 18 65536 mmcblk1p2
                          179 19 524288 mmcblk1p3
                          179 20 8192 mmcblk1p4
                          179 21 32768 mmcblk1p5
                          179 22 32768 mmcblk1p6
                          179 23 32768 mmcblk1p7
                          179 24 32768 mmcblk1p8
                          179 25 1179648 mmcblk1p9
                          179 26 5559296 mmcblk1p10
                          179 48 2048 mmcblk1boot1
                          179 32 2048 mmcblk1boot0
                          then choose emmc.

                          If it looks like this
                          Code:
                          31 0 1024 mtdblock0
                          31 1 64 mtdblock1
                          179 0 15440896 mmcblk0
                          179 1 15439872 mmcblk0p1
                          250 0 524288 cache
                          250 1 32768 logo
                          250 2 32768 recovery
                          250 3 32768 misc
                          250 4 32768 boot
                          250 5 1048576 system
                          250 6 5513216 data
                          choose the one without emmc in it's name.

                          This are the ones that i have now, please, remind me if someone is waiting/wants one.

                          M8C - http://www.freak-tab.de/abdul_pt/aml...8.7.0_N200.img
                          M8C - http://www.freak-tab.de/abdul_pt/aml..._N200_emmc.img

                          K200 - http://www.freak-tab.de/abdul_pt/aml...8.7.0_K200.img
                          K200 - http://www.freak-tab.de/abdul_pt/aml..._K200_emmc.img

                          X8-H Plus - http://www.freak-tab.de/abdul_pt/aml..._Plus_emmc.img

                          Comment


                            Abdul,

                            1. E: unable to mount '/cache'
                            2. It's freezing on 71%, restoring system ...

                            Comment


                              Witch image did you flash ?
                              I need recovery.log to see something
                              if [ $up.post.type = $type.two.lazy.to_use_google ] || [ $up.post.type = $type.silly_question ];
                              then mv $user.contact.up.post /.trash; set response($response.type = ignore);
                              $user.up.post.ignore_in_future = true; fi;

                              Comment


                                put recovery on sdcard renamed it recovery.img and flashed with recovery button worked great thanks mate

                                Comment

                                Working...
                                X