Asus Zen Fone Pro M1 : Got error "your device is corrupted and can not be trusted" Solution

If you got error on your phone then you should follow the guide as explained below:

Important Note :  First of all you should know about error, there are 3 types of error so check your error type then go ahead !!

1- if you got error Like this 

This error comes when you unlock bootloader. for this type of error only solution : 
Lock bootloader again or flash stock rom on fastboot mode.

2- and if you got error like this

• look closely at image. here says “PRESS POWER BUTTON TO CONTINUE”
• this warning comes when dm-verity become disable and also while updating/upgrading from OTA
• first and for most check that are you able to boot into system or not and for that press and hold power button at red warning and release power button as soon as warning screen changes after that you will get “powered by android” and “ASUS” logo. there are 2 scenarios



1) If you are not able to boot into system and/or stuck at “ASUS” logo do this

A. Go to Asus max pro m1 support site. Here is the link ASUS ZEN FONE PRO M1
B. Download latest update zip (check date if you don’t know which is latest)
C. Copy and paste that zip into external SD card and insert that SD-card into your device
D. Press and hold power button until display went off and release power button as soon as display turn on press and hold volume down key (this will lead to recovery mode of the device)
E. Once you are into recovery mode select>apply manually from external storage> select that downloaded zip
(UL_asusXXXXXX). wait for the installation. Once successful installation done select> reboot into system
F. After that you will be able to login into system
G. Once you boot into system go to settings>System (last option)>about phone>and click multiple times on Build number. [ this will enable developer options]
H. Go back once and open developer options>in debugging enable usb debugging> allow it>pop up will appear on your device screen just tick mark and allow again (if pop up doesn’t appear don’t worry it will appear when you run commands.
I. Now download ‘minimal adb and fastboot’ from this link and setup it.
J. Open command prompt in minimal adb and fastboot folder and type these two commands

Code:
adb devices
Code:
adb reboot "dm-verity enforcing"
K. On successful command entry your device will reboot and now no more red warning.
2) IF YOU ARE ABLE TO BOOT INTO SYSTEM FOLLOW THIS
a) Once you boot into system go to settings>System (last option)>about phone>and click multiple times on Build number. [ this will enable developer options]
b) Go back once and open developer options>in debugging enable usb debugging> allow it>pop up will appear on your device screen just tick mark and allow again (if pop up doesn’t appear don’t worry it will appear in [J.] point
c) Now download ‘minimal adb and fastboot’ from this link and setup it.
d) Open command prompt in minimal adb and fastboot folder and type these two commands

Code:
adb devices
Code:
adb reboot "dm-verity enforcing"

e) On successful command entry your device will reboot and now no more red warning.
3)IF YOU HAVE CUSTOM RECOVERY INSTALLED YOU CAN FOLLOW THIS TOO
Reboot into recovery>advance>terminal>type this command
Code:
reboot "dm-verity enforcing"
Device will reboot on successful command entry

Post a Comment

0 Comments