Recent content by xaacnz

  1. X

    Post Bypass bootloader lock of Redmi 5A(riva) without permission from xiaomi.

    Here it is: lineage-15.1-20180515-UNOFFICIAL-riva.zip Kernel source: https://github.com/xaacnz/android_kernel_xiaomi_msm8917 I tried to post this ROM on https://forum.xda-developers.com/xiaomi-redmi-5a/development , but my account don't have permission to do that, so I have to post it here in...
  2. X

    Post Bypass bootloader lock of Redmi 5A(riva) without permission from xiaomi.

    All stages of bootloader except PBL can be found in fastboot ROM, and PBL can be obtained by using testpoint: https://alephsecurity.com/2018/01/22/qualcomm-edl-1/ The 'official' unlocking process is: 1 submit cpuid which is eFused in soc to Xiaomi. 2 Xiaomi sign the cpuid with it's private RSA...
  3. X

    Post Bypass bootloader lock of Redmi 5A(riva) without permission from xiaomi.

    It's has some custom modifications like swapping back & recent app buttons as I'm left handed, I will try to build a more generic one once I get some free time.
  4. X

    Post Bypass bootloader lock of Redmi 5A(riva) without permission from xiaomi.

    I'm glad I was able to help. I have used neither of them, so I can't speak for them. Currently, I'm using a custom build ROM based on LineageOS 15.1
  5. X

    Post Bypass bootloader lock of Redmi 5A(riva) without permission from xiaomi.

    Let's say you want flash https://forum.xda-developers.com/android/development/rom-crdroid-v3-8-5-redmi-5a-t3752066 1 download crDroidAndroid-7.1.2-20180218-riva-v3.8.5.zip 2 extract boot.img from crDroidAndroid-7.1.2-20180218-riva-v3.8.5.zip 3 patch the extracted boot.img just like what you did...
  6. X

    Post Bypass bootloader lock of Redmi 5A(riva) without permission from xiaomi.

    You need to patch boot.img inside those ROMS by appending 4k block which begins with 0x30, 0x83, 0x19, 0x89, 0x64
  7. X

    Post [Ultimate Guide][Riva] Unlock, Root, TWRP Guide for Redmi 5A [6/3/2018]

    If you are not afraid of voiding the warranty, you could try this method: https://forum.xda-developers.com/android/general/bypass-bootloader-lock-redmi-5ariva-t3772381
  8. X

    Post Bypass bootloader lock of Redmi 5A(riva) without permission from xiaomi.

    Yes, they must have removed the original url. [email protected]:~/lk$ git remote show origin | head * remote origin Fetch URL: https://source.codeaurora.org/kernel/lk/ Push URL: https://source.codeaurora.org/kernel/lk/ HEAD branch (remote HEAD is ambiguous, may be one of the following)...
  9. X

    Thread Bypass bootloader lock of Redmi 5A(riva) without permission from xiaomi.

    Recently I have reverse engineered aboot (emmc_appsboot.mbn) from ROM riva_images_V8.5.7.0.NCKCNED_20171025.0000.00_7.1_cn ( en.miui.com/thread-1026306-1-1.html )(because this is my first post and I don't have permission to post outside link, you have to add http in those url), and discovered a...