Skip to content

Instantly share code, notes, and snippets.

@fiskurgit
Created June 14, 2016 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fiskurgit/604672d620ddd159b5c6534c96eabc9c to your computer and use it in GitHub Desktop.
Save fiskurgit/604672d620ddd159b5c6534c96eabc9c to your computer and use it in GitHub Desktop.
Un-brick Android bash script
#!/bin/bash
fastboot getvar battery-voltage
fastboot reboot-bootloader
sleep 5s
bash ./charge.sh && exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment