I want to unlock bootloader on Android 8.0 FBE encrypted with PIN
I don't wanna lose my data, therefore i made backup of userdata partition before
According to CCC the bootloader state is part of encryption. The video neither explain how bootloader state is involved in KDF KEK DEK chain nor this concerns FBE
After unlocking bootloader + factory reset + restoring userdata partition,
encryption probably won't work. does this concern twrp too, is there any method to overcome this?
I cannot test that as i don't want to unlock bootloader without backup at moment
/data
from TWRP and restore it again? I believe as long as you are not reinitializing the OS, you can restore data after wipe because reinitialization triggersuntrusted enrollment
in TEE which generates newSID
and FBE keys on first boot of OS. – defalt Sep 21 '21 at 09:10