after reset, the phone writes «the system has been destroyed” - Xiaomi Mi A2 Lite Questions & Answers

after a reset, the phone writes system has been destroyed, and the volume down button does not work for me,twrp too, because I once installed and I had the same error when I went to twrp.dificult situation.i hope in your help.

erjanfromkyrgyzstan said:
after a reset, the phone writes system has been destroyed, and the volume down button does not work for me,twrp too, because I once installed and I had the same error when I went to twrp.dificult situation.i hope in your help.
Click to expand...
Click to collapse
EDL flash stock again
1. Download 10.0.13.0 fastboot images, MiFlash 2017.04.25, ADB drivers 1.43, and install them
2. Extract the fastboot images to Hard Drive's root folder (such as D:/)
2. Boot to fastboot (power + vol down)
3. Type 'fastboot oem edl'
4. Open MiFlash. Locate the fastboot images
5. Select 'clean all'. Do not select clean + lock. Start flashing
6. If 'success' is displayed, long-press power and wait until 'welcome' is displayed.
7. And you're basically done. Your data has been deleted with the process tho'.

RFD80M-75679 said:
EDL flash stock again
1. Download 10.0.13.0 fastboot images, MiFlash 2017.04.25, ADB drivers 1.43, and install them
2. Extract the fastboot images to Hard Drive's root folder (such as D:/)
2. Boot to fastboot (power + vol down)
3. Type 'fastboot oem edl'
4. Open MiFlash. Locate the fastboot images
5. Select 'clean all'. Do not select clean + lock. Start flashing
6. If 'success' is displayed, long-press power and wait until 'welcome' is displayed.
7. And you're basically done. Your data has been deleted with the process tho'.
Click to expand...
Click to collapse
my volume down button does not work

RFD80M-75679 said:
EDL flash stock again
1. Download 10.0.13.0 fastboot images, MiFlash 2017.04.25, ADB drivers 1.43, and install them
2. Extract the fastboot images to Hard Drive's root folder (such as D:/)
2. Boot to fastboot (power + vol down)
3. Type 'fastboot oem edl'
4. Open MiFlash. Locate the fastboot images
5. Select 'clean all'. Do not select clean + lock. Start flashing
6. If 'success' is displayed, long-press power and wait until 'welcome' is displayed.
7. And you're basically done. Your data has been deleted with the process tho'.
Click to expand...
Click to collapse
Help pls

erjanfromkyrgyzstan said:
Help pls
Click to expand...
Click to collapse
You have to hold the power and volume down to boot to fastboot until fastboot logo appears. If really broken button, I guess shorting the test pins can boot it to EDL. Need open device though.
Some tutorial video on Test point EDL (non-English): https://m.youtube.com/watch?v=BrEyAEXid_o

Related

[ROOT][GUIDE][ZD551KL] Zenfone Selfie Stock Android 6.0.1

This tutorial was tested on Stock Android 6.0.1 with unlocked bootloader
HOW TO
1) Install the ADB;
2) Copy the SuperSU file to the phone memory;
2) Disconnect phone;
3) Enter the Fastboot mode: Turn the phone on by holding volume (+) and the power button;
4) Connect the device via USB to the computer;
5) Copy the TWRP .zip file to the ADB folder (C: \ adb);
6) Right-click an empty area inside the Fastboot folder by holding down the SHIFT key on the keyboard and select the open command window option here;
7) Then, enter the following command in the command window:
Fastboot flash recovery twrp-3.0.2-5-Z00L.img
Click to expand...
Click to collapse
8) Then enter the following command:
Fastboot reboot
Click to expand...
Click to collapse
9) Your phone will reboot after entering this command. Once you send the command, press and hold the volume key (+) to enter the TWRP;
10) In TWRP go to Install and select the SuperSU .zip file. At the end of the installation, clean the Dalvik / Cache and restart the phone.
There, your Zenfone Selfie is rooted!
Note:
NO ONE IN THIS FORUM, NOR THE FORUME ITSELF, IT'S RESPONSABLE OF YOUR ACTION!
THIS GUIDE COULD BRICK YOUR PHONE, FOLLOW IT AT YOUR OWN RISK!
Required files:
ADB: https://drive.google.com/file/d/0B0MKgCbUM0itVVFWRC02Q0VBQnc/view?usp=sharing
TWRP 3.0.2-5-Z00L (.img): https://dl.twrp.me/Z00L/
SuperSU (2.79 - zip version): http://www.supersu.com/download
hello,
after interring " Fastboot flash recovery twrp-3.0.2-5-Z00L.img"
it is stuck on " waiting for device "
what is the solution ?

Cant boot to recovery

