Search results


  1. ntlkr

    KernelSU Xiaomi 15

    Maybe I actually am doing something wrong, no clue... I usually just take the anykernel3.zip and flash it as a sideload package in twrp. This has worked on multiple kernel versions on multiple devices - until now.
  2. ntlkr

    KernelSU Xiaomi 15

    Update: issue fixed. I talked to the Wildkernels devs and apparently they had problems building SUSFS with kernels earlier than 6.6.50 and that's why there was no release. Anyways, they found a fix for it literally just now and there is a new release including 6.6.46 and 6.6.30. Big thanks for...
  3. ntlkr

    KernelSU Xiaomi 15

    I do know the theory of how KMI works, and as I said I had also tried different patches but it didn't work correctly. Still thanks for your reply.
  4. ntlkr

    KernelSU Xiaomi 15

    First of all, thank you. Did your device firmware come with KMI 6.6.66 or did you just use that version of Wild+? Cause my main problem is that my Mi 15 (dada) 214 ROM comes with KMI 6.6.30, which is not released in the Wild+ GitHub repo (lowest there is 6.6.50).
  5. ntlkr

    KernelSU Xiaomi 15

    Is anyone using WildPlus kernel on Xiaomi 15 HyperOS 2.0.214.0? I can't find the correct KSU next build for 6.6.30 in Wildkernels GKI repo, so I tried multiple other patches from KMI 6.6.x, as they should theoretically work aswell, but the ones I tried all had problems like broken pwm control...
  6. ntlkr

    Individual fixes for Xiaomi 15

    Hi, i have recently wrecked my 14 pro and got myself a Xiaomi 15 global as a replacement. I still have to wait 2.5 days until I can unlock it, but: Over the last years, I have seen multiple individual fixes for different devices (modem fixes, camera firmware issues etc). Now as my Mi 15 ist...
  7. ntlkr

    HyperOS 2.0 HyperOS 2.0 STABLE RELEASE

    @porcelain4 Settings > Additional settings > Gesture shortcuts > Power off
  8. ntlkr

    HyperOS 2.0 HyperOS 2.0 STABLE RELEASE

    Freezing the security app on HyperOS would break like >60% of UX system functions. You should never even attempt that. Why would you want it at all? What's the "issue" with defragmentation?
  9. ntlkr

    unlocking bootloader

    Wrong place for this buddy. This forum is NOT an official Xiaomi support forum. It's only for xiaomi.eu custom ROM, you will have to contact the official Xiaomi support to get help with that.
  10. ntlkr

    Xiaomi 14 pro encrypted even after bootloader unlocked

    Might be a stupid question, but... Have you ever rebooted after installing the module? In case you have, and its still not working: Uninstall the module and AdAway app, reboot Then re-install the module and the app, reboot. Then try again if it works. Also: why do you have magiskhide installed...
  11. ntlkr

    Xiaomi 14 pro encrypted even after bootloader unlocked

    I don't have magisk installed so I can't test the exact situation rn. Check if systemless hosts is really installed as a module (and enabled). If yes, uninstall the module, reboot, reinstall it from magisk settings and reboot again. Then retry AdAway.
  12. ntlkr

    Help I need to switch my BT codec from aac to LDAC

    If you enter the headphone's settings in bluetooth menu, there should be a toggle for LDAC codec. The option in dev settings is actually just a developer setting. It is not intended to be used with consumer headphones and therefore doesnt work.
  13. ntlkr

    Xiaomi 14 pro encrypted even after bootloader unlocked

    The denylist specifies the processes/activities that should be "denied" from seeing the magisk/busybox binary files and processes which indicate root access. So, play services as well as all apps/processes/activities that may check for device security should have their toggle to the...
  14. ntlkr

    Xiaomi 14 pro encrypted even after bootloader unlocked

    What do you mean by "disabled"? The toggles next to them should be enabled in order to keep them from detecting root. The difference between the apps that detect root and some that don't lies within their programming, starting over won't do anything about that. I also saw that there is a new...
  15. ntlkr

    Future of old phones:

    If xiaomi.eu team rejects the bug report, it's likely a deeper seated problem with the base ROM, which they have very little influence on. The standard solution in this case with an old phone like that would be just buying a new phone. If you don't want that but want a new ROM, you could have a...
  16. ntlkr

    Xiaomi 14 pro encrypted even after bootloader unlocked

    How did you configure denylist? It should at least contain com.google.android.gms.unstable, the whole Google play app pack as well as all activities associated to your banking apps. And don't forget to clear caches of services framework, play store and all banking apps and reboot after you put...
  17. ntlkr

    New Bug notification

    Have look at "Strict mode enabled" and "Show notification channel warnings" in dev options. If any of them are enabled, disable them. Otherwise we gotta hear what ROM devs say.
  18. ntlkr

    Xiaomi 14 pro encrypted even after bootloader unlocked

    Sounds good Your phone will always be encrypted, u can't disable that and it's good that way. What's important is that in TWRP, after entering your screen lock, it shows "user 0 decrypted successfully" in log. The bank apps could be a bit bigger of a problem. I'm not too sure what the...
  19. ntlkr

    Xiaomi 14 pro encrypted even after bootloader unlocked

    Ah, I forgot that was a thing lol. Usually when clean flashing, we use Fastboot for that in order to avoid exactly those kinds of problems you've been facing. Anyways, because you said HyperOS 2.0 is working now (probably cached or something, not sure myself), is gapps working aswell or are...
  20. ntlkr

    Xiaomi 14 pro encrypted even after bootloader unlocked

    Once again I'm not sure if I'm understanding you correctly. What did you try to wipe in twrp and why? I thought you wanted to clean flash? For root, the easiest option is still the same as described before. Pull the magisk.apk file to PC, then enter sideload mode in TWRP, then use adb sideload...