How can i install a kernel? - Xperia SP Q&A, Help & Troubleshooting

I've been trying to find how to install a kernel for a few days but i couldn't find any good and updated source. I'm thinking of installing latest helium to my device. Can anyone help me?

ExclusiveBFS said:
I've been trying to find how to install a kernel for a few days but i couldn't find any good and updated source. I'm thinking of installing latest helium to my device. Can anyone help me?
Click to expand...
Click to collapse
Through any recovery is the most easy way, but you have to unlock bootloader first.

Do you even know what it does?

Bigrrd225 said:
Do you even know what it does?
Click to expand...
Click to collapse
Yeah, I do. I just didn't want to flash it and take risk. I must have learned details
HUEguy said:
Through any recovery is the most easy way, but you have to unlock bootloader first.
Click to expand...
Click to collapse
My bootloader is unlocked. And I have the twrp. Thanks!

ExclusiveBFS said:
Yeah, I do. I just didn't want to flash it and take risk. I must have learned details
My bootloader is unlocked. And I have the twrp. Thanks!
Click to expand...
Click to collapse
Then just flash the .zip file via TWRP. Simple. Of course you'll need a ROM compatible with helium otherwise you'll be stuck in a bootloop.
Also goes without saying that you should take a nandroid backup via TWRP first in case something goes wrong.
Edit : When you say you have TWRP, is it part of your current kernel or you flashed it in your FOTA kernel partition via Rashr or something? If its the former then flashing Helium would overwrite TWRP and you could wind up without a working recovery cause I don't think Helium comes with any. Might want to flash TWRP in your FOTA partition with Rashr before you proceed.

XenolithicYardZone said:
Then just flash the .zip file via TWRP. Simple. Of course you'll need a ROM compatible with helium otherwise you'll be stuck in a bootloop.
Also goes without saying that you should take a nandroid backup via TWRP first in case something goes wrong.
Edit : When you say you have TWRP, is it part of your current kernel or you flashed it in your FOTA kernel partition via Rashr or something? If its the former then flashing Helium would overwrite TWRP and you could wind up without a working recovery cause I don't think Helium comes with any. Might want to flash TWRP in your FOTA partition with Rashr before you proceed.
Click to expand...
Click to collapse
I was on latest candy5, i flashed adrian dc's twrp from recovery but now I'm installing the stock ftf, I will try carbon lp rom. When the installation completed, I will flash adrian dc's twrp again. Then I will flash the helium kernel with twrp. Is there a problem with that? Should I install twrp with rashr?

ExclusiveBFS said:
I was on latest candy5, i flashed adrian dc's twrp from recovery but now I'm installing the stock ftf, I will try carbon lp rom. When the installation completed, I will flash adrian dc's twrp again. Then I will flash the helium kernel with twrp. Is there a problem with that? Should I install twrp with rashr?
Click to expand...
Click to collapse
If you're gonna flash stock firmware via Flashtool then your FOTA recovery will be wiped out. How are you gonna flash TWRP & Carbon LP rom when you don't have a recovery in the first place?
http://forum.xda-developers.com/xperia-sp/development/recovery-twrp-3-0-0-touch-recovery-t3309938
The recovery from the above thread is flashable but you still need an working recovery on your device to be able to do it right? What you can do it use the fastboot bootable image and install whatever you want if you're gonna go stock.
Actually you only need Rashr if you wanna stay stock but still want a working recovery.

XenolithicYardZone said:
If you're gonna flash stock firmware via Flashtool then your FOTA recovery will be wiped out. How are you gonna flash TWRP & Carbon LP rom when you don't have a recovery in the first place?
http://forum.xda-developers.com/xperia-sp/development/recovery-twrp-3-0-0-touch-recovery-t3309938
The recovery from the above thread is flashable but you still need an working recovery on your device to be able to do it right? What you can do it use the fastboot bootable image and install whatever you want if you're gonna go stock.
Actually you only need Rashr if you wanna stay stock but still want a working recovery.
Click to expand...
Click to collapse
I guess I couldn't explained my situation well. I installed carbon rom just now, and flashed gapps. I didn't check if carbon comes with a recovery but if it comes, I'm going to flash adrian dc's twrp through stock recovery. That's what I'm asking, is there a difference between using rashr to install twrp or flashing through recovery.

