Quote:
Originally Posted by lcchy
I also have a question, if anyone can help: when flashing I actually flash to both slots A and B, as just A does not seem to be enough.
|
If flashing to only slot A does not work, that probably means A is not the active slot. The active slot can alternate between A and B, depending on how you update.
You can determine which slot is active with this adb command:
adb shell getprop ro.boot.slot_suffix
It will return _a or _b.
There is probably a way to get the active slot with edl, but I don't know how offhand.