mirror of
https://github.com/MeexReay/pmos-xiaomi-angelican.git
synced 2025-06-24 18:42:58 +03:00
13 lines
345 B
Bash
Executable File
13 lines
345 B
Bash
Executable File
#!/bin/bash
|
|
|
|
fastboot flash vbmeta vbmeta_disabled.img
|
|
fastboot flash vbmeta_system vbmeta_disabled.img
|
|
fastboot flash vbmeta_vendor vbmeta_disabled.img
|
|
fastboot flash boot boot.img
|
|
fastboot flash dtbo dtbo.img
|
|
|
|
fastboot reboot fastboot # fastbootd mode
|
|
fastboot delete-logical-partition product
|
|
fastboot flash system system.img
|
|
fastboot reboot
|