Recent content by nullptr_t


  1. N

    Interesting finding about 32 bit support

    Well, I think resetting the property should not happen if eu.xiaomi.module.inject is disabled?
  2. N

    Interesting finding about 32 bit support

    TL;DR: setprop persist.sys.force_32bit_install 1 to enable 32 bit support. Tried to install a 32 bit app and got INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries. However, since eu rom has tango support, this is weird. Then I decompiled framework.jar and services.jar and got...
  3. N

    Invalid Third party passkey provider does not work

    It's already set of course.
  4. N

    Invalid Third party passkey provider does not work

    My device is 15 Ultra. I have already switched auto fill provider to Bitwarden, and creating passkey works perfectly (it's correctly stored in Bitwarden and can be used on other devices). However, authenticating with passkey does not work because the system always use google password manager as...
  5. N

    Start zygote32 only when needed

    NVM, it's my fault. Seems that new version of hyperos changed something. I just found ro.vendor.mi_support_zygote32_lazyload is false on my device.
  6. N

    Start zygote32 only when needed

    On normal cn rom, 32bit compatibility layer (tango) only starts only when needed, but on eu rom zygote32 is always running in background, which is a waste of battery if there is no 32bit app running or even installed.