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
    Thanks a lot! abdul_pt , will check tomorrow morning and report back for 105L1, for today I'm done!

    Comment


      Originally posted by vn800art View Post

      Thanks a lot! abdul_pt , will check tomorrow morning and report back for 105L1, for today I'm done!

      NP, someone already reported it was working ok. Never the less please give your feedback also.
      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


        Sorry @abdul-pt can you help me?
        I have a MXQ s805 (with red stripe).When i want to backup NAND android with TWRP( boot,system and data backup is failed)..Backup is only successful when i backup system and data. So I don't understand what the problem is?There's no success when I try to run the backup with boot checked, whose size is by the way 0 MB.Data is 1,54GB and System 671MB.Is it possible to flash android box if i dont backup boot?Thank you.

        Comment


          abdul_pt ! Ok, I'm only worried if You are worried from my way of reporting tests made from me!
          Just kidding ... sometimes!
          Thanks again
          Alessandro

          Comment


            Originally posted by masaj View Post
            Sorry @abdul-pt can you help me?
            I have a MXQ s805 (with red stripe).When i want to backup NAND android with TWRP( boot,system and data backup is failed)..Backup is only successful when i backup system and data. So I don't understand what the problem is?There's no success when I try to run the backup with boot checked, whose size is by the way 0 MB.Data is 1,54GB and System 671MB.Is it possible to flash android box if i dont backup boot?Thank you.
            Link to 'working' TWRP image you are using and the output of the command 'cat /proc/partitions' and 'ls -l -R /dev/block' so that I can take a look and fix that zero size problem.

            You can flash the box the same, but you should have a proper FW to restore if something goes wrong.
            But that is just my opinion, I see some people flashing without having a backup or a working FW for their device, sometimes if goes OK other times they get a brick/parcialy working box.
            So it's up to you
            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 vn800art View Post
              Guest ! Ok, I'm only worried if You are worried from my way of reporting tests made from me!
              Just kidding ... sometimes!
              Thanks again
              Alessandro
              I have no worries regarding this.
              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

                Link to 'working' TWRP image you are using and the output of the command 'cat /proc/partitions' and 'ls -l -R /dev/block' so that I can take a look and fix that zero size problem.

                You can flash the box the same, but you should have a proper FW to restore if something goes wrong.
                But that is just my opinion, I see some people flashing without having a backup or a working FW for their device, sometimes if goes OK other times they get a brick/parcialy working box.
                So it's up to you

                Thanks in advance
                Sorry for a noobish question. Can you tell me what should i do to execute these 2 commands?


                cat proc/partitions
                ls -l -R /dev/block



                Do I need to use this program Remote ADB Shell

                Thank you

                Comment


                  Originally posted by masaj View Post


                  Thanks in advance
                  Sorry for a noobish question. Can you tell me what should i do to execute these 2 commands?


                  cat proc/partitions
                  ls -l -R /dev/block



                  Do I need to use this program Remote ADB Shell

                  Thank you

                  Use ADB or Terminal Emulator

                  With ADB
                  Code:
                  adb shell cat /proc/partitions > partitions.txt
                  adb shell ls -l -R /dev/block > block.txt
                  Now send me the 2 files that are where you open the terminal

                  With Terminal Emulator
                  Code:
                  cat /proc/partitions > /sdcard/partitions.txt
                  ls -l -R /dev/block > /sdcard/block.txt
                  Now send me the 2 files that are on the SDcard
                  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


                    Probably you flashed a bootloader that doesn't boot recovery from external SD. Maybe faulty External SD or damaged SDcard slot.
                    Thanks for your reply

                    I did not flash any bootloader, unless JustMe 1.6C also flashes a bootloader. Ext SD is working fine, I have Kodi, MAME roms, and other content on it working fine from SD Card slot
                    is it possible I can flash a bootloader for M8 that works with recovery from ext SD?
                    or can I install it using terminal app i have on the box?

                    Please let me know
                    THanks!

                    Comment


                      Originally posted by giffyy View Post

                      Thanks for your reply

                      I did not flash any bootloader, unless JustMe 1.6C also flashes a bootloader. Ext SD is working fine, I have Kodi, MAME roms, and other content on it working fine from SD Card slot
                      is it possible I can flash a bootloader for M8 that works with recovery from ext SD?
                      or can I install it using terminal app i have on the box?

                      Please let me know
                      THanks!

                      I don't know JustMe rom, and advising on flashing bootloader is tricky as it might give you some headache if something goes the other side.
                      You should ask JustMe about this
                      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


                        Use ADB or Terminal Emulator

                        With ADB
                        Code:
                        adb shell cat /proc/partitions > partitions.txt
                        adb shell ls -l -R /dev/block > block.txt
                        Now send me the 2 files that are where you open the terminal

                        With Terminal Emulator
                        Code:
                        cat /proc/partitions > /sdcard/partitions.txt
                        ls -l -R /dev/block > /sdcard/block.txt
                        Now send me the 2 files that are on the SDcard
                        thank you for your help. since this is my first time working with this program, i was not able to find the option how to record this on the sd card in the text format. so i had to take these pictures. these are the links to the pictures. if this is not enough. please explain me the way how to do this with the terminal emulator if it is possible.
                        link to TWRP file that i used is Beelink s85 - https://mega.co.nz/#!KIYXQJRQ!0c3Imv...TAHi1PhW0KbJCY last time



                        Please look here







                        Thanks in advance
                        Last edited by masaj; 02 March 2016, 02:30.

                        Comment


                          I have found out just now what you have asked from me. Here, I uploaded these 2 files.
                          Once again I apologize and thank you on your willingness to help me.
                          Attached Files

                          Comment


                            link to TWRP file that i used is Beelink s85 - https://mega.co.nz/#!KIYXQJRQ!0c3Imv...TAHi1PhW0KbJCY last time

                            Comment


                              Originally posted by masaj View Post
                              link to TWRP file that i used is Beelink s85 - https://mega.co.nz/#!KIYXQJRQ!0c3Imv...TAHi1PhW0KbJCY last time

                              Try this one - https://www.freak-tab.de/abdul_pt/am...eelink_s85.img
                              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


                                TWRP M8 - www.freak-tab.de/abdul_pt/aml/TWRP_M8.img

                                I don't know much about this one, but it seems to be a clone

                                Click image for larger version

Name:	image_15053.jpg
Views:	336
Size:	227.5 KB
ID:	558472
                                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

                                Working...
                                X