Was using WugFresh's Nexus Root Toolkit, updated N7 to MRA58K. Try to update to 58U, and got "bootloader still locked", when I know for sure it was NOT locked as I was able to update to M from L previously.
So I did a little digging in Fastboot.
One way to get bootloader status is
This returns, among other things
However, using a different command
(or getvar all if that doesn't work)
Got me instead...
Which is the result I was expecting.
So, you think someone over at Nexus ROM patching screwed up the oem device-info output? Or did I interpreted the flags wrong? Which flag to trust? Should they say the same thing?
So I did a little digging in Fastboot.
One way to get bootloader status is
Code:
fastboot oem device-info
Code:
Device unlocked: false
Code:
fastboot getvar lock_state
Got me instead...
Code:
(bootloader) lock_state: unlocked
So, you think someone over at Nexus ROM patching screwed up the oem device-info output? Or did I interpreted the flags wrong? Which flag to trust? Should they say the same thing?