Can I use the redmi note 8's rom on my 8T? - Redmi Note 8 Questions & Answers

I have an 8T, it's the same of 8 only with the Nfc, can i use the ginkgo rom?

If you are referring to the MIUI EU ROM you could try, but it will probably fail and nobody has tried it yet.
The issue is we have no way (yet) to recover the device if will bootloop. We have the full ROM file, but it's a recovery zip: inside the zip I can't find a recovery we could flash in fastboot.
EDIT:
Download this recovery for RN8 https://www.androidfilehost.com/?fid=4349826312261617206
Extract the file and rename it to recovery.img
Reboot the device in fastboot and run
"fastboot boot [recovery.img]"
This will NOT flash the recovery but only boot it. If it loops, just reboot the device and will be back to normal.

olivercervera said:
If you are referring to the MIUI EU ROM you could try, but it will probably fail and nobody has tried it yet.
The issue is we have no way (yet) to recover the device if will bootloop. We have the full ROM file, but it's a recovery zip: inside the zip I can't find a recovery we could flash in fastboot.
EDIT:
Download this recovery for RN8 https://www.androidfilehost.com/?fid=4349826312261617206
Extract the file and rename it to recovery.img
Reboot the device in fastboot and run
"fastboot boot [recovery.img]"
This will NOT flash the recovery but only boot it. If it loops, just reboot the device and will be back to normal.
Click to expand...
Click to collapse
Ok thx, what about the custom aosp roms?

zikam12 said:
Ok thx, what about the custom aosp roms?
Click to expand...
Click to collapse
Well, try this step first. Without TWRP, you can't flash anything.

