Exists some ZCX TWRP for Mi 6 (sagit)? - Xiaomi Mi 6 Questions & Answers

Exists some ZCX TWRP for Mi 6 (sagit).
I want install in my Mi 6 (sagit) TWRP but i don't want without breaking incremental OTA's!
I don't need root in my device.
Because If i install normal TWRP, when i will install one incremental OTA, i will lost and erased everything.
Any Solution?
Thank you

pmbrs said:
Exists some ZCX TWRP for Mi 6 (sagit).
Problem statement.
Any Solution?
Thank you
Click to expand...
Click to collapse
You do not need to have TWRP permanently installed. You could just boot into TWRP and sideload flashable files.
(in Terminal)
Code:
$ adb reboot bootloader
(in Terminal)
Code:
$ fastboot boot twrp-3.1.1-1-sagit.img
(in TWRP)
Code:
Decrypt firmware.
(in TWRP)
Code:
Advanced => ADB Sideload
(in Terminal)
Code:
$ adb sideload xxx.zip

Asce1062 said:
You do not need to have TWRP permanently installed. You could just boot into TWRP and sideload flashable files.
(in Terminal)
Code:
$ adb reboot bootloader
(in Terminal)
Code:
$ fastboot boot twrp-3.1.1-1-sagit.img
(in TWRP)
Code:
Decrypt firmware.
(in TWRP)
Code:
Advanced => ADB Sideload
(in Terminal)
Code:
$ adb sideload xxx.zip
Click to expand...
Click to collapse
Thank you.
It is possible to flash from ROM Global Stable to ROM Global Developer, without unlock bootloader?
What is the procedure for install? What i need?
I would like to follow any tutorial. Can you suggest any tutorial?

pmbrs said:
Thank you.
It is possible to flash from ROM Global Stable to ROM Global Developer, without unlock bootloader?
What is the procedure for install? What i need?
I would like to follow any tutorial. Can you suggest any tutorial?
Click to expand...
Click to collapse
Check out these official Xiaomi links:
http://en.miui.com/a-232.html
http://en.miui.com/a-234.html

gigatex said:
Check out these official Xiaomi links:
http://en.miui.com/a-232.html
http://en.miui.com/a-234.html
Click to expand...
Click to collapse
Thank you

Related

[Q] Making stock backup and unlocking bootloader

