TWRP for a12s=============1. Setup--------sudo apt updatesudo apt upgradesudo apt-get install git-allsudo apt install python-is-python3git config --global user.email "your email"git config --global user.name "your name"2. swapfile-----------sudo swapoff -asudo dd if=/dev/zero of=/swapfile bs=1G count=8sudo mkswap /swapfilesudo swapon /swapfilefree -m3. repo-------mkdir -p ~/.binPATH="${HOME}/.bin:${PATH}"curl...Read more