Question DM Verity corrupt. - POCO M4 Pro 5G, Redmi Note 11S (Opal), 11T (India)

Please help. my DM verity is corrupt after using MTK client tool for unlocking bootloader

Insert Fastboot mode (off, power and vol -) and type command:
fastboot oem cdms (enter)
fastboot reboot (enter)

Related

Fastboot Confusion

SOLVED
My cell phone is rooted already and i am trying to clear it through
fastboot erase system -w
fastboot erase boot
I've downloaded the fastboot binary into my C:\android-sdk-windows\tools directory.
What do i need to do in command prompt to be able to run these lines

Is there a fastboot command for hare reset/reboot manualy?

Hey.
I'd like to know if there's any fastboot command for manually reboot/hard reset (reboot from "rebootRUU" mod - by pressing vol- + power)
Thanks
Code:
fastboot reboot-bootloader
Code:
fastboot reboot-recovery
Code:
fastboot reboot
Those are the fastboot reboot option...
In which state is your phone?

[Q] Lack of input in bootloader

Hi,I have a problem with bootloader ,I can not get to it by combinations power+vol+ or power + vol- is my google log unless it is bootloop I wanted to come back with version google edition on sense, I wanted to go back to stock possessed s-off or unlocked bootloader so I uploaded 1.28.401.7 firmware mode oem rebootRUU
Copy downloaded .zip to adb location (e.g. c:/android-sdk/platform-tools/)
Re-name .zip file to HTC.zip
Connect device to the PC.
Open command prompt; cd to HTC.zip location (cd c:/android-SDK/platform-tools/)
Type: fastboot reboot-bootloader or boot your device in fastboot mode (vol down + power ===> fastboot)
Make sure you have correct modeid and cidnum (type: fastboot getvar all)
Type: fastboot oem rebootRUU and wait for device to reboot
Type: fastboot flash zip HTC.zip and wait for process to complete
Sometimes flashing for the first time doesn't work, so flash HTC.zip again just to make sure.
Type: fastboot flash zip HTC.zip and wait for process to complete
Type: fastboot reboot.
and after uploading successfully,standing on the log google,and I can not enter the bootloader sorry for my english
delete

[GUIDE] Fastboot for L90 D405n

Hi, working on modifying the partition in my D405n discovered fastboot mode. It works in the same manner as in D415. For fastboot must delete the partition laf, which is responsible for the download mode. Now, if you break something in your phone, you can quickly flash custom recovery by fastboot and fix it instead of reflash rom using KDZ.
First, backup your laf partition with this code, so later you can restore Download Mode. In terminal/adb shell:
Code:
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/laf of=/sdcard/laf.img
Run the following code to clear laf:
Code:
su
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
If you want restore Download Mode you can do it two methods:
First, you can flash laf in fastboot mode by commands:
Code:
fastboot flash laf laf.img
Second, in terminal/adb shell by comands:
Code:
su
dd if=/sdcard/laf.img of=/dev/block/platform/msm_sdcc.1/by-name/laf
If you want flash a custom recovery/boot you must have unlocked bootloader. You can also do this in fastboot mode by command:
Code:
fasboot flash aboot aboot.bin
You can also get fastboot mode only temporarily if you using this command:
Code:
su
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/boot
Now you can go to recovery mode or Download Mode but if you want boot system instead system starts up fastboot mode. Remember that using this must flash again boot partition using this command:
Code:
fastboot flash boot boot.img
or in recovery mode.

Question Flashing TWRP doesn't work (Xiaomi Redmi 9t)

Hello,
After unlock his bootloader, I try to install TWRP recovery on my smartphone with :
Bash:
fastboot flash recovery twrp.img
Bash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
But he reboot always on the fastboot mode when I push simultaneously on power and volume + and when I don't push on any button.
I use these file :
twrp.img
vbmeta.img
Thanks for your help .
TWRP by brigudav- i flashed only twrp renamed to recovery.img and patched os via that stock recovery will not back.
Rename the file change nothing to me.
As information, when I try in try
Bash:
fastboot boot recovery.img
i get :
Bash:
FAILED (remote: unknown command)
in fastboot
and
Bash:
FAILED (remote: Unrecognized command boot)
in fastbootd
I've test lineage recovery and that's the same : impossible to boot on other recovery except the stock MI-Recovery 3.0 .
I get the exactly same errorwhile try booting twrp.img is there no custom recovery for lime that works?
GrandTouque said:
Hello,
After unlock his bootloader, I try to install TWRP recovery on my smartphone with :
Bash:
fastboot flash recovery twrp.img
Bash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
But he reboot always on the fastboot mode when I push simultaneously on power and volume + and when I don't push on any button.
I use these file :
twrp.img
vbmeta.img
Thanks for your help .
Click to expand...
Click to collapse
The twrp image is just for another device, for davinci and not for lime. But i got the same problem with correct twrp image
ex-it said:
The twrp image is just for another device, for davinci and not for lime. But i got the same problem with correct twrp image
Click to expand...
Click to collapse
You are right, I try to flash a unofficial TWRP that I found at this thread and now I've just a black screen when I boot on it but I can now boot on the OS with this "recovery".
Finally, I've found this one on this thread who works .

Categories

Resources