asus zenfone 5 recovery error while adb sideload - Zenfone 5 Q&A, Help & Troubleshooting

hi guys
im using zenfone 5 which was kitkat previously then i updated to lollipop via sideload adb but now my device is bricked and when i try to sideload new firmware it shows the following command with error
E: failed to mount / cache (no such file or directory)
E:cant open / cache /recovery / logs
E:cant open / cache /recovery / logs
E:cant open / dev/block/mmcd1k0p4(permission denied)
when im using these commands after entering into normal boot mode
(before executing commands)
[IMG="normal boot mode in lollipop"]
1)fastboot flash fastboot fastboot.img
2)fastboot reboot-bootloader
im supposed to get this screen after executing above commands
[IMG="droidboot mode"]
but im not getting this screen guys.
im again back to this screen only
[IMG="normal boot mode in lollipop"]
sorry guys this post doesnt allow me to link images because im new to this site
i cross checked with my friends mobile its working flawlessly
help me out from this isssue bro
thank you

mine too
Any expert please help

I need to know whether your partitions are okay or not. Please answer my questions below:
1. What's the model of your device? T00F/T00J?
2. Can you reboot into fastboot?
3. What was the last thing you did to it before bricking?
4. Does it flash the fastboot.img file successfully?
5. Which firmware were you using before sideload push? I mean when the device was fine, what was your firmware version?
6. Which version you were trying to push while you bricked it?

a8962383 said:
I need to know whether your partitions are okay or not. Please answer my questions below:
1. What's the model of your device? T00F/T00J?
2. Can you reboot into fastboot?
3. What was the last thing you did to it before bricking?
4. Does it flash the fastboot.img file successfully?
5. Which firmware were you using before sideload push? I mean when the device was fine, what was your firmware version?
6. Which version you were trying to push while you bricked it?
Click to expand...
Click to collapse
1. t00f
2. yes
3. i upgraded to lollipop which displays error that unfortunately stopped and i restarted thats the phone stucks at boot loop
4. no.it fails to flash the flashboot image
5. kitkat 2.21.44.540
6. tried all kitkats from 2.21.22.30 to 54 and lollipops also
error image
i dot imgur dot com/IrvGjbS.jpg
recovery
i dot imgur dot com/7UYyLnm.jpg
(replace dot with .)
thanks

