Open ikeboy opened 2 years ago
I have the same problem on my OnePlus 8 Pro. Do you need some more information to fix this issue?
I have a Oneplus 9 TMO (LE2117). Also came across this bug. Tracked it down to:
if projid == "": res = self.fh.detect_partition(arguments=args, partitionname="param")
lines 140. 141 in oneplus.py. It seems like this method returns false and the projid is blank when self.ops = self.convert_projid(fh, projid, serial)
is called on line 161. So the that method returns None.
This only seem to occur for me when truing to "wl" on any lun other than lun0. (is it because the partitionname="param" only exixts on lun0?)
Trying to erase boot partition on a Oneplus 9 Pro, and get
edl e boot_b --lun=4
Trying to fix a bricked phone, just writing the boot partitions isn't helping so trying to erase and reflash them.