Hello guys,
After doing oem unlock with fastboot ,i've tried to flash TWRP recovery but after the comand i cannot acess recovery, it just reboots. Tried several recovery images and read alot of toturials but with no sucess!! Win10 64bits computer here.
Thanks,
NightSource
Nightsource said:
Hello guys,
After doing oem unlock with fastboot ,i've tried to flash TWRP recovery but after the comand i cannot acess recovery, it just reboots. Tried several recovery images and read alot of toturials but with no sucess!! Win10 64bits computer here.
Thanks,
NightSource
Click to expand...
Click to collapse
Did you hold the volume down button + power button to get to recovery mode manually right after flashing?
Gesendet von meinem ONEPLUS A3003 mit Tapatalk
If you have successfully unlocked the bootloader, you'll get a bootloader unlocked warning every time you boot. On the warning screen, click either of the volume buttons and you'll be redirected to a bootup menu. From there, you can select "boot to recovery" using the volume rocker and power button.
Alternatively, enable "advanced reboot" in developer options and reboot to recovery from the main OS power menu.
If these don't work, reflash TWRP using fastboot. Make sure that you're using at least version 3.0.3-1, best to use 3.0.4-1.
Tried manually reboot into recovery but it just reboots,
I can sucessfully unlock as i have the warning on boot, but there if i go to the menu and press for recovery it just reboots, tried several tipes of recovery TWRP imgs
Any help greatly wanted
Download this version of TWRP (jcadduono's 4.0.3-1). Rename the file to something like twrp.img.
1) Make sure adb/fastboot is working on your computer (if you've already unlocked the bootloader, then I am assuming it is).
2) Put your phone into fastboot mode and connect it to your computer. Open a command prompt where you can access fastboot.
3) Put the twrp.img file to the same folder where you opened your command prompt.
3) Enter
Code:
fastboot devices
in fastboot and make sure your phone shows up with its serial number.
4) Enter
Code:
fastboot erase recovery
to erase your current recovery
5) Enter
Code:
fastboot flash recovery [B]twrp.img[/B]
, where twrp.img is whatever you named your twrp file.
6) Enter
Code:
fastboot reboot
to reboot into your main system. You can either reboot then use advanced startup to enter recovery, or press a volume button at the bootloader warning page to boot directly to recovery.
Anova's Origin said:
Download this version of TWRP (jcadduono's 4.0.3-1). Rename the file to something like twrp.img.
1) Make sure adb/fastboot is working on your computer (if you've already unlocked the bootloader, then I am assuming it is).
2) Put your phone into fastboot mode and connect it to your computer. Open a command prompt where you can access fastboot.
3) Put the twrp.img file to the same folder where you opened your command prompt.
3) Enter
Code:
fastboot devices
in fastboot and make sure your phone shows up with its serial number.
4) Enter
Code:
fastboot erase recovery
to erase your current recovery
5) Enter
Code:
fastboot flash recovery [B]twrp.img[/B]
, where twrp.img is whatever you named your twrp file.
6) Enter
Code:
fastboot reboot
to reboot into your main system. You can either reboot then use advanced startup to enter recovery, or press a volume button at the bootloader warning page to boot directly to recovery.
Click to expand...
Click to collapse
Sometimes it helps to use fastboot to boot the image directly after you flash it. This ensures you get into recovery since it loads it off your computer.
It should then work normally afterwards
Sent from my ONEPLUS A3000 using Tapatalk

[guide] flashing guide for pixel experience.

BASIC FLASHING GUIDE BY BHAGYESH RANE.
UNLOCKING PROCEDURE:
Unlock bootloader required. To do so, Go to Settings, About Phone, and tap of Build Number 7 times.
After that go back and go to Settings, System, Developer Options, and enable Oem Unlocking.
After that, Long press vol- and power to enter fastboot mode.
Enter these two commands for unlocking (read NOTE):
- fastboot flashing unlock
- fastboot flashing unlock_critical
NOTE: All your data will be lost, so keep your backup somewhere other than your Mi A3.
FLASHING PIXEL EXPERIENCE:
After you have unlocked the bootloader, download the Pixel.7z file and extract it in a folder.
After that, enter fastboot again by long pressing volume down + power.
Open Cmd-here file and enter these commands one by one. Wait for each command to execute successfully.
fastboot set_active a
fastboot erase boot
fastboot erase system
fastboot flash dtbo dtbo.img
fastboot flash system system.img
fastboot flash vbmeta vbmeta.img
fastboot flash boot recovery.img.img
fastboot reboot -> After you enter this command, press volume up + button to boot into TWRP recovery.
After you enter TWRP Recovery,
- Go to Wipe, select Format Data and Type yes to format.
- Go back and go to Reboot, Select Recovery, select do not install.
- keep your phone connected during this, Again in the same Command Prompt, Type following commands:
1. adb push boot.img /sdcard
2. adb push recovery.zip /sdcard
3. adb push patch_no_fde10.zip /sdcard
- Now, go to install, select image, select boot.img, select boot and swipe to flash.
- then again go to install, select recovery.zip and swipe to flash
- then again go to install, select patch_no_fde10.zip, swipe to flash
- then Go to Wipe, select Format Data and Type yes to format.
- Go back and go to Reboot, Select system, select do not install.
now hopefully you will boot to the AMAZING PIXEL EXPERIENCE ROM.
link for files - https://mega.nz/#!V2QHwK6A!Wol5iP3zwPhVhrQ_7kkHk-3Htb3CkzV49TBFc0VO0F0
I'm stuck since I can't upload any files because adb doesn't detect any devices while on TWRP. I've disabled and re-enabled MTP and mounted every partition but still no luck. It's a brand new MI A3: I just switched on, unlocked bootloader and tried to install PE.
EDIT: I solved the problem. If someone has the same problem these are the steps I followed:
- disconnect the usb cable while on TWRP
- on TWRP go to Mount
- tap on Disable MTP
- go back to Reboot
- Reboot to Recovery
- Re-enable MTP and connect the usb cable
yossarian82it said:
I'm stuck since I can't upload any files because adb doesn't detect any devices while on TWRP. I've disabled and re-enabled MTP and mounted every partition but still no luck. It's a brand new MI A3: I just switched on, unlocked bootloader and tried to install PE.
EDIT: I solved the problem. If someone has the same problem these are the steps I followed:
- disconnect the usb cable while on TWRP
- on TWRP go to Mount
- tap on Disable MTP
- go back to Reboot
- Reboot to Recovery
- Re-enable MTP and connect the usb cable
Click to expand...
Click to collapse
Try to install from platform tools, not from minimal adb. Download Platform tools for windows and try again.
any others mirros???
Booted to pe rom but nothing seems to work. Everytime i try to click inside settings phone get stucks. And hangs and then reboot itself
Why do i need twrp if I'm gonna flash from flshboot
Arkapravoarka said:
Why do i need twrp if I'm gonna flash from flshboot
Click to expand...
Click to collapse
If you want to root. To flash magisk
Can flashing be done through fastboot mode only??
Becoz im facing issue like signal 4 error in twrp while flashing rom. So, can i flash pixel experince via fastboot mode?
BhagyeshGamer said:
BASIC FLASHING GUIDE BY BHAGYESH RANE.
UNLOCKING PROCEDURE:
Unlock bootloader required. To do so, Go to Settings, About Phone, and tap of Build Number 7 times.
After that go back and go to Settings, System, Developer Options, and enable Oem Unlocking.
After that, Long press vol- and power to enter fastboot mode.
Enter these two commands for unlocking (read NOTE):
- fastboot flashing unlock
- fastboot flashing unlock_critical
NOTE: All your data will be lost, so keep your backup somewhere other than your Mi A3.
FLASHING PIXEL EXPERIENCE:
After you have unlocked the bootloader, download the Pixel.7z file and extract it in a folder.
After that, enter fastboot again by long pressing volume down + power.
Open Cmd-here file and enter these commands one by one. Wait for each command to execute successfully.
fastboot set_active a
fastboot erase boot
fastboot erase system
fastboot flash dtbo dtbo.img
fastboot flash system system.img
fastboot flash vbmeta vbmeta.img
fastboot flash boot recovery.img.img
fastboot reboot -> After you enter this command, press volume up + button to boot into TWRP recovery.
After you enter TWRP Recovery,
- Go to Wipe, select Format Data and Type yes to format.
- Go back and go to Reboot, Select Recovery, select do not install.
- keep your phone connected during this, Again in the same Command Prompt, Type following commands:
1. adb push boot.img /sdcard
2. adb push recovery.zip /sdcard
3. adb push patch_no_fde10.zip /sdcard
- Now, go to install, select image, select boot.img, select boot and swipe to flash.
- then again go to install, select recovery.zip and swipe to flash
- then again go to install, select patch_no_fde10.zip, swipe to flash
- then Go to Wipe, select Format Data and Type yes to format.
- Go back and go to Reboot, Select system, select do not install.
now hopefully you will boot to the AMAZING PIXEL EXPERIENCE ROM.
link for files - https://mega.nz/#!V2QHwK6A!Wol5iP3zwPhVhrQ_7kkHk-3Htb3CkzV49TBFc0VO0F0
Click to expand...
Click to collapse
i want to flash another custom kernel but after flashing pixel experience 4 custom rom my device is not rooted . and i m unable to fastboot the device . it shows qualcom flashdump mode. please help!!!

