Skip to content

Instantly share code, notes, and snippets.

@paulozullu
Last active November 14, 2019 12:27
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 paulozullu/a1c80d193195a252744a3f3a0bba6529 to your computer and use it in GitHub Desktop.
Save paulozullu/a1c80d193195a252744a3f3a0bba6529 to your computer and use it in GitHub Desktop.
MI A2 tips

Update Havoc OS

- boot twrp
- flash update 
- wipe cache and dalvik 
- flash twrp installer
- wipe cache and dalvik 
- change slot
- reboot recovery
- install GAPPS
- wipe cache and dalvik 
- install HEX (???)
- wipe cache and dalvik 
- install magisk
- wipe cache and dalvik 
- reboot system

Can't authorize device to run adb commands

$ sudo adb kill-server
  • in your DEVICE SETUP, go to developer-options end disable usb-debugging
  • press REVOKE USB debugging authorizations, click OK
  • enable usb-debugging
$ adb start-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment