[A/B][TESTING]TWRP 3.1.1 for Mi-A1 (tissot_sprout) - Xiaomi Mi A1 ROMs, Kernels, Recoveries, & Other De

Hi guys!
Download : Click Here
Only for Testing.
XDA:DevDB Information
TWRP 3.1.1 for Mi-A1 (tissot_sprout), Tool/Utility for the Xiaomi Mi A1
Contributors
pvineeth97
Source Code: https://github.com/PVineeth/android_device_xiaomi_tissot_sprout_recovery
Version Information
Status: Testing
Created 2017-10-02
Last Updated 2017-10-11

Reserved

Reserved

Nice work ! Tks, waiting for uptades ... I will get the A1 soon and is nice to see the development for this device

When there isn't any recovery partition , why u want to flash it to recovery

Instead of flashing directly, boot into recovery.
fastboot boot twrp.img
Sent from my Mi A1 using XDA Labs

m.atif said:
When there isn't any recovery partition , why u want to flash it to recovery
Click to expand...
Click to collapse
Yeah you are right. I need to make ZIP of some sorts. I know it is A/B system so recovery is stored in boot partition. I will update the flashing part in some time.

Ron1209 said:
Instead of flashing directly, boot into recovery.
fastboot boot twrp.img
Sent from my Mi A1 using XDA Labs
Click to expand...
Click to collapse
When i used ,,fastboot boot boot.img", it did not boot up into twrp, instead it rebooted itself into android, with this output:
Code:
downloading 'boot.img'...
OKAY [ 0.812s]
booting...
OKAY [ 0.587s]
finished. total time: 1.432s

ves626 said:
When i used ,,fastboot boot boot.img", it did not boot up into twrp, instead it rebooted itself into android, with this output:
Code:
downloading 'boot.img'...
OKAY [ 0.812s]
booting...
OKAY [ 0.587s]
finished. total time: 1.432s
Click to expand...
Click to collapse
I will fix in next update.

@pvineeth97 , I would like to be a tester, n can also help in making flashable zip, contact me if interested

pvineeth97 said:
When i used ,,fastboot boot boot.img", it did not boot up into twrp, instead it rebooted itself into android, with this output:
I will fix in next update.
Click to expand...
Click to collapse
Same here
Just to report in case
No complaints. Its initial phase and time and repeated tries are key to success.
Best of luck for future

@pvineeth97, I would like to be a tester, n can also make a flashable zip, contact me if interested...

ghpranav said:
@pvineeth97 , I would like to be a tester, n can also help in making flashable zip, contact me if interested
Click to expand...
Click to collapse
I am trying to work on it wait.

Plz inform once a new build is up

Moderator Information,
Thread closed at OP's request.

Why don't you add the twrp recovery in boot.img ? it will be easier to flash and keep the custom recovery. :/

Kudos to developer! Happy to see Mi A1 development started. I wish all the best

abkdmn said:
Why don't you add the twrp recovery in boot.img ? it will be easier to flash and keep the custom recovery. :/
Click to expand...
Click to collapse
Because no one will inject TWRP to each boot, in each ROM.

Displax said:
Because no one will inject TWRP to each boot, in each ROM.
Click to expand...
Click to collapse
I don't own a MI A1 for personally so i can't tell about the partitions tho, but i had a Sony Xperia C3 which condition was same as MI A1 , where boot and recovery were both in boot partition.

ves626 said:
When i used ,,fastboot boot boot.img", it did not boot up into twrp, instead it rebooted itself into android, with this output:
Code:
downloading 'boot.img'...
OKAY [ 0.812s]
booting...
OKAY [ 0.587s]
finished. total time: 1.432s
Click to expand...
Click to collapse
this is incorrect. if you want to boot to twrp recovery then issue the command "fastboot boot twrp.img", not the "boot.img".

Related

Issues with flashing TWRP to tablet