ExclusiveBFS said:
I guess I couldn't explained my situation well. I installed carbon rom just now, and flashed gapps. I didn't check if carbon comes with a recovery but if it comes, I'm going to flash adrian dc's twrp through stock recovery. That's what I'm asking, is there a difference between using rashr to install twrp or flashing through recovery.
Click to expand...
Click to collapse
Carbon provides CM recovery. Flash TWRP only through recovery, don't use Rashr.

ExclusiveBFS said:
I guess I couldn't explained my situation well. I installed carbon rom just now, and flashed gapps. I didn't check if carbon comes with a recovery but if it comes, I'm going to flash adrian dc's twrp through stock recovery. That's what I'm asking, is there a difference between using rashr to install twrp or flashing through recovery.
Click to expand...
Click to collapse
The recovery that comes with Carbon is most probably Cyanogen recovery which will not let you flash unsigned zip files like custom kernels & roms, SuperSU, Xposed, etc.
Its the reason why people install a recovery in their FOTA partitions because installing new kernels or roms (which include their own kernel) wipes out the previous recovery since Xperia phones esp older one's like ours don't have a separate recovery partition - the recovery is part of the kernel so it gets replaced by whatever came (or didn't) with the new kernel or rom. Atleast that's how it works to the best of my knowledge.
With fastboot, you could boot the device into TWRP recovery using the twrp-3.0.0-rX-boot-huashan.img file and the command "fastboot boot *filename*.img". This way its just temporary and doesn't permanently flash anything. Once in the recovery, flash the rom, kernel, recovery and you are done. That's how I did it on my Mi4i though you might want to confirm but since the description next to it says fastboot bootable, I guessing it works on the same principal.
Edit : If the kernel creator says no Rashr then its no Rashr.

XenolithicYardZone said:
The recovery that comes with Carbon is most probably Cyanogen recovery which will not let you flash unsigned zip files like custom kernels & roms, SuperSU, Xposed, etc.
Its the reason why people install a recovery in their FOTA partitions because installing new kernels or roms (which include their own kernel) wipes out the previous recovery since Xperia phones esp older one's like ours don't have a separate recovery partition - the recovery is part of the kernel so it gets replaced by whatever came (or didn't) with the new kernel or rom. Atleast that's how it works to the best of my knowledge.
With fastboot, you could boot the device into TWRP recovery using the twrp-3.0.0-rX-boot-huashan.img file and the command "fastboot boot *filename*.img". This way its just temporary and doesn't permanently flash anything. Once in the recovery, flash the rom, kernel, recovery and you are done. That's how I did it on my Mi4i though you might want to confirm but since the description next to it says fastboot bootable, I guessing it works on the same principal.
Edit : If the kernel creator says no Rashr then its no Rashr.
Click to expand...
Click to collapse
I find that flashing TWRP from CM recovery and then Helium from TWRP is much simpler than flashing TWRP as a kernel in the boot partition, then flashing the rom again and the kernel.

Tomoms said:
Carbon provides CM recovery. Flash TWRP only through recovery, don't use Rashr.
Click to expand...
Click to collapse
I flashed helium v5 for lollipop through twrp 3.0.0 and rebooted. It's not booted yet, i'm waiting for 2 minutes and the screen is black. Is it normal?

Tomoms said:
I find that flashing TWRP from CM recovery and then Helium from TWRP is much simpler than flashing TWRP as a kernel in the boot partition, then flashing the rom again and the kernel.
Click to expand...
Click to collapse
Wait hang on, CM recovery lets you flash custom zip files now without moaning about file verification? Since when?
Yes that's why I asked him to temporarily boot up with the TWRP img and then flash whatever he liked from it but hey if you can flash stuff via CM recovery now then that's one less step to worry about.
Also why no Rashr? I haven't used it in a while that's why I am asking.
---------- Post added at 05:10 PM ---------- Previous post was at 05:07 PM ----------
ExclusiveBFS said:
I flashed helium v5 for lollipop through twrp 3.0.0 and rebooted. It's not booted yet, i'm waiting for 2 minutes and the screen is black. Is it normal?
Click to expand...
Click to collapse
You mean black screen after the Sony splash screen? Is that rom compatible with Helium?

XenolithicYardZone said:
Wait hang on, CM recovery lets you flash custom zip files now without moaning about file verification? Since when?
Yes that's why I asked him to temporarily boot up with the TWRP img and then flash whatever he liked from it but hey if you can flash stuff via CM recovery now then that's one less step to worry about.
Also why no Rashr? I haven't used it in a while that's why I am asking.
---------- Post added at 05:10 PM ---------- Previous post was at 05:07 PM ----------
You mean black screen after the Sony splash screen? Is that rom compatible with Helium?
Click to expand...
Click to collapse
First, yes it lets you flash custom zip files, that's what I was trying to tell I always used cm recovery to install twrp
And I haven't used rashr before, I didn't know how to use it. So I flashed it with cm recovery and perfectly installed.
About helium, my phone finally booted after 9 minutes, how I scared

ExclusiveBFS said:
First, yes it lets you flash custom zip files, that's what I was trying to tell I always used cm recovery to install twrp
And I haven't used rashr before, I didn't know how to use it. So I flashed it with cm recovery and perfectly installed.
About helium, my phone finally booted after 9 minutes, how I scared
Click to expand...
Click to collapse
Sorry man didn't know that CM recovery lets you do that now. Been out of the loop for a while.
Lol yeah I can relate but as long as you can see a splash screen, you're good and when you don't, Flashtool is your light in the darkness :victory:

ExclusiveBFS said:
I flashed helium v5 for lollipop through twrp 3.0.0 and rebooted. It's not booted yet, i'm waiting for 2 minutes and the screen is black. Is it normal?
Click to expand...
Click to collapse
The reboot button is broken on TWRP. Causes black screen for a long time. You must always use the Power off option instead.
XenolithicYardZone said:
Sorry man didn't know that CM recovery lets you do that now. Been out of the loop for a while.
Lol yeah I can relate but as long as you can see a splash screen, you're good and when you don't, Flashtool is your light in the darkness :victory:
Click to expand...
Click to collapse
CM recovery lets you flash signed zip, and TWRP is provided in a signed zip, while even though Helium is provided in a signed zip, it can't be flashed.

Tomoms said:
The reboot button is broken on TWRP. Causes black screen for a long time. You must always use the Power off option instead.
CM recovery lets you flash signed zip, and TWRP is provided in a signed zip, while even though Helium is provided in a signed zip, it can't be flashed.
Click to expand...
Click to collapse
@Tomoms, @XenolithicYardZone Thanks for all your help, I used more than 10 roms so far but never used a custom kernel before. You two helped me a lot

Tomoms said:
The reboot button is broken on TWRP. Causes black screen for a long time. You must always use the Power off option instead.
CM recovery lets you flash signed zip, and TWRP is provided in a signed zip, while even though Helium is provided in a signed zip, it can't be flashed.
Click to expand...
Click to collapse
Yeah kinda guessed it was signed cause in all my time flashing roms, I have never known CM recovery to allow the flashing of unsigned zips. So why doesn't it work with Helium if its signed?
ExclusiveBFS said:
@Tomoms, @XenolithicYardZone Thanks for all your help, I used more than 10 roms so far but never used a custom kernel before. You two helped me a lot
Click to expand...
Click to collapse
Your welcome man. As a famous author once said, "Help will always be given at XDA to those who ask for it. "

XenolithicYardZone said:
Yeah kinda guessed it was signed cause in all my time flashing roms, I have never known CM recovery to allow the flashing of unsigned zips. So why doesn't it work with Helium if its signed?
Click to expand...
Click to collapse
Because CM recovery sucks

Tomoms said:
Because CM recovery sucks
Click to expand...
Click to collapse
True that!

Related

Stuck with CMW 6.0.3.5 - No TWRP 2.8-20150421-yuga

Hi using the guide i've tried on both PC and terminal emulator and also flashing the zip in cmw but it still keeps booting to CMW 6.0.3.5
Any help?
thanks
Jamie
cramhead said:
Hi using the guide i've tried on both PC and terminal emulator and also flashing the zip in cmw but it still keeps booting to CMW 6.0.3.5
Any help?
thanks
Jamie
Click to expand...
Click to collapse
try flashtool > fastboot mode > flash recovery via select kernel to hot boot
edit:flash .img file
yeah i forgot to mentipon i also tried that.
fastboot flash recovery recovery.img
didnt work
oops my bad
the install recovery + option is gray on my flashtool. I cant see that option
mostafaz said:
try flashtool > fastboot mode > flash recovery via select kernel to hot boot
edit:flash .img file
Click to expand...
Click to collapse
cramhead said:
oops my bad
the install recovery + option is gray on my flashtool. I cant see that option
Click to expand...
Click to collapse
sorry for late responce
i did try some method and this one is good
try this hack and by flash via recovery and then flash your own recovery
latest recovery is here
installed both .............Nothing happened
I'll try an old TWRP
Which rom are you on?
try flashing TWRP 2.8.5 the official version and you should be able to boot to TWRP Recover.
http://forum.xda-developers.com/showpost.php?p=57718351&postcount=2
check the link, thats what Oliver has to say about the ROM, boot.img file
I tried flashing version TWRP 2.5 and that still did nothing. I'm using ANDROID 5.1. XPERIA Z(YUGA)
:crying:
cramhead said:
I tried flashing version TWRP 2.5 and that still did nothing. I'm using ANDROID 5.1. XPERIA Z(YUGA)
:crying:
Click to expand...
Click to collapse
Sorry only last question, who's ROM are you using and build date.
Hey, I believe it's the 5.1 version for this
build says full_c6603-userdebug 5.1 LMY47D eng.adrian.20150312.205659 test-keys
cramhead said:
Hey, I believe it's the 5.1 version for this
build says full_c6603-userdebug 5.1 LMY47D eng.adrian.20150312.205659 test-keys
Click to expand...
Click to collapse
Ok, so the ROM by pabx, This rom does not have in built arrangement for TWRP, you will have to compile it on your own.
You will find the steps here http://forum.xda-developers.com/xperia-z/general/turorial-add-twrp-to-boot-img-t2951658
and then flash TWRP to Fotakernel first and then flash boot.img
learn something new everyday
could I flash a philz recovery?
I can't find a .zip and can't do "fastboot recovery.img "the philz.img
thanks
I have not tried Philz, so i cannot give you an answer.
you may want to head over to this link http://forum.xda-developers.com/xperia-z/general/z-xzdualrecovery-qa-t2477769
Had the same problem.
TWRP Recovery wasn`t available after I flashed yuga.
Used "TWRP Manager" (only with root) which worked for me even when the app said that the installation failed.After rebooting I was able to enter TWRP again.
SO I installed This and I now have TWRP 2.8.
0! My rom won't boot any more, but who cares I can now install CM!..............I hope
have you tries the hack that oliver has on his thread http://forum.xda-developers.com/showpost.php?p=57718351&postcount=2
flash Olivers TWRP to FotaKernal and then from cm recovery flash the hack, reboot and enter recovery and check
I have not personally check but give it a try if you like.

Xperia SP - TWRP Recovery problem

Not sure if this is the right place to post this, but anyway, to the point. I rooted a Xperia SP with towelroot, checked with rootchecker and it was okay, after that I installed CWM and then flashed a ROM and probably CWM changed to TWRP with the ROM. Then I ran some debloater script the ROM maker had done and forgot to flash gapps (lol), or more like debloater script made the phone to reboot, so I let my phone to reboot and try to go back to TWRP and it just doesn't work... Touches won't get recognized. Also I just noticed that the root is gone. Looking for some help here now. Not so used to this stuff.
Things I've tried:
root again with towelroot, didn't work
flash gapps, didn't work
try to install recovery.img again with adb, didn't work(I just may aswell not know how to use adb anyway)
Ask if more information is needed. Thanks! Hope someone could help me.
zirhaze said:
Not sure if this is the right place to post this, but anyway, to the point. I rooted a Xperia SP with towelroot, checked with rootchecker and it was okay, after that I installed CWM and then flashed a ROM and probably CWM changed to TWRP with the ROM. Then I ran some debloater script the ROM maker had done and forgot to flash gapps (lol), or more like debloater script made the phone to reboot, so I let my phone to reboot and try to go back to TWRP and it just doesn't work... Touches won't get recognized. Also I just noticed that the root is gone. Looking for some help here now. Not so used to this stuff.
Things I've tried:
root again with towelroot, didn't work
flash gapps, didn't work
try to install recovery.img again with adb, didn't work(I just may aswell not know how to use adb anyway)
Ask if more information is needed. Thanks! Hope someone could help me.
Click to expand...
Click to collapse
1.You should have posted this in Q&A section
2.Never use towel root on lollipop because all ROMs are rooted by default.
To enable root Settings->Developer options->Root access->Apps and ADB
3.Dont try debloater script just yet. Use it when you are settled with ROM working.
4.Now what you need to do is
a.Boot into recovery and flash the latest TWRP zip.
b.Reboot into TWRP and wipe everything(data,cache,system but not external)
c.Flash ROM zip and gapps.
Hope this works:good:
Phoenix854 said:
1.You should have posted this in Q&A section
2.Never use towel root on lollipop because all ROMs are rooted by default.
To enable root Settings->Developer options->Root access->Apps and ADB
3.Dont try debloater script just yet. Use it when you are settled with ROM working.
4.Now what you need to do is
a.Boot into recovery and flash the latest TWRP zip.
b.Reboot into TWRP and wipe everything(data,cache,system but not external)
c.Flash ROM zip and gapps.
Hope this works:good:
Click to expand...
Click to collapse
I can boot into recovery but it won't recognize touches so I cannot navigate to anywhere in TWRP. Also where to find latest TWRP zip for Xperia SP, since I am looking at TWRP homepage and there is no 2.8.7.0 for Xperia SP. Otherwise it sounds like I learned something new
zirhaze said:
I can boot into recovery but it won't recognize touches so I cannot navigate to anywhere in TWRP. Also where to find latest TWRP zip for Xperia SP, since I am looking at TWRP homepage and there is no 2.8.7.0 for Xperia SP. Otherwise it sounds like I learned something new
Click to expand...
Click to collapse
Here, use this one:
http://forum.xda-developers.com/xpe...-twrp-f2fs-support-xperia-sp-huashan-t3150230
Please remove the previous TWRP beforehand. If you are not sure on how to do so, can you attach me a link of where you followed the methods?
zirhaze said:
I can boot into recovery but it won't recognize touches so I cannot navigate to anywhere in TWRP. Also where to find latest TWRP zip for Xperia SP, since I am looking at TWRP homepage and there is no 2.8.7.0 for Xperia SP. Otherwise it sounds like I learned something new
Click to expand...
Click to collapse
Since you said TWRP does not recognize touches. Here I present you 2 solutions:
1.Flash stock ftf and start over.
2.Flash FOTA and then flash tangerine kernel with TWRP recovery support via fastboot (v6.3 because newer versions cant be flashed using Fastboot)
zirhaze said:
I can boot into recovery but it won't recognize touches so I cannot navigate to anywhere in TWRP. Also where to find latest TWRP zip for Xperia SP, since I am looking at TWRP homepage and there is no 2.8.7.0 for Xperia SP. Otherwise it sounds like I learned something new
Click to expand...
Click to collapse
Phoenix854 said:
Since you said TWRP does not recognize touches. Here I present you 2 solutions:
1.Flash stock ftf and start over.
2.Flash FOTA and then flash tangerine kernel with TWRP recovery support via fastboot (v6.3 because newer versions cant be flashed using Fastboot)
Click to expand...
Click to collapse
6.6 is the last version that contains the elf AFAIK, they should have kept one on cubeserver.eu
Here's the link: tangerine_v6.6
Zenith said:
6.6 is the last version that contains the elf AFAIK, they should have kept one on cubeserver.eu
Here's the link: tangerine_v6.6
Click to expand...
Click to collapse
There are 2 of them zips at my cubeserver folder
http://dl.cubeserver.eu/TechnoSparks/tangerine-stuffs/
TechnoSparks said:
There are 2 of them zips at my cubeserver folder
http://dl.cubeserver.eu/TechnoSparks/tangerine-stuffs/
Click to expand...
Click to collapse
Lol! My bad
I only checked Tomom's folder for tangerine.
Thanks

Nexus 6 mmra58n 6.0: Troubling With Rooting

Nexus Root problem. Marshmallow android 6.0 mmra58n
I just have tried everything.
I have a Nexus 6 with marshmallow, and I follow this thread guide http://forum.xda-developers.com/nex...mallow-6-0-t3241976/post64008696#post64008696 to root my phone, but everything goes wrong.
I flash the boot.img and there's no problem at the boot time, then I flash the recovery, and the same, when i reboot it works like a charm.
But everything goes wrong when i flash with twrp the supersu beta v2.52 or v2.56, when i reboot, it doesn't boot...
My phone continue on the first bootanimation (before flash this file it boot then says android, request my pincode and start booting, but no this time, just still doing the [email protected] bootanimation. I am kind of desperate, can somebody help me plz?
DONE, I re-flash system and do it again, thanks for everyone
dont use supersu 2.52, use supersu 2.51 instead http://www.apkmirror.com/apk/chainfire/supersu/supersu-2-51-android-apk-download/
I just flash then the 2.51 with twrp?
Fabiano91 said:
I just flash then the 2.51 with twrp?
Click to expand...
Click to collapse
yes. but you will need that boot.img or any other custom marshmallow kernel as well for root. btw, a boot.img is a kernel. also, you can flash boot.imgs with twrp now too, you just have to select the ability to flash it in twrp.
simms22 said:
yes. but you will need that boot.img or any other custom marshmallow kernel as well for root. btw, a boot.img is a kernel. also, you can flash boot.imgs with twrp now too, you just have to select the ability to flash it in twrp.
Click to expand...
Click to collapse
Ok dude, I will do it now, five minutes more and i write the update here. thanks!!!
It didn't work! I'm stuck!

Why TWRP deleted after booting?

I flashed latest TWRP with fastboot command on CMD.
TWRP works but after I reset the TWRP was deleted and I can get STOCK recovery.
I can boot up TWRP only if I connect my device to computer and use command FASTBOOT BOOT RECOVERY.IMG
Why?
If u flashed a rom,.then before booting you must flash the root file or a custom kernel in order to keep the TWRP.
Unleashed by my rooted OP3T on 8.0
I do not flashing another rom, only new open beta versions and flash files.
saarxee said:
I do not flashing another rom, only new open beta versions and flash files.
Click to expand...
Click to collapse
New open beta is another Rom buddy.
Unleashed by my rooted OP3T on 8.0
But I dont need custom kernel and root.
saarxee said:
But I dont need custom kernel and root.
Click to expand...
Click to collapse
You have to flash at least Magisk/SuperSU or custom kernel in order to keep TWRP intact after each reboot. Not sure about modified stock kernels with dm-verity and forceencrypt disabled, they may work too.
This is the nature of stock ROM.
saarxee said:
But I dont need custom kernel and root.
Click to expand...
Click to collapse
OOS enforces encryption and restores the stock recovery when you reboot your phone.
Custom ROMs, custom kernels, and Magisk all prevent that from happening.
If you want plain OOS (stable or Open Beta) and keep TWRP, then use Xennet's patched boot image. See https://forum.xda-developers.com/on...y-force-encryption-op3t-t3688748/post74155053
Sent from my OnePlus3T using XDA Labs
I flashed magisk on TWRP and TWRP deleted again after restart.
What can I do?
Reflash your current ROM via TWRP and flash Magisk right after ROM without restarting
Today I flashed open beta 24 and after that Magisk and wipe dalvik and restart recovery and I got stock recovery and dont TWRP.
saarxee said:
Today I flashed open beta 24 and after that Magisk and wipe dalvik and restart recovery and I got stock recovery and dont TWRP.
Click to expand...
Click to collapse
Like I said, use Xennet's patched boot image.
Sent from my OnePlus3T using XDA Labs
What to do about this file? flash it and install TWRP again? or only flash it and restart to recovery?
Why I need to change my boot file? If my device dont booting up after the flash?
saarxee said:
Why I need to change my boot file? If my device dont booting up after the flash?
Click to expand...
Click to collapse
Because stock will always revert to stock recovery.
If the device doesn't boot, then you're using an incompatible boot image
(it seems that Magisk/SuperSU isn't enough)
I flashed this boot patched image and choose restart to recovery and stock recovery again...
I have the same problem - twrp gets erased after booting in OS Since beta 24
I don't know guys what's wrong with your devices, I'm using Open Beta 24 with custom kernel and TWRP boots everytime.
I use stock kernel, maybe that is the clue.
Viktorrr said:
I use stock kernel, maybe that is the clue.
Click to expand...
Click to collapse
Then maybe you should flash the modified kernel that is especially modified to not restore the stock recovery.....
gizahNL said:
Then maybe you should flash the modified kernel that is especially modified to not restore the stock recovery.....
Click to expand...
Click to collapse
Correct, as I pointed out in this post https://forum.xda-developers.com/oneplus-3t/help/twrp-deleted-booting-t3769867/post76049932
Sent from my OnePlus3T using XDA Labs
gizahNL said:
Then maybe you should flash the modified kernel that is especially modified to not restore the stock recovery.....
Click to expand...
Click to collapse
BillGoss said:
Correct, as I pointed out in this post https://forum.xda-developers.com/oneplus-3t/help/twrp-deleted-booting-t3769867/post76049932
Sent from my OnePlus3T using XDA Labs
Click to expand...
Click to collapse
OP said that it didn't work:
I flashed this boot patched image and choose restart to recovery and stock recovery again...
Click to expand...
Click to collapse

Which version of TWRP?

So, just got the OTA update to Android Pie for my Mi 8 Global, and want to try flashing TWRP again. Every single version of TWRP I have flashed before has always either fail to boot, or always reboots into recovery and the ROM never loads. Anyone can suggest a real working TWRP file to flash? Do I need to wipe data? Etc. Since TWRP hasn't worked for me at all, I have to root with a roundabout way. Install Magisk Manager, extract and recompile boot.img into patched_boot.img and flash that in fastboot. This gives me roo but no TWRP so I can't flash any custom kernels or ROMs.
Rommco05 said:
Hi, I can't help you with twrp because I still waiting for countdown for unlocked it. From your post I understand u have a stock recovery.img, where u find stock recovery?
Click to expand...
Click to collapse
I just flash the stock boot.img and it reverts everything
Rommco05 said:
Where I can find stock .imgs?
Click to expand...
Click to collapse
Download a stock ROM and grab the boot.img from inside it.

Categories

Resources