TWRP AUTO FLASHER FOR REDMI GO by An ASP (TechyMinati) - Miscellaneous Android Development

TWRP AUTO FLASHER FOR REDMI GO by An ASP (TechyMinati);
---------------------------------------------------------------------------------------------
What is Twrp Auto flasher for Redmi Go ?
- Its a tool that makes twrp flashing even easier, Just Boot Phone in Fastboot Mode, Connect it To PC & Run 'flash-twrp' from the Autoflasher, & Boom Twrp is Installed in your device.
----------------------------------------------------------------------------------------------------------------------------------
How To Use :-
-Download Autoflasher.zip
-Extract it in PC
-Boot Redmi Go to Fastboot
-Click On "flash-twrp"
-Wait few secs for process to complete
-Boom! Now Twrp is Successfully Installed in Your Device...
---------------------------------------------------------------------------------------------------------------------------------
Note :- This Work is Purely Mine, If you want to copy it for other devices,take my Permission and Copy. Thanks
------------------------------------------------------------------------------------------------------------------------------------
Press Thanks On my Xda Thread
----------------------------------------------------------------------------------------------------------------------------
Downloads :-
http://www.mediafire.com/file/b6dqvl2t8f9vs5k/REDMI_GO_-_TWRP_AUTOFLASH.7z/file

Funciona
Muy Fácil de instalar, Gracias

Is there anything to do with bootloader unlock before using this twrp flash method?

Yash1th said:
Is there anything to do with bootloader unlock before using this twrp flash method?
Click to expand...
Click to collapse
Just unlock bootloader and do this

oem unlock karna hai yaa fasboot flashing unlock karna hai ya directly twrp flasher ko use kar sakte hai ki nhi I'm cunfused help me

Related

[need help] is there anyone here can root this cloudfone thrill plus and thrill hd??

