How to flash twrp recovery in Xiaomi Redmi 4a with MIUI 9? Lets see... - Xiaomi Redmi 4a Questions & Answers

I have was trying to flash the TWRP recovery in my phone (Redmi 4a), but the recovery always got replaced after every reboot with the STOCK recovery.
I am now going to show how to flash this, beside the command line technique......(Although, some command line is necessary).....
1. Set adb and fastboot files in your Windows pc, fine
2. Now download the required twrp on to your pc and place it in adb-fastboot's folder.... or techies could path to that ****....
3. Enter bootloader with.....
adb reboot bootloader​4. Now boot to twrp using......
fastboot boot recovery.img​(I have named that twrp file as recovery)
5. Download super su zip, move it in phone, root your device....... reboot your device.......Now the second phase of process comes
6. Install twrp app in your phone, open it, copy the twrp image file to phone, tap on flash recovery
7. Select your twrp recovery in the phone and boom....... you have done it...... reboot to recovery by adb reboot recovery
I FORGOT TO MENTION, you should have your device unlocked, and I AM NOT RESPONSIBLE FOR ANY MISHAP and FOR THE STATE TO PLAY CRICKET WITH YOUR PHONE...... I am honest ....... IT WORKED FOR ME......

any tester n confirmed worked ?

No reason to do all those, you can flash recovery directly from fastboot with one command. The command:
Code:
fastboot boot recovery.img
just boot to that recovery one time. This is good for testing a recovery or use it for one time without install it.
If you want to flash a recovery you just need to use:
Code:
fastboot flash recovery recovery.img
Also for both commands isn't necessary to rename the recovery file or to put it adb folder, or root the device. Just need to specify the path and filename in place of "recovery.img". For e.g:
Code:
fastboot flash recovery C:\Phone\Recoveries\twrp_3.2.1.img

Related

About your Boot Img errors!

