Redmi Note 8
Codename: gingko
To find product name : fastboot getvar product
Telegram groups:
t.me/rn8discussions
t.me/RedmiNote8Official
Forum XDA
https://forum.xda-developers.com/redmi-note-8
TWRP
https://forum.xda-developers.com/redmi-note-8/how-to/guide-unlocking-bootloader-twrp-rooting-t4031831
- TWRP Official :
https://forum.xda-developers.com/t/recovery-official-twrp-teamwin-recovery-redmi-note-8.4301393/
Unlocking phone
USB Debugging (with security)
This requires root, shell access with su, and a way to edit text files as root. I used Termux and and android root file manager that can edit text files.
First, run the following command (su first, to switch to root):
setprop persist.security.adbinstall 1
If you also want to enable "USB debugging (Security settings)", for granting permissions, simulating UI input, etc. via ADB, run the following command too:
setprop persist.security.adbinput 1
Next, we need to edit the edit the file
/data/data/com.miui.securitycenter/shared_prefs/remote_provider_preferences.xml
so that MIUI actually lets us do these things:
Add the following line to the XML file (with all the other ones, before the closing tag):
<boolean name="security_adb_install_enable" value="true" />
Lineage OS
https://wiki.lineageos.org/devices/ginkgo/variant1/
Boot to Fastboot/bootloader
adb reboot bootloader
Flash vbmeta file (to disable boot security feature)
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Flash and boot to recovery TWRP
fastboot flash recovery twrp-3.3.1-9-ginkgo-mauronofrio.img
fastboot boot twrp-3.3.1-9-ginkgo-mauronofrio.img
Format Data
TWRP > Wipe > Format Data (not in advanced mode) - No reboot to system
Reboot in recovery
TWRP > Reboot > Recovery
Wipe again
TWRP > Wipe > Advanced > Cache, data, dalvik, system
Flash Disable_DM-Verity_ForceEncrypt
https://forum.xda-developers.com/android/software/universal-dm-verity-forceencrypt-t3817389/
Flash ROM
Flash Magisk
Reboot to ROM
Reboot to recovery
Generate and Install Smali Patcher module in Magisk
Flash nanodroid setup (to configure nanodroid) - doesn't works.
Flash nanodroid
Source:
https://forum.xda-developers.com/showpost.php?p=81403899&postcount=37
Install smali patcher for signature spoofing
https://forum.xda-developers.com/apps/magisk/module-smali-patcher-0-7-t3680053
Baseband
Version
| Firmware | Baseband (BAR_GEN_PACK) |
|---|---|
| V11.0.8.0.PCOMIXM | 1.252721.1.260983.1 |
| V11.0.7.0.PCOMIXM | 1.246073.2.252721.1 |
| 20.1.16 (China) | 1.241207.1.242935.1 |
| V11.0.6.0.PCOMIXM | 1.239860.1.241207.1 |
| V11.0.3.0.PCOMIXM | 1.223797.1.225109.3 |