realme 5i twrp command not working ( fastboot boot twrp.img ) - Realme 5 Questions & Answers

i am trying to root realme 5i. i successfully unlock bootloader. fastboot flash recovery twrp.img working fine.
but when i try command fastboot boot twrp.img it shows
PS C:\Users\hpp\Desktop\adbfastboot> fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 1.415s]
booting...
FAILED (remote: unknown command)
finished. total time: 1.421s
please guide me how to install twpr on m phone . please help

ad_nannnn said:
i am trying to root realme 5i. i successfully unlock bootloader. fastboot flash recovery twrp.img working fine.
but when i try command fastboot boot twrp.img it shows
PS C:\Users\hpp\Desktop\adbfastboot> fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 1.415s]
booting...
FAILED (remote: unknown command)
finished. total time: 1.421s
please guide me how to install twpr on m phone . please help
Click to expand...
Click to collapse
Also same problem ... But after use another twrp it's shown success .. but still no working ... In commed section it's saw successful ... But when boot on recovery mood my phone it's no working ..no recovery option

Yeah right me too

Somehow Wrong Command
ad_nannnn said:
...
But, when I try command fastboot boot twrp.img
...
FAILED (remote: unknown command)
finished. total time: 1.421s
please guide me how to install twpr on m phone . please help
Click to expand...
Click to collapse
After flashing a Custom Recovery, If you want to boot to recovery, the actual command through fastboot is
Code:
fastboot boot recovery
or also in the bootloader screen you can press vol+ button untill you see Recovery mode then hit Power button.
The most important point is After flashing a Custom Recovery you must flash the vbmeta with Verity command To make it permanent. Otherwise it'll just revert back to Stock Recovery. (This method only works in Color Os (ie., Android 9), for RealmeUI you need additional thing to do)

iamvijaypushparaj said:
After flashing a Custom Recovery, If you want to boot to recovery, the actual command through fastboot is
Code:
fastboot boot recovery
or also in the bootloader screen you can press vol+ button untill you see Recovery mode then hit Power button.
The most important point is After flashing a Custom Recovery you must flash the vbmeta with Verity command To make it permanent. Otherwise it'll just revert back to Stock Recovery. (This method only works in Color Os (ie., Android 9), for RealmeUI you need additional thing to do)
Click to expand...
Click to collapse
Where do we get this vbmeta from? I'm having the same problem, that after flashing twrp.img it just reboots back into fastboot mode. Is this because Secure Boot is enabled and does vbmeta disable that?

realme 5 tg
doveman said:
Where do we get this vbmeta from? I'm having the same problem, that after flashing twrp.img it just reboots back into fastboot mode. Is this because Secure Boot is enabled and does vbmeta disable that?
Click to expand...
Click to collapse
realme 5 telegram group

CjConvento said:
realme 5 telegram group
Click to expand...
Click to collapse
iamvijaypushparaj posted it here https://forum.xda-developers.com/showpost.php?p=83251175&postcount=16 but unfortunately it still just boots into fastboot whatever I try.

doveman said:
iamvijaypushparaj posted it here https://forum.xda-developers.com/showpost.php?p=83251175&postcount=16 but unfortunately it still just boots into fastboot whatever I try.
Click to expand...
Click to collapse
After flashing recovery via cmd, you will go back to fastboot on your screen. Navigate the volume buttons til it show Recovery mode on top of the screen. Then press power button and it will boot to recovery.

jokezerious said:
After flashing recovery via cmd, you will go back to fastboot on your screen. Navigate the volume buttons til it show Recovery mode on top of the screen. Then press power button and it will boot to recovery.
Click to expand...
Click to collapse
It turned out the problem was Orangefox. With TWRP it booted into Recovery fine when I selected that option but with Orangefox it would just reboot into fastboot. I'll try some different versions of Orangefox sometime but for now my biggest problem is that it's impossible to set a Lock Screen PIN/Password, let alone use FingerPrint. It seems unlocking the bootloader breaks the security settings.

whats orangefox ? did u found a fix !

I rooted 5i and no use your code. I follow this video
Some code:
adb devices
adb reboot bootloader
fastboot flashing unlock
fastboot devices
fastboot flash recovery REALME5i.img
fastboot flash vbmeta vbmeta.img
adb reboot recovery

