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

  • kolinsb
    replied
    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

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

    Leave a comment:


  • Xannytech
    replied
    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.

    Leave a comment:


  • blinkone
    commented on 's reply
    Sure post now a sticky

  • Xannytech
    replied
    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?

    Leave a comment:


  • blinkone
    replied
    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

    Leave a comment:


  • endera
    replied
    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?

    Leave a comment:


  • vprasinos
    replied
    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?!

    Leave a comment:


  • kolinsb
    replied
    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.

    Leave a comment:


  • vprasinos
    replied
    So does it work with the KM9? Should we try it or not?

    Leave a comment:


  • kolinsb
    replied
    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.

    Leave a comment:


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

    Leave a comment:


  • kolinsb
    replied
    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.

    Leave a comment:


  • Xannytech
    replied
    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

    Leave a comment:


  • kolinsb
    replied
    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);

    Leave a comment:


  • Xannytech
    replied
    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

    Leave a comment:

Working...
X