Hi, I have heard a few of you have been getting error when Flashing a boot img recovery and fastboot.
Today I noticed the same thing to my device. I fixed it....
Here's how
1. Download This KDZ
Clockwork Recovery Rom.kdz
2. Download KDZ_UPD_En
From Here: KDZ_upd_fw_en
3. Extract the KDZ zip you downloaded and run KDZ_Updater.exe
4. In the dropdown menu's select 3GQPT and If your phone is running select DIAG
5. Open the clockwork recovery rom.kdz hit the open button and find it in your file directories.
6. Then Select Update now.
[TIPS] - If you are using a PC use the back ports of the PC
- If the update fails restart your PC and do steps 4 and 5 again.
- If your update doesn't finish and your phone doesn't work, keep trying again
Wait for it to finish
After it has finished.
1. Your phone may not boot if you came from a custom rom. Reboot into fastboot and type Command in CMD: (Make Sure you have fastboot and fastboot drivers installed) (My fastboot is in C:\Android
cd C:\Android
fastboot -w (wipe all data)
2. Download CWM recovery img from here
3. Rename the img to recovery.img that you just downloaded
4. Copy that to where your fastboot is setup. eg mine is in C:\android
5. Type commands: fastboot flash recovery recovery.img
6. Then type Fastboot reboot
Now reflash you rom and you should have no errors
airbus360 said:
Hi, I have heard a few of you have been getting error when Flashing a boot img recovery and fastboot.
Today I noticed the same thing to my device. I fixed it....
Here's how
1. Download This KDZ
Clockwork Recovery Rom.kdz
2. Download KDZ_UPD_En
From Here: KDZ_upd_fw_en
3. Extract the KDZ zip you downloaded and run KDZ_Updater.exe
4. In the dropdown menu's select 3GQPT and If your phone is running select DIAG
5. Open the clockwork recovery rom.kdz hit the open button and find it in your file directories.
6. Then Select Update now.
[TIPS] - If you are using a PC use the back ports of the PC
- If the update fails restart your PC and do steps 4 and 5 again.
- If your update doesn't finish and your phone doesn't work, keep trying again
Wait for it to finish
After it has finished.
1. Your phone may not boot if you came from a custom rom. Reboot into fastboot and type Command in CMD: (Make Sure you have fastboot and fastboot drivers installed) (My fastboot is in C:\Android
cd C:\Android
fastboot -w (wipe all data)
2. Download CWM recovery img from here
3. Rename the img to recovery.img that you just downloaded
4. Copy that to where your fastboot is setup. eg mine is in C:\android
5. Type commands: fastboot flash recovery recovery.img
6. Then type Fastboot reboot
Now reflash you rom and you should have no errors
Click to expand...
Click to collapse
You are the best!!!
Gonna try it out!!
I got a problem!!
Everytime i type fastbot (something)
it says fastboot is not a command!!
Any help???
I didn't try it now cause i am in the middle of
doing the battery tweak!!!
But before thats what it said!!
I typed fastboot -w
and it said it is not a command!!!
androidboss7 said:
You are the best!!!
Gonna try it out!!
I got a problem!!
Everytime i type fastbot (something)
it says fastboot is not a command!!
Any help???
I didn't try it now cause i am in the middle of
doing the battery tweak!!!
But before thats what it said!!
I typed fastboot -w
and it said it is not a command!!!
Click to expand...
Click to collapse
Have u got adb installed? if not go to android developers com and download it. Then change you directory to where u installed adb, example, put it in your c drive and type cd C:\android-sdk\sdk\tools >Enter>
then do the commands
airbus360 said:
Have u got adb installed? if not go to android developers com and download it. Then change you directory to where u installed adb, example, put it in your c drive and type cd C:\android-sdk\sdk\tools >Enter>
then do the commands
Click to expand...
Click to collapse
Thanks and I so have fastboot installed but maybe not sdk!!
Edit: i did your steps from 1-6 and now my phone is stuck on the android boot logo!!!!
Is this2.1 stock?? Also there is no mode called 3 GQPT!!
I followed all the instrutions and now my phone is stuck on the android logo!!!
Please help!!! (Its been quite a while)
Edit2: Sorry my fault i didn't do fastboot -w!!
It would be good if you wrote that on your post!!!
And i am thinking of staying on stock 2.1 !!!

[Emergency Guide] How to Blank or regenerate Watch (WA 5.01) after clearing \system

[Emergency Guide] How to Blank or regenerate Watch (WA 5.01) after clearing \system
Prerequisit :
Be sure to have latest adb (1.0.32) and fastboot version. Download it from here
Link to know how to enter into fastboot
Under Fastboot
Download boot from here
Code:
- fastboot flash boot bootll.img
Download TWRP recovery from here
Code:
- fastboot flash recovery twrp.img
Go to Recovery and format all twice with TWRP recovery
Flashing back stock recovery :
Download stock recovery from here
Code:
- fastboot flash recovery recoverll.img
Back to stock recovery, format twice
Regenereting system step :
Download rooted AW 5.01 system directory from here
Code:
- fastboot flash system system.img
Go back to stock recovery, Choose apply update from ADB (adb sideload)
Download AW 5.01 update from here
Code:
- adb sideload 149e0c34d0ab10d3e356d6301915dcc04552d9db.signed-lenok-LWX48P-from-KNX01R.149e0c34.zip
Reboot system now. Choose langage, etc.
Nota : At this time, if you don't need root and Chainfire SU (witch is useless at this time) you can go just for flashing TWRP by :
Code:
- adb reboot bootloader
- fastboot flash recovery twrp.img
And that's it.
Or following steps : Rooting back Watch and custom TWRP Recovery support
Download stock rooted AW 5.01 system directory from here
Code:
- adb reboot bootloader
- fastboot flash system system.img
Reboot Watch, autorize adb debug on the watch
Download Chainfire SU 2.40 from here or BETA-SuperSU-v2.42.zip
Note : You can remove Superuser.apk from the zip file into \common recovery which it is not compatible with AW 5.01
Pushing SU to the watch
Code:
- adb push supersu.zip /sdcard/su.zip
Back to Fastmod and flashing TWRP advanced recovery
Code:
- adb reboot bootloader
- fastboot flash recovery twrp.img
Restart watch and go to TWRP recovery, install/flash su.zip from sdcard, reboot
Et Voilà !
Nice write up, I'm not sure doing the adb sideload does anything though. The system image is already patched, it was a backup from my device just rooted. Currently I have busybox working on the device and and working on init.d support so any changes we want to make will survive after reboot.
Sent from my A0001 using XDA Free mobile app
It'ill be nice :good:
HELP
I've done everything to try to get back to AW 5.01 but when I get to the adb sidelload part it says "error: device not found".
It's seem that windows 8 is not detecting my watch. Anyone have any insight on this would be great thanks!
Jay
edit...
Never Mind Got it to Work!
How did you get it to work?
I managed it, too. Turns out I had to reinstall drivers while in sideload mode. You can do it in device manager, select from computer, from list and find ADB composite device.
Hey guys, I accidentaly installed supersu apk on my watch and now I can see it in the menu all the time. How can I remove it from /system/app/SuperSu? Do I have to root first in order to gain rw rights on /system, remove whole SuperSu folder than do a factory reset for example and it won't show up anymore?
hornedfiend said:
Hey guys, I accidentaly installed supersu apk on my watch and now I can see it in the menu all the time. How can I remove it from /system/app/SuperSu? Do I have to root first in order to gain rw rights on /system, remove whole SuperSu folder than do a factory reset for example and it won't show up anymore?
Click to expand...
Click to collapse
simply flash this in twrp > https://hostr.co/3yMSrXUUMD8B and it will remove for you and you will get root also

[Q] Unlocking BL and Rooting XT1068 DUAL SIM

Hello,
I recently bought a moto g 2014 XT1068 Dual Sim, and I've already updated to 5.0.2.
I really wanted to get it rooted, and as I've seen, it is only possible by first unlocking the BL.
I wanted to ask if there is a safe method to to that, since my device is Dual Sim, and I dont know if the methods provided in the forum work
I'm aware that the warranty will probably be voided (I'm from europe and bought it here also), but honestly I just want the root access.
Please just tell me, if possible, if there is any safe method to unlock the BL and after that, to root my Dual SIM.
Thank you for your patience,
maximuns
unlock bootlader install custom recovery and root
http://m.youtube.com/watch?v=BLSTDsFG1xw
Moto G User said:
http://m.youtube.com/watch?v=BLSTDsFG1xw
Click to expand...
Click to collapse
is this working on lollipop 5.0.2?
I´ve got the XT1068 dual sim too and I rooted it with this method:
1) Unlock bootloader on the Motorola homepage following this thread: http://forum.xda-developers.com/moto-g-2014/general/wip-unlock-bootloader-moto-g-2nd-gen-t2875728
Minimal ADB and Fastboot does the job.Unlocking BL will erase your userdata.
2) Now you have two options:
a) Flash TWRP 2.8.5.0: http://forum.xda-developers.com/moto-g-2014/orig-development/recovery-twrp-2-8-2-0-touch-recovery-t2979149 (I used 2.8.5.0, 2.8.6.0 surely will work too)
b) Or just boot into it, the way I did : http://forum.xda-developers.com/moto-g-2014/general/guide-root-moto-g-2014-flash-custom-t2955243
Command for flashing (TWRP will replace your stock recovery):
Code:
adb reboot bootloader
fastboot [B]flash[/B] openrecovery-twrp-2.8.5.0-titan.img
(You can rename the file for instance in recovery.img, then the command will be fastboot flash recovery.img)
Reboot into TWRP recovery,flash latest superSU (earlier versions will cause bootloops): http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik.
Command for booting into TWRP ( TWRP will not be flashed on your phone, it´s just temporary.As described in the linked thread above the recovery.img-file has to resist in the adb and fastbot folder):
Code:
adb reboot bootloader
fastboot[B] boot[/B] openrecovery-twrp-2.8.5.0-titan.img
Your phone will restart in temporary custom recovery.
Flash the latest superSU: http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip from TWRP (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik,reboot phone and you´re done.
maximuns said:
is this working on lollipop 5.0.2?
Click to expand...
Click to collapse
Wolfcity's method will work with Lollipop 5.0.2.
I took the same way and everything works fine.
Wolfcity said:
I´ve got the XT1068 dual sim too and I rooted it with this method:
1) Unlock bootloader on the Motorola homepage following this thread: http://forum.xda-developers.com/moto-g-2014/general/wip-unlock-bootloader-moto-g-2nd-gen-t2875728
Minimal ADB and Fastboot does the job.Unlocking BL will erase your userdata.
2) Now you have two options:
a) Flash TWRP 2.8.5.0: http://forum.xda-developers.com/moto-g-2014/orig-development/recovery-twrp-2-8-2-0-touch-recovery-t2979149 (I used 2.8.5.0, 2.8.6.0 surely will work too)
b) Or just boot into it, the way I did : http://forum.xda-developers.com/moto-g-2014/general/guide-root-moto-g-2014-flash-custom-t2955243
Command for flashing (TWRP will replace your stock recovery):
Code:
adb reboot bootloader
fastboot [B]flash[/B] openrecovery-twrp-2.8.5.0-titan.img
(You can rename the file for instance in recovery.img, then the command will be fastboot flash recovery.img)
Reboot into TWRP recovery,flash latest superSU (earlier versions will cause bootloops): http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik.
Command for booting into TWRP ( TWRP will not be flashed on your phone, it´s just temporary.As described in the linked thread above the recovery.img-file has to resist in the adb and fastbot folder):
Code:
adb reboot bootloader
fastboot[B] boot[/B] openrecovery-twrp-2.8.5.0-titan.img
Your phone will restart in temporary custom recovery.
Flash the latest superSU: http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip from TWRP (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik,reboot phone and you´re done.
Click to expand...
Click to collapse
Thank you so much for your reply! I'll think about it, I'm afraid of doing something wrong and get the device boken, since I'd loose the warranty, but when I decide decide to do it ill report to you the result
once again thanks!
Wolfcity said:
I´ve got the XT1068 dual sim too and I rooted it with this method:
1) Unlock bootloader on the Motorola homepage following this thread: http://forum.xda-developers.com/moto-g-2014/general/wip-unlock-bootloader-moto-g-2nd-gen-t2875728
Minimal ADB and Fastboot does the job.Unlocking BL will erase your userdata.
2) Now you have two options:
a) Flash TWRP 2.8.5.0: http://forum.xda-developers.com/moto-g-2014/orig-development/recovery-twrp-2-8-2-0-touch-recovery-t2979149 (I used 2.8.5.0, 2.8.6.0 surely will work too)
b) Or just boot into it, the way I did : http://forum.xda-developers.com/moto-g-2014/general/guide-root-moto-g-2014-flash-custom-t2955243
Command for flashing (TWRP will replace your stock recovery):
Code:
adb reboot bootloader
fastboot [B]flash[/B] openrecovery-twrp-2.8.5.0-titan.img
(You can rename the file for instance in recovery.img, then the command will be fastboot flash recovery.img)
Reboot into TWRP recovery,flash latest superSU (earlier versions will cause bootloops): http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik.
Command for booting into TWRP ( TWRP will not be flashed on your phone, it´s just temporary.As described in the linked thread above the recovery.img-file has to resist in the adb and fastbot folder):
Code:
adb reboot bootloader
fastboot[B] boot[/B] openrecovery-twrp-2.8.5.0-titan.img
Your phone will restart in temporary custom recovery.
Flash the latest superSU: http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip from TWRP (it should be placed in internal or external storage) via the Install menu.
Wipe cache and dalvik,reboot phone and you´re done.
Click to expand...
Click to collapse
ok i've done it ahah
I just cant boot the recovery.img, it says 'No such file or directory', help???
Did you enter the path and file name correctly?
Check it again.
The recovery file has to be inside the Minimal Adb and Fastboot folder. Paste it there, open the folder, press Shift and do a right click inside the folder. From the menu choose "open a command window here".
Now enter the above adb commands.
Like Lars wrote the path must be correct. If you installed Adb and Fastboot in the root of C: the path should be " C:\Minimal Adb and Fastboot."
Just one thing,if you are annoyed by the bootloader unlocked warning screen just flash (before or after superSU) this logo.bin:https://mega.co.nz/#!cc1AGa6Y!6ctYLqVYWyfhPBU5rF1TX_r9jjF68cP3qcknAWU2DjE
That replaces the warning screen with the stock bootlogo.
Sent from my XT1068 using XDA Free mobile app
Wolfcity said:
The recovery file has to be inside the Minimal Adb and Fastboot folder. Paste it there, open the folder, press Shift and do a right click inside the folder. From the menu choose "open a command window here".
Now enter the above adb commands.
Like Lars wrote the path must be correct. If you installed Adb and Fastboot in the root of C: the path should be " C:\Minimal Adb and Fastboot."
Just one thing,if you are annoyed by the bootloader unlocked warning screen just flash (before or after superSU) this logo.bin:https://mega.co.nz/#!cc1AGa6Y!6ctYLqVYWyfhPBU5rF1TX_r9jjF68cP3qcknAWU2DjE
That replaces the warning screen with the stock bootlogo.
Sent from my XT1068 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks, got it and working flawlessly. Just a question, when I want to flash anything I can repeat the process again (Boot into twrp) with no need to flash it?
Yes you can do it but why don't you want to flash the custom recovery?
If you don´t want to flash roms,kernels etc. all the time,there is no need to flash a custom recovery. You can flash anything like superSU,logo.bin etc. by booting into TWRP, also backup/restore works this way on the Moto G. You can´t do this with a Nexus 7, it won´t boot into TWRP.
Some people want to change as less as possible as long they stay stock.When it comes to custom roms and kernels flashing the custom recovery is the better choice for sure.
Wolfcity said:
The recovery file has to be inside the Minimal Adb and Fastboot folder. Paste it there, open the folder, press Shift and do a right click inside the folder. From the menu choose "open a command window here".
Now enter the above adb commands.
Like Lars wrote the path must be correct. If you installed Adb and Fastboot in the root of C: the path should be " C:\Minimal Adb and Fastboot."
Just one thing,if you are annoyed by the bootloader unlocked warning screen just flash (before or after superSU) this logo.bin:https://mega.co.nz/#!cc1AGa6Y!6ctYLqVYWyfhPBU5rF1TX_r9jjF68cP3qcknAWU2DjE
That replaces the warning screen with the stock bootlogo.
Sent from my XT1068 using XDA Free mobile app
Click to expand...
Click to collapse
Wolfcity said:
If you don´t want to flash roms,kernels etc. all the time,there is no need to flash a custom recovery. You can flash anything like superSU,logo.bin etc. by booting into TWRP, also backup/restore works this way on the Moto G. You can´t do this with a Nexus 7, it won´t boot into TWRP.
Some people want to change as less as possible as long they stay stock.When it comes to custom roms and kernels flashing the custom recovery is the better choice for sure.
Click to expand...
Click to collapse
Yes but if I flash the twrp will I still receive ota updates?
Yes but you need the stock recovery to install them.
Lars124 said:
Yes but you need the stock recovery to install them.
Click to expand...
Click to collapse
And can I go back to stock recovery after flash twrp?
Yes, you can flash it the same way like twrp.
Lars124 said:
Yes, you can flash it the same way like twrp.
Click to expand...
Click to collapse
you have a link for that? or the comand line?
You can get it from here:
https://www.dropbox.com/s/dedqx3cyk0yx12f/recovery.img?dl=0
command is:
fastboot flash recovery recovery.img