Related

[A700] Booting failed

Hi to XDA comunity
... and happy festive season
I tried to install a new ROM. So, I followed tutorials and I have a huge problem
I passed to unlock the tablet
But, when I tried to install the new Recovery, the installation failed and now, the tablet doesn't want to boot
When I boot normaly, in recovery mode or Fastboot mode, I get this message :
Code:
Bootloader Version JB-653b3d3 (Unlock Mode)
Entering boot menu mode
Booting failed
Bootloader VJB-653b3d3(UnlockMode): Starting Fastboot USB download protocol
When I send "Fastboot device", the device is shown
When I send "Fastboot flash recovery twrp-2.6.3.0_a700.img"
Code:
sending 'recovert' <5736 KB>...
But still indefinitely
So I stop and retry and I obtain
downloading 'boot.img'...
FAILED <commande write failed <Unknow error>>
finished. total time: 0.???s
i tried to erase recovery and retry.
Tried with several USB cables.
I don't know what to do...
I guess it's a fastboot problem ? How can I found a fastboot file ?
Thanks for any help !
grimnnir said:
Hi to XDA comunity
... and happy festive season
I tried to install a new ROM. So, I followed tutorials and I have a huge problem
I passed to unlock the tablet
But, when I tried to install the new Recovery, the installation failed and now, the tablet doesn't want to boot
When I boot normaly, in recovery mode or Fastboot mode, I get this message :
Code:
Bootloader Version JB-653b3d3 (Unlock Mode)
Entering boot menu mode
Booting failed
Bootloader VJB-653b3d3(UnlockMode): Starting Fastboot USB download protocol
When I send "Fastboot device", the device is shown
When I send "Fastboot flash recovery twrp-2.6.3.0_a700.img"
Code:
sending 'recovert' <5736 KB>...
But still indefinitely
So I stop and retry and I obtain
downloading 'boot.img'...
FAILED <commande write failed <Unknow error>>
finished. total time: 0.???s
i tried to erase recovery and retry.
Tried with several USB cables.
I don't know what to do...
I guess it's a fastboot problem ? How can I found a fastboot file ?
Thanks for any help !
Click to expand...
Click to collapse
make sure you have the a700 and not the a701 or a510 etc etc....
also, you could try booting directly into fastboot:
1. power off
2. hold power and volume down, while you're doing that, constantly change the rotation switch from lock unlock lock unlock.... keep doing it for about 5 seconds
try flashing from here... it might give you the same result but worth a try.
other possible problems:
1. the recovery you downloaded is corrupt
2. the recovery you downloaded was not a working version
3. you might not have the right usb drivers installed
4. you might have used the wrong recovery commands
5. command (sometimes) needs to be Run as Administrator on Windows (right click)
6. you might have waited too long to reboot to recovery, or used the wrong method to do it
it might make it easier for you if you just rename recovery on computer to recovery.img (so you can just type fastboot flash recovery recovery.img)
also, I have uploaded a copy of the recovery I'm using (it's newer)
you can also try (while in fastboot)
Code:
fastboot boot twrp.img
(or any custom recovery)
It should boot without flashing, and from there you're will be able to flash firmware, ROM, etc...
Shreps said:
you can also try (while in fastboot)
Code:
fastboot boot twrp.img
(or any custom recovery)
It should boot without flashing, and from there you're will be able to flash firmware, ROM, etc...
Click to expand...
Click to collapse
it might be fine but personally I would not try that... recovery and boot are not to be confused and bootloaders are not to be messed with

THL T9 Pro request Root Method

