- RedMagic 11 pro
- ZTE Z80 Ultra
mkdir twrp && cd twrp
repo init --depth=1 -u https://github.com/TWRP-Test/platform_manifest_twrp_aosp.git -b twrp-16.0
repo sync
git clone --depth=1 https://github.com/KSN2redawew/android_device_zte_sm88XX-twrp device/zte/sm88XXsource build/envsetup.sh
lunch twrp_sm88XX-eng
m recoveryimageIf there is no error, recovery.img will be found in out/target/product//sm88XX/recovery.img
Works:
- ADB
- Display
- Decryption
- Fasbootd
- Flashing
- MTP
- Sideload
- USB OTG
- Touchscreen
fastboot flash recovery recovery.imgor
fastboot flash recovery_a recovery.img
fastboot flash recovery_b recovery.img- Touchscreen was tested on REDMAGIC 11 Pro / NX809J. The working build fixes the
synaptics_tcm_touchcoordinate mapping used by this panel.