Recent content by trachyte

  1. T

    Post How to associate APK install/IAP with a specific Google account?

    I'm listing some potential solutions I've come across that may help others in this same situation. I'd still like a cleaner solution that can be done without another device. - Use an old phone. Remove all other Google accounts from it except the one you want to use. - Use an emulator. Same...
  2. T

    Thread How to associate APK install/IAP with a specific Google account?

    I have a device with multiple Google accounts ([email protected], [email protected]). They are registered to different countries in Google Play. I need to install Some Amazing App and once installed, do an in-app purchase using the Google Play balance from...
  3. T

    Post [GUIDE] How to root your Asus Zenfone 6 without TWRP | Info about A/B

    Nice! Worked perfectly for me. Didn't even install TWRP, just booted it using "fastboot boot". Now Magisk Manager shows all of its features.
  4. T

    Post [GUIDE] How to root your Asus Zenfone 6 without TWRP | Info about A/B

    I'm using WW_16.1220.1908.191_0. When I flash the pre-magisk-patched 191 and reboot, I'm able to enter my password and get into the OS. The screen is mainly black but I'm able to open the notifications and quick launch tiles.. sometimes.. sort of. It locks up pretty quickly and I'm not able to...
  5. T

    Post [ROM][OFFICIAL][I01WD][9] LineageOS 16.0

    Yep. I verified that system_a and system_b just had "lost+found" before the flash/sideload.
  6. T

    Post I think I'll just install a custom ROM

    As someone who just spent a week trying to get LOS installed and is going back to stock, I can testify that custom ROMs are not ready yet. All of the necessary elements (recovery, ROM, gapps, etc.) have multiple showstopper issues. Add on to that the confusion caused by A/B partitions. I've...
  7. T

    Post [ROM][OFFICIAL][I01WD][9] LineageOS 16.0

    Just an unhelpful bug report: when I install LOS (either through LOS recovery + adb sideload, or using TWRP), I get stuck at the LOS boot animation looping forever. Tried LOS 20190907 and 20190910. I've never found a way of debugging a phone when it's stuck at the boot animation, so there's not...
  8. T

    Post [Guide] How to extract payload.bin from OTA

    Try: pip3 install -r requirements.txt instead of: pip install -r requirements.txt
  9. T

    Post [TOOL/UTILITY][TWRP][3.3][RECOVERY] TWRP 3.3.1-0 TeamWin Recovery Project 9/2

    I think the instructions at https://twrp.me/asus/asuszenfone62019.html should say to use Install -> Install Image -> Install Recovery Ramdisk. I keep choosing "Boot" because that's what I've always chosen on other (non a/b) phones. Took me a while to figure out why it wasn't working.
  10. T

    Post [GUIDE | FIX] PIN/PATTERN/PASSWORD not recognised after TWRP restore

    Once you remove the PIN and Pattern you will be able to boot into the system and set up the PIN and Pattern however you'd like. No need to mess with the files directly.
  11. T

    Thread Unlocked bootloader but still getting "Partition flashing not allowed"

    Phone: Oneplus 3T Recovery: TWRP 3.3.0-1 OS: LOS 16.0 Flashed a bad emmc_appsboot.mbn and now my phone loops as soon as it gets to the 1+ logo. Cannot get into recovery. Can get into fastboot. Bootloader has been unlocked for years. After getting the "not allowed" error, I did a "fastboot...
  12. T

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

    Ok, one last round of tests. This is probably it for me. 5.0.8 -> 9.0.5 -> 5.0.8 in one TWRP session Same session Decryption works Reboot to recovery Decryption works Reboot to system Decryption works Flashing 9.0.5 firmware with 5.0.8 keymaster.mbn Recovery...
  13. T

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

    There's no problem flashing LOS itself on the 3T. The conditions that cause data loss are: upgrading 5.0.x -> 9.0.x firmware, with an unlocked bootloader, and encrypted userdata. If you avoid that situation you should be fine (but make a backup of course). If you can't avoid that situation then...
  14. T

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

    "I will have no comment until the investigation is complete." -- A Very Smart Person Previous test: Upgraded firmware 5.0.8 -> 9.0.5 Rebooted to recovery Results: 4K of first 10MiB of userdata was modified I was not expecting userdata to be modified so I wasn't tracking precisely what the...
  15. T

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

    Ok, results from my continued testing. The news isn't great but at least it's damn interesting. 9.0.5 firmware with LOS 16.0-2019042(8? 9?): Does not produce the same keymaster_blob 5.0.8 firmware with LOS 14.1-20170727: Does not produce the same keymaster_blob In both cases I did a (wipe...