Hey there,
i just bought a THL T9 Pro from Amazon.
Tried Kingroot, Framaroot, some PC Tools such as vRoot but no success. The Phone works with SP Flashtools and with issues in MTKDroidtools. Biggest Issue here is i cant generate a scatter file, when hitting block-map button there is only one block 0000000-000000 and the programm stops with error.
Does anyone know how to root this Phone (MTK6737) please help
SOLVED: go to This Post for a working solution for almost everyone thx to Evolym and juanamores.
Hivescore? said:
Hey there,
i just bought a THL T9 Pro from Amazon.
Tried Kingroot, Framaroot, some PC Tools such as vRoot but no success. The Phone works with SP Flashtools and with issues in MTKDroidtools. Biggest Issue here is i cant generate a scatter file, when hitting block-map button there is only one block 0000000-000000 and the programm stops with error.
Does anyone know how to root this Phone (MTK6737) please help
Click to expand...
Click to collapse
Hi Hivescore!
I have the same problem as you and I have still not been solved.
I just bought a THL T9 Pro from Amazon, too.
The correct method seems to be that it is through TWRP recovery installed with SP Flashtools.
Once that process is done, download the SuperSU, restart in recovery mode and install the zip.
Do not provide download links because I do not allow me the forum for not having enough publications.
If you find any solution please send me private message or answer for this thread.
hey juanamores,
i ported twrp 3.0.2 for our device (thx to jemmini) and flashed su.zip from there. found out two solutions that work:
1.st Solution boot TWRP using Fastboot.
2nd Solution Flash TWRP using Fastboot.
anyway you need to unlock your bootloader first. (menupoints are in german because i dont know the exactly points in english xD )
Einstellungen -> Über das Telefon (About) -> 7-8 times tap Build-Nummer ->
Back, then Developer Options -> tick OEM-Entsperrung - tick USB-Debugging. now plug phone into pc allow the pc in the box appear on phone (this maybe pops up as soon as you start adb).
now open cmd with adb and type:
adb reboot-bootloader
wait until your phone is in bootloadermode (Fastboot... on Display)
type
fastboot flashing unlock
a message on your phone should appear about unlocking your bootloader follow it (this will WIPE your phone)
after complete, boot your phone again into bootloader (by adb command or when phone is off hold vol down and power until thl logo appears then release power until bootloader boots). in the meanwhile copy attached twrp.img to your fastboot/adb folder.
back into bootloader, type
fastboot boot twrp.img
twrp should boot up.
if you want to permanently flash twrp to your device i found the following solution:
copy twrp.img to your phones internal sd card by typing
adb push twrp.img /sdcard/
in twrp select Install -> on the next screen select image on the right side of the screen, select storage and find twrp.img in root of your sdcard, select recovery as partition and swipe to flash. Reboot Recovery to see result.
Flash su.zip to gain root access.
su.zip is attached
twrp.img download: here
Hope this works also for you
Hi Hivescore!
I followed all the steps but could not make it work.
When phone reboot, it does normally boot, not TWRP boot.
cmd log:
Code:
C:\SDK\platform-tools>adb reboot-bootloader
C:\SDK\platform-tools>fastboot flashing unlock
...
(bootloader) Start unlock flow
OKAY [ 16.083s]
finished. total time: 16.084s
C:\SDK\platform-tools>fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 1.353s]
booting...
OKAY [ 0.066s]
finished. total time: 1.420s
C:\SDK\platform-tools>fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 1.354s]
booting...
OKAY [ 0.061s]
finished. total time: 1.417s
C:\SDK\platform-tools>
This worked for you?
Now I understand why it does not work for me!
There are 3 versions of THL T9 pro phones.
MT6737 - 1,3 GHz
MT6737M -1,1 GHz
MT6737T - 1,5 GHz
My phone is the first on that list! MT6737
The recovery that jemmini posted is for the second MT6737M
Could you get me the TWRP recovery and if possible the scatter for my MT6737?
juanamores said:
Now I understand why it does not work for me!
There are 3 versions of THL T9 pro phones.
MT6737 - 1,3 GHz
MT6737M -1,1 GHz
MT6737T - 1,5 GHz
My phone is the first on that list! MT6737
The recovery that jemmini posted is for the second MT6737M
Could you get me the TWRP recovery and if possible the scatter for my MT6737?
Click to expand...
Click to collapse
Try this one: click here
Hivescore? said:
Try this one: click here
Click to expand...
Click to collapse
Not work, boot normally, not TWRP boot.
[SOLVED]
SOLVED! Thanks and credit for jemmini
see this post
hi juanamores!
could you please share your solution?
the link you gave leads nowhere.
I experience the same problem as mentioned above:
I unlocked the bootloader and try to boot or flash the twrp.img but it just boots android as normal.
I checked if I succesfully unlocked my bootloader by
Code:
$./fastboot flashing get_unlock_ability
and it prints the size of the bootloader, so it's okay I guess (?)
I used both of these commands:
Code:
$./fastboot boot twrp.img
Code:
$./fastboot flash recovery twrp.img
I'm not shure what went wrong but when I boot to recovery the old recovery shows up.
-> it can't have been overwritten with the twrp.img OR twrp.img contains the old recovery as well (what I doubt).
snoerme said:
hi juanamores!
could you please share your solution?
the link you gave leads nowhere.
I experience the same problem as mentioned above:
I unlocked the bootloader and try to boot or flash the twrp.img but it just boots android as normal.
I checked if I succesfully unlocked my bootloader by
Code:
$./fastboot flashing get_unlock_ability
and it prints the size of the bootloader, so it's okay I guess (?)
I used both of these commands:
Code:
$./fastboot boot twrp.img
Code:
$./fastboot flash recovery twrp.img
I'm not shure what went wrong but when I boot to recovery the old recovery shows up.
-> it can't have been overwritten with the twrp.img OR twrp.img contains the old recovery as well (what I doubt).
Click to expand...
Click to collapse
You have to use SP Flash Tool v 5.16.20.00 to flash recovery.
Attached the recovery and the scatter and download link
juanamores said:
You have to use SP Flash Tool v 5.16.20.00 to flash recovery.
Attached the recovery and the scatter and download link
Click to expand...
Click to collapse
worked thank you!
This post may help you all. http://forum.xda-developers.com/xposed/how-to-root-privilege-install-xposed-t3524418

