├── .gitignore ├── README.md ├── mtkbootcmd.py ├── r1.ps1 ├── r1.sh └── vbmeta.img /.gitignore: -------------------------------------------------------------------------------- 1 | venv/ 2 | system.img 3 | .DS_Store 4 | mtkclient/ 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabbitHoleEscapeR1/r1_escape/HEAD/README.md -------------------------------------------------------------------------------- /mtkbootcmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabbitHoleEscapeR1/r1_escape/HEAD/mtkbootcmd.py -------------------------------------------------------------------------------- /r1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabbitHoleEscapeR1/r1_escape/HEAD/r1.ps1 -------------------------------------------------------------------------------- /r1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabbitHoleEscapeR1/r1_escape/HEAD/r1.sh -------------------------------------------------------------------------------- /vbmeta.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RabbitHoleEscapeR1/r1_escape/HEAD/vbmeta.img --------------------------------------------------------------------------------