Is there anyone else can root this phone without migrating to Walton?? badly needed to remove all the bloats into this phone and also i want to speed up my performance to this phone. PLS HELP PLS
or if you cant you do a compatibility to root this phone in FRAMA ROOT or KINGROOT. :'(
PLS DONT IGNORE HELP US BADLY NEEDED :'(
Wait bro I'm going to post a tutorial on how to root cloudfone thrill plus, I was just able to root it yesterday
EJudeGarcia said:
Is there anyone else can root this phone without migrating to Walton?? badly needed to remove all the bloats into this phone and also i want to speed up my performance to this phone. PLS HELP PLS
or if you cant you do a compatibility to root this phone in FRAMA ROOT or KINGROOT. :'(
PLS DONT IGNORE HELP US BADLY NEEDED :'(
Click to expand...
Click to collapse
Hey bro, here is what I did to root my cloudfone thrill plus. Just follow it and you won't run any problem.
Prerequisites
adb:
http://universaladbdriver.com/download/universal-adb-driver-v4-0
twrp:
https://drive.google.com/open?id=0B3254aQEzX2aS2dMOWk5ZDBoV1E
superSU:
https://drive.google.com/open?id=0B3254aQEzX2adlBZQ3JESzZYc0k
USB cable
Procedures
First setup the ASB/FASTBOOT driver. after that you need to properly install usb driver for your device( you can google an universal driver)
Now you need to enable developer option, just go to settings then about phone tap on build number several times until you get an pop up message saying "you are now a developer".
Go to developer option then make sure you activate developer option together with OEM unlocking(this is necessary so you can unlock bootloader to flash the twrp recovery) and make sure you enable usb debugging option
Now you need to backup everything on your phone because the following steps will wipe your data to factory.
Now connect your phone and install driver for your phone no need to setup this if you already did it prior to this step
Open a command line change the directory to where you installed your adb and type the following command: "adb devices" (without quotes) you should see your device on the lists(actually it is a several sets of letters and numbers) type the following command: "adb reboot bootloader" your phone will reboot to bootloader and you should see fastboot mode on your device.
Now make sure that fastboot recognized your device this is a little bit tricky because on my case adb failed to recognized my device on fastboot mode several times, so I need to repeat to boot to fastboot until fastboot can recognize my phone.
Now type in this command: "fastboot devices" again you should see your device recognized by fastboot by simply showing again several sets of numbers and letters.
Now type in "fastboot oem unlock" you should see a message and options on your device saying press volume up to unlock bootloader or press volume down to reboot normally. (again you should backup your phone prior to this step) now choose to unlock bootloader and wait for it to finished.
After you unlock your bootloader you need to flash your recovery to enable to flash superSU to do so just type in following command: "fastboot flash recovery [this should be the location where you saved the twrp recovery]" sample fastboot flash recovery E:\User\users\download\recovery.img
After you successfully flash your recovery reboot now to twrp by typing this command: "fastboot reboot recovery"
Now you're on twrp recovery(make sure you save superSU on sdcard) go to install and install superSU from sdcard wait for it to be done.
Now to avoid bootloop, just wipe /data partion only and kindly factory reset your phone.
After that normally boot your phone. Viola you successfully root your cloudfone thrill plus.
If you run on any trouble don't be hesitant to ask help I gladly help you with anything I can:good:
Thank you so much! I hope it will really work hehe by the way do you have any stock rom for Cloudfone Thrill Plus?
EJudeGarcia said:
Thank you so much! I hope it will really work hehe by the way do you have any stock rom for Cloudfone Thrill Plus?
Click to expand...
Click to collapse
not yet but since I have twrp now I'm going to backup it for emergency purposes.. hehe
---------- Post added at 08:43 PM ---------- Previous post was at 08:10 PM ----------
EJudeGarcia said:
Thank you so much! I hope it will really work hehe by the way do you have any stock rom for Cloudfone Thrill Plus?
Click to expand...
Click to collapse
Prerequisites
adb:
https://forum.xda-developers.com/showthread.php?t=2588979
android driver:
https://androidmtk.com/download-universal-adb-driver
twrp:
https://drive.google.com/open?id=0B3254aQEzX2aS2dMOWk5ZDBoV1E
superSU:
https://drive.google.com/open?id=0B3254aQEzX2adlBZQ3JESzZYc0k
USB cable
Procedures
First setup the ADB/FASTBOOT. Just install it and and follow instructions. This is needed to send commands on your phone.
Next install the driver this will allow the adb/fastboot software you installed earlier to read your device when you connect it on computer. When installing the driver connect first your phone so that the driver can read and identity your phone then proceed on installation process.
Now you need to enable developer option, just go to settings then about phone tap on build number several times until you get an pop up message saying "you are now a developer".
Go to developer option then make sure you activate developer option together with OEM unlocking(this is necessary so you can unlock bootloader to flash the twrp recovery) then enable usb debugging option.
Now you need to backup everything on your phone because the following steps will wipe your data to factory.
Open a command line change the directory to where you installed your adb ( since it is a installer type adb, it automatically install the adb on the right folder so just type in cd \adb. but if that doesn't work try to locate where your adb is located).
After changing on the adb just type in this command: "adb devices" (without quotes) you should see your device on the lists(actually it is a several sets of letters and numbers) type the following command: "adb reboot bootloader" your phone will reboot to bootloader and you should see fastboot mode on your device.
Now make sure that adb recognized your device this is a little bit tricky because on my case adb failed to recognized my device on fastboot mode several times.
Now type in this command: "fastboot devices" again you should see your device recognized by fastboot by simply showing again several sets of numbers and letters.
Now type in "fastboot oem unlock" you should see a message and options on your device saying press volume up to unlock bootloader or press volume down to reboot normally. (again you should backup your phone prior to this step because it will factory reset the phone after unlocking bootloader) now choose to unlock bootloader and wait for it to finished.
After you unlock your bootloader you need to flash your recovery to enable to flash superSU to do so just type in following command: "fastboot flash recovery [this should be the location where you saved the twrp recovery]" sample fastboot flash recovery E:\User\users\download\recovery.img
After you successfully flash your recovery reboot now to twrp by typing this command: "fastboot reboot recovery"
Now you're on twrp recovery(make sure you save superSU on sdcard) go to install and install superSU from sdcard wait for it to be done.
Now to avoid bootloop wipe everything you can wipe( probably the only thing you need to wipe is /data and /system partition.
After that normally boot your phone. Viola you successfully root your cloudfone thrill plus.
If you run on any trouble don't be hesitant to ask help I gladly help you with anything I can:good:
please disregard my previous tutorial this is now my official tutorial
That TWRP file that you link is that for Cloudfone Thrill plus only because i have a Cloudfone Thrill Hd does it still gonna work if I follow the same procedure???
You said yesterday can i add you on facebook so we can chat on messenger and Show me the root checker app that it is already rooted hehe just to make sure ?
And also do we any have support for Lineage OS?? Or any popular Roms like Resurrection??
EJudeGarcia said:
That TWRP file that you link is that for Cloudfone Thrill plus only because i have a Cloudfone Thrill Hd does it still gonna work if I follow the same procedure???
You said yesterday can i add you on facebook so we can chat on messenger and Show me the root checker app that it is already rooted hehe just to make sure ?
And also do we any have support for Lineage OS?? Or any popular Roms like Resurrection??
Click to expand...
Click to collapse
I don't know if that is suitable for cloudfone thrill HD, I only tried it on thrill plus but as to the dev that gave that file, it's only for thrill plus. As to the rom I'm still searching for them I haven't fine any yet, I'll just update you if I found any??
i already flash twrp on my phone but somehow my os got deleted after and i was bootlooped on recovery logo recovery at the same time.
ayaw
hndi ko alam bat ayaw ma root nitong ctp ko, sinunod ko naman yung instruction sir Nico pero ayaw pa dn after mag "fast oem boot" ako tpos pag press ko ng up volume mag stockup nalg tpos ayaw na mag reboot ,ano po dpat kong gawin.​
lienard20 said:
hndi ko alam bat ayaw ma root nitong ctp ko, sinunod ko naman yung instruction sir Nico pero ayaw pa dn after mag "fast oem boot" ako tpos pag press ko ng up volume mag stockup nalg tpos ayaw na mag reboot ,ano po dpat kong gawin.​
Click to expand...
Click to collapse
Na flash mo na ba ung twrp??​
EJudeGarcia said:
Na flash mo na ba ung twrp??
Click to expand...
Click to collapse
flash po ba muna yung twrp? bagu mag proceed sa pagroroot?,
yun po ba yung 1st step?,
Yes flash mo muna. Tapos pag na flash mo na twrp tyaka mo iflash yung Super Su.zip sa twrp tapos ayun rooted kana
EJudeGarcia said:
Yes flash mo muna. Tapos pag na flash mo na twrp tyaka mo iflash yung Super Su.zip sa twrp tapos ayun rooted kana
Click to expand...
Click to collapse
sorry for late reply, but I just wanna ask, is your phone still in bootloop mode or are you able to fix it?
For others na ma papadpad dito ito po yung evidence na working ang tutorial para sa thrill plus.
EJudeGarcia said:
Na flash mo na ba ung twrp??
Click to expand...
Click to collapse
Sir na fix na po bah yung problem nyo sa bootloop? and may copy po ba kayo ng stock OS?
EJudeGarcia said:
i already flash twrp on my phone but somehow my os got deleted after and i was bootlooped on recovery logo recovery at the same time.
Click to expand...
Click to collapse
I guess im late but you could have booted the twrp instead of flashing it now you have to reflash stock ROM
To boot the twrp instead of flashing it -good to make a full nandroid or twrp ROM dump
fastboot boot <twrp-image-name>.img
nico1228 said:
Sir na fix na po bah yung problem nyo sa bootloop? and may copy po ba kayo ng stock OS?
Click to expand...
Click to collapse
Wala akong stock rom eh naka custom rom lng pero dinodownload ko pa kc ung Stock Rom eh
sir may i use the steps for cloudfone thrill boost?
I need help for rooting cloudfone thrillpower
Cant fastboot oem unlock for the 2nd time lol.
first try few months ago is a success but I bricked my phone from installing Xposed framework. good news is phone is okay now but have few glitches or errors (like the sound system of my phone suddenly perform not the same) now stucked on fastboot mode even i clicked up or down volume it wont respond lol)
P.S. -> I am willing to do anything to root my phone again just give me other options to root it. please I am begging.

Anyone willing to test my TWRP for nubia N1 (NX541J)???

steps:
1. First unlock bootloader via adb fastboot
Procedure:
*Setup ADB and Fastboot on your PC.
*Enable USB debugging and OEM Unlock on your Android device.
*Connect your device to the PC with a USB cable.
*Open a command window on your PC.
*Boot your device into bootloader mode using the following command:
adb reboot bootloader
(You may get a request to authorize USB debugging on the device, accept it.)
*Once your device is in bootloader mode, issue the following command to unlock bootloader:
fastboot oem unlock
(Not applicable for all) If you get a confirmation screen on your device.
*Press Volume Up button to highlight Yes and press Power button to select it. This will begin bootloader unlocking process, which shouldn’t last more than couple of minutes.
*Once bootloader is unlocked, your device will reboot into bootloader mode. You need to boot it into system now using the command below:
fastboot reboot
*During reboot, your device will go through a factory reset and then finally boot into system.
That’s all. Your Android device’s bootloader is now unlocked.
2. Again switch ON device and connect nubia to pc
(Open a command window on your PC)
*Enter following commands one by one
adb devices
adb reboot bootloader
fastboot flash recovery twrp.img
fastboot reboot
Links?
baburocks said:
steps:
1. First unlock bootloader via adb fastboot
Procedure:
*Setup ADB and Fastboot on your PC.
*Enable USB debugging and OEM Unlock on your Android device.
*Connect your device to the PC with a USB cable.
*Open a command window on your PC.
*Boot your device into bootloader mode using the following command:
adb reboot bootloader
(You may get a request to authorize USB debugging on the device, accept it.)
*Once your device is in bootloader mode, issue the following command to unlock bootloader:
fastboot oem unlock
(Not applicable for all) If you get a confirmation screen on your device.
*Press Volume Up button to highlight Yes and press Power button to select it. This will begin bootloader unlocking process, which shouldn’t last more than couple of minutes.
*Once bootloader is unlocked, your device will reboot into bootloader mode. You need to boot it into system now using the command below:
fastboot reboot
*During reboot, your device will go through a factory reset and then finally boot into system.
That’s all. Your Android device’s bootloader is now unlocked.
2. Again switch ON device and connect nubia to pc
(Open a command window on your PC)
*Enter following commands one by one
adb devices
adb reboot bootloader
fastboot flash recovery twrp.img
fastboot reboot
Click to expand...
Click to collapse
where are the links?
link
niimtz said:
where are the links?
Click to expand...
Click to collapse
oops
baburocks said:
https://drive.google.com/open?id=0Bw1hAEpZPEgcRGhaYTcwRUlEVk0
Click to expand...
Click to collapse
the whole thing is inverted!!! using it is hell!
???
surajpai524 said:
the whole thing is inverted!!! using it is hell!
Click to expand...
Click to collapse
what happened????
any luck guys?
baburocks said:
what happened????
Click to expand...
Click to collapse
The whole thing was reversed in mine. If I clicked install, reboot was triggered and to confirm flash I had to swipe the blue twrp 3.0.2 bar in reverse and many more. Sorry couldn't take pics. And I won't flash it again.
I opened your recovery.img and saw, you didn't port it properly. You didn't change default.prop file. So my phone was being recognized as umi plus. It gave me lot of trouble to flash stock firmware.
Sorry abt it
surajpai524 said:
The whole thing was reversed in mine. If I clicked install, reboot was triggered and to confirm flash I had to swipe the blue twrp 3.0.2 bar in reverse and many more. Sorry couldn't take pics. And I won't flash it again.
I opened your recovery.img and saw, you didn't port it properly. You didn't change default.prop file. So my phone was being recognized as umi plus. It gave me lot of trouble to flash stock firmware.
Click to expand...
Click to collapse
i wrngly uploaded the file.......................
check this ........twrp for android 5.1 nubia n1......work for 100%
link: https://drive.google.com/open?id=0B0066yknN5gScmgxaGRZQl9MTms
if u want for android 6.0....then give me stock recovery.img of android 6.0
Stock 6.0 recovery Indian Firmware(mostly global)
baburocks said:
i wrngly uploaded the file.......................
check this ........twrp for android 5.1 nubia n1......work for 100%
link: https://drive.google.com/open?id=0B0066yknN5gScmgxaGRZQl9MTms
if u want for android 6.0....then give me stock recovery.img of android 6.0
Click to expand...
Click to collapse
http://www.megafileupload.com/2M5rf/recovery_stock_N1.img
Works this twrp also on a z11max (nx535j)?
Hello
I have successfully rooted my Nubia N1 on android 6.0 using your TWRP image, thank you it works great !
Yes I did and did some customization.
https://youtu.be/qB3WIpJFfos
Enviado desde mi NX541J mediante Tapatalk
Did you follow the steps from baburocks Andrés te TWRP foro Android 5.1?
Thanks!
Enviado desde mi NX541J mediante Tapatalk
pibarguren said:
Did you follow the steps from baburocks Andrés te TWRP foro Android 5.1?
Thanks!
Enviado desde mi NX541J mediante Tapatalk
Click to expand...
Click to collapse
Mine is 6.0
Enviado desde mi NX541J mediante Tapatalk
Me alucina como has logrado customizar el móvil.
Podrías compartir ese twrp?
Seguiste los pasos del post 1?
Enviado desde mi NX541J mediante Tapatalk
Help me to root nubia n1
acoiscou said:
Yes I did and did some customization.
https://youtu.be/qB3WIpJFfos
Enviado desde mi NX541J mediante Tapatalk
Click to expand...
Click to collapse
Pls guide me bro.... How to root and install twrp and xposed. I'm in android 6.0
Thanks in advance
I successfuly installed twrp in android 6, but when I try to install with it supersu (option "install ...") it begins until 25%, and throws an installation error, and back to main menu. Any hint here, or something to try? thx
"update package installation failure - please check update package". Tried two supersu.zip ones without success.
nubia n1
i need twrp for android 6 nubia n1
Here is the working root guide for nubia n1
https://www.gizdev.com/root-zte-nubia-n1-android-6-0/

Maze Alpha RED State (Bootloop) solution:

Maze Alpha RED State (Bootloop) solution:
I have a second alpha, so I have made it again step by step.
SP_Flash_Tool_exe_Windows_v5.1728.00.000.
1. unlocked bootloader
2. flash TWRP
3. rooting
4. fastboot locking bootloader
result: red state and bootloop.
countermeasure:
1. flash Maze_Alpha_V05_20170816:
SP_Flash_Tool_exe_Windows_v5.1728.00.000.
download agent: MTK_AllInOne_DA.bin
Menu point at SP flash tool -> Download:
Download without bootloader.
Scatter and rom -> Maze_Alpha_V05_20170816
klick download.
Connect USB cable.
result: ERROR: STATUS_INSUFFICIENT_BUFFER (0xC0010007)
or
second attempt: ERROR: STATUS_BROM_CMD_SEND_DA_FAIL (0xC0060003)
if the popup window with the error notices emerges,
Be quick
The popup must be close promptly and press again download or format. It must go very quickly.
thats it.
Wish you created this thread in the Maze Alpha section, would be nice to keep all topics together.
In your original post (before you changed it), you mentioned that you lost your IMEI info. This is because you ran SP Flash Tools in "format all + download" mode, which damaged/overwrote/wiped the "NVRAM" partition (the place where IMEI, MAC addresses, and serial # are stored, among other things). If you look closely, you'll see that your serial number was also reset, and you probably have a NVRAM error in your list of available WIFI networks.
No amount of wiping or flashing will fix this. To fix, you need to restore the NVRAM partition from a TWRP backup (if you have one), or use the official MTK "Maui META" tool:
https://androidmtk.com/download-sp-meta-tool
Then, follow this tutorial:
https://forum.hovatek.com/thread-12328.html
The only change to the tutorial is that you can opt to autosearch for the CustomAppSrcP file on your device, instead of browsing to the buried version in the unzipped official 08/16 ROM.
After all this, install the 09/13 update, which should resolve the WIFI NVRAM error and provide consistent static MAC addresses for Bluetooth & WIFI.
Maui META can also be used to reapply your specific serial number, if you know it (see tutorial above).
Also:
1. To make sure that your PC can communicate with the Alpha and to avoid errors, the official Android SDK USB drivers and USB debugging are not enough, especially on a dead/bricked phone. Make sure you install the MTK USB drivers (chipset 65xx works for 67xx):
installation & tutorial:
https://tehnotone.com/windows-10-mtk-vcom-usb-drivers-for-32-64-bit-drivers-installation-tutorial/
or
http://thefirmwarehub.com/install-mt65xx-usb-preloader-drivers-in-windows-7/
http://thefirmwarehub.com/install-mt65xx-usb-preloader-drivers-in-windows-8-8-1-10/
Auto installer:
http://mtkusballdriver.com/
SP Flash Tools errors & fixes:
https://forum.hovatek.com/thread-439.html?tid=439
2. Do not flash TWRP as you mention in your post! As dreambo originally stated, there is a touch screen response issue yet to be resolved when installed to the recovery partition. Use fastboot to boot the TWRP img when needed.
jobo jobo said:
Maze Alpha RED State (Bootloop)
solution:
I have a second alpha, so I have made it again step by step.
SP_Flash_Tool_exe_Windows_v5.1728.00.000.
1. unlocked bootloader
2. flash TWRP
3. rooting
4. fastboot locking bootloader
result: red state and bootloop.
countermeasure:
1. flash Maze_Alpha_V05_20170816:
SP_Flash_Tool_exe_Windows_v5.1728.00.000.
download agent: MTK_AllInOne_DA.bin
Menu point at SP flash tool -> Download:
Download without bootloader.
Scatter and rom -> Maze_Alpha_V05_20170816
klick download.
Connect USB cable.
result: ERROR: STATUS_INSUFFICIENT_BUFFER (0xC0010007)
or
second attempt: ERROR: STATUS_BROM_CMD_SEND_DA_FAIL (0xC0060003)
if the popup window with the error notices emerges,
Be quick
The popup must be close promptly and press again download or format. It must go very quickly.
thats it.
Click to expand...
Click to collapse
The "Be quick" trick saved my Doogee Y6!
Thanks
It didn't work for me, I've performed the oem unlock command and the bootloader returned to orange state.
What can we do to change the orange state back to the green state?
If I perform the 'fastboot flashing lock' will work?
dimmebd said:
It didn't work for me, I've performed the oem unlock command and the bootloader returned to orange state.
What can we do to change the orange state back to the green state?
If I perform the 'fastboot flashing lock' will work?
Click to expand...
Click to collapse
don;t lock it.. it will again go to red state.
i am wondering how to wondering how to get this back to fastboot prompt.
its completely in boot loop and no keys are responding to me on this to reach to boot menu.
Using SP tool I was able to get my device to factory default. It's working good again.
Sarvesh.huddedar said:
Using SP tool I was able to get my device to factory default. It's working good again.
Click to expand...
Click to collapse
Please how did you get it to start working again. I am in red state after trying to lock bootloader
Pyandroid said:
Please how did you get it to start working again. I am in red state after trying to lock bootloader
Click to expand...
Click to collapse
Use SP tool as suggested by vendor.
Does not matter what state is your device into.
I was able to recover my device from red state. Nothing to worry. It works well after successful download.
Sarvesh.huddedar said:
Use SP tool as suggested by vendor.
Does not matter what state is your device into.
I was able to recover my device from red state. Nothing to worry. It works well after successful download.
Click to expand...
Click to collapse
Thanks, I was so scared of losing my Device...I got it working again. Thank you. what ROM are u on Now?
Pyandroid said:
Thanks, I was so scared of losing my Device...I got it working again. Thank you. what ROM are u on Now?
Click to expand...
Click to collapse
Great to hear that you are back to green State..
Current working on Oukitel k6000 plus and on 8.0 custom rom.
Hello to all... my maze alpha is on red state with bootloop after I relock bootloader, I cant get to fastboot with button compination (so I cant flash anything), I cant get to recovery, adb doesnt recognize it, maze flash tool gives me DA ERROR, flash tool windows gives me DA HASH MISHMATCH, flash tool linux random errors. Device manager see the phone as usb vrom, mediatek usb or unknown device as it reboots. Any help will be apriciated... thanks.
Maze Alpha Orange state dopo flash rwrp provato All flash win 10,win7 tuti driver plr
ianto:
jobo jobo said:
Maze Alpha RED State (Bootloop) solution:
I have a second alpha, so I have made it again step by step.
SP_Flash_Tool_exe_Windows_v5.1728.00.000.
1. unlocked bootloader
2. flash TWRP
3. rooting
4. fastboot locking bootloader
result: red state and bootloop.
countermeasure:
1. flash Maze_Alpha_V05_20170816:
SP_Flash_Tool_exe_Windows_v5.1728.00.000.
download agent: MTK_AllInOne_DA.bin
Menu point at SP flash tool -> Download:
Download without bootloader.
Scatter and rom -> Maze_Alpha_V05_20170816
klick download.
Connect USB cable.
result: ERROR: STATUS_INSUFFICIENT_BUFFER (0xC0010007)
or
second attempt: ERROR: STATUS_BROM_CMD_SEND_DA_FAIL (0xC0060003)
if the popup window with the error notices emerges,
Be quick
The popup must be close promptly and press again download or format. It must go very quickly.
thats it.
Click to expand...
Click to collapse
Sarvesh.huddedar said:
Great to hear that you are back to green State..
Current working on Oukitel k6000 plus and on 8.0 custom rom.
Click to expand...
Click to collapse
Hello friend ..Please how stable is the Oreo Rom? Does it affects battery life positively. Any bug effects that makes it hard to use?
Please say me hi on whatsapp here. thank you plust 234 Eight1six951666two. thank you.
Sarvesh.huddedar said:
Great to hear that you are back to green State..
Current working on Oukitel k6000 plus and on 8.0 custom rom.[/QUOTE
Anche io ragazzi o questo problema con il mio Maze Alpha 4 gb ram,sono riuscito a instalare la twrp e dopo non sono riuscito a instalare niente con la twrp ,o provato la v5,v8,poi non ero più bono di tornare indietro ,forse o cancellato qualche partizione o tutte perché adesso sono in Orange state,.O provato di tuto è di più,flashare con Windows 10,poi con Windows 7
Tante versioni dis SP flash ,anche solo botloader alla volta ,anche tuto,download ,agiorn firmware,il cambiato tanti driver,ci viene fuori questi errori:S_BROM_CMD_SEND_DA_FAIL,DA_HASH_MISMATCH,No n riesco a sistemarlo in nessuna maniera e lo appena comprato da un mese,se qualcuno ragazzi si intende di più e mi può dare una mano le sarei tanto grato vi ringrazio in anticipo,io volevo solo la twrp perché mi piaceva ancora dai tempi di HTC titan perché si poteva mettere sia Windows mobile che android
Click to expand...
Click to collapse
Maze Alpha Orange state
Privato anche senza botloader niente da fare,errore prima S_BROM_CMD_SEND_DA_FAIL, e dopo DA_HASH_MISMATCH cosa col dire?grazie.ianto:
ragazi sono riuscito a fare partire maze alpha 4g flash sptool 5.1708,o flashato la v9,senza bootload ,problemae che bisogna selezionare DA_PL.bin, e non MTK_AllInOne_DA.bin,finalmente sono riuscito mama mia quanto lavoro ,quante prove,
Thank you so much!!! This saved my phone, now fully working. Got the ROM from drive.google.com/file/d/0B8XLZxEJR8alUGVtYTJYQ2ZVak0

Is there a way to root Mi Note 10?

Hi,
I can not find a guide on how to root the phone. Am I missing something or is there no way to root it? There is a thread about Magisk but ...
kamikadzzze said:
Hi,
I can not find a guide on how to root the phone. Am I missing something or is there no way to root it? There is a thread about Magisk but ...
Click to expand...
Click to collapse
First u must unlock your bootloader, then u must flash a custom recovery like orangefox and then u can flash magisk.
https://en.miui.com/unlock/
With waiting like one week or longer
Sent from my Mi Note 10 using XDA Labs
kamikadzzze said:
Hi,
I can not find a guide on how to root the phone. Am I missing something or is there no way to root it? There is a thread about Magisk but ...
Click to expand...
Click to collapse
First step:
-unlock your bootloader
Second step:
-download adb and fastboot tools to your PC
Third step:
-download orangefox ( https://orangefox.download/en/device/tucana )
Fourth step:
-boot your phone into fastboot and connect it to your pc
-extract the orangefox zip and flash the recovery.img like that:
- fastboot flash recovery recovery.img
Fifth step:
-hold volume up and power button for a few seconds and boot into orangefox
Sixth step:
-download https://github.com/topjohnwu/Magisk/releases/download/v21.0/Magisk-v21.0.zip and flash it via orangefox
Done
ItsBen12000 said:
First step:
-unlock your bootloader
Second step:
-download adb and fastboot tools to your PC
Third step:
-download orangefox ( https://orangefox.download/en/device/tucana )
Fourth step:
-boot your phone into fastboot and connect it to your pc
-extract the orangefox zip and flash the recovery.img like that:
- fastboot flash recovery recovery.img
Fifth step:
-hold volume up and power button for a few seconds and boot into orangefox
Sixth step:
-download https://github.com/topjohnwu/Magisk/releases/download/v21.0/Magisk-v21.0.zip and flash it via orangefox
Done
Click to expand...
Click to collapse
Or just use MIUI EU and flash Magisk over the top?
EonOfBlack said:
Or just use MIUI EU and flash Magisk over the top?
Click to expand...
Click to collapse
e, you also have to follow the steps above to install xiaomi.eu
kamikadzzze said:
Hi,
I can not find a guide on how to root the phone. Am I missing something or is there no way to root it? There is a thread about Magisk but ...
Click to expand...
Click to collapse
I'm assuming you are referring to root Xiaomi Mi Note 10 and Not Xiaomi Redmi Note 10. Both are different phones.
I advice you, first flash TWRP recovery. Good news is Official TWRP is made for this device and you can find and download the recovery in Official TWRP app (download from PlayStore)
Xiaomi Mi Note 10 code name is Tucana (see the attached screenshot)
Once TWRP is flashed then root it via Magisk zip.

Question No Idea on How to Root Redmi 8A Dual

Hi All,
I am trying to root my Redmi 8A Dual and nothing works. I previously have rooted Samsung, sonny and even Lenovo phones but this one seems really tough. When getting into recovery mode, I see just reboot and contact MI Assistance. on developer settings, I am unable to do the Mi Unlock Status ( seriously no idea what that does). tried Magisk manager, King Root and MI unlocker web but not working. I want to degoogle my phone and make it AOSP ROM in it.
Can I get assistance here please?
ArusChandran said:
Hi All,
I am trying to root my Redmi 8A Dual and nothing works. I previously have rooted Samsung, sonny and even Lenovo phones but this one seems really tough. When getting into recovery mode, I see just reboot and contact MI Assistance. on developer settings, I am unable to do the Mi Unlock Status ( seriously no idea what that does). tried Magisk manager, King Root and MI unlocker web but not working. I want to degoogle my phone and make it AOSP ROM in it.
Can I get assistance here please?
Click to expand...
Click to collapse
Below are the following steps which helped me in successfully rooting my RM8A Dual-
1. Install Pitch Black recovery for RM8A Dual via fastboot.
2. Once installed recovery successfully extract your boot.img via recovery.(Many videos are out there to do it.)
3. Patch you boot.img on the website mentioned in previous posts.
4. Flash the patched IMG via recovery then reboot into recovery again and flash magisk and voila you're rooted.
vineet allahabad said:
Below are the following steps which helped me in successfully rooting my RM8A Dual-
1. Install Pitch Black recovery for RM8A Dual via fastboot.
2. Once installed recovery successfully extract your boot.img via recovery.(Many videos are out there to do it.)
3. Patch you boot.img on the website mentioned in previous posts.
4. Flash the patched IMG via recovery then reboot into recovery again and flash magisk and voila you're rooted.
Click to expand...
Click to collapse
I shall try that and update you. Thank You !
ArusChandran said:
I shall try that and update you. Thank You !
Click to expand...
Click to collapse
Please update here if it works. I’m stuck at “Mi Unlock Status” too. Rooted Lenovo, Micromax, Samsung, Oneplus, Sony & older Redmi devices too, but stuck here and very few people are even active in this forum so.
Is there any custom rom for 8a dual? Please give link for download
ArusChandran said:
I shall try that and update you. Thank You !
Click to expand...
Click to collapse
Did this method worked? please inform
Pavan__pavan said:
Is there any custom rom for 8a dual? Please give link for download
Click to expand...
Click to collapse
No custom roms I have got yet
1. OliveLite Twrp official
https://twrp.me/xiaomi/xiaomiredmi8a.html
2.Pitch Black Olivewood official Recovery
Xiaomi Redmi 8A Pro/Dual | olivewood - PitchBlack Recovery Project
PBRP Version: 3.1.0 Maintainer: Aryan Sinha
pitchblackrecovery.com
These are some Custom Recoveries
OrangeFox Recovery is also available in official site
Flash Recovery from CMD,
then boot into recovery immediately and root the Device,
so that Recovery stays there as permanent
VBmeta image may end into Bootloop sometimes
Thanks for reply
Adityasalil95 said:
No Custom Rom i have got yet
Click to expand...
Click to collapse
Adityasalil95 said:
1. OliveLite Twrp official
https://twrp.me/xiaomi/xiaomiredmi8a.html
2.Pitch Black Olivewood official Recovery
Xiaomi Redmi 8A Pro/Dual | olivewood - PitchBlack Recovery Project
PBRP Version: 3.1.0 Maintainer: Aryan Sinha
pitchblackrecovery.com
These are some Custom Recoveries
OrangeFox Recovery is also available in official site
Flash Recovery from CMD,
then boot into recovery immediately and root the Device,
so that Recovery stays there as permanent
VBmeta image may end into Bootloop sometimes
Click to expand...
Click to collapse
Should I need to flash vbmeta and premessive_v5 immediately?
If yes then flashing same as other zip files?
Thanks for such quick replies
Pavan__pavan said:
Should I need to flash vbmeta and premessive_v5 immediately?
If yes then flashing same as other zip files?
Thanks for such quick replies
Click to expand...
Click to collapse
As far as I now I have never Tried VBMeta till now after this Issue,
VBmeta resulted into bootloop when I flashed it First time in olivewood phone
I had to Reflash the Miui Rom again from scratch to solve Bootloop issue ,
Any Senior person might know the correct VBmeta file
Adityasalil95 said:
As far as I now I have never Tried VBMeta till now after this Issue,
VBmeta resulted into bootloop when I flashed it First time in olivewood phone
I had to Reflash the Miui Rom again from scratch to solve Bootloop issue ,
Any Senior person might know the correct VBmeta file
Click to expand...
Click to collapse
Did you tried this?
Aghora7 said:
How to install GSI in REDMI 8A DUAL
Download ALL The Below Files First
Downloads :- Click on Orange Links
1.Flash TWRP Recovery
fastboot flash recovery recovery.img
fastboot flash vbmeta vbmeta.img
volume up and power button to reboot into twrp recovery
Goto wipe and type "yes" and reboot to recovery
2.flash boot image i provided using twrp and select "boot"
3.flash arm64 based system image
4.Goto advance wipe >> select system >> select repair and resize >> click on resize
5.flash vendor image and choose vendor option
6.Again Goto advance wipe >> select system >> select repair and resize >> click on resize
7.flash premissier_v5 zip
8.flash open gapps arm64 pico/nano
9.flash magisk 20.3 (Recommended) you can use 20.4 too
10. Goto wipe section and just swipe to right to Factory Reset.
Click to expand...
Click to collapse
Pavan__pavan said:
Did you tried this?
Click to expand...
Click to collapse
No I didn't try , Thank you for the link
Adityasalil95 said:
No I didn't try , Thank you for the link
Click to expand...
Click to collapse
Plese tell the result after flashing those in the link
Pavan__pavan said:
Plese tell the result after flashing those in the link
Click to expand...
Click to collapse
I have to wait 7 days to unlock bootloader
Pavan__pavan said:
I have to wait 7 days to unlock bootloader
Click to expand...
Click to collapse
Yaa have to wait 7 days or 365 hours to officially unlock the Bootloader
It also took long time for me to officially unlock Bootloader First time
How to root Redmi 8a Pro (Olivewood) :
- First you must us it firmware miui 11.0.4.0 android 9
- Install Magisk Manager stable 22.00 or Canary version
- Flash this patched_boot.img (Magisk) with fastboot
- Done...now Redmi 8a Pro is rooted with magisk
Download Patched_boot.img (Magisk) : https://drive.google.com/file/d/1AQVrrSY5CJhty5NHgZry1Wu5zN6OVmG3/view
vineet allahabad said:
Below are the following steps which helped me in successfully rooting my RM8A Dual-
1. Install Pitch Black recovery for RM8A Dual via fastboot.
2. Once installed recovery successfully extract your boot.img via recovery.(Many videos are out there to do it.)
3. Patch you boot.img on the website mentioned in previous posts.
4. Flash the patched IMG via recovery then reboot into recovery again and flash magisk and voila you're rooted.
Click to expand...
Click to collapse
Website not opening
Bontersoft said:
How to root Redmi 8a Pro (Olivewood) :
- First you must us it firmware miui 11.0.4.0 android 9
- Install Magisk Manager stable 22.00 or Canary version
- Flash this patched_boot.img (Magisk) with fastboot
- Done...now Redmi 8a Pro is rooted with magisk
Download Patched_boot.img (Magisk) : https://drive.google.com/file/d/1AQVrrSY5CJhty5NHgZry1Wu5zN6OVmG3/view
Click to expand...
Click to collapse
Plz post patched boot img for 8a dual olivewood 11.0.1.0

Categories

Resources