The stock recovery comes up instead of flashed twrp

Hello,
When I try to reboot to recovery the stock recovery comes up instead of twrp.
I have flashed multiple versions (through adb) of compatible twrp recoveries, but the issue was the same with all of them.
I am on android oreo with the latest update.
I just want to access twrp.
Did anyone experienced the same, or does anyone know hot solve this problem?
How are you booting to TWRP?
Which command are you using to flash TWRP?
Unplug usb + power + vol up, release pwr when phone vibrates/huawei logo is seen.
Or use 'adb reboot recovery'
ante0 said:
How are you booting to TWRP?
Which command are you using to flash TWRP?
Unplug usb + power + vol up, release pwr when phone vibrates/huawei logo is seen.
Or use 'adb reboot recovery'
Click to expand...
Click to collapse
Im using fastboot flash recovery_ramdisk recovery.img through adb
And im using power+volume up
MLGarlic said:
Im using fastboot flash recovery_ramdisk recovery.img through adb
And im using power+volume up
Click to expand...
Click to collapse
Post output from command prompt when flashing.
ante0 said:
Post output from command prompt when flashing.
Click to expand...
Click to collapse
I cannot access it but as i remember its output was successful. Nothing failed.
But somewhere it wrote that 31 version doesnt match 39 killing. But i could still flash the recovery afterwards successfully
ante0 said:
Post output from command prompt when flashing.
Click to expand...
Click to collapse
Hi
I have the same problem... Let me just round up the facts:
I have a Huawei Mate 9 Pro
The phone is unlocked, when i boot in to bootloader (adb reboot bootloader) it says PHONE Unlocked + FRP Unlock
When I flash twrp I get:
fastboot flash recovery_ramdisk twrp-3.1.1-0-hi3660.img
Sending 'recovery_ramdisk' (27944 KB) OKAY [ 0.658s]
Writing 'recovery_ramdisk' OKAY [ 0.268s]
Finished. Total time: 0.943s
When I afterwards try to boot into recovery (adb reboot recovery)
Error
Please update your system
Error
Func NO 11 (Recovery image)
Func NO 2 (Load failed)
I currently have build no LON-L29 8.0.0.323(C432LOG)
All I want to do is flash a newer image, can I do it with adb/fastboot directly?
i am using this recovery for my Mate 9 (L29) at https://forum.xda-developers.com/p10-plus/development/recovery-twrp-3-2-1-0-oreo-t3734993. Works fine. I suggest when you flash it via fastboot, please don't use command to reboot phone. Instead, just unplug phone and manually shut it off. Then, hold vol up + power buttons, it should load TWRP. I experienced that the reboot command loads eRecovery than TWRP.
martinhinge said:
Hi
I have the same problem... Let me just round up the facts:
I have a Huawei Mate 9 Pro
The phone is unlocked, when i boot in to bootloader (adb reboot bootloader) it says PHONE Unlocked + FRP Unlock
When I flash twrp I get:
fastboot flash recovery_ramdisk twrp-3.1.1-0-hi3660.img
Sending 'recovery_ramdisk' (27944 KB) OKAY [ 0.658s]
Writing 'recovery_ramdisk' OKAY [ 0.268s]
Finished. Total time: 0.943s
When I afterwards try to boot into recovery (adb reboot recovery)
Error
Please update your system
Error
Func NO 11 (Recovery image)
Func NO 2 (Load failed)
I currently have build no LON-L29 8.0.0.323(C432LOG)
All I want to do is flash a newer image, can I do it with adb/fastboot directly?
Click to expand...
Click to collapse
Only reason it would do this is because you're flashing an image meant for Nougat.
Try this one: https://forum.xda-developers.com/mate-9/development/recovery-twrp-3-2-1-0-t3783353
ante0 said:
Only reason it would do this is because you're flashing an image meant for Nougat.
Try this one: https://forum.xda-developers.com/mate-9/development/recovery-twrp-3-2-1-0-t3783353
Click to expand...
Click to collapse
And when you say image, you mean the twrp image, right? Which one of the four download links should I use? the one for mate 10 pro?
Thanks for your help
martinhinge said:
And when you say image, you mean the twrp image, right? Which one of the four download links should I use? the one for mate 10 pro?
Thanks for your help
Click to expand...
Click to collapse
What?
The thread I linked is for Mate 9, only one download link is in there.
Direct link: https://mega.nz/#!tgd2BIRS!NOk3XkSaBX8PC5xjyrZNyIIz52aSoPZFphQNauhTKGQ