zikam12 said:
I have an 8T, it's the same of 8 only with the Nfc, can i use the ginkgo rom?
Click to expand...
Click to collapse
Yes it loading (but without Nfc and maybe wifi won't work)

soket1 said:
Yes it loading (but without Nfc and maybe wifi won't work)
Click to expand...
Click to collapse
you've tried?

zikam12 said:
you've tried?
Click to expand...
Click to collapse
Instructions

soket1 said:
Instructions
Click to expand...
Click to collapse
Can u translate it? Pls?

zikam12 said:
Can u translate it? Pls?
Click to expand...
Click to collapse
Instructions from Pilprod
Conditions: unlocked bootloader, access to Fastboot, computer with ADB and all drivers.
TWRP
Ginkgo v10.3.5.0.PCOMIXM firmwares for fastboot
1. Load the phone in Fastboot and connect to the PC.
2. Download the firmware and recovery from adb on the links above.
3. Unpack the recovery with adb in the folder (for sample: C:\\adb)
4. Unpack the firmware .
From the image folder, copy system.img, recovery.img and the boot.img, to folder with TWRP and adb.
5. Open the command line and write .
cd C:\adb
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot
Click to expand...
Click to collapse
If everything is done correctly, the phone should start booting from the bootleg Redmi Note 8
6. After booting into the system, you can try and experiment with the firmware from RN8.
If you want to return to Redmi note 8T firmware and / or put TWRP and ROOT, then again load the phone in fastbut and continue.
fastboot flash recovery twrp.img
Click to expand...
Click to collapse
Loading into recovery.
After downloading TWRP, if you want to firmware Redmi note 8T, then do Wipe Data, System and all caches, without closing TWRP, copy to the phone this firmware, flash and boot into the system.

Hi all !!!
so did anyone manage to flash a ROM from the redmi note 8 on the 8T ?

Related

my zen faild google verification to boot up

hey
when my phone boots shows that my device is not verified by google , what to do?
Jwtiyar said:
hey
when my phone boots shows that my device is not verified by google , what to do?
Click to expand...
Click to collapse
you might have unlocked bootloader with unofficial method. nothing to worry about its just a warning devices are far more insecure. if you are worried about privacy things. believe there is nothing like secure when using digital devices. and there is not even single service provider which do not collect data. hence enjoy your unlocked device and play around
sukhwant717 said:
you might have unlocked bootloader with unofficial method. nothing to worry about its just a warning devices are far more insecure. if you are worried about privacy things. believe there is nothing like secure when using digital devices. and there is not even single service provider which do not collect data. hence enjoy your unlocked device and play around
Click to expand...
Click to collapse
Thank you bro, the problem is now its not booting (bootlooping)after upgrading bootloader, flashing twrp then flashing RBR ROM, IDK if this is ROM related or bootloader related
Jwtiyar said:
Thank you bro, the problem is now its not booting (bootlooping)after upgrading bootloader, flashing twrp then flashing RBR ROM, IDK if this is ROM related or bootloader related
Click to expand...
Click to collapse
flash boot, fastboot, recovery image for the same firmware u had working last time. if still do not boots. flash bom token, dnx, ifwi for the same firmware. flash boot, recovery and fastboot again while u flash dnx and ifwi.
sukhwant717 said:
flash boot, fastboot, recovery image for the same firmware u had working last time. if still do not boots. flash bom token, dnx, ifwi for the same firmware. flash boot, recovery and fastboot again while u flash dnx and ifwi.
Click to expand...
Click to collapse
You made it really complex bro i dont understand what to do.
Jwtiyar said:
You made it really complex bro i dont understand what to do.
Click to expand...
Click to collapse
the last working firmware. whichever was installed last time. (assume you were on latest MM ww4.21.40.233... extract it and get the files (boot.img, recovery.img, droidboot.img, splashscreen.img) in the same firmware there will be ifwi.zip extract that too and get the files (bom token, dnx , ifwi)... now copy the extracted files to adb fastboot tool folder. and then in same folder move cursor to and empty place and hold shift and right click on mouse. you will get option open command windows here.
now reboot your phone in fastboot mode and connect to PC.. now run the following commands
fastboot devices ( to see if device is recognized by pc and fastboot tool)
fastboot flash splashscreen splashscreen.img
fastboot flash token " bom token file name" (without commas )
fastboot flash dnx "dnx file name"
fastboot flash ifwi "ifwi file name"
fastboot erase boot
fastboot flash boot boot.img
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot erase fastboot
fastboot flash fastboot droidboot.img
fastboot reboot
keep in mind extract files from the same firmware you were on the last time when your device was working.
sukhwant717 said:
the last working firmware. whichever was installed last time. (assume you were on latest MM ww4.21.40.233... extract it and get the files (boot.img, recovery.img, droidboot.img, splashscreen.img) in the same firmware there will be ifwi.zip extract that too and get the files (bom token, dnx , ifwi)... now copy the extracted files to adb fastboot tool folder. and then in same folder move cursor to and empty place and hold shift and right click on mouse. you will get option open command windows here.
now reboot your phone in fastboot mode and connect to PC.. now run the following commands
fastboot devices ( to see if device is recognized by pc and fastboot tool)
fastboot flash splashscreen splashscreen.img
fastboot flash token " bom token file name" (without commas )
fastboot flash dnx "dnx file name"
fastboot flash ifwi "ifwi file name"
fastboot erase boot
fastboot flash boot boot.img
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot erase fastboot
fastboot flash fastboot droidboot.img
fastboot reboot
keep in mind extract files from the same firmware you were on the last time when your device was working.
Click to expand...
Click to collapse
Thank you very much bro,but the last working firmware i dont know which one was but it was 5.1.1, which firmware is that android version?
Jwtiyar said:
Thank you very much bro,but the last working firmware i dont know which one was but it was 5.1.1, which firmware is that android version?
Click to expand...
Click to collapse
device model ze551ml oe ze550ml?
sukhwant717 said:
device model ze551ml oe ze550ml?
Click to expand...
Click to collapse
ze551
Jwtiyar said:
ze551
Click to expand...
Click to collapse
download the following file extract it. now reboot your phone in fastboot mode and connect to pc. wait till pc recognize it and make detection sound.
now it extracted folder double click to run the file update bootloader.bat
all done
report back if device boots or gives any error in cmd
wait it has an error
sukhwant717 said:
download the following file extract it. now reboot your phone in fastboot mode and connect to pc. wait till pc recognize it and make detection sound.
now it extracted folder double click to run the file update bootloader.bat
all done
report back if device boots or gives any error in cmd
wait it has an error
Click to expand...
Click to collapse
before this problem happen i upgraded boorloader to MM then flash TWRP and installed MM ROM so now it has MM Custom ROM.
i did your solution and installed successfully but in adb commands as i saw give that boot.img not found then rebooted and now directly will go to installing system update and give the error (android robot with red warning icon ) .
Jwtiyar said:
before this problem happen i upgraded boorloader to MM then flash TWRP and installed MM ROM so now it has MM Custom ROM.
i did your solution and installed successfully but in adb commands as i saw give that boot.img not found then rebooted and now directly will go to installing system update and give the error (android robot with red warning icon ) .
Click to expand...
Click to collapse
when there at that error screen press and hold volume button you will enter into recovery mode. there go to option reboot bootloader phone will boot in fastboot mode
now in the extracted folder at empty place shift and right click.. then open cmd here and run command
fastboot flash boot boot.img
fastboot reboot
which mm rom you installed?
btw i have corrected the boot.img not found error. you can download and rung the bat file
https://drive.google.com/open?id=0B72QQTXqZSRwSVpwSG9iWS0tbUk
sukhwant717 said:
when there at that error screen press and hold volume button you will enter into recovery mode. there go to option reboot bootloader phone will boot in fastboot mode
now in the extracted folder at empty place shift and right click.. then open cmd here and run command
fastboot flash boot boot.img
fastboot reboot
which mm rom you installed?
btw i have corrected the boot.img not found error. you can download and rung the bat file
https://drive.google.com/open?id=0B72QQTXqZSRwSVpwSG9iWS0tbUk
Click to expand...
Click to collapse
I installed RBR ROM which based on MM , now the error gone after flashing boot.img but the will boot to asus logo and will reboot again it seems its bootloop .
sukhwant717 said:
when there at that error screen press and hold volume button you will enter into recovery mode. there go to option reboot bootloader phone will boot in fastboot mode
now in the extracted folder at empty place shift and right click.. then open cmd here and run command
fastboot flash boot boot.img
fastboot reboot
which mm rom you installed?
btw i have corrected the boot.img not found error. you can download and rung the bat file
https://drive.google.com/open?id=0B72QQTXqZSRwSVpwSG9iWS0tbUk
Click to expand...
Click to collapse
this is the output now after flashing coorected .zip file you provided:
http://paste.ubuntu.com/24395746/
Jwtiyar said:
this is the output now after flashing coorected .zip file you provided:
http://paste.ubuntu.com/24395746/
Click to expand...
Click to collapse
it is bootlooping because of incorrect system
now tell me do u want to flash custom rom or official marshmallow?
sukhwant717 said:
it is bootlooping because of incorrect system
now tell me do u want to flash custom rom or official marshmallow?
Click to expand...
Click to collapse
custom MM
Jwtiyar said:
custom MM
Click to expand...
Click to collapse
as you already downloaded that rom.. and also the recovery needed for that rom..
first of all same as earlier flash MM bootloader. ther reboot bootloader once then flash twrp. the exactly mentioned in the RBR rom thread. then go to advanced in twrp and click adb sidelaod. tick wipe dalvik cache and cache. swipe to sideload ... now run command adb sideload "rom file name"
if bootloops after flashing firmware. do a factory reset and reboot. going to sleep now 1.15 AM here. will answer tomorrow if any other question
sukhwant717 said:
as you already downloaded that rom.. and also the recovery needed for that rom..
first of all same as earlier flash MM bootloader. ther reboot bootloader once then flash twrp. the exactly mentioned in the RBR rom thread. then go to advanced in twrp and click adb sidelaod. tick wipe dalvik cache and cache. swipe to sideload ... now run command adb sideload "rom file name"
if bootloops after flashing firmware. do a factory reset and reboot. going to sleep now 1.15 AM here. will answer tomorrow if any other question
Click to expand...
Click to collapse
thank you very much now its booted successfully
Jwtiyar said:
thank you very much now its booted successfully
Click to expand...
Click to collapse
great good to know your device is alive again
sukhwant717 said:
great good to know your device is alive again
Click to expand...
Click to collapse
Thank you bro

[TUTORIAL]Flash any Custom ROM in Mi A3

FLASHING METHOD OF ROMS IN MI A3 thanks to EITIFO (a.k.a. Typhus) for guide
(For Flashing System images, ZIP method will be updated soon)
Enable USB Debugging
Your bootloader must be unlocked
Open a command prompt (or power shell ) window
Type:
adb reboot boot loader
Now you will see fastboot icon on your phone
"Make sure you are in the directory where the ROM images are"
Enter these commands in fastboot
fastboot set_active a
fastboot erase boot
fastboot erase system
fastboot -w (All data will be removed)
fastboot flash dtbo dtbo.img
fastboot flash system system.img
fastboot flash vbmeta vbmeta.img
fastboot flash boot twrp-3.3.1-15-laurel_sprout-mauronofrio.img
fastboot reboot
(Hold vol+ to force boot into recovery)
Now we're on TWRP... Copy all of the following files to your phone Internal Memory (your phone should appear on your PC since TWRP has MTP enabled by default):
After booting , install these ZIPs twrp-3.3.1-15-laurel_sprout-mauronofrio-installer.zip; Magisk-v19.3.zip;
patch_no_fde.zip;
Flash boot.img as Image to Boot partition
Install twrp-3.3.1-15-laurel_sprout-mauronofrio-installer.zip
Install Magisk-v19.3.zip Install patch_no_fde.zip - [ ]
Reboot to system.
Congratulations ?? You have installed a custom ROM on your phone
Hit thanks
Reserved
You forgot about actually flashing the rom itself. Everything is there but the rom flash
Some GSI tested? Thanks
garylawwd said:
You forgot about actually flashing the rom itself. Everything is there but the rom flash
Click to expand...
Click to collapse
Look carefully I mentioned to flash system image .
I will update soon for ZIPs flashing
RaghavTeck said:
Look carefully I mentioned to flash system image .
I will update soon for ZIPs flashing
Click to expand...
Click to collapse
Yup I see that now my bad
Spardantex said:
Some GSI tested? Thanks
Click to expand...
Click to collapse
Will do . Currently on Stock
I cant find the btd.img file. Can some help me
Can i shift 1 custom rom to other custom rom by using twrp (PE android 10 to miui 11 ) or flash stock and then custom ??
A$h!$h said:
Can i shift 1 custom rom to other custom rom by using twrp (PE android 10 to miui 11 ) or flash stock and then custom ??
Click to expand...
Click to collapse
Nope . You need to flash stock and then install miui
Mowb said:
I cant find the btd.img file. Can some help me
Click to expand...
Click to collapse
Not needed for installation. Just skip it

Soft bricked, need help.

Hi guys, in short, I wanted to install the latest xiaomi.eu MIUI 12.5 beta on a Mi 10T Pro, european version.
What I did was: unlocked bootloader, flash latest TWRP 3.5 beta version, I think I booted the device normally after this...
Then went back to TWRP and flashed the Zip file right away, don't know what I wiped after the install.
All in all the device won't boot now, I'm stuck to either twrp or fastboot.
Problem is I cant flash a fastboot stock rom, says it's successful but the flashing process is like 2 seconds, i can't copy a recovery rom to the internal storage, i think Data partition got corrupted.
Can't wipe Data partition, there is a FBE decription error, and says unsupporter file system auto.
Does anyone have any idea what can I try.
Already tried to change Data file system to ext2 then back to ext4 but no luck.
PC recognizes the phone as a media device, I can see the Internal storage icon, but can't see any files nor can I copy anything to it.
Tried flashing the stock rom with mi flash tool and with command prompt too.
Any advice is welcome.
WSSRoach said:
Hi guys, in short, I wanted to install the latest xiaomi.eu MIUI 12.5 beta on a Mi 10T Pro, european version.
What I did was: unlocked bootloader, flash latest TWRP 3.5 beta version, I think I booted the device normally after this...
Then went back to TWRP and flashed the Zip file right away, don't know what I wiped after the install.
All in all the device won't boot now, I'm stuck to either twrp or fastboot.
Problem is I cant flash a fastboot stock rom, says it's successful but the flashing process is like 2 seconds, i can't copy a recovery rom to the internal storage, i think Data partition got corrupted.
Can't wipe Data partition, there is a FBE decription error, and says unsupporter file system auto.
Does anyone have any idea what can I try.
Already tried to change Data file system to ext2 then back to ext4 but no luck.
PC recognizes the phone as a media device, I can see the Internal storage icon, but can't see any files nor can I copy anything to it.
Tried flashing the stock rom with mi flash tool and with command prompt too.
Any advice is welcome.
Click to expand...
Click to collapse
LOG IN IN MI FLASH
jjgvv said:
LOG IN IN MI FLASH
Click to expand...
Click to collapse
What do you mean?
how do you flash stock rom 2 secs?
jjgvv said:
how do you flash stock rom 2 secs?
Click to expand...
Click to collapse
I think it doesn't fully flash, says it's successful but nothing really happens.
use what flash tool?
jjgvv said:
use what flash tool?
Click to expand...
Click to collapse
Tried latest from xiaomis website but that gives error, so i tried to download one from another website, says its latest version too
have you log in in that flash tool?
jjgvv said:
have you log in in that flash tool?
Click to expand...
Click to collapse
There is no way to log in, aren't you talking about the mi unlock tool?
mi flash?
jjgvv said:
mi flash?
Click to expand...
Click to collapse
Yes, there is no option to log in to mi flash tool
fastboot erase data then
jjgvv said:
fastboot erase data then
Click to expand...
Click to collapse
How do i do that?
WSSRoach said:
How do i do that?
Click to expand...
Click to collapse
go into fastboot and Type fastboot erase data in the fastboot cmd prompt
jjgvv said:
go into fastboot and Type fastboot erase data in the fastboot cmd prompt
Click to expand...
Click to collapse
Will try as soon as i get near a PC
jjgvv said:
go into fastboot and Type fastboot erase data in the fastboot cmd prompt
Click to expand...
Click to collapse
Sadly it fails
WSSRoach said:
Sadly it fails
Click to expand...
Click to collapse
how does it fail
jjgvv said:
how does it fail
Click to expand...
Click to collapse
I typed fastboot erase data, i get: FAILED (remote: Check device console)
Code:
fastboot -w
or
Code:
fastboot erase userdata
is the correct command. Now, if this fails, find lr-twrp, flash that, reboot, wipe data, and try again... And you have to do fastboot commands from fastboot, not from twrp...
calinorg said:
Code:
fastboot -w
or
Code:
fastboot erase userdata
is the correct command. Now, if this fails, find lr-twrp, flash that, reboot, wipe data, and try again... And you have to do fastboot commands from fastboot, not from twrp...
Click to expand...
Click to collapse
this looks like it worked, still now says unable to mount storage when trying to format data from twrp, but thats a step ahead...now it says in yellow )
I have an idea to flash lineage os recovery with fastboot, might that work?

Question How do I install custom recovery on Xiaomi 11 lite 5g ne ( lisa ) global ?

I'm new to Xiaomi devices , I Have Xiaomi 11 lite 5g ne ( lisa ) global version ( Snapdragon 778G 5g ) and I wanted to install the cherish os 4.2 on it but I don't know how to flash the custom recovery for it, can someone please tell how to flash it step by step? I'll be so grateful.
Did u unlock bootloader ??
If not u must do it first
After register for unlock u must wait 7days to unlock...
boneszbo said:
Did u unlock bootloader ??
If not u must do it first
After register for unlock u must wait 7days to unlock...
Click to expand...
Click to collapse
Yes, I only want to know how to flash the custom recovery for the cherish os step by step
Muneebos77 said:
Yes, I only want to know how to flash the custom recovery for the cherish os step by step
Click to expand...
Click to collapse
Reboot to bootloader (fastboot)
Connect the phone to PC
fastboot flash boot boot.img
fastboot flash vendor_boot vendor_boot.img
If already on custom ROM skip the previous steps and flash with your recovery
fastboot reboot recovery
Select Wipe data/factory reset & confirm
Go back and select Apply update from ADB
ADB sideload Cherish-OS*.zip
After installation is complete, Reboot the system.
Thanks but I don't know how to this :
" • fastboot flash boot boot.img
• fastboot flash vendor_boot vendor_boot.img "
If you can tell how exactly I can do it ( detailed step by step) I'll be so thankful.
you have to enter fastboot mode of your phone. hold volume down and power button on booting. You will see in orange letters "FASTBOOT" on your display. Then connect your device to PC
the boot.img and vendor.img are files which you will find here also the newest cherish os rom version is there.
"fastboot ..." are the commands you need when your phone is in fastboot mode connected to your PC (type in Commandline)
you need Minimal adb and fastboot tools on your PC
don't forget to format Data before flashing zip file in recovery.
so , I should download the both files , boot image and the vendor image , and after that in the cmd , I just type the commands without dragging the files ?
Muneebos77 said:
so , I should download the both files , boot image and the vendor image , and after that in the cmd , I just type the commands without dragging the files ?
Click to expand...
Click to collapse
yes
This YouTube video helped me to install custom recovery and custom ROM on my 11 lite 5G NE Global
I watched it , but I don't know if the same method will work with the cherish recovery or not because it has 2 image files
Muneebos77 said:
I watched it , but I don't know if the same method will work with the cherish recovery or not because it has 2 image files
Click to expand...
Click to collapse
Which 2 image files do you mean? Here are all files you need. (boot.img vendor_boot.img; just rename them) and cherishOS in Version 4.1 and 4.2
I installed it yesterday from this source:
CherishOS - Browse /device/lisa at SourceForge.net
sourceforge.net
sensimilia1982 said:
Which 2 image files do you mean? Here are all files you need. (boot.img vendor_boot.img; just rename them) and cherishOS in Version 4.1 and 4.2
I installed it yesterday from this source:
CherishOS - Browse /device/lisa at SourceForge.net
sourceforge.net
Click to expand...
Click to collapse
Oh , so I just have to download the qsvendor_boot.img ( the recovery ) ?
Muneebos77 said:
Oh , so I just have to download the qsvendor_boot.img ( the recovery ) ?
Click to expand...
Click to collapse
You need qsvendor_boot.img, qsboot.img and Cherish-OS*.zip
Oh ok
My BL is already unlocked and has the latest Miui 13 and A12 global official firmware. it will be first time custom recovery to be flashed.
I wonder if my all data to be erased during Orange fox recovery?
sas_sas said:
My BT is already unlocked and has the latest Miui 13 and A12 global official firmware. it will be first time custom recovery to be flashed.
I wonder if my all data to be erased during Orange fox recovery?
Click to expand...
Click to collapse
Installing OF to Ramdisk in Boot partition has nothing to do with wiping Data partition

Question Devices not detected after install Fastboot ROM

I try to install fastboot rom with MiFlashTool, this is my FastbootROM nabu_global_images_V14.0.3.0.TKXMIXM_20230306.0000.00_13.0_global_80c69df295.tgz
After i flash with MiFlashTool, the process is never end, but my Mi Pad 5 restarting without any reason in middle of flashing, but the process keep going, then i close the MiFlashTool, after that i try to fastboot devices in my platform tools directory, now my Mi Pad completely undetected in my PC, also in MiFlashTool now not detected
I can still open Recovery and Fastboot mode, but in Fastboot mode i cant do anything because my PC cant detect my devices, also i try with my other PC but still not detected, maybe the main reason this happend is because i terminate the MiFlashTool during process because i saw my Mi Pad restarting, any help for this issue ?
kzquandary said:
I can still open Recovery and Fastboot mode
Click to expand...
Click to collapse
It indicates that your bootloader is still full functional. Otherwise recovery wouldn't boot anymore.
- Windows device manager shows what?
- output of 'fastboot devices'?
WoKoschekk said:
It indicates that your bootloader is still full functional. Otherwise recovery wouldn't boot anymore.
- Windows device manager shows what?
- output of 'fastboot devices'?
Click to expand...
Click to collapse
the problem for devices not detected is solved sir, but now i stuck in fastboot mode every time i use fastboot reboot, because last time ago i want to try disable-verity using empty vbmeta.img, then after i try command fastboot flash --disable-verity vbmeta.img, i ended up in Fastboot Mode, now i want to try install new rom sir and i have download it miui_NABUGlobal_V14.0.3.0.TKXMIXM_45f6ebc192_13.0.zip , any tips for install this rom to Mi Pad ? because i cant use mi flash tool for install new rom
kzquandary said:
because i cant use mi flash tool for install new rom
Click to expand...
Click to collapse
Did u try this one?
XiaoMiTool V2 - Modding of Xiaomi devices made easy for everyone
XiaoMiTool V2 is a easy to use tool to install rom on your Xiaomi device. Modding made easy for everyone! Download it for free now!
www.xiaomitool.com
WoKoschekk said:
Did u try this one?
XiaoMiTool V2 - Modding of Xiaomi devices made easy for everyone
XiaoMiTool V2 is a easy to use tool to install rom on your Xiaomi device. Modding made easy for everyone! Download it for free now!
www.xiaomitool.com
Click to expand...
Click to collapse
i downloaded your suggested app, but there is no Xiaomi Pad 5 in device list, and my downloaded recovery rom is zip, i just cant find tool for flash zip in fastboot sir
Your download is only a recovery ROM and not the full fastboot ROM. Full fastboot ROM:
MiPad 5 – MIUI Download Xiaomi Official ROM
Ok, a recovery zip is only flashable in a recovery. It's like any other flashable zip for TWRP, i.e. a Magisk installer zip or sth else. These zips need a shell to execute their commands. Fastboot is only for flashing single images via cmd line on your PC.
Download the full fastboot ROM. It's a *.tgz-archive that needs to be unpacked for the Mi Flash Tool (v2).
WoKoschekk said:
Ok, a recovery zip is only flashable in a recovery. It's like any other flashable zip for TWRP, i.e. a Magisk installer zip or sth else. These zips need a shell to execute their commands. Fastboot is only for flashing single images via cmd line on your PC.
Download the full fastboot ROM. It's a *.tgz-archive that needs to be unpacked for the Mi Flash Tool (v2).
Click to expand...
Click to collapse
Thanks sir, its worked, i use fastboot room with .tgz and all solved
WoKoschekk said:
Ok, a recovery zip is only flashable in a recovery. It's like any other flashable zip for TWRP, i.e. a Magisk installer zip or sth else. These zips need a shell to execute their commands. Fastboot is only for flashing single images via cmd line on your PC.
Download the full fastboot ROM. It's a *.tgz-archive that needs to be unpacked for the Mi Flash Tool (v2).
Click to expand...
Click to collapse
But any tips for permanent root in Mi Pad 5 sir ? because every time i restart, its always unrooted
kzquandary said:
But any tips for permanent root in Mi Pad 5 sir ? because every time i restart, its always unrooted
Click to expand...
Click to collapse
Install the Magisk app, extract the boot.img from inside your firmware and patch it with Magisk. Then flash the patched boot.img with fastboot flash boot "your patched image" and start your device.
WoKoschekk said:
Install the Magisk app, extract the boot.img from inside your firmware and patch it with Magisk. Then flash the patched boot.img with fastboot flash boot "your patched image" and start your device.
Click to expand...
Click to collapse
Wow thanks sir, its worked like magic

Categories

Resources