TWRP 3.0.2 for Acer Predator 8 ported by Ruben.

IMPORTANT NOTE ABOUT ROOTING:
After flashing TWRP 3.0.2, use the SuperSU 2.46 flashable zip, do NOT use latest version or will result in a bootloop. Good Luck and have fun with rooting.
REQUIREMENTS
1- Unlocked Bootloader (search on google if you dont know how to unlock)
2- Drivers and Adb/Fastboot commands knowledge
--------------------------------------------------------------------------------------------------------------------------------
New TWRP bugfix update! Now you can flash stock rom on TWRP without bricking! Download Page updated!
Bugs:
1- adb shell command needs to be sent before system partition is mounted or it will give an error, after doing adb shell you can mount system and do all the modifications you need.
2- You cant flash any img on twrp it gives an error, im trying to fix.
3- Backups do work, but everytime twrp restarts, the serial number folder seems to change (which means that on /TWRP/BACKUPS/serialnumber/backupsinside/ changes every reboot so you have to go get the backup inside the old serialnumber folder and put on the new serialnumber folder).
Im leaving an unsecured boot image because system does not boot android if anything seems changed. So please if system does not boot after flashing twrp/rooting, flash the unsecured boot img on fastboot
Steps to Install TWRP and root
1. Download and extrct the files: https : // drive. google . com/file/d/0BxzG5iupOOSKNTdlRC1Wd0VmTlk/view
2. Power off the tablet.
3. Enter fastboot mode by pressing the power button while holding down Vol -
4. Open up command prompt and navigate to the directory where fastboot.exe is located.
5. Pass the following commands:
fastboot flash boot unsecuredboot.img
fastboot flash recovery TWRP.img
6. Reboot into recovery (TWRP) and install SuperSU v2.46.zip ---
Continuation 6. Step by Step of Step 6 since people seem to have been running into issues with it:
After rebooting to TWRP and having SuperSU.zip in the tablet storage. Go on Install tab and press the supersu file and install/flash it then reboot the device.

