I downloaded the img from this thread:
https://forum.xda-developers.com/android/general/teclast-t30-t1p2-root-t4001731
I have followed the instructions to install TWRP on my T30 P1T3 and my tablet has the orange status message.
When I boot into recovery mode I am booted by the Android recovery, not the TWRP.
The procedure I have followed is this:
Code:
PS I:\Teclast T30\Rootear\platform-tools> .\adb reboot bootloader
PS I:\Teclast T30\Rootear\platform-tools> .\fastboot devices
0123456789ABCDEF fastboot
PS I:\Teclast T30\Rootear\platform-tools> .\fastboot boot TWRP-3.3.1_Teclast_T30_.img
Sending 'boot.img' (32768 KB) OKAY [ 0.875s]
Booting OKAY [ 0.063s]
Finished. Total time: 1.094s
PS I:\Teclast T30\Rootear\platform-tools> .\fastboot boot TWRP-3.3.1_Teclast_T30_.img
< waiting for any device >
Sending 'boot.img' (32768 KB) OKAY [ 0.885s]
Booting OKAY [ 0.062s]
Finished. Total time: 1.145s
PS I:\Teclast T30\Rootear\platform-tools>
What happened? What I can do? Thanks for the help.
You are only booting from the TWRP image. You need to flash the image to recovery for it to be the default.
Related
Hello everyone. I have some issues with Fastboot. whenever I try to flash recovery.img i get this error. my device is Cherry Mobile Touch xl 2 with android 6.0 and mt6580.
C:\android-sdk_r24.4.1-windows\android-sdk-windows\platform-tools>fastboot flash flash recovery.img
target reported max download size of 134217728 bytes
sending 'flash' (10678 KB)...
OKAY [ 0.266s]
writing 'flash'...
FAILED (remote: partition table doesn't exist)
finished. total time: 0.281s
When I try to just boot into custom recovery, everything goes well except that the phone just reboots. it does not boot into custom recovery. I heard it from somewhere that fastboot boot recovery.img command did not work anymore. Is this true?
C:\android-sdk_r24.4.1-windows\android-sdk-windows\platform-tools>fastboot boot recovery.img
downloading 'boot.img'...
OKAY [ 0.281s]
booting...
OKAY [ 0.063s]
finished. total time: 0.344s
Thank you for your help.
Hello,
Im trying to flash TWRP on my LG G5.
The installation is successful but i cant boot into it.
I already unlocked my Bootloader.
It keeps telling me this:
PS C:\adb> fastboot flash recovery twrp.img
target reported max download size of 536870912 bytes
sending 'recovery' (19132 KB)...
OKAY [ 0.443s]
writing 'recovery'...
OKAY [ 0.203s]
finished. total time: 0.646s
PS C:\adb> fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 0.418s]
booting...
FAILED (remote: unknown command)
finished. total time: 0.449s
When i try to get into recovery with the button method i get the stock recovery.
Pls help...
That means that the bootloader is unlocked right?
PS C:\adb> fastboot getvar unlocked
unlocked: yes
finished. total time: 0.000s
Hi folks,
I´ve an Xiaomi Poco F1 with an unlocked bootloader. Usb debugging is enabled and no password is set. If I run
HTML:
fastboot flash recovery twrp.img
the error
HTML:
Sending 'recovery' (31000 KB) FAILED (Write to device failed (Unknown error))
fastboot: error: Command failed
appers. Any ideas why this happens?
Count_Omega said:
Hi folks,
I´ve an Xiaomi Poco F1 with an unlocked bootloader. Usb debugging is enabled and no password is set. If I run
HTML:
fastboot flash recovery twrp.img
the error
HTML:
Sending 'recovery' (31000 KB) FAILED (Write to device failed (Unknown error))
fastboot: error: Command failed
appers. Any ideas why this happens?
Click to expand...
Click to collapse
Under linux, I get a success
HTML:
target reported max download size of 536870912 bytes
sending 'recovery' (6 KB)...
OKAY [ 0.010s]
writing 'recovery'...
OKAY [ 0.003s]
finished. total time: 0.013s
and
HTML:
fastboot boot twrp.img
creating boot image...
creating boot image - 10240 bytes
downloading 'boot.img'...
OKAY [ 0.008s]
booting...
OKAY [ 0.051s]
finished. total time: 0.059s
runs along. But it doesn´t get through to the twrp screen.
some weeks ago i read on forum that miui10.0.3 or 4 has some fastboot errors,
for example if you have flashed miui10.0.3 or 10.0.4 and then try to write recovery it will give error in fastboot
i would suggest flash miui10.0.1 or earlier via miuiflasher fastboot rom and then try!
PS C:\Users\USER\Desktop\Redmi Note 5\platform-tools_r30.0.4-windows\platform-tools> adb devices
adb server version (31) doesn't match this client (41); killing...
* daemon started successfully
List of devices attached
fa9bd412 device
PS C:\Users\USER\Desktop\Redmi Note 5\platform-tools_r30.0.4-windows\platform-tools> adb devices
List of devices attached
fa9bd412 device
PS C:\Users\USER\Desktop\Redmi Note 5\platform-tools_r30.0.4-windows\platform-tools> adb reboot bootloader
PS C:\Users\USER\Desktop\Redmi Note 5\platform-tools_r30.0.4-windows\platform-tools> fastboot devices
fa9bd412 fastboot
PS C:\Users\USER\Desktop\Redmi Note 5\platform-tools_r30.0.4-windows\platform-tools> fastboot flash recovery twrp-3.2.3-1-miui.blog-whyred.img
Sending 'recovery' (36536 KB) OKAY [ 0.980s]
Writing 'recovery' FAILED (remote: 'Anti-rollback check failed')
fastboot: error: Command failed
PS C:\Users\USER\Desktop\Redmi Note 5\platform-tools_r30.0.4-windows\platform-tools> fastboot flash antirbpass dummy.img
Sending 'antirbpass' (8 KB) OKAY [ 0.010s]
Writing 'antirbpass' OKAY [ 0.000s]
Finished. Total time: 0.020s
PS C:\Users\USER\Desktop\Redmi Note 5\platform-tools_r30.0.4-windows\platform-tools> fastboot flash recovery twrp-3.2.3-1-miui.blog-whyred.img
Sending 'recovery' (36536 KB) OKAY [ 0.987s]
Writing 'recovery' OKAY [ 0.000s]
Finished. Total time: 0.987s
PS C:\Users\USER\Desktop\Redmi Note 5\platform-tools_r30.0.4-windows\platform-tools> fastboot reboot recovery
Rebooting into recovery OKAY [ 0.000s]
Finished. Total time: 0.000s
PS C:\Users\USER\Desktop\Redmi Note 5\platform-tools_r30.0.4-windows\platform-tools>
After i done it, my red mi note 5 cant access twrp, can someone pro tell me any problem?
Thanks in advance
After flashing completes
Don't disconnect the phone
Just one more thing
In fast boot mode
Type cmd screen in following
fastboot boot recovery.img
RECOVERY IMAGE NAME IN YOUR REC. IMG
Hello guys, I am trying to root my device for the first time.
Version is MIUI 13.0.5, Bootloader and MIUI unlocked.
I've followed youtube video.
Now my device has failed to boot a lot of times. Now when I turn on the device it goes to fastboot.
What I've done is below
C:\Users\zxxzy\Desktop\platform-RootRN10_Miui13-0-5>fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Rewriting vbmeta struct at offset: 0
Sending 'vbmeta' (4 KB) OKAY [ 0.011s]
Writing 'vbmeta' OKAY [ 0.001s]
Finished. Total time: 0.032s
C:\Users\zxxzy\Desktop\platform-RootRN10_Miui13-0-5>fastboot flash boot magisk_patched-23000_74Ls8.img
Sending 'boot_b' (131072 KB) OKAY [ 3.181s]
Writing 'boot_b' OKAY [ 0.639s]
Finished. Total time: 3.839s
C:\Users\zxxzy\Desktop\platform-RootRN10_Miui13-0-5>fastboot reboot
Rebooting OKAY [ 0.001s]
Finished. Total time: 0.003s
Boot failed, and I tried again.
C:\Users\zxxzy\Desktop\platform-RootRN10_Miui13-0-5>fastboot reboot
Rebooting OKAY [ 0.000s]
Finished. Total time: 0.004s
C:\Users\zxxzy\Desktop\platform-RootRN10_Miui13-0-5>fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Rewriting vbmeta struct at offset: 0
Sending 'vbmeta' (4 KB) OKAY [ 0.007s]
Writing 'vbmeta' OKAY [ 0.001s]
Finished. Total time: 0.038s
C:\Users\zxxzy\Desktop\platform-RootRN10_Miui13-0-5>fastboot flash boot magisk_patched-23000_74Ls8.img
Sending 'boot_a' (131072 KB) OKAY [ 4.603s]
Writing 'boot_a' OKAY [ 0.639s]
Finished. Total time: 5.382s
C:\Users\zxxzy\Desktop\platform-RootRN10_Miui13-0-5>fastboot reboot
Rebooting OKAY [ 0.000s]
Finished. Total time: 0.003s
What do I have to do from now?
Can I still download other diffrent magisk patched image file and try it again?
Or do I have to fix my device first and challenge this again?
I've downloaded this now: mojito_global_images_V13.0.5.0.SKGMIXM_20220209.0000.00_12.0_global_36ff0ca7ff.tgz
I am currently confused to what to do.
I'd appreciate if you can give me any advice or tips. Thank you.
I felt like that I need to flash official firmware.
So I did it with MiFlash. But it says "Missmatching image and device".
How do I find correct image for my device when I can't boot?
Since firmware files are quite heavy, I can't download and try all.
What I know is that It was MIUI 13.0.5 Global and Android 12 when I tried to root it.
What I have found by IMEI i:
Description: Redmi Note 10 JE Chrome Silver 4 RAM 64 ROM
IMEI: 868096051729159
Brand: Xiaomi Communications Co Ltd
Model: XIG02
Name: XIG02
Purchase Country: Japan
Production Date: 2021-12-10 16:18:19
Does anybody know what is the correct image for my device?
Ok nevermind this thread. I found out that my device isn't Redmi Note 10. It is Remi Note 10 5G.
can i have a stock rom ive lost mine please help