How do check if bootloaders are the same on both slots A/B ???

41rw4lk

Senior Member
Dec 11, 2010
850
322
93
Springfield, MO
Hi there was wondering if there is a way of finding out which bootloaders are on which slots, correct me if i am wrong but see this on this guide.
https://forum.xda-developers.com/showpost.php?p=76850063&postcount=3

I could not find the information anywhere on xda or google.
would installing TWRP and booting into each slot show me this or is there an easier method.
Cheers Shane :confused:
You can do a 'fastboot getvar all' w/o quotes of course, that'll give you an idea of what's running and what slot is active.
Then switch slots 'fastboot set-active=(a or b) whichever one isn't the current slot, reboot the bootloader and getvar all again. (Might need to double check the syntax of that command, just use fastboot /? to see a list.
Make sure you set the current slot back to whatever it was after you're done to avoid complications.
 
  • Like
Reactions: riskyfuture