Related
[size=+2]TWRP Custom Recovery for Vivo V3[/size]
This is an experimental custom recovery for Vivo V3 based on TWRP version 3.0.2-0. You can use this recovery to flash custom ROMs and other flashable ZIPs. Full root access is available via an ADB shell.
Important - read before flashing
This is an experimental recovery. Whilst it will not prevent your device from booting back in to its normal ROM, I am not responsible for anything that goes wrong. If you flash this recovery to your device you will no longer be able to receive OTA updates for Funtouch OS and will have to install ROM updates manually unless you flash back to original stock recovery.
DOWNLOAD LINK
TWRP Custom Recovery
Flashing Instructions
1. Go to Settings, then More Settings, About Phone, and then tap Software version 10 times. It should now say that you are a developer.
2. Go to Settings, then More Settings, Developer Options. Turn on USB Debugging and Enable OEM Unlock.
3. Connect your phone to your computer. Authorize the USB debugging request on your phone screen.
4. If you haven't already, install ADB/Fastboot drivers. See here for further instructions: http://forum.xda-developers.com/showthread.php?t=2317790
5. Place the TWRP file from the download links above in your current directory
6. Completely power off your phone.
7. Hold the VOLUME DOWN and POWER buttons together until you see a black screen with FASTBOOT options.
8. In a command line window (or using Minimal ADB Fastboot if you used the above instructions), run this command:
Code:
fastboot flash recovery recovery-v3.img
9. If all went well the custom recovery has now been flashed. Use the volume buttons on your phone to select "RECOVERY" from the FASTBOOT options on-screen, then press the power button to confirm. You should now be in recovery mode! Congratulations!
Going back to stock recovery
Currently I have no original recovery image, so you will not be able to go back to stock recovery unless Vivo release it (unlikely).
Note to testers:
You can make a backup of the stock V3 recovery by flashing this TWRP recovery like so:
Code:
fastboot flash boot recovery-v3.img
fastboot reboot
This flashes the recovery to your boot partition rather than the recovery partition. You'll then be able to make a backup of the stock recovery in TWRP. After saving a copy to your SD card, flash back to your original boot partition like so:
Code:
fastboot flash boot boot-original-v3-1.8.20.img
fastboot reboot
Afterwards you can flash this TWRP to your recovery partition as normal and then you also have a stock recovery file too. Please upload it to this forum if you make a backup of stock.
The original stock boot image can be downloaded here if you need it: https://drive.google.com/file/d/0B0TtHsl8vcaLYTJhZHNHTFVfdGs/view?usp=sharing
hi
sorry for my bad english
i am tried with my v3 but when press the recovery button reboot to agin fastboot mode i analyse the recovery it is v3 max recovery img plz upload the device tree i will develiop the recovery
vivo v3 are sd 616 chip set and v3 max are sd652
---------- Post added at 01:57 AM ---------- Previous post was at 01:56 AM ----------
provide step for making the recovery for v3 max i will port to this v3
prabaecepct said:
sorry for my bad english
i am tried with my v3 but when press the recovery button reboot to agin fastboot mode i analyse the recovery it is v3 max recovery img plz upload the device tree i will develiop the recovery
vivo v3 are sd 616 chip set and v3 max are sd652
---------- Post added at 01:57 AM ---------- Previous post was at 01:56 AM ----------
provide step for making the recovery for v3 max i will port to this v3
Click to expand...
Click to collapse
Hello.
Making of custom recovery can be very difficult to explain but this thread tells you how to build TWRP recovery from source code.
Some pointers for building for Vivo V3 SD616:
1. Use Omni 5.1 sources instead of CM (see thread for more info)
2. Download latest V3 firmware from www.vivoglobal.com. Extract boot.img from the ZIP file and then use software called Android Image Kitchen (or similar) to extract the contents of boot.img.
3. From boot.img, find fstab.qcom file and make a note of its contents. You will need this information to make recovery.fstab file for TWRP.
4. From boot.img, find the "device fingerprint" and make a note of it. It's usually in default.prop file or can be somewhere else.
5. Make a note of the kernel command line options from the boot.img zImage split as they may be useful.
Finally:
If you manage to compile a full TWRP recovery for your phone but it does not boot, simply replacing the kernel from boot.img of latest firmware into the TWRP image may fix this. (again use Android Image Kitchen or similar).
I hope this helps. Sorry I can't be of more assistance.
hi i am upload the orinal stock recovery
plz bulid to the twrp our vivo v3
https://docs.google.com/uc?export=download&confirm=2Gic&id=0B-Tl2AxV63-aOFNYTGZvMXQzQ3c
prabaecepct said:
hi i am upload the orinal stock recovery
plz bulid to the twrp our vivo v3
https://docs.google.com/uc?export=download&confirm=2Gic&id=0B-Tl2AxV63-aOFNYTGZvMXQzQ3c
Click to expand...
Click to collapse
Please try this one based on your stock recovery
https://drive.google.com/open?id=0B0TtHsl8vcaLR25fZkR1YkloUTA
Hi i flashed only stock recovery are booting
Can i flash this recovery for vivo y51l
Simple answer no
nimesh.batra93 said:
Can i flash this recovery for vivo y51l
Click to expand...
Click to collapse
you will brick your phone , Only flash your phone`s compatible ROMs and Recoveries i.e those of your phone model and cpu structure . Also Vivo has not open sourced its development as other phone makers so making it custom friendly is freakin pain in the >> A$% . anyhow :good: keep your hopes up someone might just make a custom rom for VIVO once they hack into it. Till then stay away from anything that is not VIVO
For those who need the official VIVO V3 (non-max) recovery, I have the latest version here:
Original recovery image (Global ROM, non max)
Hy @liamcrayden,
do i need to unlock bootloader before i flash the twrp?
Hy @liamcrayden @prabaecepct ,
Seem that i can't install twrp to this devices before unlock it's bootloader.
I've tried to enabled developer option > enable usb debugging > enable OEM unlock
Went to fastboot mode and type : " fastboot oem unlock "
And it just give error message "FAILED (remote: unknown command or device is lock)"
My Software Version is PD1524F_EX_A_1.12.14 Lolipop 5.11 Funtouch OS 2.5
Do i need to downgrade my version?
Really apprecited if anyone can help me.
langithitam said:
Hy @liamcrayden @prabaecepct ,
Seem that i can't install twrp to this devices before unlock it's bootloader.
I've tried to enabled developer option > enable usb debugging > enable OEM unlock
Went to fastboot mode and type : " fastboot oem unlock "
And it just give error message "FAILED (remote: unknown command or device is lock)"
My Software Version is PD1524F_EX_A_1.12.14 Lolipop 5.11 Funtouch OS 2.5
Do i need to downgrade my version?
Really apprecited if anyone can help me.
Click to expand...
Click to collapse
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Sithu Htun said:
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Click to expand...
Click to collapse
Finally I am also unlocked.
Sent from my Vivo vivo V3 using XDA Labs
Sithu Htun said:
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Click to expand...
Click to collapse
I flashed supersu using TWRP but its showing device not rooted
Can anyone provide me the twrp.img file for Vivo Y12
I SEARCH EVERYWHERE IN GOOGLE AND IN XDA FORUM BUT AM UNABLE TO FIND AND ROOT MY GIONEE S6 PRO
CAN I DEVELOPER OR ANDROID HACKER HELP ME TO ROOT GIONEE S6 PRO PLEASE I REQUEST TO XDA FORUM IF THEY ARE ABLE TO HELP ME PLEASE :cryingLEASE:crying:
zavery said:
I SEARCH EVERYWHERE IN GOOGLE AND IN XDA FORUM BUT AM UNABLE TO FIND AND ROOT MY GIONEE S6 PRO
CAN I DEVELOPER OR ANDROID HACKER HELP ME TO ROOT GIONEE S6 PRO PLEASE I REQUEST TO XDA FORUM IF THEY ARE ABLE TO HELP ME PLEASE :cryingLEASE:crying:
Click to expand...
Click to collapse
https://forum.xda-developers.com/android/general/qmobile-z14-gionee-s6-pro-root-custom-t3483000
Go to these thread. It will help you to root your gionee s6 pro.
If it helped. Thank me.
Ashwinrg
Bro this is not working that's y I create new thread
Please XDA forum members help me out from this please help me
How to root my Gionee s6 pro
zavery said:
Please XDA forum members help me out from this please help me
How to root my Gionee s6 pro
Click to expand...
Click to collapse
Download custom recovery from above link.
Unlock your android bootloader and flash recovery in fastboot mode then flash SuperSU.zip in recovery.
How to unlock bootloader and where is customer recovery link ??
Ashwinrg said:
Download custom recovery from above link.
Unlock your android bootloader and flash recovery in fastboot mode then flash SuperSU.zip in recovery.
Click to expand...
Click to collapse
Where is link of files and how to unlock bootloader of Gionee s6 pro
Please give me full tutorial and step if possible otherwise only give me link of file and how to unlock bootloader
zavery said:
Where is link of files and how to unlock bootloader of Gionee s6 pro
Please give me full tutorial and step if possible otherwise only give me link of file and how to unlock bootloader
Click to expand...
Click to collapse
Connect your Android in fastboot mode
Type " fastboot devices" enter
"fastboot oem unlock" enter
I hope your bootloader is unlocked.
Download recovery from below link
https://drive.google.com/file/d/0B4KgmRjZn57EVDFWVVc3MEQzQ2M/view?usp=drivesdk
Ashwinrg said:
Download custom recovery from above link.
Unlock your android bootloader and flash recovery in fastboot mode then flash SuperSU.zip in recovery.
Click to expand...
Click to collapse
zavery said:
Where is link of files and how to unlock bootloader of Gionee s6 pro
Please give me full tutorial and step if possible otherwise only give me link of file and how to unlock bootloader
Click to expand...
Click to collapse
When I try this it showing waiting for device but my phone was in fastboot mode I try this many times but still showing waiting for device and in developer mode I click in USB debugging and OEM unlock too
zavery said:
When I try this it showing waiting for device but my phone was in fastboot mode I try this many times but still showing waiting for device and in developer mode I click in USB debugging and OEM unlock too
Click to expand...
Click to collapse
You installed adb and fastboot drivers in your pc.
Ashwinrg said:
You installed adb and fastboot drivers in your pc.
Click to expand...
Click to collapse
Yes I have installed and and fast boot in my pc
zavery said:
Yes I have installed and and fast boot in my pc
Click to expand...
Click to collapse
Is TWRP.img necessary to install SuperSu.zip. Can I use the in-built system.
Like, I go in recovery mode in my Gionee S6 pro and install update from SD card.
Will it work? Has anybody tried this way to root the phone.?
Hasanybodyfoundheaven said:
Is TWRP.img necessary to install SuperSu.zip. Can I use the in-built system.
Like, I go in recovery mode in my Gionee S6 pro and install update from SD card.
Will it work? Has anybody tried this way to root the phone.?
Click to expand...
Click to collapse
You must need any custom recovery to flash SuperSU.zip to root your android. SuperSU.zip can't flash in stock recovery.
If your android running atleast lollipop version then you can use magisk v14 to patch your boot image and flash through fastboot
Ashwinrg said:
You must need any custom recovery to flash SuperSU.zip to root your android. SuperSU.zip can't flash in stock recovery.
If your android running atleast lollipop version then you can use magisk v14 to patch your boot image and flash through fastboot
Click to expand...
Click to collapse
I don't have a PC. So, you need to help me root my phone.
Is there any .apk that works on non-rooted phone in order to flash Twrp recovery, that will do the thing.
Hasanybodyfoundheaven said:
I don't have a PC. So, you need to help me root my phone.
Is there any .apk that works on non-rooted phone in order to flash Twrp recovery, that will do the thing.
Click to expand...
Click to collapse
There are several apps that can flash recovery like flashify and Rashr but unfortunately they require rooted android to flash.
Ashwinrg said:
There are several apps that can flash recovery like flashify and Rashr but unfortunately they require rooted android to flash.
Click to expand...
Click to collapse
Since, twrp.img cannot be flashed due to technological problem, the only method to root is try to make a hit on in-built one.
Are you pretty sure that in-built recovery will not work and twrp is necessary.
Or i can actually take a hit with this one.
please help me how can i root my device gionee s6 pro without pc
Gionee S6 Pro
I also have Gionee S6 Pro
with this Thread i've tried all the instruction but failed
search on google but tried
2018 (6 Methods) all of them fail to root.
please any one has correct process of rooting Gionee S6 Pro.
Ashwinrg said:
Connect your Android in fastboot mode
Type " fastboot devices" enter
"fastboot oem unlock" enter
I hope your bootloader is unlocked.
Download recovery from below link
https://drive.google.com/file/d/0B4KgmRjZn57EVDFWVVc3MEQzQ2M/view?usp=drivesdk
Click to expand...
Click to collapse
Hey I tried unlocking bootloader but it didn't work, it says: FAILED (remote:
Unlock operation is not allowed), is there something i need to do ?
my phone hard brick stuck bootloader i cant open recovery mode or fastmood
Pardon if anything goes wrong as Newbie here .
Everyone is requested to help me as well many Swipe Elite Sense(Andtoid 6.0.1 on SD 425-MSM8917) users for Rooting/Flashing any custom TWRP/CVM/CTR even via porting also..
1.Tried almost each n every one click rrot apk n exe..
2.Tried flashing SuperSU.zip via adb/sd card via stock recovery gives Error 255(Installation Aborted)
3.Giving adb commands while trying to root says device offline even with all latest driver n adb installed..
Update n happiness for Swipe Elite sense users as TWRP recovery is ported successfully now
Here is link for Swipe Elite Sense TWRP 3.1.1-0
https://drive.google.com/file/d/0B9zMaiaWjYanWW5qQ292THZGeHM/view?usp=sharing
Before flashing this
1.Unlock bootloader via S-Droid ToolKit (unlocking will wipe/erase data on internal storage completely)
2.Now u can flash/boot TWRP via adb commands in fast boot mode.
3.then u can root device by flashing SuperSU .zip
Then enjoy device is rooted as well TWRP recovery installed u can customize with Xposed framework modules too..
Hit Thnx if liked n enjoyed..
HACKS_EXPERT said:
Pardon if anything goes wrong as Newbie here .
Everyone is requested to help me as well many Swipe Elite Sense(Andtoid 6.0.1 on SD 425-MSM8917) users for Rooting/Flashing any custom TWRP/CVM/CTR even via porting also..
1.Tried almost each n every one click rrot apk n exe..
2.Tried flashing SuperSU.zip via adb/sd card via stock recovery gives Error 255(Installation Aborted)
3.Giving adb commands while trying to root says device offline even with all latest driver n adb installed..
Plz help me out..
Even to enable DIAGnostic PORT via codes like *#558 or *#9090# or any..
Click to expand...
Click to collapse
You can't flash SuperSU zip file from stock recovery. You need custom recovery like cwm or twrp to flash SuperSU and root your phone. Stock recovery can't flash files without oem signatures and it always gives you error.
Most of the one click root apps can't root android 6.0 marshmallow.
Ashwinrg said:
You can't flash SuperSU zip file from stock recovery. You need custom recovery like cwm or twrp to flash SuperSU and root your phone. Stock recovery can't flash files without oem signatures and it always gives you error.
Most of the one click root apps can't root android 6.0 marshmallow.
Click to expand...
Click to collapse
Bro I agree with you but their is no Custom recovery available for this phone.
Also via which recovery I can try porting ??
Hi,
I am also looking for custom Recovery for Swipe Elite Sense
Same as you Bro Search ? all Web but not Working Method to Root It.
Please Share Method for Making Custom Recovery for Qualcomm (Swipe Elite Sense)
HACKS_EXPERT said:
Pardon if anything goes wrong as Newbie here .
Everyone is requested to help me as well many Swipe Elite Sense(Andtoid 6.0.1 on SD 425-MSM8917) users for Rooting/Flashing any custom TWRP/CVM/CTR even via porting also..
1.Tried almost each n every one click rrot apk n exe..
2.Tried flashing SuperSU.zip via adb/sd card via stock recovery gives Error 255(Installation Aborted)
3.Giving adb commands while trying to root says device offline even with all latest driver n adb installed..
Update n happiness for Swipe Elite sense users as TWRP recovery is ported successfully now
Here is link for Swipe Elite Sense TWRP 3.1.1-0
##drive.google.com/file/d/0B9zMaiaWjYanUnZYazVTdHZHbU0/view?usp=drivesdk
Before flashing this
1.Unlock bootloader via S-Droid ToolKit (unlocking will wipe/erase data on internal storage completely)
2.Now u can flash/boot TWRP via adb commands in fast boot mode.
3.then u can root device by flashing SuperSU .zip
Then enjoy device is rooted as well TWRP recovery installed u can customize with Xposed framework modules too..
Hit Thnx if liked n enjoyed..
Click to expand...
Click to collapse
TWRP not working please post working recovery
I unlocked the bootloader via s-droid but twrp u posted is not working it just bootloop
please post correct twrp and also give the procedure
after unlocking boot loader u can directly flash this twrp via adb commands..
after unlocking i flash twrp via fastboot command " fastboot flash recovery xxxxx.img" and it flash the twrp recovery but when reboot in recovery it bootloop. But when reboot the phone to system rom and again to recovery it boot to stock recovery
I think u shared the wrong recovery file.
shamsud said:
after unlocking i flash twrp via fastboot command " fastboot flash recovery xxxxx.img" and it flash the twrp recovery but when reboot in recovery it bootloop. But when reboot the phone to system rom and again to recovery it boot to stock recovery
I think u shared the wrong recovery file.
Click to expand...
Click to collapse
Bro u can try now with updated n working TWRP..
I had already tried n My Swipe Elite Sense is now Rooted as well on TWRP 3.1.
Hit like n update after u succeed..
thank you Hacks Expert TWRP is working.
HACKS_EXPERT said:
Bro u can try now with updated n working TWRP..
I had already tried n My Swipe Elite Sense is now Rooted as well on TWRP 3.1.
Hit like n update after u succeed..
Click to expand...
Click to collapse
Bhai link bhejo elite sense twrp recovery ka
I m rooted
Thanks a lot for these tricks about how to root Swipe elite sense................as it trick I did and now I m rooted........thank u so much
Mobile is getting restarted while asking for root permission
Can any one solve this ?
Link
Bro Where Is the SuperSU .zip link
................
i successfully unlock bootloader and install TWRP........................
Mr.joy said:
Bro Where Is the SuperSU .zip link
................
i successfully unlock bootloader and install TWRP........................
Click to expand...
Click to collapse
Download from below link and flash in custom recovery..
https://download.chainfire.eu/696/supersu/
Bro, Please give me a step by step procedure to root and install SU in swipe elite sense
hi dude..
Mr.joy said:
Bro Where Is the SuperSU .zip link
................
i successfully unlock bootloader and install TWRP........................
Click to expand...
Click to collapse
bro, help me to root my swipe elite sense mobile by giving step by step guidelines..
thank you
please give TWRP for similar device swipe elite pro
bro, my device is swipe elite pro. . similar configuration as swipe elite sense. i had tried your twrp recovery but not works again stock recovery camed. please help be bro with my device.
---------- Post added at 11:38 AM ---------- Previous post was at 11:22 AM ----------
shamsud said:
after unlocking i flash twrp via fastboot command " fastboot flash recovery xxxxx.img" and it flash the twrp recovery but when reboot in recovery it bootloop. But when reboot the phone to system rom and again to recovery it boot to stock recovery
I think u shared the wrong recovery file.
Click to expand...
Click to collapse
help me how do you fixied it
Hi, Tried to root Swipe Elite Sense with all 1Click root apps before stumbling on this method.
Now my phone is rooted as per Root Checker, but whenever I try to perform root operations Phone reboots, I am not able to uninstall system apps or delete any file in root directory.
I think phone is not rooted properly with SuperSU,
all root folders are still read only.
The Steps I followed are given just to know where I went wrong.
1 Enabled USB debugging
2 Enable OEM unlocking
3 Reboot into bootloader
4 fastboot oem unlock
unlocking not allowed(use fastboot oem unlock-go)
5 fastboot oem unlock-go
success
6 fastboot flash recovery XXXX.img(provided by author)
7 fastboot reboot
8 open TWRP recovery
9 install SuperSU.zip
10 reboot.
It appears to be rooted but actually doesn't allow root operations
meanwhile in the process of gaining access I hardbricked my device and flashed stock Rom again.(Took me 10 days to put the phone into EDL mode).
Now dont want to brick it again. Can U help.
Nagopt said:
Hi, Tried to root Swipe Elite Sense with all 1Click root apps before stumbling on this method.
Now my phone is rooted as per Root Checker, but whenever I try to perform root operations Phone reboots, I am not able to uninstall system apps or delete any file in root directory.
I think phone is not rooted properly with SuperSU,
all root folders are still read only.
The Steps I followed are given just to know where I went wrong.
1 Enabled USB debugging
2 Enable OEM unlocking
3 Reboot into bootloader
4 fastboot oem unlock
unlocking not allowed(use fastboot oem unlock-go)
5 fastboot oem unlock-go
success
6 fastboot flash recovery XXXX.img(provided by author)
7 fastboot reboot
8 open TWRP recovery
9 install SuperSU.zip
10 reboot.
It appears to be rooted but actually doesn't allow root operations
meanwhile in the process of gaining access I hardbricked my device and flashed stock Rom again.(Took me 10 days to put the phone into EDL mode).
Now dont want to brick it again. Can U help.
Click to expand...
Click to collapse
I m also facing same problem
seen on official zentalk forum.
On the first post, search for TWRP, there will be a mega download link.
after unlocking bootloader, flash in fastboot
fastboot flash boot twrp-3.2.xxxxxxxxxxx.img
note: Flash to boot partition only. and download the corresponding version of twrp per your rom version.
Boot your phone and press Power+VolDown before you see the ROG Phone logo and release after.
I don't have permission to post the files or link it so here's the original link.
https://www.asus.com/zentalk/tw/thread-362963-1-1.html
freefrank said:
seen on official zentalk forum.
On the first post, search for TWRP, there will be a mega download link.
after unlocking bootloader, flash in fastboot
fastboot flash boot twrp-3.2.xxxxxxxxxxx.img
note: Flash to boot partition only. and download the corresponding version of twrp per your rom version.
Boot your phone and press Power+VolDown before you see the ROG Phone logo and release after.
I don't have permission to post the files or link it so here's the original link.
https://www.asus.com/zentalk/tw/thread-362963-1-1.html
Click to expand...
Click to collapse
Do you have pictures? Root? Any bugs?
Swarai said:
Do you have pictures? Root? Any bugs?
Click to expand...
Click to collapse
Only good for flashing off USB device. Nothing else works.
Can somebody create a fastboot bootable TWRP image and/or a zip file to inject TWRP into the stock boot image like it's used on the Moto Z2 force for example? I don't care about encryption and always have an unencrypted data partition.
Or could someone tell me how to create it myself?
That way we wouldn't have to wait for a modded boot image.
Kind regards
Im trying to install generic TWRP
I successfully unclocked bootleader after waiting for a week
but i ran into partitition unknown error while flashing TWRP
now its on bootloop
Any help?
what command are u using to flash the image file?
Code:
fastboot flash recovery twrp.img
give an error - FAILED (remote: '(recovery_a) No such partition')
then i tried
Code:
fastboot getvar curent-slot
give me a
then i did
Code:
fastboot flash boot_a twrp.img
see the problem is there is no supported or officol twrp fpr poco x5 pro
So i tried poco x3 twrp
try this fastboot flash boot_ab twrp.img
this device already received unofficial orange fox recovery
Recovery For Redwood
ORANGEFOX Recovery For Poco X5 Pro
www.pling.com
It may be completely off target, but how about using the slot b side?
info
-
-
Muganz said:
info
Click to expand...
Click to collapse
hey, can you link me that telegram group?
scorthyn said:
hey, can you link me that telegram group?
Click to expand...
Click to collapse
there u go..
Poco X5 Pro | Redmi Note 12 Pro Speed | Official
Poco X5 Pro OFFICIAL Community • Read rules (/rules), English only • Channel: @PocoX5ProUpdate • Photography group: @PocoX5ProPhotography • Off-Topic group: @PocoOffTopic • Customization group: @PocophoneCustomization
t.me
I already rooted it without TWRP
I never really needed TWRP
I just needd the root.
I dont want to test broken Untested roms on it yet.
I just wanted to uninstall system apps
And unlock few settings thats it
Bilalll said:
I already rooted it without TWRP
I never really needed TWRP
I just needd the root.
I dont want to test broken Untested roms on it yet.
I just wanted to uninstall system apps
And unlock few settings thats it
Click to expand...
Click to collapse
How did you root it without twrp? Just using fastboot/adb with an unlocked bootloader I assume? Thank you.
Zylam Marex said:
How did you root it without twrp? Just using fastboot/adb with an unlocked bootloader I assume? Thank you.
Click to expand...
Click to collapse
First download device original rom from the redmi website
Unlock bootloader after registering ur phone
Unlock device from developers options
Wait for 7 days
Do what is required
Download magisk
Open original rom and copy boot. Img
Open magisk and patch the copied boot. Img
reply to this post after you reach here
Bilalll said:
First download device original rom from the redmi website
Unlock bootloader after registering ur phone
Unlock device from developers options
Wait for 7 days
Do what is required
Download magisk
Open original rom and copy boot. Img
Open magisk and patch the copied boot. Img
reply to this post after you reach here
Click to expand...
Click to collapse
Oh nice, thank you for the rapid response. Unfortunately I do not yet have a X5 Pro, I'm actually waiting for custom roms to appear, ever since Xiaomi baked gestures into the stock launcher I stopped buying phones until I could custom rom. Nova Launcher is a must for me and using it without gestures feels wrong. I was just curious as to how you rooted without a custom recovery. Very interesting you are using magisk on a different device to patch the boot image in the fastboot rom, which I assume you will flash using the mi flash. Is that what's happening? Thank you.
Zylam Marex said:
Oh nice, thank you for the rapid response. Unfortunately I do not yet have a X5 Pro, I'm actually waiting for custom roms to appear, ever since Xiaomi baked gestures into the stock launcher I stopped buying phones until I could custom rom. Nova Launcher is a must for me and using it without gestures feels wrong. I was just curious as to how you rooted without a custom recovery. Very interesting you are using magisk on a different device to patch the boot image in the fastboot rom, which I assume you will flash using the mi flash. Is that what's happening? Thank you.
Click to expand...
Click to collapse
No need to flash with mi flash after u patch it with magisk.
After magisk step
U will boot into fastboot and install the patched boot. Img
U may have 2
One is for fastboot rom
2nd is for recovery rom
Depends on the rom u falshed during flashing using mi flash tool
For fastboot u will use receovey comand
For bootloader rom u will use boot command while flashing boot. Img
Hope it will help u and others
Also yeah these are the silly things I wanted to root this phone. Navigation or lockscreen wallpaper suggestions or annoying box icons etc etc
Bilalll said:
First download device original rom from the redmi website
Unlock bootloader after registering ur phone
Unlock device from developers options
Wait for 7 days
Do what is required
Download magisk
Open original rom and copy boot. Img
Open magisk and patch the copied boot. Img
reply to this post after you reach here
Click to expand...
Click to collapse
im trying to install magisk. can u help me with steps 7 and 8. i dont really know what to do there. I found Global 14.0.6.0 but there are multiple links eg. fastboot/recovery which ROM to download?
is magic hide works? i want it to pass safetynet checks.
thx
Szajkop said:
im trying to install magisk. can u help me with steps 7 and 8. i dont really know what to do there. I found Global 14.0.6.0 but there are multiple links eg. fastboot/recovery which ROM to download?
is magic hide works? i want it to pass safetynet checks.
thx
Click to expand...
Click to collapse
Install magisk apk first
Go check ur Ramdisk Status
If its Yes
Download Fastboot rom
If no
Download recovery
After downloading the above
U will find boot. Img inside
Next is just going into fastboot mood
Run fastboot receovery command if ita receovery
Or
Run fastboot boot command if its fastboot
Check the exact commands on the good
Sorry for typos or bad explaination
Bilalll said:
No need to flash with mi flash after u patch it with magisk.
After magisk step
U will boot into fastboot and install the patched boot. Img
U may have 2
One is for fastboot rom
2nd is for recovery rom
Depends on the rom u falshed during flashing using mi flash tool
For fastboot u will use receovey comand
For bootloader rom u will use boot command while flashing boot. Img
Hope it will help u and others
Also yeah these are the silly things I wanted to root this phone. Navigation or lockscreen wallpaper suggestions or annoying box icons etc etc
Click to expand...
Click to collapse
If I'm not wrong, you can do these with the debloater via usb debugging
Bilalll said:
Code:
fastboot flash recovery twrp.img
give an error - FAILED (remote: '(recovery_a) No such partition')
then i tried
Code:
fastboot getvar curent-slot
give me a
then i did
Code:
fastboot flash boot_a twrp.img
see the problem is there is no supported or officol twrp fpr poco x5 pro
So i tried poco x3 twrp
Click to expand...
Click to collapse
sir how to fix, same for me
Muganz said:
what command are u using to flash the image file?
Click to expand...
Click to collapse
sir can you help me? same for me
after done the unlock bootloader, i flash rom but the problem is i bypass the platfirm tools, i did is..
got to cmd
c: \users\karen\Downloads\fastboot flash boot c:\users\karen\Downloads\orangefox.img
after this in the youtube "how to install orange fox" i turn off and volume up
then my phone is bootloop
then i flash again twrp recovery but it says error, now my phone is always in fastboot
do you know how to fix sir
thank you 🥹🥹