Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Android system image Re-Packer Tool (windows 64 bit)

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

    Android system image Re-Packer Tool (windows 64 bit)

    First of all:
    The mainly tool was developed by
    A.S._id( xda ) and "And_Pda" ( 4pda.ru )
    I'm just a little bit improve to make it easier to use.





    Download tool from here :

    Access Google Drive with a Google account (for personal use) or Google Workspace account (for business use).

    #2
    usually i use http://4pda.ru/forum/dl/post/6061537/MTwinTools_v1.0.7z for system mtk 64bit and
    CarlivImageKitchen http://forum.xda-developers.com/andr...droid-t3013658 for boot mtk 64 bit
    on windows 7 64 bit without any problem....
    and without wrapping nothing not MINE on "batch to exe"...free use on ONE PC ... without direct link to original creator to learn something new!
    bless me... ;-)
    Last edited by hocuspocus69; 03-15-2016, 20:21.

    Comment


      #3
      stuck on this page.

      Comment


        #4
        you must be registered to download not to learn...

        Comment


          #5
          to registerd and sign-in for 4pda is my big problem,
          I don't understand about Russian captcha password.
          Please some one re-upload for me?

          Comment


            #6
            for russian captcha no problem
            after you 've registered
            check "Я не могу ввести ответ" under the answer (you don't need to give an answer).... and they send you an email to verify your ...account click on the link inside email...and you're in!!!!

            Comment


              #7
              I have account ready ,but now I can not sign-in ,stuck on captcha.

              Comment


                #8
                MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 20GB now

                Comment


                  #9
                  Very very thank,sir.

                  Comment


                    #10
                    A pack process of MTwintool_v1.0 is pack a system folder to ext2 first,then they convert to ext4 again.
                    However,this scrrip is contain a "file size calculating logic".
                    It is very useful to improve my batch scrip.


                    Comment


                      #11
                      Alternate way to dump partitions of non-root device by TWRP

                      Prepare a free space of sdcard ,then boot to TWRP
                      and follow this step.





                      after reboot, rename a dump file by enter a file-name extension " .img "

                      Comment


                        #12
                        Dump or restote partition image by TWRP terminal command
                        Boot device to twrp

                        Select terminal command (text mode)



                        Check partition path with cat /proc/emmc
                        (press spacebar 1 time between catand /proc/emmc
                        if this command not work , try again with this
                        " cat /proc/mtd ")




                        Flash boot partition with this command
                        dd if=/sdard/boot.img of=/dev/block/mmcblk0p7

                        Flash system partition with this command
                        dd if=/sdard/system.img of=/dev/block/mmcblk0p18



                        see this, for clear about dd command


                        command to dump system.img is
                        dd if=/dev/block/mmcblk0p18 of=/sdcard/system.img

                        command to restore system.img is
                        dd if=/sdcard/system.img of=/dev/block/mmcblk0p18
                        .................................................. .................................................. .............................................
                        command to dump boot.img is
                        dd if=/dev/block/mmcblk0p7 of=/sdcard/boot.img

                        command to restore boot.img is
                        dd if=/sdcard/boot.img of=/dev/block/mmcblk0p7
                        .................................................. .................................................. .............................................
                        command to dump recovery.img is
                        dd if=/dev/block/mmcblk0p8 of=/sdcard/recovery.img

                        command to restore recovery.img is
                        dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p8

                        Comment

                        Working...
                        X