Repair your ROG2 phone with EDL mode,Official firmware!

Success is disgusted by some people, and will not share any files for free in the future.
Success!!!
This is awesome! Thanks much. I don't understand what you mean by "Factory setting must be restored after booting" though. Do you mean you need to go into Recovery mode and wipe the data?
Here's some instructions I put together that would have helped save me a lot of time. Please correct anything I missed:
After you have downloaded the zip file, here are the step-by-step instructions:
1. Extract the zipped folder wherever you want on your PC.
2. Open a CMD window.
3. cd /d <whatever path it is to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder> e.g., "cd /d D:\RogPhoneII\ASUS_ROG2_ZS660KL_QPST_Firmware\images"
4. Make sure your PC is connected to the side port of your phone and the phone is in fastboot mode (Volume UP button + Power button).
5. Check and make sure your PC is connected properly by entering "fastboot devices" in the command window. You should see the ID of your device.
6. Then enter "fastboot oem enter-dload" in the command window. This will put the phone in emergency download mode (EDL). My phone went all black.
7. Open "\ASUS_ROG2_ZS660KL_QPST_Firmware\MiFlash2018-5-28-0" folder. Launch "XiaoMiFlash.exe".
8. Click "refresh". You should see a device in the list.
9. Click "select" and navigate to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder.
10. Click "flash". Wait until it says "success".
11. After it's done, you'll hold down the UP button, Down button, and Power button on the phone at the same time until it shuts down.
12. Hold Up button and Power button at same to boot into fastboot mode again. Select Recovery mode by using the Up/Down buttons on the phone. Press the Power button to select.
13. Select "wipe data" from the drop down list. Go down the list of "no" until you get to the "yes" and press the Power button.
14. Select "reboot now".
15. Done.
greywookiee said:
This is awesome! Thanks much. I don't understand what you mean by "Factory setting must be restored after booting" though. Do you mean you need to go into Recovery mode and wipe the data?
Here's some instructions I put together that would have helped save me a lot of time. Please correct anything I missed:
After you have downloaded the zip file, here are the step-by-step instructions:
1. Extract the zipped folder wherever you want on your PC.
2. Open a CMD window.
3. cd /d <whatever path it is to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder> e.g., "cd /d D:\RogPhoneII\ASUS_ROG2_ZS660KL_QPST_Firmware\images"
4. Make sure your PC is connected to the side port of your phone and the phone is in fastboot mode (Volume UP button + Power button).
5. Check and make sure your PC is connected properly by entering "fastboot devices" in the command window. You should see the ID of your device.
6. Then enter "fastboot oem enter-dload" in the command window. This will put the phone in emergency download mode (EDL). My phone went all black.
7. Open "\ASUS_ROG2_ZS660KL_QPST_Firmware\MiFlash2018-5-28-0" folder. Launch "XiaoMiFlash.exe".
8. Click "refresh". You should see a device in the list.
9. Click "select" and navigate to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder.
10. Click "flash". Wait until it says "success".
11. After it's done, you'll hold down the UP button, Down button, and Power button on the phone at the same time until it shuts down.
12. Hold Up button and Power button at same to boot into fastboot mode again. Select Recovery mode by using the Up/Down buttons on the phone. Press the Power button to select.
13. Select "wipe data" from the drop down list. Go down the list of "no" until you get to the "yes" and press the Power button.
14. Select "reboot now".
15. Done.
Click to expand...
Click to collapse
Hi is the ASUS_ROG2_ZS660KL_QPST_Firmware\images
Folder in the zip you posted? Where do I find it?
PJay83 said:
Hi is the ASUS_ROG2_ZS660KL_QPST_Firmware\images
Folder in the zip you posted? Where do I find it?
Click to expand...
Click to collapse
The first entry of this thread.
Is the official firmware WW or CN?
I'm just thinking this is probably an easier way for CN guys to get WW if the QPST fw is WW
cheetah2k said:
Is the official firmware WW or CN?
I'm just thinking this is probably an easier way for CN guys to get WW if the QPST fw is WW
Click to expand...
Click to collapse
ww
greywookiee said:
This is awesome! Thanks much. I don't understand what you mean by "Factory setting must be restored after booting" though. Do you mean you need to go into Recovery mode and wipe the data?
Here's some instructions I put together that would have helped save me a lot of time. Please correct anything I missed:
After you have downloaded the zip file, here are the step-by-step instructions:
1. Extract the zipped folder wherever you want on your PC.
2. Open a CMD window.
3. cd /d <whatever path it is to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder> e.g., "cd /d D:\RogPhoneII\ASUS_ROG2_ZS660KL_QPST_Firmware\images"
4. Make sure your PC is connected to the side port of your phone and the phone is in fastboot mode (Volume UP button + Power button).
5. Check and make sure your PC is connected properly by entering "fastboot devices" in the command window. You should see the ID of your device.
6. Then enter "fastboot oem enter-dload" in the command window. This will put the phone in emergency download mode (EDL). My phone went all black.
7. Open "\ASUS_ROG2_ZS660KL_QPST_Firmware\MiFlash2018-5-28-0" folder. Launch "XiaoMiFlash.exe".
8. Click "refresh". You should see a device in the list.
9. Click "select" and navigate to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder.
10. Click "flash". Wait until it says "success".
11. After it's done, you'll hold down the UP button, Down button, and Power button on the phone at the same time until it shuts down.
12. Hold Up button and Power button at same to boot into fastboot mode again. Select Recovery mode by using the Up/Down buttons on the phone. Press the Power button to select.
13. Select "wipe data" from the drop down list. Go down the list of "no" until you get to the "yes" and press the Power button.
14. Select "reboot now".
15. Done.
Click to expand...
Click to collapse
Yes
cheetah2k said:
Is the official firmware WW or CN?
I'm just thinking this is probably an easier way for CN guys to get WW if the QPST fw is WW
Click to expand...
Click to collapse
I think you're right.
---------- Post added at 07:56 AM ---------- Previous post was at 07:53 AM ----------
greywookiee said:
I think you're right.
Click to expand...
Click to collapse
Though, you still want to be able to do updates and stuff without needing someone to break all the files out into separate images. This was a huge life saver thanks to John.
Please help me. I have widevine security L3 instead of L1 (also at relock bootloader). Here is what happen to me:
1. Unlock the bootloader and get persist.img, but wrong size of package then i have lost the serial number (C4ATAS000000). The size of persist file is 16mb instead of 32mb by default.
2. Try to get another persist.img from another device, then use Ultra editor to find and change back to my real Serial Number. And it worked.
3. Figure out widevine security is always stay at L3, whenever bootloader is re-locked. Also Asus unlock bootloader apk from asus homepage is not working, it said "error network".
4. Do flash raw from all version, also factory reset...etc but no luck.
.............................................
Do you know what is really happened when we flash wrong persist.img and flash another persist (which is already change Serial number back to real one)?
Mistake
If your phone can only enter EDL mode (9008 mode)
this firmware is glad to help you. It can be flashed in through
the QPST tool, or it can be flashed in through the Xiaomi miflash tool.
To use the QPST tool, you must change the EMMC to UFS. No matter which tool you use,
you must restore the factory settings after the phone is turned on, otherwise the storage
of the phone will recognize the error! !! !!
Factory settings must be restored after booting! !! !!
The firmware is made through the official package UL-ASUS_I001_1-ASUS-16.0631.1910.35-1.1.207-user.zip
without any modification, Suitable for repairing phones that can only enter edl mode(9008 mode).
File Downlaod link:https://drive.google.com/open?id=1Pk...Sf6cDq7SuJiBBu
Click to expand...
Click to collapse
godmode post! thank you sir! Fixed my bricked rog 2
johnny886 said:
If your phone can only enter EDL mode (9008 mode)
this firmware is glad to help you. It can be flashed in through
the QPST tool, or it can be flashed in through the Xiaomi miflash tool.
To use the QPST tool, you must change the EMMC to UFS. No matter which tool you use,
you must restore the factory settings after the phone is turned on, otherwise the storage
of the phone will recognize the error! !! !!
Factory settings must be restored after booting! !! !!
The firmware is made through the official package UL-ASUS_I001_1-ASUS-16.0631.1910.35-1.1.207-user.zip
without any modification, Suitable for repairing phones that can only enter edl mode(9008 mode).
File Downlaod link:https://drive.google.com/open?id=1Pkt2k82JtK66DzJn3tSf6cDq7SuJiBBu
Click to expand...
Click to collapse
How do I change To use the QPST tool, you must change the EMMC to UFS. No matter which tool you use.
ltth said:
How do I change To use the QPST tool, you must change the EMMC to UFS. No matter which tool you use.
Click to expand...
Click to collapse
Thanks!
ltth said:
Thanks!
Click to expand...
Click to collapse
Hi, I've managed to unbrick my ROG Phone II Tencent Edition 8/128 with a locked bootloader having "slot _a" error. Provided that you can do fastboot.
My equipment for flashing, for sure you already have ADB installed in your computer, my computer is an x64 Intel Windows 10 laptop, I used USB 2.0 not USB 3.0
Credit to @johnny886 for the sharing the tool,
"If your phone can only enter EDL mode (9008 mode)
this firmware is glad to help you. It can be flashed in through
the QPST tool, or it can be flashed in through the Xiaomi miflash tool.
To use the QPST tool, you must change the EMMC to UFS. No matter which tool you use, -(I personally :did" not change anything, I just downloaded the file and followed grewookie's instruction below )
you must restore the factory settings after the phone is turned on, otherwise the storage
of the phone will recognize the error! !! !!
Factory settings must be restored after booting! !! !!
The firmware is made through the official package UL-ASUS_I001_1-ASUS-16.0631.1910.35-1.1.207-user.zip
without any modification, Suitable for repairing phones that can only enter edl mode(9008 mode).
File Downlaod link: https://drive.google.com/open?id=1Pk...Sf6cDq7SuJiBBu"
Credits to @greywookiee for the super clear instruction:
"Here's some instructions I put together that would have helped save me a lot of time. Please correct anything I missed:
After you have downloaded the zip file, here are the step-by-step instructions:
1. Extract the zipped folder wherever you want on your PC.
2. Open a CMD window.
3. cd /d <whatever path it is to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder> e.g., "cd /d D:\RogPhoneII\ASUS_ROG2_ZS660KL_QPST_Firmware\imag es"
4. Make sure your PC is connected to the side port of your phone and the phone is in fastboot mode (Volume UP button + Power button).
5. Check and make sure your PC is connected properly by entering "fastboot devices" in the command window. You should see the ID of your device.
6. Then enter "fastboot oem enter-dload" in the command window. This will put the phone in emergency download mode (EDL). My phone went all black.
7. Open "\ASUS_ROG2_ZS660KL_QPST_Firmware\MiFlash2018-5-28-0" folder. Launch "XiaoMiFlash.exe".
8. Click "refresh". You should see a device in the list.
9. Click "select" and navigate to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder.
10. Click "flash". Wait until it says "success".
11. After it's done, you'll hold down the UP button, Down button, and Power button on the phone at the same time until it shuts down.
12. Hold Up button and Power button at same to boot into fastboot mode again. Select Recovery mode by using the Up/Down buttons on the phone. Press the Power button to select.
13. Select "wipe data" from the drop down list. Go down the list of "no" until you get to the "yes" and press the Power button.
14. Select "reboot now".
15. Done."
followed the steps until number 8 after i clicked refresh the MI app stopped responding (not responding).. dont know what im doing wrong..
tuannghia1985 said:
Please help me. I have widevine security L3 instead of L1 (also at relock bootloader). Here is what happen to me:
1. Unlock the bootloader and get persist.img, but wrong size of package then i have lost the serial number (C4ATAS000000). The size of persist file is 16mb instead of 32mb by default.
2. Try to get another persist.img from another device, then use Ultra editor to find and change back to my real Serial Number. And it worked.
3. Figure out widevine security is always stay at L3, whenever bootloader is re-locked. Also Asus unlock bootloader apk from asus homepage is not working, it said "error network".
4. Do flash raw from all version, also factory reset...etc but no luck.
.............................................
Do you know what is really happened when we flash wrong persist.img and flash another persist (which is already change Serial number back to real one)?
Click to expand...
Click to collapse
请问要怎么得到另一个设备的persist.img,然后怎么编辑sn,最后要怎么写入手机?有具体的步骤 吗
Mod Traduction :
May I ask how to get the persist.img of another device, then how to edit the sn, and finally how to write it to the phone? Are there specific steps?
Click to expand...
Click to collapse
葫芦娃搞奥特曼 said:
请问要怎么得到另一个设备的persist.img,然后怎么编辑sn,最后要怎么写入手机?有具体的步骤 吗
Click to expand...
Click to collapse
Get another user persist.img (with correct 32.768 kb)
Using HEX editor or Ultra Edit to find SSN, ISN and IMEI in persist.img
Return to fastboot - then 9008 mode, use bat to write back to your phone and you will have back Asus unlock bootloader apk (working), have Serial number back.
For question: "How could i find real SSN, ISN and real IMEI?"
Please use command "fastboot oem device-info" in fastboot mode, it will show your real information.
Br,
greywookiee said:
This is awesome! Thanks much. I don't understand what you mean by "Factory setting must be restored after booting" though. Do you mean you need to go into Recovery mode and wipe the data?
Here's some instructions I put together that would have helped save me a lot of time. Please correct anything I missed:
After you have downloaded the zip file, here are the step-by-step instructions:
1. Extract the zipped folder wherever you want on your PC.
2. Open a CMD window.
3. cd /d <whatever path it is to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder> e.g., "cd /d D:\RogPhoneII\ASUS_ROG2_ZS660KL_QPST_Firmware\images"
4. Make sure your PC is connected to the side port of your phone and the phone is in fastboot mode (Volume UP button + Power button).
5. Check and make sure your PC is connected properly by entering "fastboot devices" in the command window. You should see the ID of your device.
6. Then enter "fastboot oem enter-dload" in the command window. This will put the phone in emergency download mode (EDL). My phone went all black.
7. Open "\ASUS_ROG2_ZS660KL_QPST_Firmware\MiFlash2018-5-28-0" folder. Launch "XiaoMiFlash.exe".
8. Click "refresh". You should see a device in the list.
9. Click "select" and navigate to the "\ASUS_ROG2_ZS660KL_QPST_Firmware\images" folder.
10. Click "flash". Wait until it says "success".
11. After it's done, you'll hold down the UP button, Down button, and Power button on the phone at the same time until it shuts down.
12. Hold Up button and Power button at same to boot into fastboot mode again. Select Recovery mode by using the Up/Down buttons on the phone. Press the Power button to select.
13. Select "wipe data" from the drop down list. Go down the list of "no" until you get to the "yes" and press the Power button.
14. Select "reboot now".
15. Done.
Click to expand...
Click to collapse
johnny886 said:
If your phone can only enter EDL mode (9008 mode)
this firmware is glad to help you. It can be flashed in through
the QPST tool, or it can be flashed in through the Xiaomi miflash tool.
To use the QPST tool, you must change the EMMC to UFS. No matter which tool you use,
you must restore the factory settings after the phone is turned on, otherwise the storage
of the phone will recognize the error! !! !!
Factory settings must be restored after booting! !! !!
The firmware is made through the official package UL-ASUS_I001_1-ASUS-16.0631.1910.35-1.1.207-user.zip
without any modification, Suitable for repairing phones that can only enter edl mode(9008 mode).
File Downlaod link:https://drive.google.com/open?id=1Pkt2k82JtK66DzJn3tSf6cDq7SuJiBBu
Click to expand...
Click to collapse
Just 2 doubts:
1. Will I get OTA update after doing this?
2. I am on A10 Beta 6. will It be successful to roll back to this firmware?
Hi in Mi Flash when i refresh and select flash it gives me an error object reference not set to an instance of an object please help me
Help
Gives me Sarahah error on QPST and also gives a flash error on MI flash

Id like to beg for help with rooting my RN 8 Pro

Basically I have rooted my old Redmi Note 4 but that was past guarantee so I did not care that much.
My current RN 8 Pro is still 1 year in guarantee so I literally do not have the balls to do it on my own.
Is there any good soul who would help me out with rooting it, pretty please? Thanks very much in advance
btw. I do know stuff about Unlocking Boot Loader, installing TWRP trough Command Window and Flashing Magisk...that should be potentially enough but as I said above no balls and do not want to F things up and brick it.
Redmi Note 8 Pro Guide [Firmwares | ROOT CN/GLOBAL | TWRP Recovery]
Redmi Note 8 Pro [Begonia] [Global Version Only] WARNING: Before attempting to root your device, do note that by unlocking your bootloader and modifying your device with root, ROMs, etc... you are risking voiding your warranty! I am NOT...
forum.xda-developers.com
A great guide is here :3
Not sure you need my help for that but yeah if ya run into any problems, ill be here to help ya
Ty for responding. I read that but Im still not sure about what TWRP use on my phone (im not sure if i have to use special one or just latest version) and because I want to only root my phone Im also not sure, if I need to get a different ROM or I can do that on this STOCK ONE I have.
I bought my RN 8 Pro in EU. Im gonna try to give you more information about my phone, if you would be able to link me TWRP what I need and other files to root it...that would be awesome (its not like i cant read or im lazy f**k, its more like i dont want to F things up).
Version of MIUI: MIUI Global 12.0.5; Stable 12.05.0(QGGEUXM)
Version of Android: 10 QP1A. 190711.020
Android Level of Security: 2021-04-01
Thank you very much
1. UNLOCKING BOOTLOADER :
- Download the Mi Unlock app to PC, and sign in with your Mi Account;
- Enable Developer Option in your phone by tapping the "Build Number" 7 times
- Go to Developer Options "Settings > Additional Settings > Developer Options
- Enable USB Debugging and OEM Unlocking
- Aslo add account in Mi Unlock Status (Can be found in Developer Options
- Install all the required drivers (adb drivers, vcom drivers etc.) In your PC [I'll link these below]
- Shut down your phone manually, and hold Volume down key and Power button to enter Fastboot mode
- Connect your phone to PC using USB cable and click "Unlock". In Mi Unlock Tool
- You will be given a specific time (168 hours mostly)
- Wait until that and redo Unlock process
- Your device’s bootloader is unlocked
2. FLASHING TWRP :
- Install Minimal ADB and fastboot on your PC [Link will be provided below]
- Download LR Team TWRP [This work for now, I'll provide link below and will update it after we have another proper TWRP]
- Put that TWRP in the file location of ADB and Fastboot (Right click on Minimal ADB and Fastboot icon on desktop and click on Open file location)
- rename that recovery to "twrp" for convenience (optional)
- Now Connect your phone to PC With USB Debugging on (keep phone on).
- Type
Code:
adb devices
and accept the pop up on phone's screen.
- Now reboot your phone to Fastboot mode
- Type
Code:
fastboot devices
- Your device ID will be visible on Screen.
- Then type
Code:
fastboot flash recovery twrp.img
- When it's done, Remove cable and Hold Power + Vol. Up when phone starts turning on leave the power button but keep pressing Vol. UP until TWRP splash Screen shows up.
- Done
3. ROOTING :
- In TWRP mount System
- Go to Advanced > file manager
- then go to system_root > system and delete "recovery-from-boot.p"
- Go home and again go to advanced and Select "Close AVB2.0" swipe to confirm.
- Go back and select "Install Root"
- Here you go magisk 19.4 will be installed (U can chose any other versions afterwards.)
- Reboot the device to system.
- Done!
LINKS
1. Mi Unlock tool
2. Minimal ADB and Fastboot
3. ADB Drivers for MTK
4. MTK USB Drivers
5. LR Team TWRP
Hello once again...I might need some help
I was following these steps but after flashing this TWRP I cant enter into the TWRP...so far Ive tried holding power button then pressing Volume +; holding power button and then holding Volume+; even holding them both but still without any result...any chance you might help me here, please?
*EDIT: Im flashing stock ROM
Go to the system then do
adb reboot recovery
I flashed TWRP recovery once again, then I went for "adb reboot recovery". This is what happened after I used "adb reboot recovery" (attached picture). There is no sign about TWRP. What am I doing wrong? I literally followed the guide the flash of the recovery TWRP is successful. Is there any chance that Im flashing wrong TWRP recovery? Or that Im doing it on stock ROM? Usually its problem between chair and keyboard but I dont know :-/.
So Ive tried to boot TWRP through after flashing it with "fastboot boot twrp.img". It went through but it booted like normal so I ended up in system like when you turn on your phone normally.
Anybody, anything please?
N00B92 said:
Anybody, anything please?
Click to expand...
Click to collapse
First: what version of miui?
If you're on miui 12.5 this method will cause reboot.
If your phone is < 12.0.X its okay.
It looks like flashing recovery worked.
Instead of trying to adb reboot recovery after flashing recovery try this:
- When it's done, Remove cable and Hold Power + Vol. Up when phone starts turning on leave the power button but keep pressing Vol. UP until TWRP splash Screen shows up.
Version of MIUI: MIUI Global 12.0.5; Stable 12.05.0(QGGEUXM)
Version of Android: 10 QP1A. 190711.020
Android Level of Security: 2021-04-01
I was already trying that, if I do it how you typed the screen is gonna keep blinking with MIUI logo.
I was looking for the answers and I found smth about "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img" to disable android verified boot, but dunno if its my case on stock ROM or not.
N00B92 said:
I was looking for the answers and I found smth about "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img" to disable android verified boot, but dunno if its my case on stock ROM or not.
Click to expand...
Click to collapse
First you need to enter recovery, i think you didn't flash boot.
Follow the method below exactly.
Original post and files can be found here.
If error occurs..
1. Go to Minimal ADB and Fastboot in C: of your PC. Open Fastboot folder and Press Shift+Right Click and Select Open Command Window Here at the CMD type fastboot devices and enter (check if it's recognized the device).
2. Enter the following commands: fastboot flash boot boot.img and Enter then fastboot flash recovery recovery.img and Enter. We have flashed clean boot and TWRP.
3. Disconnect the phone from the PC, hold the Power button as the screen goes blank immediately hold Volume + the TWRP splash screen will appear and disappear still hold the button when the TWRP splash screen appears a second time release Volume +. The recovery_fromboot.p file is already deleted earlier.
5. Go to Mount in TWRP check data, system, vendor, nvdata and now you can decrypt DATA by formatting in TWRP Wipe-Fotmat Data, write yes and swipe.
6. Disconnect the phone from the PC, hold the Power button as the screen goes blank immediately hold Volume + the TWRP splash screen will appear and disappear still hold the button when the TWRP splash screen appears a second time release Volume +. If Chinese language change to English. If TWRP will ask you the password (this means that there is DATA encryption)click on CANCEL and get to the main screen.
We go to the mount, put check on data, system, vendor, nvdata and MicroSD card (if the phone has a memory card).
Press home to return to the main screen Choose Advanced-File Manager item >system_root / system / folder at the bottom there is a recovery_fromboot.p file delete it.
Go back to Advanced and select Close AVB2.0 and flash the archive with a swipe to the right.
Again, we go along the Advanced-File Manager path in the root, look for the supersu folder in it, select the SuperSu_installer.zip fileand flash it with a swipe to the right. This is an archive from Magisk_19.4 it will patch boot. The firmware of this archive should go WITHOUT a single error, all lines should be white and at the end of DONE. If everything was done without errors in the TWRP select the Reboot-System. The first boot will be a little long and Don't Panic when boot up check the Magisk Manager>Settings>Update Settings>Stable Channel.
I dont have any boot.img in my folder so I cant flash the boot.img. Having stock ROM and I have no clue where to get it.
My current ROM is MIUI Global 12.0.5; Stable 12.05.0 (QGGEUXM) and I think I just found it here on this link:
https://xiaomifirmwareupdater.com/miui/begonia/stable/V12.0.5.0.QGGEUXM/
Can anybody experience confirm that Im suppose to copy out the boot.img out of it and then copy&paste it into Minimal ADB and Fastboot in C: of my PC and then going for the "fastboot flash boot boot.img" as the last msg from Donkyshot says?
Tyvm
Id appreciate any help
Everything I did try is above.
N00B92 said:
My current ROM is MIUI Global 12.0.5; Stable 12.05.0 (QGGEUXM) and I think I just found it here on this link:
https://xiaomifirmwareupdater.com/miui/begonia/stable/V12.0.5.0.QGGEUXM/
Can anybody experience confirm that Im suppose to copy out the boot.img out of it and then copy&paste it into Minimal ADB and Fastboot in C: of my PC and then going for the "fastboot flash boot boot.img" as the last msg from Donkyshot says?
Tyvm
Click to expand...
Click to collapse
madsponge26 said:
Redmi Note 8 Pro
[Begonia]
[Global Version Only]​
WARNING: Before attempting to root your device, do note that by unlocking your bootloader and modifying your device with root, ROMs, etc... you are risking voiding your warranty! I am NOT responsible for what you do to your device either, so follow these instructions at your own risk. Make sure you know what you're doing, it's best to understand the process rather than just copy and paste commands and such.
Firmwares
Global Stable
V10.4.1.0.PGGMIXM
V10.4.2.0 to V11.0.10
V11.0.1.0 PGGMIXM
V11.0.3.0 PGGMIXM
V11.0.4.0 PGGMIXM
V11.0.6.0
China Stable
V10.4.4.0.PGGCNXM
V10.4.6.0.PGGCNXM
V10.4.8.0.PGGCNXM
V10.4.9.0.PGGCNXM
V10.4.10.0.PGGCNXM
V10.4.11.0.PGGCNXM
V11.0.1.0QGGCNXM
China Beta
V9.9.25
V9.10.17
India Stable
V10.4.3.0.PGGINXM
V11.0.1.0 PGGINXM
Europe (EEA)
V10.4.5.0.PGGEUXM
Indonesia
V10.4.2.0.PGGIDXM
V11.0.1.0PGGIDXM
Russia
V10.4.2.0.PGGRUXM
USB Drivers
Download
Unlock Bootloader
Enable OEM Unlocking
Unlock Here
Installing TWRP Recovery and ROOT
Enable USB Debugging - Goto Settings / Additional settings / Developer options / USB Debugging & USB debugging (Security settings) - Enable (If you have not activated Developer options, then Goto Settings / About phone / tap MIUI version 7 times - now developer options enabled.
Global Version
GLOBAL firmware V10.4.5.0.PGGEUXM only
Drivers installed properly
Enabled USB Debugging (enabled developers menu)
1. Turn Off
2. Go to Fastboot mode (Volume - + Power)
3. Connect to the PC
4. Download and extract in C drive, "Run as administrator" and execute "ifelixit+FLASHER+TOOLKIT+Begonia.bat".
5. Choose 1 (TWRP recovery) and enter or Choose 2 (Root Only)
Immediately disconnect the phone from the PC, otherwise it will go to reboot on command and the stock recovery will be restored.
6. Put the Minimal ADB and Fastboot in C: of your PC.
Transfer the Recovery.img in Fastboot folder
Open Fastboot folder and Press Shift+Right Click and Select Open Command Window Here at the CMD type fastboot devices and enter (check if it's recognized the device).
7. Type fastboot flash recovery recovery.img and enter (TWRP will be installed)
8. Disconnect the phone from the PC, hold the Power button as the screen goes blank immediately hold Volume + the TWRP splash screen will appear and disappear still hold the button when the TWRP splash screen appears a second time release Volume +. If Chinese language change to English. If TWRP will ask you the password (this means that there is DATA encryption)click on CANCEL and get to the main screen.
We go to the mount, put check on data, system, vendor, nvdata and MicroSD card (if the phone has a memory card).
Press home to return to the main screen Choose Advanced-File Manager item >system_root / system / folder at the bottom there is a recovery_fromboot.p file delete it.
Go back to Advanced and select Close AVB2.0 and flash the archive with a swipe to the right.
Again, we go along the Advanced-File Manager path in the root, look for the supersu folder in it, select the SuperSu_installer.zip fileand flash it with a swipe to the right. This is an archive from Magisk_19.4 it will patch boot. The firmware of this archive should go WITHOUT a single error, all lines should be white and at the end of DONE. If everything was done without errors in the TWRP select the Reboot-System. The first boot will be a little long and Don't Panic when boot up check the Magisk Manager>Settings>Update Settings>Stable Channel.
Stock boot IMG for V10.4.5.0.PGGEUXM just in case bootloop
TWRP for Begonia
If error occurs..
1. Go to Minimal ADB and Fastboot in C: of your PC. Open Fastboot folder and Press Shift+Right Click and Select Open Command Window Here at the CMD type fastboot devices and enter (check if it's recognized the device).
2. Enter the following commands: fastboot flash boot boot.img and Enter then fastboot flash recovery recovery.img and Enter. We have flashed clean boot and TWRP.
3. Disconnect the phone from the PC, hold the Power button as the screen goes blank immediately hold Volume + the TWRP splash screen will appear and disappear still hold the button when the TWRP splash screen appears a second time release Volume +. The recovery_fromboot.p file is already deleted earlier.
5. Go to Mount in TWRP check data, system, vendor, nvdata and now you can decrypt DATA by formatting in TWRP Wipe-Fotmat Data, write yes and swipe.
6. Disconnect the phone from the PC, hold the Power button as the screen goes blank immediately hold Volume + the TWRP splash screen will appear and disappear still hold the button when the TWRP splash screen appears a second time release Volume +. If Chinese language change to English. If TWRP will ask you the password (this means that there is DATA encryption)click on CANCEL and get to the main screen.
We go to the mount, put check on data, system, vendor, nvdata and MicroSD card (if the phone has a memory card).
Press home to return to the main screen Choose Advanced-File Manager item >system_root / system / folder at the bottom there is a recovery_fromboot.p file delete it.
Go back to Advanced and select Close AVB2.0 and flash the archive with a swipe to the right.
Again, we go along the Advanced-File Manager path in the root, look for the supersu folder in it, select the SuperSu_installer.zip fileand flash it with a swipe to the right. This is an archive from Magisk_19.4 it will patch boot. The firmware of this archive should go WITHOUT a single error, all lines should be white and at the end of DONE. If everything was done without errors in the TWRP select the Reboot-System. The first boot will be a little long and Don't Panic when boot up check the Magisk Manager>Settings>Update Settings>Stable Channel.
Proof of Video that Redmi Note 8 Pro Rooted
Contributors
Nikas
esleer
Xakep1993
SPIRITic
m3lbrunton
Lyelik74
@topjohnwu
TWRP Community
XDA Community
Xiaomi Community
Click to expand...
Click to collapse
Well look here.
This is the original post the person above put soooo
Yeah the boot.img is in there.
Kenora_I said:
Well look here.
This is the original post the person above put soooo
Yeah the boot.img is in there.
Click to expand...
Click to collapse
Thanks. I used the boot.img and I was following the guide which "donkyshot" sent. But I got stucked right after I did those commands in command Window. I disconnected the phone went for the power button hold and then when it was blank I stopped holding power button and I started holding the Volume+ button. The phone was bootlooped on Xiaomi logo...I was waiting several times but nothing. At the end I had to flash the phone with stock ROM I downloaded through MiFlash...I really dont know what I was doing wrong.

Categories

Resources