Recent content by kongkongyzt

  1. K

    Post LineageOS 15.1 | 09.03.2020 | Shield blobs

    After installing the latest version (the 2018-11-12 one) , my MiPad cannot wake up after auto sleep unless keep pressing the power button and force it reboot. Anyone knows how to solve this problem? Thx in advance.
  2. K

    Post TWRP question

    It seems that omni project has remove TWRP from their manifest.xml so the source code of boot/recovery folder is from AOSP, not TWRP. I have the same problem and I solve it by using minimal-manifest-twrp/platform_manifest_twrp_omni on github and I success. don't forget to use `export...
  3. K

    Post problem with compiling twrp with omni sources

    OK, I have solved this problem just now... After I reading the .repo/manifest.xml , I was surprised to find the boot/recovery source code is from AOSP, not TWRP, which means when I type `make recoveryimage ` command, it doesn't compiling TWRP but AOSP's recovery.... so there is no doubt coming...
  4. K

    Post problem with compiling twrp with omni sources

    I have the same problem, have u solve it ?