I'm reading for few days now and I'm confused in two things:
1) unlocking bootloader
When using Hasoon2000 All-in-one toolkit I get different token, also fastboot oem get_identifier_token gives every time different token :/
Am I doing something wrong or it is normal?
2) making stock backup
Please correct me if I'm wrong
First I have to unlock bootloader, then I have to run custom recovery with: fastboot boot [TWRP or Philz touch recovery.img it will allow me to backup stock recovery and stock ROM (ROM will be cleaned after unlocking bootloader)
Then flash custom recovery fastboot flash recovery xxx.img
and if I want to have stock rooted flash only supersu or flash custom rom.
Am I right?
Globus.gd said:
I'm reading for few days now and I'm confused in two things:
1) unlocking bootloader
When using Hasoon2000 All-in-one toolkit I get different token, also fastboot oem get_identifier_token gives every time different token :/
Am I doing something wrong or it is normal?
2) making stock backup
Please correct me if I'm wrong
First I have to unlock bootloader, then I have to run custom recovery with: fastboot boot [TWRP or Philz touch recovery.img it will allow me to backup stock recovery and stock ROM (ROM will be cleaned after unlocking bootloader)
Then flash custom recovery fastboot flash recovery xxx.img
and if I want to have stock rooted flash only supersu or flash custom rom.
Am I right?
Click to expand...
Click to collapse
I'm not sure about the identifier token, didn't notice if it gives different tokens or not. Have you actually managed to unlock the bootloader though? You should try and do all these things without using all-in-one toolkits, you'll learn a whole lot more that way, especially when it comes to troubleshooting and fixing your device. It's not as difficult as you think it is. :good:
Yes unlock bootloader. Only Philz/CWM makes backup of stock recovery, TWRP doesn't make a backup of it. Rather use adb to make a backup of stock recovery. Boot the custom recovery of your choice and then flash the SuperSU app to get root or you can use towelroot if it works for your device.
Restart your phone(can go into OS) connect to PC, open command prompt and cd to adb folder.
Code:
adb shell cat /proc/emmc - [B]this will give out a list of all patitions on your device.[/B]
On my device it's in mmcblk0p43 , I'm sure it'll be the same for you as well, can just use above command to make sure. You can also type the command in a terminal emulator on your device if you have one installed cat /proc/emmc
So for my recovery block(Yours probably too) continue in command prompt on PC:
Code:
adb shell
su - [B]to gain super user status, just accept on device when prompted.[/B]
dd if=/dev/block/mmcblk0p43 of=/sdcard/recovery.img - [B]or[/B]
dd if=/dev/block/mmcblk0p43 of=/sdcard2/recovery.img - [B]if you want it on external sd card[/B]
There you made a backup of your recovery partition, you can immediately transfer it to the PC(adb folder) if you want by typing:
Code:
exit - [B]to exit shell prompt and go back into normal adb prompt[/B]
adb pull /sdcard/recovery.img [B](Or of course /sdcard2/ if you used external sd.)[/B]
To pull it to another directory just press spacebar after recovery.img and type in path directory to where you want to pull it.
BerndM14 said:
Have you actually managed to unlock the bootloader though?
Click to expand...
Click to collapse
No, I asked on htcdev why generated token is different every time I use fastboot command,

Xiaomi Mi Max 3 TWRP installing on miui 10.2 Anti rollback 4 system

Have u installed TWRP on Mi Max 3 with ARB 4. If u success, plz guide me how to do it.:crying:
is also in the same situation, now that I discovered this block xiaomi ta doing ****
I had no issue installing this TWRP port on my updated, bootloader unlocked device:
HTML:
https://forum.xda-developers.com/showpost.php?p=79033404&postcount=186
Use the commands:
Code:
fastboot flash recovery TWRP.img
fastboot boot TWRP.img
After booting to TWRP change the language to English and flash the IMG file to recovery and reboot recovery. That should do the trick.

[ROOT/MAGISK] OOS 10.0.14 Magisk patched_boot.img GLOBAL

For future use or other versions like OOS EUROPE,INDIA, etc. , you can patch your own boot.img with my tool here
But for now just follow the instructions
Boot.img patched with MAGISK 20.4 on OOS 10.0.14 HD65AA (GLOBAL)
Only for OOS 10.0.14 Global!!!!
Enjoy!
Instructions:
reboot to fastboot
Code:
adb reboot bootloader
Code:
fastboot boot magisk_patched_10_0_14.img
let it boot and check if u have root
if u got root then reboot to fastboot again
Code:
adb reboot bootloader
Code:
fastboot flash boot magisk_patched_10_0_14.img
When finished type
Code:
fastboot reboot
patched boot.img download: https://drive.google.com/file/d/1wZ2TyIi0uUfbRTxPYK_imURBVjHqaA_f/view?usp=sharing
stock boot.img download: https://drive.google.com/file/d/1R90vvdJEe6NkL2FdqSvuxtk18SmWHYUc/view?usp=sharing
It's still telling me "Root access is not properly installed on this device". I have an unlocked bootloader and OOS 10.0.14 HD65AA (GLOBAL), is there something I'm missing?
EDIT: tried a different root checker and I'm fine. Please disregard.
daaper said:
"Root access is not properly installed on this device"
Click to expand...
Click to collapse
Install Magdisk Manager
Thanks and much appreciate for the patched file!
Hello. No internet after booting.

Question After install TWRP stuck in fastboot

hello i have big problem.
i unlocked bootloader with command fastboot flashing unlock / the show me unlock bootloader / Write YES
unlocked done, after unlock bootloader wipe data.
Then i try install custom TWRP..i download latest TWRP,then restart mobile to fastboot ..fastboot devices show me device,and i try
fastboot flash recovery recovery.img (show mi Failed remote: (recovery_a) No such partition
so next i try next commands:
fastboot getvar current-slot
fastboot set_active other
fastboot flash boot recovery.img /done
everithing see normally done without any problems.
Reboot phone and there its,,reboot in to fastboot. Mobile not starting im stuck in fastboot.
Can you help me please?
Merlousek said:
hello i have big problem.
i unlocked bootloader with command fastboot flashing unlock / the show me unlock bootloader / Write YES
unlocked done, after unlock bootloader wipe data.
Then i try install custom TWRP..i download latest TWRP,then restart mobile to fastboot ..fastboot devices show me device,and i try
fastboot flash recovery recovery.img (show mi Failed remote: (recovery_a) No such partition
so next i try next commands:
fastboot getvar current-slot
fastboot set_active other
fastboot flash boot recovery.img /done
everithing see normally done without any problems.
Reboot phone and there its,,reboot in to fastboot. Mobile not starting im stuck in fastboot.
Can you help me please?
Click to expand...
Click to collapse
In other Treble (a/b slots) based phones, the recovery is built into the boot rom. Likely you will need to re-flash the boot.img. That's what I would try first.
numbawon said:
In other Treble (a/b slots) based phones, the recovery is built into the boot rom. Likely you will need to re-flash the boot.img. That's what I would try first.
Click to expand...
Click to collapse
so what can i do? i dont have stock recovery,and twrp recovery dont start, what fastboot command can i try to repair? only what i have its global rom downloaded from nubia homepage but i dont now how to flash stock rom and repair all this i try miflash tool,but mi flash tool not support zip formats
You are going to need extract the global rom
Follow these instructions
Extract Android OTA Payload.bin File using Payload Dumper Tool
Learn how to dump and extract Android OTA Payload.bin file to get the boot.img (for rooting with Magisk), vendor.img, and other other partition images.
www.thecustomdroid.com
Once extracted, you should then be able to fastboot flash boot_(a or b) boot.img
numbawon said:
You are going to need extract the global rom
Follow these instructions
Extract Android OTA Payload.bin File using Payload Dumper Tool
Learn how to dump and extract Android OTA Payload.bin file to get the boot.img (for rooting with Magisk), vendor.img, and other other partition images.
www.thecustomdroid.com
Once extracted, you should then be able to fastboot flash boot_(a or b) boot.img
Click to expand...
Click to collapse
okey,,its look so verry hard for me so only way for me its wait for nubia unbrick tool for Red magic 6 like unbrick tool for red magic 5.
Merlousek said:
okey,,its look so verry hard for me so only way for me its wait for nubia unbrick tool for Red magic 6 like unbrick tool for red magic 5.
Click to expand...
Click to collapse
Several of us are in the waiting game for the unbrick tool at this point.
i try bumper what you send me but another im stuck here
Merlousek said:
i try bumper what you send me but another im stuck here
Click to expand...
Click to collapse
I'll see if I can get it all extracted for you and post it someplace. I've not done it myself, I just knew where the information was.
can do for me anybody download official rom V312 https://help.redmagic.gg/hc/en-us/articles/900006829463-RedMagic-6
and extract payload.bin via payload bumper all files and reupload for me please?
i need it for flash stock room via MIflash
Thanks for help.
Merlousek said:
can do for me anybody download official rom V312 https://help.redmagic.gg/hc/en-us/articles/900006829463-RedMagic-6
and extract payload.bin via payload bumper all files and reupload for me please?
i need it for flash stock room via MIflash
Thanks for help.
Click to expand...
Click to collapse
RedMagic6-6pro - Google Drive
drive.google.com
I've extracted both versions of the rom. The "output" folder in their respective paths contains all the extracted img files. All files are included for completeness.
numbawon said:
RedMagic6-6pro - Google Drive
drive.google.com
I've extracted both versions of the rom. The "output" folder in their respective paths contains all the extracted img files. All files are included for completeness.
Click to expand...
Click to collapse
thank you so much,and i have last question,,i try flash it with miflash,,boot on edl,i see device but mi flash say couldnt find flash script,, so what program use for flashing all files?
Merlousek said:
thank you so much,and i have last question,,i try flash it with miflash,,boot on edl,i see device but mi flash say couldnt find flash script,, so what program use for flashing all files?
Click to expand...
Click to collapse
Just use fastboot. Forget mi tool.
bs3pro said:
Just use fastboot. Forget mi tool.
Click to expand...
Click to collapse
what? fastboot? i have extracted all files from phyton like boot.img , system.img ... and what fastboot do you means?
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
you mean this fastboot commands?
and flash all files from stock recovery in fastboot?
bs3pro said:
Just use fastboot. Forget mi tool.
Click to expand...
Click to collapse
what? fastboot? i have extracted all files from phyton like boot.img , system.img ... and what fastboot do youmeans?
fastboot flash system system.img
fastboot flash recovery recovery.img
like that?
another error when i try flash all files from fastboot
Thanks..i try this commands on screenshot in previous reply sometimes error but fastboot flash boot boot.img works and my nubia red magic 6 its on ALIVE..Thanks all for help, You are best.
Merlousek said:
Thanks..i try this commands on screenshot in previous reply sometimes error but fastboot flash boot boot.img works and my nubia red magic 6 its on ALIVE..Thanks all for help, You are best.
Click to expand...
Click to collapse
Nice job!
Merlousek said:
hello i have big problem.
i unlocked bootloader with command fastboot flashing unlock / the show me unlock bootloader / Write YES
unlocked done, after unlock bootloader wipe data.
Then i try install custom TWRP..i download latest TWRP,then restart mobile to fastboot ..fastboot devices show me device,and i try
fastboot flash recovery recovery.img (show mi Failed remote: (recovery_a) No such partition
so next i try next commands:
fastboot getvar current-slot
fastboot set_active other
fastboot flash boot recovery.img /done
everithing see normally done without any problems.
Reboot phone and there its,,reboot in to fastboot. Mobile not starting im stuck in fastboot.
Can you help me please?
Click to expand...
Click to collapse
What TWRP did you install? Make sure you're downloading a TWRP that's available for this device. So far, to my knowledge, there isn't a TWRP recovery for this device yet.
Hello there, how did u just unlock bootloader by fastboot command? didn't use OEM unlock option on dev setting?
Btw can you share me your twrp that you used?
I need it so badly my rom bugged stuck at google account setup

Root without TWRP possible?

Like described in Magisk howto install at GitHub
Any experience?
Thnx
Reinar Gleich said:
Like described in Magisk howto install at GitHub
Any experience?
Thnx
Click to expand...
Click to collapse
Less cmd method:
(Need TWRP but you still get stock at the end)
1/Unlock bootloader
2/Flash BRP v2.7 for 12.0.x Miui or v3.0 12.5.x Miui up to your phone version (Run file 1.Flash...bat in Fastboot mode)
3/Advanced>Magisk Install (or Install Magisk)
4/Advanced>Patch vbmeta
5/Flash stock recovery in Fastboot mode
(If bootloop use command to disable avb)
Cmd method:
1/ Unlock bootloader
2/ Take boot.img from rom > Install with Magisk
3/ Flash patched boot.img
4/ Take vbmeta.img from rom and use command to disable avb
Kirasu2080 said:
Less cmd method:
(Need TWRP but you still get stock at the end)
1/Unlock bootloader
2/Flash BRP v2.7 for 12.0.x Miui or v3.0 12.5.x Miui up to your phone version (Run file 1.Flash...bat in Fastboot mode)
3/Advanced>Magisk Install (or Install Magisk)
4/Advanced>Patch vbmeta
5/Flash stock recovery in Fastboot mode
(If bootloop use command to disable avb)
Cmd method:
1/ Unlock bootloader
2/ Take boot.img from rom > Install with Magisk
3/ Flash patched boot.img
4/ Take vbmeta.img from rom and use command to disable avb
Click to expand...
Click to collapse
Thank you for the information

Categories

Resources