I am trying to go through the process of flashing a custom recovery so that I can get off of stock and on to a custom rom. I have gone through the following steps:
1) downloaded the latest drivers
2) downloaded the latest version of fastboot
3) downloaded twrp 2.8.1.0 and checked the MD5 for the program
4) enabled the usb debugging, signed on as an administrator in my pc, and am using a 2.0 usb port
5) have verified the conenction between tablet and PC.
I get the following result:
C:\>fastboot devices
15C3E100910000000XXXXXXXX fastboot (I edited out a few numbers and replaced them with with x's, but got a pure result)
C:\>fastboot -i 0x0B05 flash recovery twrp.blob
target reported max download size of 643825664 bytes
sending 'recovery' (7024 KB)...
OKAY [ 0.964s]
writing 'recovery'...
OKAY [ 0.241s]
finished. total time: 1.213s
C:\>fastboot reboot
rebooting...
finished. total time: 0.021s
The recovery is not actually flashing over to the device. When I attempt the flash I do a fastboot reboot and power down afterwards, then try to boot back up to the recovery and instead I get the bried vision of the android and the blue bar underneath before it's promptly replaced by the dead android. The twrp.blob file is in the same directory as fastboot. I have tried deleting and re-downloading both the blob file and the drivers. I have tried using 2.8.0.1 and 2.8.1.0. Because TWRP wasn't working I tried flashing CWM and got exactly the same result. There doesn't seem to be an issue with the cable, since I can move other forms of data between the devices with no issue. I'm beating my head against the wall here, and am hoping that you guys might be able to provide me with some direction as to what else I might try/look for. Thanks all.
Are you sure you are using the correct recovery for your device? There is no version of TWRP that works with the TF701T.
Sleeepy2 said:
Are you sure you are using the correct recovery for your device? There is no version of TWRP that works with the TF701T.
Click to expand...
Click to collapse
I had been advised that the version for the TF700 would also work with the TF701T. However, I did use a CWM version specific to the TF701T with the same result you saw in the command window in my OP.
talion777 said:
I had been advised that the version for the TF700 would also work with the TF701T. However, I did use a CWM version specific to the TF701T with the same result you saw in the command window in my OP.
Click to expand...
Click to collapse
I am not sure who told you that but it is 100% wrong.
I am also not sure what the commands that you are sending are however you should just be doing
fastboot flash recovery recovery.img
Get the recovery from this link
http://droidbasement.com/asus/tf701t/recovery/
Sleeepy2 said:
I am not sure who told you that but it is 100% wrong.
I am also not sure what the commands that you are sending are however you should just be doing
fastboot flash recovery recovery.img
Get the recovery from this link
http://droidbasement.com/asus/tf701t/recovery/
Click to expand...
Click to collapse
Thanks Sleeepy, but as I mentioned in the OP I did the flash for the CWM recovery already, using exactly the link you sent me, with the exact same commands, and with the same results. No go.
P.P.S. - also tried juggling around the MTP and PTP modes (plug/unplug while on/off) to ensure recognition and it seems fine both ways. Someone else had said they freed up their drivers that way but it made no difference on my end.
P.S. - Here, just so that you see, here are the command window results for th CWM recovery, just for clarity's sake:
C:\adb 2>fastboot devices
15C3E100910000000XXXXXXXX fastboot
C:\adb 2>fastboot flash recovery recovery.img
target reported max download size of 643825664 bytes
sending 'recovery' (6646 KB)...
OKAY [ 0.910s]
writing 'recovery'...
OKAY [ 0.230s]
finished. total time: 1.140s
C:\adb 2>fastboot reboot
rebooting...
finished. total time: 0.020s
C:\adb 2>
That's really odd.
I just downloaded the most recent version and tried re-flashing just to make sure and I had no issues...
Can you boot the recovery without flashing it?
fastboot boot recovery.img
Sorry, this defiantly not strong point but I will try to help.
Sleeepy2 said:
That's really odd.
I just downloaded the most recent version and tried re-flashing just to make sure and I had no issues...
Can you boot the recovery without flashing it?
fastboot boot recovery.img
Sorry, this defiantly not strong point but I will try to help.
Click to expand...
Click to collapse
yes, I can boot the recovery. Am I able to use the temp image to install the recovery into the tablet, or to import the files I need to do so?
talion777 said:
yes, I can boot the recovery. Am I able to use the temp image to install the recovery into the tablet, or to import the files I need to do so?
Click to expand...
Click to collapse
The temp image will work just like normal.
Sleeepy2 said:
The temp image will work just like normal.
Click to expand...
Click to collapse
except that I will always need to be connected to my PC to use it. How do I actually make that the default recovery in my tablet? It just seems bizarre to me that I can boot the image but that I can't flash it. Also, assuming I used the image to flash a custom ROM what happens when the temp image is shut off and the recovery reverts to stock? Would the ROM work with a stock recovery?
Was able to use the CWM image to install SuperSU and root the tablet. Still can't get the recovery to flash over.
Wait... what version of bootloader do you have?
You are unlocked and updated to the most recent ASUS version right...
Sleeepy2 said:
Wait... what version of bootloader do you have?
You are unlocked and updated to the most recent ASUS version right...
Click to expand...
Click to collapse
I'm on 11.4.1.17, and yes I'm on the latest ASUS update.
Damn... that was my last guess. You need to get the attention of someone smarter than me like pershoot or berndblb
Sorry I can't help any better.
Thanks Sleeepy, you've already been a big help and I really appreciate the effort!
talion777 said:
Thanks Sleeepy, you've already been a big help and I really appreciate the effort!
Click to expand...
Click to collapse
Just for kicks try to flash the CWM image with this:
Code:
fastboot -i 0x0B05 flash recovery recovery.img
The vendor ID should not be necessary - but it certainly wouldn't hurt to try....
And post the exact output please.
berndblb said:
Just for kicks try to flash the CWM image with this:
Code:
fastboot -i 0x0B05 flash recovery recovery.img
The vendor ID should not be necessary - but it certainly wouldn't hurt to try....
And post the exact output please.
Click to expand...
Click to collapse
You sir, would appear to be a genius. CWN successfully flashed to the tab. Excellent! Thanks so very much to both you and Sleeepy for your help. This was driving me absolutely bananas!
berndblb said:
Just for kicks try to flash the CWM image with this:
Code:
fastboot -i 0x0B05 flash recovery recovery.img
The vendor ID should not be necessary - but it certainly wouldn't hurt to try....
And post the exact output please.
Click to expand...
Click to collapse
God damn it. You step in with one comment and boom, like magic it works
And @talion777 glad you've got it working now
Sleeepy2 said:
God damn it. You step in with one comment and boom, like magic it works
And @talion777 glad you've got it working now
Click to expand...
Click to collapse
A lucky guess.. LOL
Actually I worked with talion on the Transformer forums on his problem, so it was not quite as magical as it may sound. [emoji56]

Fastboot failed

When I try:
fastboot boot recovery.img
I only get this and it wont boot into the Cyanogen Recovery :/
downloading 'boot.img'...
OKAY [ 0.217s]
booting...
FAILED (remote: unknown command)
finished. total time: 0.221s
Any idea what I can do?
Check to see what Fire OS version you have. If it is 5.11 then booting a custom recovery will not work til a new custom boot.img can be created for it.
tuckerwagner said:
When I try:
fastboot boot recovery.img
I only get this and it wont boot into the Cyanogen Recovery :/
downloading 'boot.img'...
OKAY [ 0.217s]
booting...
FAILED (remote: unknown command)
finished. total time: 0.221s
Any idea what I can do?
Click to expand...
Click to collapse
As far as I know you can only do temporary recovery boots (either twerp or Cyanogen) using a PC to push the recovery image and then boot it.
Code:
adb reboot bootloader
fastboot TWRP_Fire_2.8.7.0.img
Is what works for me.
same problem. Any way to downgrade?
skola28 said:
same problem. Any way to downgrade?
Click to expand...
Click to collapse
Same here... Bought two, got one to work and I think my girlfriend let the other update and now I am getting the "FAILED (remote: unknown command)" on the other.....
Ugh, time to look at Amazon's return policy?
skola28 said:
same problem. Any way to downgrade?
Click to expand...
Click to collapse
If on 5.1.1, at this time,
cannot root
cannot boot custom recovery
cannot downgrade
once a the update.zip is captured, maybe a new twrp can be built
RW2112 said:
Check to see what Fire OS version you have. If it is 5.11 then booting a custom recovery will not work til a new custom boot.img can be created for it.
Click to expand...
Click to collapse
Turns out it is 5.1.1. I guess I will wait for a new boot.IMG unless there is a way to downgrade. Thanks for your help!

Recovey change that goes worng

Hi all,
I'm trying to understand what did I do wrong.
I bought my device with an unlocked bootloader miui V8 (global rom).
I tried to flash TWRP recovey and MIUI PRO rom. I follow the steps that are mentioned here
and got soft brick - the device got stuck on the mi logo (with the unlock sign), even when I wait in patience the device just turned off.
- At the beginning I flashed the TWRP recovery by xuefer, boot into it and flashed the dm-verity disabler (as mentioned in the guide) and got error 1.
I reboot the device and it didn't boot.
- I boot to the recovery again and wipe the data - didn't boot.
Boot to recovery again and wipe to factory
-I flashed the MIUI PRO rom and the device still didn't boot.
I tired to flash the TWRP recovery by iscle - now the dm-verity disabler succeed but the device still didn't boot.
made the wiping steps as above again - and the device still got stuck at the mi logo.
At any step I manged to boot into the TWRP recovery and fastboot mode.
My lest option was to go back to the global stock rom using MiFlash
Now I'm on Global MIUI 9 with locked bootloadr
What did I do wrong?
I want to unlock the bootloader and to get back my control on my device.
Please advice
Thanks
Download the latest TWRP on this forum. Flash it. After, go to twrp, wipe data, cache, flash MIUI PRO rom, and after flash also flash the latest SuperSU zip. Then try again and see if it's gonna boot up.
how sure were you that the device had an unlocked bootloader when you purchased it? if it was brand new, certainly its bootloader is locked.
Do you have an open padlock when your phone is booting ?
Remember to boot to twrp just after flashing and before booting to the rom.
Thank you all for your answers!
Thank you all for your answers!
ekin_strops said:
Download the latest TWRP on this forum. Flash it. After, go to twrp, wipe data, cache, flash MIUI PRO rom, and after flash also flash the latest SuperSU zip. Then try again and see if it's gonna boot up.
Click to expand...
Click to collapse
This is exectly what I've done. and I't didn't worked.
Can you please point me to exact TWRP that you meant?
What about the dm-verity disabler ? it isn't necessary?
ondoy1943 said:
how sure were you that the device had an unlocked bootloader when you purchased it? if it was brand new, certainly its bootloader is locked.
Click to expand...
Click to collapse
I've checked the bootloader status in the Dev menu and with fastboot (fastboot oem device-info).
In addtion to all I had the open padlock sign when the turned on the device.
lightman33 said:
Do you have an open padlock when your phone is booting ?
Remember to boot to twrp just after flashing and before booting to the rom.
Click to expand...
Click to collapse
I had the open padlock sign.
Now unfortunately I flashed with MiFlash the global rom and my bootloader is locked.
I want to know the mistake I've done - so I don't fail with it again after I'll get the approval to open my bootloader.
Thanks
no mistake, they are three batches files in the rom zip. One of them is relocking the bootloader.
Flash_all with without erase data
Flash_all with wipe data
Flash_all with relock bootloader
I don't know miflash interface but you unfortunately choose the third choice. You need now to unlock your bootloader again (maybe by creating a new xiaomi account, not sure of this).
lightman33 said:
no mistake, they are three batches files in the rom zip. One of them is relocking the bootloader.
Flash_all with without erase data
Flash_all with wipe data
Flash_all with relock bootloader
I don't know miflash interface but you unfortunately choose the third choice. You need now to unlock your bootloader again (maybe by creating a new xiaomi account, not sure of this).
Click to expand...
Click to collapse
I'm sorry if you miss understood me, but I meant to the mistake I've made with the TWERP and rom flashing.
I can't figured out what I've did wrong.
Sorry if was not clear but the problem could be here :
Now unfortunately I flashed with MiFlash the global rom and my bootloader is locked.
II think you choose in Mi Flash tool an option to flash with re-lock the bootloader (don"t know how it's designed in the app because I flashed my phone manually, using one of the 3 batch files).
Hope it will help you.
lightman33 said:
Sorry if was not clear but the problem could be here :
Now unfortunately I flashed with MiFlash the global rom and my bootloader is locked.
II think you choose in Mi Flash tool an option to flash with re-lock the bootloader (don"t know how it's designed in the app because I flashed my phone manually, using one of the 3 batch files).
Hope it will help you.
Click to expand...
Click to collapse
Thank you for your answer.
I will open my bootloader,
I'm just trying to understand which TWRP version to flash for the miui pro rom (or any other)
And what is the process (or "the correct steps") to :
* Flash the TWRP recovery
* And to flash any other different rom from the miui stock.
Thanks
I took the TWRP from this forum, this is my md5 if you want to check yours :
f52ff052971b67df097d4cfa8a2ec162 twrp-3.2.0-0-oxygen.img
And this is my howto :
$ sudo fastboot flash recovery twrp-3.2.0-0-oxygen.img
target reported max download size of 536870912 bytes
sending 'recovery' (16196 KB)...
OKAY [ 0.504s]
writing 'recovery'...
OKAY [ 0.095s]
finished. total time: 0.600s
$ sudo fastboot boot twrp-3.2.0-0-oxygen.img
downloading 'boot.img'...
OKAY [ 0.487s]
booting...
OKAY [ 0.576s]
finished. total time: 1.063s
For the ROM, I took file here : http://bigota.d.miui.com/7.12.8/oxy....8_20171208.0000.00_7.1_global_93a8045184.tgz
Filename : oxygen_global_images_7.12.8_20171208.0000.00_7.1_global_93a8045184
From forum : http://en.miui.com/thread-1273027-1-1.html
and the command to flash was (after unzip the file) :
$ sudo ./flash_all_except_storage.sh
Beginning of the log :
product: oxygen
erasing 'boot'...
OKAY [ 0.027s]
finished. total time: 0.027s
erasing 'sec'...
OKAY [ 0.021s]
finished. total time: 0.021s
target reported max download size of 536870912 bytes
sending 'crclist' (0 KB)...
OKAY [ 0.040s]
writing 'crclist'...
OKAY [ 0.020s]
finished. total time: 0.060s
target reported max download size of 536870912 bytes
sending 'sparsecrclist' (0 KB)...
OKAY [ 0.040s]
writing 'sparsecrclist'...
Hope it will help you...
ymca said:
Thank you for your answer.
I will open my bootloader,
I'm just trying to understand which TWRP version to flash for the miui pro rom (or any other)
And what is the process (or "the correct steps") to :
* Flash the TWRP recovery
* And to flash any other different rom from the miui stock.
Thanks
Click to expand...
Click to collapse
Hi! As others have already told you,
What I would do is to completely format the phone with Mi Flash (download the latest global stable fastboot version from http://en.miui.com/a-234.html), then flash it to the phone using the Flash All option, then flash my recovery or the one from xuefer (the one you prefer, both work), if you are flashing miui pro I think there is no need to flash the dm-verity file, so just wipe system + data + cache and flash miuipro.zip
Thank you all for your replais !
I will try and update right after I'll get the bootloader unlock approval.
Meanwhile you all have a great day !

When TWRP and LineageOS will be avaible?

Hi! Anyone know when TWRP recovery will be available for Moto G6 Plus (or is it already available)? And are there any custom roms for Moto G6 Plus and will be there any roms?
Check the development section of this forum, any unofficial roms or recoveries for the device will be there. You can also check the TWRP website, as well as the LineageOS website.
never cause you asked. THANKS A LOT
Mr. Nerd_ said:
Hi! Anyone know when TWRP recovery will be avaible for Moto G6 Plus (or is it already avaible)? And are there any custom roms for Moto G6 Plus and will be there any roms?
Click to expand...
Click to collapse
Twrp is available. Search for it on Android file host website. As for roms, check out the project treble forum here on xda for a number of GSIs(generic system images) which are the future of roms. They come in IMG format not zip format. Depending on the gsi you flash, some things may not work mainly finger print scanner.
Sent from my moto g(6) plus using Tapatalk
Xplorer4x4 said:
Twrp is available. Search for it on Android file host website. As for roms, check out the project treble forum here on xda for a number of GSIs(generic system images) which are the future of roms. They come in IMG format not zip format. Depending on the gsi you flash, some things may not work mainly finger print scanner.
Sent from my moto g(6) plus using Tapatalk
Click to expand...
Click to collapse
Do you mean twrp-3.2.1-4-evert.img by erfanoabdi
Is it safe to use and why it isn't listed on TWRP official site?
Mr. Nerd_ said:
Do you mean twrp-3.2.1-4-evert.img by erfanoabdi
Is it safe to use and why it isn't listed on TWRP official site?
Click to expand...
Click to collapse
Yes that is the bootable IMG. There is a installer zip to but that version does not support encryption/decryption.
As for the website, because it is not official. Just because it's not official doesn't always mean it's unsafe.
Sent from my moto g(6) plus using Tapatalk
Xplorer4x4 said:
Yes that is the bootable IMG. There is a installer zip to but that version does not support encryption/decryption.
As for the website, because it is not official. Just because it's not official doesn't always mean it's unsafe.
Sent from my moto g(6) plus using Tapatalk
Click to expand...
Click to collapse
When I'm trying to flash recovery I'm getting this error:
C:\adb\platform-tools>fastboot flash recovery twrp.img
Sending 'recovery' (29516 KB) OKAY [ 0.666s]
Writing 'recovery' (bootloader) Invalid partition name recovery
FAILED (remote failure)
Finished. Total time: 0.692s
Mr. Nerd_ said:
When I'm trying to flash recovery I'm getting this error:
C:\adb\platform-tools>fastboot flash recovery twrp.img
Sending 'recovery' (29516 KB) OKAY [ 0.666s]
Writing 'recovery' (bootloader) Invalid partition name recovery
FAILED (remote failure)
Finished. Total time: 0.692s
Click to expand...
Click to collapse
that's a bootable image. You can boot it with thi command "fastboot boot twrp.img". If you want to install twrp, flash zip installer from twrp
jekyll86 said:
that's a bootable image. You can boot it with thi command "fastboot boot twrp.img". If you want to install twrp, flash zip installer from twrp
Click to expand...
Click to collapse
Thanks, it worked

Question TWRP write FAILED (remote: partition doesn't exist)

Hi guys
I can't install twrp on my Redmi Note 10 pro Chinese Variant phone
i opened the boot loader means it's unlocked now
But when I try to install twrp using adb tool I receive this message
FAILED (remote: partition doesn't exist)
the file i have only is TWRP-3.5.1-sweet-Nebrassy-1 and TWRP-3.5.1-sweet-Nebrassy- 2
i have tried by using a new cable, another PC, different USB ports
every time i face this error
thank you
asadattari12 said:
Hi guys
I can't install twrp on my Redmi Note 10 pro Chinese Variant phone
i opened the boot loader means it's unlocked now
But when I try to install twrp using adb tool I receive this message
FAILED (remote: partition doesn't exist)
the file i have only is TWRP-3.5.1-sweet-Nebrassy-1 and TWRP-3.5.1-sweet-Nebrassy- 2
i have tried by using a new cable, another PC, different USB ports
every time i face this error
thank you
Click to expand...
Click to collapse
Follow the guide:
https://forum.xda-developers.com/t/4288121/post-85137963
Do Clean Flash custom ROMs section up to step 13. Ignore step 8, 9 and 12
Use the TWRP file you have, the TWRP-3.5.1-sweet-Nebrassy- 2.img for step 13.
flash file ( fastboot rom) to be placed in deskyop and try . mi flash tool support only file on desktop folder
pl1992aw said:
Follow the guide:
https://forum.xda-developers.com/t/4288121/post-85137963
Do Clean Flash custom ROMs section up to step 13. Ignore step 8, 9 and 12
Use the TWRP file you have, the TWRP-3.5.1-sweet-Nebrassy- 2.img for step 13.
Click to expand...
Click to collapse
same error appears with this tool too
mathan7 said:
flash file ( fastboot rom) to be placed in deskyop and try . mi flash tool support only file on desktop folder
Click to expand...
Click to collapse
file is already on desktop
First
Code:
fastboot reboot bootloader
Then do the steps again.
Show screenshots of the program what error you get.
pl1992aw said:
First
Code:
fastboot reboot bootloader
Then do the steps again.
Show screenshots of the program what error you get.
Click to expand...
Click to collapse
what i found later that i was using twrp for sweet code, later i was known that the code for my phone is Chopin, and Twrp file for Chopin is not available, so i am trying to do root without custom recovery
asadattari12 said:
what i found later that i was using twrp for sweet code, later i was known that the code for my phone is Chopin, and Twrp file for Chopin is not available, so i am trying to do root without custom recovery
Click to expand...
Click to collapse
First you need to go back to MIUI.
fastboot reboot bootloader
then flash your phone device official MIUI fastboot ROM (China).
Do not choose anything with lock option.
pl1992aw said:
First you need to go back to MIUI.
fastboot reboot bootloader
then flash your phone device official MIUI fastboot ROM (China).
Do not choose anything with lock option.
Click to expand...
Click to collapse
flashing is done with orignal rom, Phone is OK now, how can i root it without custom recovery?
asadattari12 said:
flashing is done with orignal rom, Phone is OK now, how can i root it without custom recovery?
Click to expand...
Click to collapse
Installation
The Magic Mask for Android
topjohnwu.github.io
If the official way don't work, then you have to wait until someone figure out how to root.
You phone doesn't even belong to here. No forum for you phone yet.
So you may need to find Chinese forum to see if they can root it.
asadattari12 said:
file is already on desktop
Click to expand...
Click to collapse
firet flash fatboot
fastboot flash bootloader fastboot.img
then try flash tool
asadattari12 said:
Hi guys
I can't install twrp on my Redmi Note 10 pro Chinese Variant phone
i opened the boot loader means it's unlocked now
But when I try to install twrp using adb tool I receive this message
FAILED (remote: partition doesn't exist)
the file i have only is TWRP-3.5.1-sweet-Nebrassy-1 and TWRP-3.5.1-sweet-Nebrassy- 2
i have tried by using a new cable, another PC, different USB ports
every time i face this error
thank you
Click to expand...
Click to collapse
you are using a TWRP for RM Note 10 pro global(codename is: sweet), The China Version is based on MTK CPU, it's codename is :chopin. There still no available TWRP for chopin.
fxxkingchopin said:
you are using a TWRP for RM Note 10 pro global(codename is: sweet), The China Version is based on MTK CPU, it's codename is :chopin. There still no available TWRP for chopin.
Click to expand...
Click to collapse
Does OrangeFox REC is TWRP ? When I input .\fastboot flash boot recovery.img in CMD, everything seems alright. But when I reboot my RedMi Note 10 Pro, the screen is looping in black &RedMi logo. What should I do?
GilbertWong said:
Does OrangeFox REC is TWRP ? When I input .\fastboot flash boot recovery.img in CMD, everything seems alright. But when I reboot my RedMi Note 10 Pro, the screen is looping in black &RedMi logo. What should I do?
Click to expand...
Click to collapse
Try directly after flashing recovery via Fastboot:
Press buttons volume+ and power so long as you see the logo and feel vibration.
Now recovery ofox should start again and should be stable
Laptapper said:
Try directly after flashing recovery via Fastboot:
Press buttons volume+ and power so long as you see the logo and feel vibration.
Now recovery ofox should start again and should be stable
Click to expand...
Click to collapse
I did it according to your instruction. I press buttons volume+ and power , but nothing happens. My phone kept black. What should I do?
GilbertWong said:
I did it according to your instruction. I press buttons volume+ and power , but nothing happens. My phone kept black. What should I do?
Click to expand...
Click to collapse
You've flashed twrp via Fastboot without any glitches or not?
So you stay after flashing in Fastboot, if you press then the buttons as long as you see logo and feel vibration then the recovery should start
Laptapper said:
You've flashed twrp via Fastboot without any glitches or not?
So you stay after flashing in Fastboot, if you press then the buttons as long as you see logo and feel vibration then the recovery should start
Click to expand...
Click to collapse
I think I flashed OrangeFox image correctly.
CMD result is below .
D:\APPs\_Utility\AndroidRootTools\platform-tools>.\fastboot flash boot recovery.img
Sending 'boot_b' (34024 KB) OKAY [ 0.788s]
Writing 'boot_b' OKAY [ 0.063s]
Finished. Total time: 0.976s
FastBoot feedback in phone screen is below.
USB Transferring...
USB Transmission OK Time:0 s Vel: 45MB/S
After I quitted FastBoot and reboot , the screen was looping in black & RedMi logo.
Anything I did wrong?
GilbertWong said:
I think I flashed OrangeFox image correctly.
CMD result is below .
D:\APPs\_Utility\AndroidRootTools\platform-tools>.\fastboot flash boot recovery.img
Sending 'boot_b' (34024 KB) OKAY [ 0.788s]
Writing 'boot_b' OKAY [ 0.063s]
Finished. Total time: 0.976s
FastBoot feedback in phone screen is below.
USB Transferring...
USB Transmission OK Time:0 s Vel: 45MB/S
After I quitted FastBoot and reboot , the screen was looping in black & RedMi logo.
Anything I did wrong?
Click to expand...
Click to collapse
Not quitting Fastboot, remove cable and press the buttons together until vibration
GilbertWong said:
I think I flashed OrangeFox image correctly.
CMD result is below .
D:\APPs\_Utility\AndroidRootTools\platform-tools>.\fastboot flash boot recovery.img
Sending 'boot_b' (34024 KB) OKAY [ 0.788s]
Writing 'boot_b' OKAY [ 0.063s]
Finished. Total time: 0.976s
FastBoot feedback in phone screen is below.
USB Transferring...
USB Transmission OK Time:0 s Vel: 45MB/S
After I quitted FastBoot and reboot , the screen was looping in black & RedMi logo.
Anything I did wrong?
Click to expand...
Click to collapse
You're not using RN 10 Pro global, it must be RN 10 Pro 5g (codename chopin), a.k.a. Poco X3 GT, which is A/B device. Global one is not A/B device.
Do not continue any further before risking bricking your device.
x3r0.13urn said:
You're not using RN 10 Pro global, it must be RN 10 Pro 5g (codename chopin), a.k.a. Poco X3 GT, which is A/B device. Global one is not A/B device.
Do not continue any further before risking bricking your device.
Click to expand...
Click to collapse
Yes,it is chopin. So chopin can not be rooted?

Categories

Resources