-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflash_XiaomiMagisk.bat
47 lines (35 loc) · 999 Bytes
/
flash_XiaomiMagisk.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
REM cmd
echo on
PAUSE
REM cd \adb
PAUSE
REM adb sideload twrp-xyz.zip
PAUSE
adb wait-for-device devices
PAUSE
REM adb wait-for-device shell magisk --remove-modules
PAUSE
adb reboot-bootloader
PAUSE
fastboot devices
PAUSE
REM fastboot continue
REM PAUSE
fastboot getvar product
PAUSE
fastboot getvar anti
PAUSE
fastboot oem device-info
PAUSE
fastboot boot boot-Xiaomi.eu_Stable_13.0.2.0-12.img
REM fastboot boot OrangeFox-R11.1_2-Unofficial-lisa.img
REM fastboot boot OrangeFox-R11.1_2_A12-Beta-lisa.img
REM fastboot boot OrangeFox-R11.1_0-Unofficial-lisa.img
REM fastboot boot boot-Magisk_Canary_25203-xiaomi.eu_multi_MI11LE_XM11Lite5GNE_22.8.25_v13-12.img
PAUSE
REM fastboot flash boot boot-Xiaomi.eu_Stable_13.0.2.0-12.img
REM fastboot flash boot boot-xiaomi.eu_multi_MI11LE_XM11Lite5GNE_22.8.25_v13-12.img
REM fastboot flash boot boot-Magisk_Canary_25203-xiaomi.eu_multi_MI11LE_XM11Lite5GNE_22.8.25_v13-12.img
PAUSE
fastboot reboot
EXIT