... | ... | @@ -45,25 +45,25 @@ Some useful additional information can be found at: |
|
|
```
|
|
|
|
|
|
### Flashing firmwares
|
|
|
|
|
|
1. Download the [NMJ88C archive](https://mega.nz/#!1CgF3SLa!CHLLA0HvtDtzzDnOl3CbJ1EUnhR6vFb4NA9IG6au3to) and unzip it
|
|
|
|
|
|
1. Download the [NMI81C archive](https://www.androidfilehost.com/?fid=674106145207485528) and unzip it
|
|
|
|
|
|
1. make the flash script executable and run the script:
|
|
|
1. execute the script:
|
|
|
|
|
|
On Linux or MacOS X:
|
|
|
|
|
|
```shell
|
|
|
chmod +x ./no\ SYSTEM-BOOT-VENDOR-flash-all-WIPE.sh
|
|
|
./no\ SYSTEM-BOOT-VENDOR-flash-all-WIPE.sh
|
|
|
./flash-all.sh
|
|
|
```
|
|
|
|
|
|
On Windows:
|
|
|
|
|
|
```shell
|
|
|
chmod +x ./no\ SYSTEM-BOOT-VENDOR-flash-all-WIPE.bat
|
|
|
./no\ SYSTEM-BOOT-VENDOR-flash-all-WIPE.bat
|
|
|
./flash-all.bat
|
|
|
```
|
|
|
|
|
|
(it takes a while to complete)
|
|
|
|
|
|
### Installing a custom recovery: TWRP for Mata
|
|
|
|
|
|
1. Download [TWRP for Mata](https://gg.gg/9ubmn)
|
... | ... | |