|
Hey, for everybody to seeks to modify his/her UMIDIGI S5 Pro here are my resurces to install a GSI, Root, TWRP:
TWRP:
- Bootable TWRP Github repo (work in progress and seeking for help) [by lopestom]: https://github.com/lopestom/device_Umidigi_S5-Pro
- How to flash TWRP:
1.0) Download TWRP recovery.img file from release page: https://github.com/lopestom/device_Umidigi_S5-Pro/releases/
1.1) Download Device rom: (This) forum post's OTA release: http://www.mediafire.com/file/fe ... _20210107.V3.04.rar
1.1) Enable Developer options: System Settings -> About Phone -> [Tap rappitly on] Build number
1.2) Enable ADB: System Settings -> System -> [Advanced] Developer Options -> USB debugging [Switch to ON]
1.3) Enable OEM Unlock: Settings -> System -> [Advanced] Developer Options -> OEM unlocking [Switch to ON]
2.0) Reboot into fastboot: [Turn of device] -> [Turn On device while pressing volume up (keep pressing volume up untill a text meun shows)] -> [Select] "fastboot" (Use vol+/- to navigate & power Button to select) -> [It should state "fastboot ..." now]
2.1) Unlock Bootlader: [Run] fastboot flashing unlock -> [Displays message on phone, select Yes]
2.2) Flash vbmeta: [Run] fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img (vbmeta.img found in OTA release download) (Needs to be placed in adb folder)
2.3) Flash recovery.img (TWRP rom): fastboot flash recovery recovery.img (vbmeta.img found in TWRP Github release download) (Needs to be placed in ADB folder)
2.4) Reboot device: [Run] fastboot reboot
Done!
Magisk:
- Guide (by starterzerosava): https://forum.xda-developers.com ... pro-magisk.4151183/
-> Does not work with GSI Android 11 (bootloops, known issue for Magisk on Android 11)
GSI:
- List of wel known GSI's: https://github.com/phhusson/treb ... neric-System-Image-(GSI)-list
-> Use "arm64" & "A/B" GSI's
- Working GSI for me (Android 11) AOSP 11.0 v305 system-roar-arm64-ab-gapps.img : https://github.com/phhusson/treb ... m64-ab-gapps.img.xz
-> All seems to work fine except Fingerprint sensor.
-> Fix "Device not Certified" Error: https://www.xda-developers.com/h ... ed-by-google-error/ (also needed to silent + minimize the notifications)
- Install GSI (Generall guide by kusti420): https://forum.xda-developers.com ... -partition.4256667/
-> one time in his code he wrote Fastboot, use fastboot instead for it to work
-> WARNING: Please remember to backup your data, especally after step 13 all your personal data will be whiped in the install process -> WARNING 2: I could not install Magisk (bootloops) on GSI Android 11 rom, to fix it flash back stock rom boot.img via fastboot (Issue seems to be vell known for GSI Android 11)
I hope you found this summary usefull
Mods: Please add this to the UMIDIGI S5 Pro Forum: https://community.umidigi.com/forum.php?mod=forumdisplay&fid=232 (I do not have the rights to create a new topic)
|
|