I got same problem (solved)
I have advice for you according my experience.
My device is T00F/A500CG
I assume you can enter bootloader or recovery mode, your pc installed all needed driver to do command adb sideload.
1. Download official ZenFone 5 firmware from ASUS website. Just go to Google and type keyword "download ZenFone firmware".
2. Download firmware 5.3.3.3 and 5.2.2.2 (apply same SKU according your device). because my device use WW sku, so I downloaded firmware WW_5.3.3.3 and WW_5.2.2.2.
3. Place those firmware inside adb folder in your pc.
4. Go to recovery mode on your ZenFone 5.
5. Connect your ZenFone to pc using USB cable.
6. Select menu "apply update from adb" on recovery mode.
7. Open cmd at your adb folder.
8. Check whether your device connected or not by using command "adb device". Make sure your device listed as attached.
9. Flash your firmware 5.3.3.3 using adb sideload command.
10. At recovery mode, select clear cache and user data (optional).
11. Once again, enter menu "apply update from adb" at recovery mode and flash firmware 5.2.2.2 using adb sideload command.
12. Do clear cache and user data at recovery mode. Then restart your device. Its will take time to load operating system for the first time, so be patient. Once you done, your device will be running on kit Kat.
This is other way. If you still want to use lollipop on your ZenFone 5.
Follow the step above until step 10. Once it done, restart your device (it will take time for the first time). You will be on lollipop because firmware 5.3.3.3 itself based on lollipop. And of you want to use latest update lollipop (firmware 3.24.40.87) don't do adb sideload from firmware 5.3.3.3 or it will be fail at 54% and you need to repeat step above from step 1.
If you want to proceed to firmware 3.24.40.87, do this:
1. Download ZenFone assists (I recommend this tool).
http://forum.xda-developers.com/zenfone-5/development/zenfone-assist-t3401996
2. Place downloaded file in a folder and extract it.
3. Run the *.exe file. (Active internet connection needed for next step).
4. Activate "developer option" on your ZenFone, active USB debuging and then Connect your ZenFone using USB cable to your pc.
5. Click on "root" menu at ZenFone assists. ( application will download some file for first time usage).
6. When it done, click on " I'm on android" and your device will reboot and automatically enter fastboot mode.
7. When your ZenFone at fastboot mode, click on "execute" on ZenFone assists.
8. Done,reboot your device and if there is no super SU app installed, don't worry, your device has been successfully rooted. Check using root checker if you doubt that.
9. Successfully rooted, now use ZenFone assists to unlock your bootloader( use menu "unlock bootloader" at ZenFone assists). The processes will be similar
As process 5-7.
10. Install TWRP using ZenFone assists. Its also similar with process 5-7.
11. Download moded stock firmware 3.24.40.87 from here
drive.google.com/open?id=0B7Py5ad2aHwKMHRsZ1NJM0tfLTQ
(Source thread :http://forum.xda-developers.com/zenfone-5/help/how-to-revert-to-stock-firmware-t3303654)
This firmware is completely same as official firmware from ASUS, only changed in Meta.inf file so make it able to flash through TWRP.
12. Place downloaded firmware in your SD card.
13. Reboot your device to fastboot mode and enter recovery mode.
14. Your official recovery now replaced by TWRP.
15. Just touch "install from zip" menu at TWRP and select storage where you place the firmware. Do the flashing process, be patient and wait until done.
16. When its done, using TWRP wipe your cache and reboot your device. It will take time for first boot, be patient.
To restore your device all into normal (relock bootloader and replace TWRP with original recovery). Do this:
1. Enable developer option on your device then connect it to your pc using USB cable.
2. Open zenfone assists and select menu "relock bootloader". I assume you already familiar with this process.
3. Open downloaded firmware 3.24.40.87 and extract droidboot.img, boot.img, and recovery.img from inside the zip file and place them inside adb folder.
4. Reboot your ZenFone to fastboot mode, open cmd in adb device folder.
5. Flash fastboot using command fastboot flash fastboot fastboot.img
6. Flash recovery using command fastboot flash recovery recovery.img
7. Flash kernel using command fastboot flash boot boot.img
8. Enter recovery mode then wipe cache and user data (optional).
9. Or just reboot your device.
10. Done, enjoy.

Jagernout said:
I have advice for you according my experience.
My device is T00F/A500CG
I assume you can enter bootloader or recovery mode, your pc installed all needed driver to do command adb sideload.
1. Download official ZenFone 5 firmware from ASUS website. Just go to Google and type keyword "download ZenFone firmware".
2. Download firmware 5.3.3.3 and 5.2.2.2 (apply same SKU according your device). because my device use WW sku, so I downloaded firmware WW_5.3.3.3 and WW_5.2.2.2.
3. Place those firmware inside adb folder in your pc.
4. Go to recovery mode on your ZenFone 5.
5. Connect your ZenFone to pc using USB cable.
6. Select menu "apply update from adb" on recovery mode.
7. Open cmd at your adb folder.
8. Check whether your device connected or not by using command "adb device". Make sure your device listed as attached.
9. Flash your firmware 5.3.3.3 using adb sideload command.
10. At recovery mode, select clear cache and user data (optional).
11. Once again, enter menu "apply update from adb" at recovery mode and flash firmware 5.2.2.2 using adb sideload command.
12. Do clear cache and user data at recovery mode. Then restart your device. Its will take time to load operating system for the first time, so be patient. Once you done, your device will be running on kit Kat.
This is other way. If you still want to use lollipop on your ZenFone 5.
Follow the step above until step 10. Once it done, restart your device (it will take time for the first time). You will be on lollipop because firmware 5.3.3.3 itself based on lollipop. And of you want to use latest update lollipop (firmware 3.24.40.87) don't do adb sideload from firmware 5.3.3.3 or it will be fail at 54% and you need to repeat step above from step 1.
If you want to proceed to firmware 3.24.40.87, do this:
1. Download ZenFone assists (I recommend this tool).
http://forum.xda-developers.com/zenfone-5/development/zenfone-assist-t3401996
2. Place downloaded file in a folder and extract it.
3. Run the *.exe file. (Active internet connection needed for next step).
4. Activate "developer option" on your ZenFone, active USB debuging and then Connect your ZenFone using USB cable to your pc.
5. Click on "root" menu at ZenFone assists. ( application will download some file for first time usage).
6. When it done, click on " I'm on android" and your device will reboot and automatically enter fastboot mode.
7. When your ZenFone at fastboot mode, click on "execute" on ZenFone assists.
8. Done,reboot your device and if there is no super SU app installed, don't worry, your device has been successfully rooted. Check using root checker if you doubt that.
9. Successfully rooted, now use ZenFone assists to unlock your bootloader( use menu "unlock bootloader" at ZenFone assists). The processes will be similar
As process 5-7.
10. Install TWRP using ZenFone assists. Its also similar with process 5-7.
11. Download moded stock firmware 3.24.40.87 from here
drive.google.com/open?id=0B7Py5ad2aHwKMHRsZ1NJM0tfLTQ
(Source thread :http://forum.xda-developers.com/zenfone-5/help/how-to-revert-to-stock-firmware-t3303654)
This firmware is completely same as official firmware from ASUS, only changed in Meta.inf file so make it able to flash through TWRP.
12. Place downloaded firmware in your SD card.
13. Reboot your device to fastboot mode and enter recovery mode.
14. Your official recovery now replaced by TWRP.
15. Just touch "install from zip" menu at TWRP and select storage where you place the firmware. Do the flashing process, be patient and wait until done.
16. When its done, using TWRP wipe your cache and reboot your device. It will take time for first boot, be patient.
To restore your device all into normal (relock bootloader and replace TWRP with original recovery). Do this:
1. Enable developer option on your device then connect it to your pc using USB cable.
2. Open zenfone assists and select menu "relock bootloader". I assume you already familiar with this process.
3. Open downloaded firmware 3.24.40.87 and extract droidboot.img, boot.img, and recovery.img from inside the zip file and place them inside adb folder.
4. Reboot your ZenFone to fastboot mode, open cmd in adb device folder.
5. Flash fastboot using command fastboot flash fastboot fastboot.img
6. Flash recovery using command fastboot flash recovery recovery.img
7. Flash kernel using command fastboot flash boot boot.img
8. Enter recovery mode then wipe cache and user data (optional).
9. Or just reboot your device.
10. Done, enjoy.
Click to expand...
Click to collapse
how much time does it takes for first boot in kitkat (after flashing 5.3,3,3 and 5,2,2,2)
reply asap
thanks

RONUAA said:
how much time does it takes for first boot in kitkat (after flashing 5.3,3,3 and 5,2,2,2)
reply asap
thanks
Click to expand...
Click to collapse
At lease 10 minutes it will take for the first boot. Don't worry, stay cool.

How about without root,if same method can do?

Related

Problems While Rooting Lenovo K50a40 (K3 Note)

Many noobs New Users are experiencing Problems rooting Lenovo K3 Note on Marshmallow Rom. So this tutorial will help them Root Lenovo k3 Note and install Custom recovery.:good::good::good:
This is not a cookbook, You need to know what are you doing. Neither I nor XDA is responsible for BRICKED Devices.
Downloads:
Boot.img
SP Flash Tool
(optional)Lenovo K3 Note Stock ROM
Recovery
ADB AND FASTBOOT
Patience
Now to Root Your phone Follow These Steps:
(OPTIONAL) Flash Your Phone with Stock Rom, To do this follow these steps :
Install All the required Drivers.
Download the LENOVO K3 NOTE FIRMWARE from Above.
Now Extract SP Flash Tool And extract FIRMWARE Folder inside it.
Now Run flash_tool.exe as Administrator.
Go to Options>Download> And check both the checkbox(s).
Now Click On Scatter-Loading and navigate to Firmware>target_bin>and select MT6752_Android_scatter.txt .
and click on DOWNLOAD.
NOW connect your Device Powered OFF to your computer and Wait Till a Box Appears Saying "Download OK".
Turn ON your Mobile and complete the initialization.
Now Download the Recovery, Extract it, and load its scatter file in the SP FLASH TOOL with the same config.
And again connect the phone Powered OFF after clicking Download Button.
When it completes. Try to Boot into recovery (by holding VOL+, VOL- and Power button simultaneously).
IF TWRP boots You are good to Go. :good::good::good:
Now Reboot into system and open Settings>DEVELOPER Options and click on USB DEBUGGING and ALLOW OEM UNLOCK.
Now Extract ADB and FASTOOT tools (and PLACE boot.img in the folder) and shift+right-click in the folder and select open command window here.
and type
Code:
adb devices
allow ADB to connect on your phone and then type
Code:
adb reboot-bootloader
Now your phone will reboot in FASTBOOT MODE type
Code:
fastboot devices
if it shows your device then type
Code:
fastboot flash boot boot.img
then type
Code:
fastboot reboot
After that switch off your Phone and boot into recovery.
Now install the SuperSU zip.
Hurray Your Phone is ROOTED.
If you Have Any Problems please Reply :crying::crying:
What's the encryption key of recovery file
Rishi.Nerd said:
What's the encryption key of recovery file
Click to expand...
Click to collapse
I have Updates the Links They should now be working fine.
Albert
Anunay.j said:
I have Updates the Links They should now be working fine.
Click to expand...
Click to collapse
..... i finish to root but my device wont start anymore
custom rom installation without rooting
I have s433 firmware android 6.0,
1. if I just want to install twrp ( without rooting), do I need to flash boot.img
2. if want to install custom ROM and still don’t want to root, do I need to flash boot.img
3. after a litte bit googling i found i need to have an unlocked bootloader and custom recovery for flashing custom rom ,
how do i unlock bootloader ( is boot.img fot that )

how to install recovery in redmi note 4

what is the requirement to install TWRP recovery in Redmi Note 4
1. Universal ADB driver
2. ADB files
3. TWRP Recovery
These 3 files you can download by clicking here after download these files first insatall universal adb driver after that unzip the adb.zip and twrp.zip after unzip both file open twrp unzip folder and copy twrp.img and past it on adb unzip folder.
Your device bootloder must be unlock if your device bootloder is not unlock than unlock it. visit here to unlock your device bootloder.
After unlock bootloder in your device just follow the step given below
Enable USB Debugging
==> Enable Developer option- Goto Settings > About phone > tap on MIUI version 5 to10 times.
==> Enable USB Debugging- Goto Settings > Additional settings > Developer options > USB Debugging and enable it.
Enable OEM Unlock
==> Enable OEM Unlock – Goto Settings > Additional settings > Developer options > Enable OEM Unlock.
Installation Process For TWRP Recovery in Redmi Note 4
1. Now connect your phone Redmi Note 4 to PC via USB cable.
2. Open the ADB unzip Folder.
3. Inside the folder, press and hold “Shift” Key then right click and select and selecte the option “Open command Windows here”. like this
4. The Command prompt will open.
5. Now write the this command.
adb devices
7. If your Redmi Note 4 properly connected to your PC it will show your device with some alphanumeric character.
8. Now write the this command. This will reboot your device into fastboot mode
adb reboot bootloader
9. Now its time to flash TWRP, so run this command.
(NOTE:- you must check in adb folder twrp.img file present or not if not present than past it first from twrp folder)
fastboot flash recovery twrp.img
once flashing process done than turn on your device
Actually you may use command 'dd' in adb shell or a terminal emulator to flash recovery easily.
yadav. said:
fastboot flash boot twrp.img
once flashing process done than turn on your device
Click to expand...
Click to collapse
I seems that the right command is "fastboot flash recovery twrp.img"
Unless you wanna install the recovery onto the kernel partition.
@OP: The correct command to flash the recovery is
fastboot flash recovery twrp.img
Please correct it in your post.
it does't work
after i downloaded the ADB file and the TWRP img together into my phone , which i saw with the CMD . and i open back my phone to recovery mode agian. it does not appear as TWRP . HOW?
Aaronyap said:
after i downloaded the ADB file and the TWRP img together into my phone , which i saw with the CMD . and i open back my phone to recovery mode agian. it does not appear as TWRP . HOW?
Click to expand...
Click to collapse
Because the instruction in first post is incorrect, after you flashed recovery you also need to use this command: "fastboot boot recovery_image_name.img"
This is needed only to boot into TWRP for first time, if you intend on flashing custom ROM's then Format DATA,reboot to recovery again and you can use it normal.

Can't get adb to see my le pro in fastboot

My phone, the LeEco Le Pro 3 LEX727 ZL1_NA US model is on the latest EUI 5.8.021S. I am able to open the adb tools in command prompt and get my computer to recognize my phone with "adb devices", but when I go to the stock fastboot with the Chinese and English writing and use "fastboot devices" nothing shows up. I'm using the latest adb tools and am clueless as to what to do.
Unlock Bootloader - Le Eco Pro 3
If you are not seeing your phone ID in ADB
Did you enable enable Developer options, or chosen MTP?
Its possible that the Android driver driver is outdated, or just try another usb port, preferably in the back of the machine.
Go here to check a whole list of possible causes: https://appuals.com/android-phone-not-showing-up-on-pc/
More than you asked for:
Since you seem to be new to your Leeco phone and new to using custom roms, I am going to go ahead and answer your current question and provide you steps needed to move forward. No big deal, I just copy pasted my notes ( with a few edits)
First steps that you need to take:
1. You will first need to unlock the bootloader :
PHP:
https://forum.xda-developers.com/showpost.php?p=71566961&postcount=203
2. Install Twrp :
PHP:
https://twrp.me/leeco/leecolepro3.html
****** Scroll down to see: Fastboot Install Method (
3. Right now just use ADB. But for the future, I highly recommend that you buy an OTG drive: it makes the whole process a thousand times easier: They are cheap somewhere near $5 and worth ten times that
Unlocking the Bootloader
You can save your self alot of time by looking up how to give ADB system wide privileges: this will allow you to flash files without tying the directory path.
Mauronofrio created a tool called: "TOOL ALL IN ONE"" it's great, install it and check for updates.
PHP:
https://toolaio.tk
The all is one tool is excellent and you can use it to install everything if wanted.
I usually recommend it for novices that can use it to help with unlocking the bootloader and installing TWRP.
The tool will also update your copy of ADB, android Drivers and provide system wide privileges for ADB
LETS RECAP : Choose using the All in One Tool or the ADB Method
**********BEFORE DOING ANYTHING*******************
Make sure you have enabled the developer tools,
Turned on USB debugging
Authorized your computer on your device I.E: “MTP”
Make sure the All in One Tool can see your device
(*) Select your device from the drop down menu, then click check
(*) Choose to install drivers, and set ADB and fastboot privileges from advanced menu.
(*) First attempt to unlock, then check bootloader status
If you have a X727 you will need to flash : emmc_appsboot.mbn from this zip :
PHP:
https://androidfilehost.com/?fid=313042859668275431
Next, choose Recovery flasher and manually select your copy of TWRP
After you have received the success message, I recommend doing the rest of the install manually within Twrp Recovery.
(*) Reboot into TWRP and begin installation of your Rom, Gapps and Magisk.
Using the ADB Method
Install ADB/Fastboot tools on your computer
PHP:
https://wiki.lineageos.org/adb_fastboot_guide.html
1. Make sure you have enabled the developer tools,
2. Turned on USB debugging, and authorized your computer on your device “MTP”
3. Enter fastboot mode on phone (hold power and VOL -)
4. Make sure adb can see your device when you run "adb devices"
5. type: fastboot devices
6. fastboot flash aboot emmc_appsboot.mbn
7. Run { adb reboot bootloader } - No spaces (before/after)
8. Run { fastboot devices } to make sure you see your device
9. Run { fastboot oem unlock-go } to unlock your device temporarily
10. Run { fastboot oem device-info } to verify unlock status
11. Run { fastboot boot recovery_twrp-3.2.1-0-zl1.img }
12. 5. Reboot back to TWRP and begin installation of your Rom, Gapps and Magisk.
13. 6. If you wiped data, your device will now proceed to re-initialize itself as if from the factory
Concerning your device's storage,
When you boot into twrp you will see a message that states that the storage is encrypted.
*****************Important************************ ******************
Ensure that you have TWRP installed as the primary recovery
Ensure that you have TWRP installed as the primary recovery
Ensure that you have TWRP installed as the primary recovery
Ensure that you have TWRP installed as the primary recovery
To remove encryption you will need to format the storage
(Anyone who says otherwise has the X720 and not the X727)
You could also try to skip the formatting step. But you will very likely have permissions issues and get errors and you will eventually have to come back and format ( Again as long as Twrp recovery is install there is very slim chance of ever bricking your phone.
To format the storage
Go to Wipe, choose Format Data and follow the instructions.
This will erase all of photos , music, etc
If you wiped your data partition, you'll need to push the zip file to the newly formatted storage. - This is one BIG reason why using OTG is better. You can use Mauronofrio's "TOOL ALL IN ONE"" for pushing the ROM, Gapps, and Magisk to storage.
Root: You absolutely should root!
NOTE: If you have unlocked the bootloader and flashed TWRP to the recovery partition. But have not yet flashed a Custom Rom the OS will likely reset back to the factory recovery UNLESS YOU ROOT THE SYSTEM. Your device is still unlocked. But the recovery can be overwritten by the stock EUI system, so beware.
Installation of Rom, Gapps, Magisk
Boot into TWRP recovery
1. Go to "Wipe" and then to "Advanced Wipe".
2. Mark "Dalvik / ART Cache", "System", "Data" and "Cache".
3. "Swipe to Wipe" and proceed back the main menu.
4. Go to "Install".
5. Select the ROM zip file and then press "Add more Zips" and select the Gapps zip file, and then the Magisk file.
6. "Swipe to confirm Flash" and wait for some time.
7. After the flashing is finished, just reboot to system.
Finished!
If you need help or have a question message me, I would much rather help you with a successful install versus helping you unbrick your phone.
Thank you for your reply. I figured out the issue. Windows 10 updater wasn't auto installing the driver for some reason even though I have auto update ticked.
simpbrackets said:
Thank you for your reply. I figured out the issue. Windows 10 updater wasn't auto installing the driver for some reason even though I have auto update ticked.
Click to expand...
Click to collapse
You have manually install those drivers usually.
Sent from my LEX720 using xda premium
I have the same issue in Windows 10. All In One Tool sees my x720 in adb mode, but when I switch to bootloader, the phone is gone. Device manager then shows unrecognized android device. I have LTSB version of Windows, so maybe that's why it won't auto install the needed driver. Could anyone point out what kind of driver exactly do I need, so that I can install it manually?

Back to Stock all in one - enable dm-verity, lock bootloader, flash latest OOS

I wanted to create a guide which is as simple as rooting a OnePlus 3T. I don’t know if it will work with the OnePlus 3. I’m not responsible for anything. You’re doing it on your own risk, so only do it if you know what you will do, now! It may brick your device.
This is the way it worked for me. I do not guarantee it will work for you!
READ THE WHOLE INSTRUCTIONS FIRST BEFORE YOU DO ANYTHING​
What we do:
- Flash TWRP
- Flash an old version of OOS
- Enable dm verity
- Relock the bootloader
- Flash the latest stock rom
What you need:
- Computer (Windows 7 or 10)
- USB Cable
- about 1 hour of your lifetime
YOU WILL LOOSE ALL YOUR DATA - ALSO THE INTERNAL STORAGE WILL BE DELETED (pics, music and all the stuff stored there)​
Download to your computer:
Latest TWRP for OnePlus 3T
https://forum.xda-developers.com/on.../recovery-official-twrp-oneplus-3-3t-t3543391
and
latest OOS from OnePlus for your 3T
http://downloads.oneplus.net/
THE USB DRIVERS MUST BE INSTALLED ON YOUR COMPUTER​
Download to the phone:
4.0.2 OOS Stock rom (post #2)
https://forum.xda-developers.com/oneplus-3t/development/recovery-twrp-oneplus-3t-t3507308
Flash TWRP:
1. Start your phone in fastboot mode (don’t connect to your PC yet!)
2. Open CMD as Admin (Windows start-menu - type “cmd”, right-click, run as administrator)
3. connect your phone
4. rename the file to “recovery” (don’t type “recovery.img” manually, only “recovery”)
5. type command “fastboot devices” -> device will be listed
6. command “fastboot flash recovery C:\Users\...\recovery.img” (the path where it’s stored)
7. done -> boot to recovery
8. disconnect your phone - leave CMD open
Flash OOS 4.0.2
1. Go into TWRP
2. wipe “System, Data, Cache, Dalvik”
3. Install OOS 4.0.2
4. reboot into fastboot
Enable dm-verity:
1. connect your 3T when it’s back in fastboot
2. type in CMD “enable dm-verity”
3. done - keep CMD open and the phone connected
Relock the bootloader:
1. type in CMD “fastboot OEM lock”
2. Warning message on your phone will pop up -> choose “yes” on your phone by using the volume buttons to lock the bootloader (keep CMD open)
Update to the newest OOS via “sideload”:
1. VOL down to boot into recovery
2. choose “Install from ADB”
3. “Upgrade Android from USB?” -> “Ok”
4. rename the OOS zip file to "update"
5. type in CMD “adb sideload C:\Users\...update.zip”
6. done
7. reboot the device - it will take about 10 minutes, DO NOT INTERRUPT THE PROCESS
Finish
Take your time! Don't do it if you're in a rush.
Please give me feedback if it worked for you or if I have to change something.
enable dm-verity doesnt work
"enable is not recognised..."
chowchillacharlie said:
enable dm-verity doesnt work
"enable is not recognised..."
Click to expand...
Click to collapse
Did you check if the device is listed in fastboot?
You can also try the command "disable" and then "enable"
Sometimes you may need to do it first, even if it's disabled
Thanks for your threat. I tried this but had to do a couple things differently.
I think enabling/disabling dm-verity works only with old firmware.
What I used:
* 4.0.2 firmware from this threat https://forum.xda-developers.com/oneplus-3t/how-to/firmware-modem-collection-flashable-zips-t3565535
* latest oneplus recovery and rom https://downloads.oneplus.com/
* the recovery can be downloaded from a link on the bottom of the rom download site.
I started with twrp and a custom rom.
You need usb debuging enabled and adb and fastboot installed
What I did:
* I did a Nandroid backup, and copied the sdcards content to my computer, because the following completely wiped my phone
"adb pull /sdcard /path/to/my/drive/"
* flash 4.0.2 firmware, with trp
enter adb sideload mode in twrp and
"adb sideload firmware.zip"
* fastboot flash oneplus recovery
"fastboot flash recovery recovery.img"
* using onplus recovery and sideloading installed latest oneplus rom
enter adb sideload and
"adb sideload oneplusrom.zip"
* did a factory reset in oneplus recovery and cheked if my phone would boot
* entered fastboot mode
"fastboot oem disable_dm_verity", then "fastboot oem enable_dm_verity"
"fastboot oem lock"
after that my phone got wiped again, and the next boot took a long time
Then the phone was completely stock
Wanted to post to say thanks to roor7 and WhataHulk - had a rooted 3T I wanted to sell following an upgrade (best price requires the phone to have no sign of root!), and this was the only method that worked for me to enable dm-verity.
As a quick note, I followed roor7's guide, but got the same error message as chowchillacharlie. After sme playing about I found the simplest soultion was using the CMD line provided towards the end of WhataHulk's guide, i.e. - "fastboot oem disable_dm_verity", then "fastboot oem enable_dm_verity". For me, roor7's guide swapping the type "enable dm-verity" in CMD with "fastboot oem enable_dm_verity" worked a treat.
Sorry if that is all incredibly obvious to most people!
Thanks again gents.

install PitchBlack Recovery on Redmi Note 6 Pro [PBRP]

1. First Unlock the Bootloader of Your Phone. (Attention: Unlocking the bootloader will erase all your data! So please back up your data before you unlock the bootloader)
2. Download The PitchBlack Recovery zip file here.
3. Download the Platform Tools folder here and unzip the folder on your desktop.
4. Unzip the PitchBlack Recovery zip folder and copy the recovery.img form TWRP folder and paste in the Platform tool folder.
5. Enter the fastboot mode by holding together "Volume Down + Power" and connect your device to your computer via USB cable (best would be the original cable)
6. Opne the command Prompt WIndow son the Platforms tool folder.
7. Now enter the following command to flash recovery.
fastboot flash recovery recovery.img
8. Now boot your phone in recovery.
fastboot boot recovery.img
9. Once your phone PBRP recovery copy the Pitch Balck Recovery Zip in the phone.
10. Install the Pitch Balck Recovery Zip file.
11. Reboot > System
Done
.

			
				
Hi,
I installed this recovery. But evry time I boot into recovery, it said enter password. Then I installed DM verity disabler. after that installed this recovery zip file. Now seems working.
But, when I checked the developer options, it isn't showing device is unlocked. It says "this device is locked", and it wants me to bind account to unlock.
I checked by fastboot, and it says device unlocked = true.
Why developer options shows device is locked?
Installed rom is global stable 10.0.5.0
What must I do to developer options unlock status show true(locked).
thanks...
cannot mount storage, please help

Categories

Resources