How To Guide [TUTORIAL] ULTIMATE How to flash GSI Trebble AND ROM and root on Xiaomi device on Windows (files needed included)

Hi, first of all, I'm not a dev or else just user who had difficulties to flash GSI on my phone... Was 7 years with a samsung galaxy Note 3, with twrp....So easy to flash....
with the help of @gr0ndpa, thanks to him.....
FLASH GSI​
Now I will explain how to flash easily with files attached
1/ first of all you need a phone and drivers installed, use xiaomi pc suite, unzip and install it
2/ you need to activate USB debug in dev options.
3/ dl platform tools folder unzip it and put in C
4/ run command and type
Code:
cd /adb
5/ then
Code:
adb devices
to check if phone recognised
6/
Code:
adb reboot bootloader
once in fast boot
7/
Code:
fastboot flash vbmeta vbmeta.img
wait finished type to enter in fastbootD
8/
Code:
fastboot reboot fastboot
9/
Code:
fastboot flash system
LiR 313.XXX.img
you will have a system error, but wait the flash begin in few seconds
at the end wait ok then
10/
Code:
fastboot reboot recovery
on stock recover
11/ wipe data and reboot with +/- and PWR
and you're done...
In case you want to flash custom kernel or patched boot image to root with magisk, you have to
12/
Code:
adb reboot bootloader
Copy kernel boot image to C drive and rename kernel boot image to boot.img.
13/
Code:
fastboot flash boot c:\boot.img
14/
Code:
fastboot reboot
In case you want to flash twrp put the file to adb folder and type in fastboot
15/
Code:
fastboot boot twrp.img
You can check what I ve done on tuto ss...
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++==================================================================================================================================================================================================================++
Flash ROM​
This now how to flash ROM on your device, it's convenient for all roms like LOS, corvus, awaken...
First you need all the proper drivers installed and unlocked bootloader, USB debugging all of that stuff.
Now open up a cmd/terminal , and put the files i sent and the ROM file in the folder from where you're opening the cmd/terminal and connect the phone (you may need to put ./ as an suffix for all the commands if you're on linux)
Type
Code:
adb reboot bootloader
Then type
Code:
fastboot devices
to see if everything is ok
Then type
Code:
fastboot flash boot_ab boot.img
(you can drag and drop the file instead of typing it)
After that's done type
Code:
fastboot flash vendor_boot_ab vendor_boot.img
(you can drag and drop this too if you want)
Code:
fastboot flash dtbo dtbo.img
(you can drag and drop this too if you want)
After that's done type
Code:
fastboot reboot recovery
This will boot you into a recovery and now you need to go to wipe and format data
After that go to apply update then adb sideload then
In the cmd type
Code:
adb sideload rom.zip
for example (you put the ROM zip here you can drag and drop it)
Wait for that to finish it will go to 47% and on the phone it will show step 1/2 then step 2/2
and when it's done it's gonna show an error
adb: failed to read command: No error
Then you can reboot to system
One more
Two more
This the tuto I follow to flash renoir, who have same characteristic than all Note 12 series... Tuesday I can confirm it works
I'm having a problem that my phone can't go to fastboot via CMD after I flash vbmeta.
Is is me doing wrong or also happen to you?

Categories

Resources