Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Fastboot commands
- fastboot getvar all
- fastboot getvar all 2>&1 | grep -i slot
- fastboot getvar product
- fastboot getvar current-slot
- fastboot --set-active=a
- fastboot set_active a
- fastboot continue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement