Recent content by dianlujitao

  1. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for OnePlus 3/3T

    I'm aware of the bug but never investigated. the commit you mentioned was merged in lineage a month earlier than PA https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/271420
  2. dianlujitao

    Post [RECOVERY][unified] Official TWRP touch recovery for OnePlus 3/3T

    because of system-as-root, it's indeed a corner case bug.
  3. dianlujitao

    Post [RECOVERY][unified] Official TWRP touch recovery for OnePlus 3/3T

    I'm not sure but the possible workaround might be: wipe system leave system empty and reboot twrp restore your pie backup
  4. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for OnePlus 3/3T

    I'm pretty unsure but the margin between 16 and the test build is probably because the test build doesn't ship any network location provider. I guess the new gnss stack is not fully compatible with our qmi stack, but they're both proprietary software so god knows if this could be the root cause.
  5. dianlujitao

    Post [RECOVERY][unified] Official TWRP touch recovery for OnePlus 3/3T

    twrp 3.4 names both sar and non-sar system backups as system.* so you can backup/restore both types, system_root.* was produced by my unofficial sar twrp and is no longer supported, you have to rename manually to be able to restore on twrp 3.4
  6. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for OnePlus 3/3T

    Did you wipe data when downgrading?
  7. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for OnePlus 3/3T

    can you evaluate if this build has comparable performance with 16.0, I rolled back to the old gps stack https://androidfilehost.com/?fid=8889791610682878968 my result with this build is as follows, using "gps test" app. 1. get 3d fix right after launch the app 2. clear agps with "clear only"...
  8. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for OnePlus 3/3T

    gps_debug.conf is used by android framework while gps.conf is for the gnss hal. https://github.com/LineageOS/android_frameworks_base/blob/lineage-17.1/services/core/java/com/android/server/location/gps_debug.conf is basically all valid items of gps_debug.conf along with the default values...
  9. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for OnePlus 3/3T

    Yes, I've updated the state in OP. The major advantages are: fbe warning is gone bootloop after automated ota upgrade when encrypted and magisk installed should be fixed auto detect sar and non-sar (need restart after change, non-sar by default, i.e. empty system partition)
  10. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for OnePlus 3/3T

    nvertigo67 BillGoss https://review.lineageos.org/c/LineageOS/android_device_oneplus_oneplus3/+/279070 adds back xtra servers, they're relocated since https://github.com/LineageOS/android_frameworks_base/commit/19b214dd7339d75ad889d30bbb25f548d01bef22 , please test if it helps, lemme know if you...
  11. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for OnePlus 3/3T

    So...is SatStat the only thing made the difference on 17 in your experiments? I think the conclusion is incorrect because it couldn't be possible
  12. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for Xiaomi Mi Note 3

    will be fixed with the next release (probably official nightly), as a temp workaround you can encrypt on other working roms and switch over
  13. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for Xiaomi Mi Note 3

    Works fine for me, can you provide logs? -------- UPD: it crashes when reading some cards, I'll investigate later, thanks for your report!
  14. dianlujitao

    Thread [ROM][Official][Nightly] LineageOS 17.1 for Xiaomi Mi Note 3

    LineageOS is a free, community built, aftermarket firmware distribution of Android 10 (Q), which is designed to increase performance and reliability over stock Android for your device. #include <std_disclaimer.h> /* * Your warranty is now void. * * We are not responsible for bricked...
  15. dianlujitao

    Post [ROM][Official][Nightly] LineageOS 17.1 for OnePlus 3/3T

    Nice to know that nfc pay is working now. Apps are out of my scope, you may consider open an issue on gitlab. For TWRP, the SAR backup/restore fix was merged earlier, along with a fix for OTA bootloop when encrypted. I may consider updating the official build when I'm able to fully test it.