Advertisement
metalx1000

Useful Fastboot Commands

May 13th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # Fastboot commands
  2. fastboot getvar all
  3. fastboot getvar all 2>&1 | grep -i slot
  4.  
  5. fastboot getvar product
  6.  
  7. fastboot getvar current-slot
  8. fastboot --set-active=a
  9. fastboot set_active a
  10.  
  11. fastboot continue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement