13 lines
257 B
Markdown
13 lines
257 B
Markdown
Motorola Moto G Stylus 5G 2024
|
|
|
|
|
|
# Building
|
|
```bash
|
|
source build/envsetup.sh
|
|
lunch twrp_boston-eng
|
|
mka recoveryimage -j$(nproc --all)
|
|
```
|
|
|
|
**Copyright (C) 2024 A-Team Digital Solutions**<br />
|
|
**Tree template from TeamWin, some file from VanFirmwareDumps**
|