Updated on 2019-12-17

ADB

https://dl.google.com/android/repository/repository2-1.xml

curl -k https://dl.google.com/android/repository/platform-tools_r29.0.1-windows.zip | busybox unzip -

Bootloader Driver

https://dl.google.com/android/repository/addon2-1.xml

curl -k https://dl.google.com/android/repository/usb_driver_r12-windows.zip | busybox unzip -

TWRP (Deprecated)

adb devices -l
adb reboot bootloader

fastboot devices -l
fastboot oem unlock
fastboot flash recovery twrp.img
fastboot reboot bootloader

Magisk

fastboot flash boot magisk_patched-25200_OIUkx.img # patched boot.img
fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img
fastboot reboot

EdXposed (Deprecated)

adb push Magisk-v20.3.zip magisk-riru-core-v19.7.zip EdXposed-YAHFA-v0.4.6.1.4510.zip /sdcard/Download/

adb install -r EdXposedManager-4.5.4-45401-org.meowcat.edxposed.manager-release.apk

LSPosed

Non-root

Stock ROM

Motorola Edge S pro

PSTAR XT2153-1

更改 OTA 软件通道

adb devices -l
adb reboot bootloader

fastboot oem config carrier reteu

Reference