You need fastboot to change slots not adb and adb commands never work in fastboot.
Get the current active boot slot:
fastboot getvar current-slotSelect the other slot: (either “a” or “b”)
fastboot --set-active=b
You need fastboot to change slots not adb and adb commands never work in fastboot.
Get the current active boot slot:
fastboot getvar current-slotSelect the other slot: (either “a” or “b”)
fastboot --set-active=b