How to backup stock recovery before flashing TWRP?

Hi. How can I backup the stock recovery on my Xiaomi Poco X3 NFC before flashing the TWRP?
I tried executing following code while the phone is in fastboot mode but it never actually boots the custom recovery. It get's stuck at the poco boot logo. Yes my phone has unlocked bootloader.
Code:
fastboot boot TWRP.img
In terminal I get this output:
Code:
[email protected]:/# fastboot boot twrp_3.4.0-15_mauronofrio.img
downloading 'boot.img'...
OKAY [ 3.080s]
booting...
OKAY [ 5.088s]
finished. total time: 8.168s
Does anybody know why this command is not working? Thanks.
lebigmac said:
Hi. How can I backup the stock recovery on my Xiaomi Poco X3 NFC before flashing the TWRP?
I tried executing following code while the phone is in fastboot mode but it never actually boots the custom recovery. It get's stuck at the poco boot logo. Yes my phone has unlocked bootloader.
Code:
fastboot boot TWRP.img
In terminal I get this output:
Code:
[email protected]:/# fastboot boot twrp_3.4.0-15_mauronofrio.img
downloading 'boot.img'...
OKAY [ 3.080s]
booting...
OKAY [ 5.088s]
finished. total time: 8.168s
Does anybody know why this command is not working? Thanks.
Click to expand...
Click to collapse
I have had the same issues with that TWRP from mauronofrio and our stock ramdisk image. However, using Orangefox or the latest 3.5.0 TWRP which can be found in the Index for our device (everything can be found there lol) solved that issue, also, you don't need to backup the recovery partition, because the stock can be easily found and flashed the same.
Thanks but that still doesn't explain why the command fastboot boot twrp.img doesn't work on the Xiaomi Poco X3 NFC with unlocked bootloader.
EDIT:
Ok good news. I've actually managed to boot into the TWRP before flashing it.
As soon as it's done uploading the recovery to the phone you must unplug the USB cable. The timing is very important.
Good luck!
lebigmac said:
This appears to be a more widespread issue than I had originally thought:
Fastboot boot <boot.img> doesn't work but flash does
Hi there ! I compiled a kernel for my DB410. I am trying to boot it using $ fastboot boot boot.img Following the instructions that can be found here: https://builds.96boards.org/releases/dragonboard410c/linaro/debian/17.06.1/ Unfortunately, the device doesn’t boot. It starts the booting...
discuss.96boards.org
fastboot boot TWRP.img Not working
I'm trying to just boot the TWRP image for my OnePlus 5t to then install a custom ROM. So I typed fastboot boot "C:\Users\Elias\Downloads\twrp-3.3.1-0-dumpling.img" and it seemed to work and I got ...
android.stackexchange.com
https://www.reddit.com/r/LineageOS/comments/arakiy
After Android Q upgrade fastboot boot doesn't work on guacamole · Issue #1530 · TeamWin/Team-Win-Recovery-Project
I am running an official build of TWRP, downloaded from https://twrp.me/Devices/ I am running the latest version of TWRP I have read the FAQ (https://twrp.me/FAQ/) I have searched for my issue and ...
github.com
Can't boot TWRP image using fastboot boot
I'm trying to root my Moto Z3 Play. I'm on Windows 10, I have already unlocked the bootloader, however, I can't boot the twrp.img. I got the twrp.img from here https://twrp.me/motorola/motorolamoto...
stackoverflow.com
Click to expand...
Click to collapse
try latest OFOX or TWRP (OFOX image needs to be extracted from zip file), I'm really interested if some of these will boot via "fastboot boot recovery.img", thanks
lebigmac said:
Hi. How can I backup the stock recovery on my Xiaomi Poco X3 NFC before flashing the TWRP?
I tried executing following code while the phone is in fastboot mode but it never actually boots the custom recovery. It get's stuck at the poco boot logo. Yes my phone has unlocked bootloader.
Code:
fastboot boot TWRP.img
In terminal I get this output:
Code:
[email protected]:/# fastboot boot twrp_3.4.0-15_mauronofrio.img
downloading 'boot.img'...
OKAY [ 3.080s]
booting...
OKAY [ 5.088s]
finished. total time: 8.168s
Does anybody know why this command is not working? Thanks.
Click to expand...
Click to collapse
You don't need to backup the sock recovery.
Everything you need to do is download the stock rom and extract recovery.
@jeryll thanks for chiming in. All of these TWRP images will boot via "fastboot boot recovery.img" on our device.
It's important to unplug the USB cable at the right moment as soon as it's done uploading. Good luck!

