Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[ROM]XTMOD for u211 devices (X96Max, GT1Mini & some others), Magisk rooted and many others fixes and mod.

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

    #16
    you have to sign the zip file, the recovery will check if the zip is signed before flashing. search google for sign .zip file something like THIS

    Comment


      #17
      Thanks for reply. I understand that about re-sign. The file "updater-script" has this content. Which part i need to remove to avoid checking of version? Or I can simply remove whole file from .zip
      Code:
      ui_print(" ");
      ui_print("*** Install Amlogic firmware update ***");
      ui_print(" ");
      set_progress(0.0);
      
      # Confirm we're working on the right device and ROM version
      ui_print("- Confirming target device...");
      show_progress(0.1, 5);
      mount("ext4", "EMMC", "/dev/block/system", "/system");
      ui_print("  Found: " + file_getprop("/system/build.prop", "ro.product.model") + ", " + file_getprop("/system/build.prop", "ro.build.description"));
      (file_getprop("/system/build.prop", "ro.product.device") == "KM9") ||
        abort("E3004: This update package is intended only for the KM9.");
      (file_getprop("/system/build.prop", "ro.build.version.sdk") == "27") ||
        abort("E3003: This update package is intended only for Oreo builds (SDK 27).");
      unmount("/system");
      
      # Update the system partitions
      ui_print("- Patching system images unconditionally...");
      show_progress(0.7, 90);
      block_image_update("/dev/block/system", package_extract_file("system.transfer.list"), "system.new.dat", "system.patch.dat") ||
        abort("E1001: Failed to update system image.");
      block_image_update("/dev/block/vendor", package_extract_file("vendor.transfer.list"), "vendor.new.dat", "vendor.patch.dat") ||
        abort("E1001: Failed to update vendor image.");
      block_image_update("/dev/block/odm", package_extract_file("odm.transfer.list"), "odm.new.dat", "odm.patch.dat") ||
        abort("E1001: Failed to update ODM image.");
      
      # Update the boot and recovery partitions
      ui_print("- Installing new kernel and recovery...");
      show_progress(0.1, 5);
      package_extract_file("boot.img", "/dev/block/boot");
      package_extract_file("recovery.img", "/dev/block/recovery");
      
      # Update the bootloader partition
      ui_print("- Installing new logo, device tree and bootloader...");
      show_progress(0.1, 5);
      package_extract_file("logo.img", "/dev/block/logo");
      write_dtb_image(package_extract_file("dtb.img"));
      write_bootloader_image(package_extract_file("bootloader.img"));
      
      ui_print(" ");
      ui_print("Installation successful.");
      ui_print(" ");
      set_progress(1.0);

      Comment


        #18
        Originally posted by kolinsb View Post
        Thanks for reply. I understand that about re-sign. The file "updater-script" has this content. Which part i need to remove to avoid checking of version? Or I can simply remove whole file from .zip
        Code:
        # Confirm we're working on the right device and ROM version
        ui_print("- Confirming target device...");
        show_progress(0.1, 5);
        mount("ext4", "EMMC", "/dev/block/system", "/system");
        ui_print(" Found: " + file_getprop("/system/build.prop", "ro.product.model") + ", " + file_getprop("/system/build.prop", "ro.build.description"));
        (file_getprop("/system/build.prop", "ro.product.device") == "KM9") ||
        abort("E3004: This update package is intended only for the KM9.");
        (file_getprop("/system/build.prop", "ro.build.version.sdk") == "27") ||
        abort("E3003: This update package is intended only for Oreo builds (SDK 27).");
        unmount("/system");
        just this part it's self explanatory

        Comment


          #19
          Thanks for reply. I removed just this two lines:

          Code:
           
           (file_getprop("/system/build.prop", "ro.product.device") == "KM9") || abort("E3004: This update package is intended only for the KM9.");
          I updated .zip, i re-signed it, I update the box via update app without any error, and my box stucked on mecool logo (led is blue, remote is working in recivery). I tried to do "update from EXT" with same original .zip (with unchanged updater-script file) but I got this error.

          Comment


            #20
            hmm tried now to update with the usb burning tool?, your device seems to me it's just half flashed...

            Comment


              #21
              usb burning tool still don't see device that's realy weird

              edit: I made. I downloaded original ota from 4pda.ru forum (before i used ota i downloaded here, its made by Magendanz i think). Thanks a lot. I hope you will make fw for this model too this box is nice piece of hardware but software is shit
              Last edited by kolinsb; 07 January 2019, 19:59.

              Comment


                #22
                So does it work with the KM9? Should we try it or not?

                Comment


                  #23
                  No! I have KN9 with google voice RC. Installation of this firmware was ok, without any errors during installation (I used USB burning tool), but after installation I got this:

                  1. Bluetooth has stoped. I couldn't to enable it anymore
                  2. I couldn't to enable WiFi too
                  3. I couldn't to use remote controller (I could to use remote which I got with Sunvell H3 box but that's not solution)
                  4. Front led had red light constantly

                  Summary: KN9 in my case, with this mod is complety unusable

                  Sent from my POCOPHONE F1 using Tapatalk


                  Last edited by kolinsb; 08 January 2019, 06:46.

                  Comment


                    #24
                    Originally posted by kolinsb View Post
                    No! I have KN9 with google voice RC. Installation of this firmware was ok, without any errors during installation (I used USB burning tool), but after installation I got this:

                    1. Bluetooth has stoped. I couldn't to enable it anymore
                    2. I couldn't to enable WiFi too
                    3. I couldn't to use remote controller (I could to use remote which I got with Sunvell H3 box but that's not solution)
                    4. Front led had red light constantly

                    Summary: KN9 in my case, with this mod is complety unusable

                    Sent from my POCOPHONE F1 using Tapatalk

                    Rustdroid reported working on his. Maybe someone else can try also?!

                    Comment


                      #25
                      Originally posted by Rustdroid View Post
                      Installed the x96max 4GB version on the mecool KM9 and everything is working okay so far wifi and bluetooth work, Remote works via bluetooth. Runs faster than stock. Same problem with mouse.

                      Hi,
                      Mecool Km9 for the steps to install suggestion or comments?

                      Comment


                        #26
                        Great work Xannytech

                        Tested
                        X96 Max 4/32 & 4/64 Version 1.0 Beta
                        on my T95Q

                        Fast flash with no issues 3.35min to finish burn

                        35 sec boot time to home screen

                        wifi and Bluetooth both work

                        Good to see top and bottom bars

                        So far everything seems to work very well on the T95Q
                        Please consider making a Donation to freakTab

                        Comment


                          #27
                          Originally posted by blinkone View Post
                          Great work Xannytech

                          Tested
                          X96 Max 4/32 & 4/64 Version 1.0 Beta

                          on my T95Q

                          Fast flash with no issues 3.35min to finish burn

                          35 sec boot time to home screen

                          wifi and Bluetooth both work

                          Good to see top and bottom bars

                          So far everything seems to work very well on the T95Q
                          thanks a lot for your testing, so i can add T95Q to he working devices
                          Many other fixes are coming... i found many things to be corrected in the next release.
                          P.S.
                          could someone sticky my rom post?

                          Comment


                          • blinkone
                            blinkone commented
                            Editing a comment
                            Sure post now a sticky

                          #28
                          Originally posted by kolinsb View Post

                          I downloaded original ota from 4pda.ru forum (before i used ota i downloaded here, its made by Magendanz i think). Thanks a lot.
                          could you share your working ota zip here? could be useful for users that get problems like yourself.

                          Comment


                            #29
                            Originally posted by Xannytech View Post

                            could you share your working ota zip here? could be useful for users that get problems like yourself.
                            Hi. I downloaded it from here: http://4pda.ru/forum/index.php?showtopic=930374&st=560

                            I think that MEGA links from that post are down, and I re-uploaded file. Here is my link for KM9-ota-V0828.20181122 download

                            Comment


                              #30
                              Originally posted by kolinsb View Post

                              Hi. I downloaded it from here: http://4pda.ru/forum/index.php?showtopic=930374&st=560

                              I think that MEGA links from that post are down, and I re-uploaded file. Here is my link for KM9-ota-V0828.20181122 download

                              https://mega.nz/#!MXgC2aYI!r0qvOfkcj...K4lqOWaZeNlkMA
                              thanks , it's useful just in case...

                              Comment

                              Working...
                              X