diff --git a/_sidebar.md b/_sidebar.md index 4343e3d..1e3c1fc 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -9,4 +9,5 @@ - [Partitions](/dev/partitions.md) - [Metamode](/dev/metamode.md) - [Testpoints](/dev/testpoints.md) - - [Tools](/dev/tools.md) \ No newline at end of file + - [TWRP (Custom Recovery)](/dev/twrp.md) + - [Tools](/dev/tools.md) diff --git a/dev/twrp.md b/dev/twrp.md new file mode 100644 index 0000000..21b2bfc --- /dev/null +++ b/dev/twrp.md @@ -0,0 +1,14 @@ +# TWRP (Custom Recovery) + +> [!NOTE] +> Not tested yet, we need to unlock the bootloader to boot TWRP + +[TWRP repository link](https://github.com/moto-penangf/twrp) + +When trying to flash via flash tool / mtkclient it gives Red State error and goes into bootloop. There is access during this error only to fastboot, recovery and normal mode is not available. + +**Looks like we need to unlock the bootloader to test this.** + +## Credits + - Thanks to [@GitFASTBOOT](https://github.com/GitFASTBOOT) for the TWRP build + - A failed attempt to boot TWRP has been verified by [@DiabloSat](https://github.com/progzone122)