[ AIO ] Guide TECNO SPARK 5 PRO (KD7) bootloader unlocking,root,twrp & stock firmware

AIO GUIDE TECNO KD7
1. Bootloader Unlocking
1. Download & install the ADB driver
2.Enable devloper mode by taping on Build verson(setting->my phone) then enable Oem Unlock & usb debugging from (settings->System->Devloper option)
3.Now connect device & open ADB path & run cmd
command: ADB devices
then reboot to bootloader
command: ADB reboot bootloader
4. unlock bootloader
command: fastboot flashing unlock the phone will ask to confirm
5. now reboot to system
command:fastboot reboot
If you are stuck waiting for the device screen
2. TWRP [unoficial]
https://forum.xda-developers.com/t/twrp-recovery-for-tecno-kd7.4378493/
3. Orange state disabler:
Flashing guide & zip file
Click Wipe →Format Data → Yes → Press Enter.
Then Click Reboot → Recovery (Reboot to Recovery ).
After this, TWRP Recovery Mode will be installed on your phone
Link: Orange disabler.zip
4. Root
1.boot into recovery
2. Flash magisk .zip
llink:https://github.com/topjohnwu/Magisk/releases/download/v21.0/Magisk-v21.0.zip
3.1. Unroot
1.boot into recovery
2. Flash magisk unistaller .zip
link:https://github.com/topjohnwu/Magisk/releases/download/v21.0/Magisk-uninstaller-20201003.zip
5.Stock Firmware Files
Stock boot ,stock recovery & Full Firmware are added
To Flash full firmware
Extract zip & run flash.bat
Link: TECNO-SPARK-5-PRO-KD7-H6211FQRSTU-Q-GL-211101V404-fastboot flash full rom.zip
6. Gsi rom / Custom rom Installation guide:
https://forum.xda-developers.com/t/custom-rom-for-tecno-phone-dynamic-partition.4379341/
vendor : ( 3 sim problem guide )
TECNO-SPARK-5-PRO-KD7-H6211FQRSTU-Q-GL-211101V404
7. Phone Hard Brick fix
https://forum.xda-developers.com/t/phone-soft-brick-phone-on-off-poblem-tecno-device.4378501/
7.1. Flash file:
Link :
TECNO-SPARK-5-PRO-KD7-H6211FQRSTU-Q-GL-211101V404
HIT THE THANKS BUTTON IF ABOVE INFORMATION IS HELPFUL TO YOU
Tecno kd7 full guide
https://forum.xda-developers.com/t/...r-unlocking-root-twrp-stock-firmware.4345557/
What do you mean by boot into recovery? Going fastboot mode? And then writing fastboot flash recovery magisk.zip( for step 3(root)) ?
Also should have the updatest kd7 before rooting?
Thanks in advance for your hard work.
Tanjin01: Thanks
Fast time twrp recovery install: (any bulid version)
[command]
adb devices
adb reboot bootloader
fastboot flashing unlock
fastboot flash recovery twrp.img
fastboot flash vbmeta vbmeta.img
fastboot reboot recovery
[command]
Now boot into twrp recovery and from there "wipe option->Format Data -> yes Format.
Next, Reboot option -> recovery click Wait reboot recovery and flash magisk.zip
Any time root and unroot:
2.going to recovery
Open recovery and install magisk zip. /Magisk uninstall flash
Parvej789 said:
Tanjin01: Thanks
Fast time twrp recovery install: (any bulid version)
1.Fastboot flash recovery .
Fastboot reboot recovery -
Open recovery -wipe format data-yes.
reboot to recovery
and install magisk zip.
Any time root and unroot:
2.going to recovery
Open recovery and install magisk zip. /Magisk uninstall
Click to expand...
Click to collapse
Thank a bunch for consist help with my nobby question(s)!
Correct me if i am wrong before i procced,
Fire up pc, open terminal/cmd and writing the following one after another
[Command]
adb devices
adb reboot bootloader
fastboot flashing unlock
fastboot flash recovery twrp.img
fastboot flash vbmeta vbmeta.img
[command]
Now i boot into twrp recovery and from there "wipe data". Then "advanced wipe" with delvic cache.
Next, again, twrp recovery and flash magisk.zip
Right?
Tanzin01
[Command]
adb devices
adb reboot bootloader
fastboot flashing unlock
fastboot flash recovery twrp.img
fastboot flash vbmeta vbmeta.img
fastboot reboot recovery
[command]
Now i boot into twrp recovery and from there "wipe ". Then "Format Data" with yes Format.
Next, Reboot to recovery .again, twrp recovery and flash magisk.zip
Right?
Thanks man. Have a nice day&life
hey man, all went well till format. in format i saw some error, eg failed to mount /data(something like this). Any idaea why i got this?
[i got a success msg though]]
also can i access twrp recovery mode via volume and power button?(i tried volume up+power button but got adnroid image with "No command".)
Command]
adb devices
adb reboot bootloader
fastboot flashing unlock
fastboot flash recovery twrp.img
fastboot flash vbmeta vbmeta.img
fastboot reboot recovery
[command]
Now boot into twrp recovery and from there "wipe option ->Format Data -> yes Format .
Next,
Reboot options -> recovery click Wait reboot to recovery and magisk.zip flash
Parvej789 said:
Command]
adb devices
adb reboot bootloader
fastboot flashing unlock
fastboot flash recovery twrp.img
fastboot flash vbmeta vbmeta.img
fastboot reboot recovery
[command]
Now i boot into twrp recovery and from there "wipe ". Then "Format Data" with yes Format.
Next,
Reboot options to recovery .again, twrp recovery and flash magisk.zip
Right?
Click to expand...
Click to collapse
All the commands worked smoothly but when again tried to go twrp recovery for rooting, I can't seem to find twrp. I got no command with Android pic and after few seconds default device recovery option. From where I can navigate to fastboot, recovery, wipe and etc.
"
Next,
Reboot options to recovery .again, tw
Parvej789 said:
Next,
Reboot options to recovery .again, twrp recovery and flash magisk.zip
Right?
Click to expand...
Click to collapse
Not sure what you mean by this. But tried
[Command]
adb reboot bootloader
fastboot reboot recovery
[Command]
Which took me to deafult recovery, no Twrp this time.
However I spent some time on xda and found this Command "fastboot boot twrp.img". Will try tomorrow again, will let you know if it worked! Man I'm probably bothering you!
Tanzin01 said:
"
Next,
Reboot options to recovery .again, tw
Not sure what you mean by this. But tried
[Command]
adb reboot bootloader
fastboot reboot recovery
[Command]
Which took me to deafult recovery, no Twrp this time.
However I spent some time on xda and found this Command "fastboot boot twrp.img". Will try tomorrow again, will let you know if it worked! Man I'm probably bothering you!
Click to expand...
Click to collapse
[command]
adb devices
adb reboot bootloader
fastboot flashing unlock
fastboot flash recovery twrp.img
fastboot flash vbmeta vbmeta.img
fastboot reboot recovery
[command]
Now boot into twrp recovery and from there "wipe option->Format Data -> yes Format and back home menu
Next, Reboot option -> recovery click Wait reboot recovery and flash magisk.zip
Unorganized posts! Its xda's fault. Your edited post wasn't shown to me until my last post was posted!
Thanks man. This time I got it. I wrongly rebooted after "format data". I will reflash the twrp file again tomorrow.
Hey, i got myself in trouble again! Everything was working fine till i clicked on "Erase data" from settings. Now i cant boot into sytem, always booting into twrp.Any help?
Should i try flashing android 11, the one you provided here?
Tanzin01 said:
Hey, i got myself in trouble again! Everything was working fine till i clicked on "Erase data" from settings. Now i cant boot into sytem, always booting into twrp.Any help?
Should i try flashing android 11, the one you provided here?
Click to expand...
Click to collapse
Stock recovery.img flash and reboot
To make sure, i am donig as you described,
download stock firmware and get recovery.img.
now flash it: fastboot flash recovery recovery.img
Now reboot, right?
Btw cant i just flash andoid 11 altogether? (and thanks for your constant help
Tanzin01 said:
To make sure, i am donig as you described,
download stock firmware and get recovery.img.
now flash it: fastboot flash recovery recovery.img
Now reboot, right?
Btw cant i just flash andoid 11 altogether? (and thanks for your constant help :fashfashfashfash)
Click to expand...
Click to collapse
Yes
Or
Full flash
KD7-H6211FQRSTU-Q-GL-210520V392.zip
drive.google.com
how to do full flash?
[command]
fastboot flash system FullFlashfirmware.zip
[command]
or
sideload the zip file and then swipe install via twrp?
No .
PC to mobile(fastboot flash)
Now connect device to PC
Unzip flash file PC
Folder open
Click flash.bat
CMD open:
1.Do you want to Reboot device into fastboot [Y/N]=y type enter
2.wipe user data [Y/N]=y type enter
Then flash started
FLASHING success
Reboot to phone on
sadly im not on windows. Anyway thnx. i will try and see flashing recovery. Will let you know the result.
Stock recovery.img flash and reboot options->system click.
Reboot to phone on
Parvej789 said:
Stock recovery.img flash and reboot options->system click.
Reboot to phone on
Click to expand...
Click to collapse
got error
```
fastboot flash recovery recovery.img
Sending 'recovery' (39936 KB)
FAILED (Write to device failed (No such device))
fastboot: error: Command failed
``
tried changing cable but no change.
Oky so i had a hunch, and it was correct. i mounted system and didnt get that error.
Thanks buddy. Took me few tries and combination. but now im back with my device. And as guessed, twrp was/is the culprit. It was locking the system or something like this, perhaps a glich? anyway had to mount system and already wrote the command on terminal, so as soon as phone screen turns on, i get to send the data from pc to phone before phone starts doing many of its stuff.
Wipe option->format data -yes
Reboot option-> recovery and Twrp open
1.boot.img flash
2.super.img flash
3.recovery.img flash
Than reboot
Tanzin01 said:
Thanks buddy. Took me few tries and combination. but now im back with my device. And as guessed, twrp was/is the culprit. It was locking the system or something like this, perhaps a glich? anyway had to mount system and already wrote the command on terminal, so as soon as phone screen turns on, i get to send the data from pc to phone before phone starts doing many of its stuff.
Click to expand...
Click to collapse
Build version correct
Your build version

Categories

Resources