Related
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!
Removed
Which TWRP did you try flashing? Official or modified one?
Try with modified 3.0.2-22, if you haven't yet.
Sent from my OnePlus 3 using Tapatalk
Thanks for the reply.
Flashed modified 3.0.2-22 before flashing new CE build.
Post corrupting recovery partition, tried flashing back the same recovery...resulting in blackscreen tho.
Explorer23 said:
Which TWRP did you try flashing? Official or modified one?
Try with modified 3.0.2-22, if you haven't yet.
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
Did you try mega unbrick guide?
Sent from my ONEPLUS A3000 using Tapatalk
yes, tried with MSMDownloadTool from that post, since the device isn't in Qualcomm diagnostic mode, that didn't help much.
Explorer23 said:
Which TWRP did you try flashing? Official or modified one?
Try with modified 3.0.2-22, if you haven't yet.
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
tdamocles said:
Did you try mega unbrick guide?
Sent from my ONEPLUS A3000 using Tapatalk
Click to expand...
Click to collapse
I'm facing almost same situation, haven't flashed wrong twrp, have tried 3.0.2.22 and screwed up...not able to flash any other twrp. Have side loaded OOS 3.5.5 and rebooted to get official recovery and succeeded as well but as soon as have flashed official twrp resulting black screen. Again flashed 3.0.2.22 through fastboot mode and working... In short, I can't use any recovery other then 3.0.2.22. Any guidance and help would be highly appreciated....
Sent from Tapatalk
I also use .22 recovery and no problem. The problem is not the recovery, its a noob problem.
indeed that seems to be the problem here.
Tried flashing modified recovery again (-22), successfully booted into recovery now.
What's causing this issue, any pointers guys ?
can't go back to official twrp for some reason.
deeplyyoung said:
I'm facing almost same situation, haven't flashed wrong twrp, have tried 3.0.2.22 and screwed up...not able to flash any other twrp. Have side loaded OOS 3.5.5 and rebooted to get official recovery and succeeded as well but as soon as have flashed official twrp resulting black screen. Again flashed 3.0.2.22 through fastboot mode and working... In short, I can't use any recovery other then 3.0.2.22. Any guidance and help would be highly appreciated....
Sent from Tapatalk
Click to expand...
Click to collapse
Well technically we should be able to get back to official recovery.
Care to explain the "noob" problem mate ?
Schrotty35 said:
I also use .22 recovery and no problem. The problem is not the recovery, its a noob problem.
Click to expand...
Click to collapse
Schrotty35 said:
I also use .22 recovery and no problem. The problem is not the recovery, its a noob problem.
Click to expand...
Click to collapse
Well accepted its noob problem, appreciating if you help us, instead of pointing noob @#$%.
Want to use multiROM but not able to flash any other recovery.
Any other way to hard reset the device which fixed recovery partitions (I'm sure we messed with partitions).
Edit: even I'm using 3.0.2.22 without any issues but if I want to use any other recovery(official twrp or multiROM twrp, not able to boot into it, truly noob thing as per your post)
Official TWRP is not compatible with CE ROMs. Try first flashing official OOS (3.2.7 or older) with -22 and then flashing official TWRP.
Sent from my OnePlus 3 using Tapatalk
deeplyyoung said:
I'm facing almost same situation, haven't flashed wrong twrp, have tried 3.0.2.22 and screwed up...not able to flash any other twrp. Have side loaded OOS 3.5.5 and rebooted to get official recovery and succeeded as well but as soon as have flashed official twrp resulting black screen. Again flashed 3.0.2.22 through fastboot mode and working... In short, I can't use any recovery other then 3.0.2.22. Any guidance and help would be highly appreciated....
Sent from Tapatalk
Click to expand...
Click to collapse
I'm trying to get stock recovery I have modified twrp but whenever I flash the cb full zip twrp doesn't get overwritten
To Reproduce the issue.
1. Flash modified TWRP (-22) version via fastboot
2. Flash CE ROM latest 3.5.5 from recovery
3. Reboot into system, successfully booted.
4. Tried flashing official TWRP, results in Blackscreen (in my case flashed incorrect TWRP, then flashed official one)
5. flashing back (-22) version of TWRP, recovery seems working...however if one wants to switch to official or MultiRom's TWRP, results in Blackscreen.
Hope this gives detailed understanding
Edit:
Gonna try the same with 3.2.7 OOS. Thanks Mate
Explorer23 said:
Official TWRP is not compatible with CE ROMs. Try first flashing official OOS (3.2.7 or older) with -22 and then flashing official TWRP.
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
Explorer23 said:
Official TWRP is not compatible with CE ROMs. Try first flashing official OOS (3.2.7 or older) with -22 and then flashing official TWRP.
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
thanks Buddy, appreciated your help, gonna try this ASAP & will revert with results.
not able to get full zip of 3.2.7, trying with 3.2.6
Yeah, flashing full stock oos might do the trick, there's something related to firmware, it's a long story to understand and I'm not fully getting it, anyway, flash the full stock, boot it up, your device may get encrypted again and then flash the official twrp via fastboot, don't use flashify
I'll try to keep an eye out here rather than on the multi-boot thread
Sent from my Darkside of Oneplus 3
power off phone, keep pressed vol-up+vol-down and connect usb cable, phone will enter qualcomm download mode, then flash with MSM Download Tool.
Explorer23 said:
Official TWRP is not compatible with CE ROMs. Try first flashing official OOS (3.2.7 or older) with -22 and then flashing official TWRP.
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
xanthrax said:
Yeah, flashing full stock oos might do the trick, there's something related to firmware, it's a long story to understand and I'm not fully getting it, anyway, flash the full stock, boot it up, your device may get encrypted again and then flash the official twrp via fastboot, don't use flashify
I'll try to keep an eye out here rather than on the multi-boot thread
Sent from my Darkside of Oneplus 3
Click to expand...
Click to collapse
Yesssss!! Trick worked, have flashed FULL zip OnePlus3Oxygen_16_OTA_015_all_1609141252_c38077177cfc4e74 over OnePlus3Oxygen_16_OTA_007_all_1610310039_bc5bc09fd9af4ceb with stock recovery, device encrypted again but no issues, then fastboot official TWRP worked & then fastboot MRTWRP worked....
now my Question:- pls help, enable us to get some knowledge
I want to use MultiROM, so decryption procedure will do.
1} if i again flash OnePlus 3 OxygenOS 3.5.5 Community Build as primary using MultiROM twrp, is it gonna work?
2} I want to use DU(MM), PAC-MAN(MM), exodus, MIUI, aicp (7.1) or HydrogenOS H2OS whats the best possibilities & way.
3} which one can be use as primary
4} can i flash FreedomOS CE 1.10 [OOS 3.5.5 CB] using multiROM twrp as primary?
5} can I swap FreedomOS CE 1.10 [OOS 3.5.5 CB] as secondary & flash HydrogenOS H2OS as primary?
It's been months since this device is launched, but there are no official or unofficial recovery or custom ROMs released till now. I need to root the device so that I can enjoy features like Viper FX and other Magisk modules. I have searched a lot of forums but there seems to be no thread regarding the rooting process of Xiaomi Blackshark Helo.
The device is a great gaming phone with very high specs. Surely, a lot of custom ROMs can be ported for this device since its OS is close to stock android (JOYUI). Is anyone willing to port custom recovery for this device? It will be really appreciated
Blackshark Helo users please rate this thread to show awareness of this device to the developers!
The twrp is not needed to root your phone
mauronofrio said:
The twrp is not needed to root your phone
Click to expand...
Click to collapse
But twrp is needed to flash magisk, isn't it?
mtayyabali said:
But twrp is needed to flash magisk, isn't it?
Click to expand...
Click to collapse
Not true, you can manually patch the boot.img, then boot it and make the root through magisk manager
I know that method but there is no boot.img available for black shark helo yet, so how do I even patch it? Since this device is becoming popular why isn't there any ROM or recovery available yet, I wonder.?
mtayyabali said:
I know that method but there is no boot.img available for black shark helo yet, so how do I even patch it? Since this device is becoming popular why isn't there any ROM or recovery available yet, I wonder.?
Click to expand...
Click to collapse
i have patched it for you
kanded said:
i have patched it for you
Click to expand...
Click to collapse
can you give tutorial how to root blackshark helo without twrp?
kanded said:
i have patched it for you
Click to expand...
Click to collapse
Thanks, I will get it a try. How did u manage to get stock boot img?
Saintrheno said:
can you give tutorial how to root blackshark helo without twrp?
Click to expand...
Click to collapse
the same way using magisk.
mtayyabali said:
Thanks, I will get it a try. How did u manage to get stock boot img?
Click to expand...
Click to collapse
by learning, and being not lazy to read from first page to last page.
i have flash your boot patched with root but my wifi il locking off and I can not activate it anymore
I changed the slot on B and it seems to rework everything, then I tried to go over A and extract the boot B and patch with magisk, I tried it with fastboot boot, but it remains the usual problem, no wifi no audio and no microphone
Sime90ita said:
i have flash your boot patched with root but my wifi il locking off and I can not activate it anymore
Click to expand...
Click to collapse
use your simcard. then update the magisk if its needed tobe updated. then, go to instal. and choose direct install. then reboot.
remember, fastboot boot is temporary. fastboot flash is permanent. so no worry if you think you lose wifi, after reboot, it will be fine. let me know.
woooo thanks kanded, now everything works perfectly and I also root! I think I will do a post with the guide on how to root
Is it possible to get twrp for this device? That will makes things easier and little bit safer..
mmmm, yes I'm going to work on twrp but still I'll make my boot patch available, which makes the phone fully functional but first I need someone with a black shark helo without root that tests my boot
I tested twrp for black shark, but the touch-screen does not work, surely it must be modified and adapted for black shark helo but I'm not able
Sime90ita said:
I tested twrp for black shark, but the touch-screen does not work, surely it must be modified and adapted for black shark helo but I'm not able
Click to expand...
Click to collapse
i dont know which twrp you tested, but if its mauro's twrp, best believe, our display is different, ips and amoled, but somehow, i tried the twrp into blackshark helo, and it went well, just the flipped things. but all functions still work as it should be.
search for mauronofrio's twrp for blackshark 1st gen. and try to fastboot boot it.
anyway, rooting is easy without twrp, i choose without twrp for rooting. but if you're more into flashing any flashable zips, lets say the decryptingzip, twrp is your choice.
happy bootlooping everyone.
kanded said:
i dont know which twrp you tested, but if its mauro's twrp, best believe, our display is different, ips and amoled, but somehow, i tried the twrp into blackshark helo, and it went well, just the flipped things. but all functions still work as it should be.
search for mauronofrio's twrp for blackshark 1st gen. and try to fastboot boot it.
anyway, rooting is easy without twrp, i choose without twrp for rooting. but if you're more into flashing any flashable zips, lets say the decryptingzip, twrp is your choice.
happy bootlooping everyone.
Click to expand...
Click to collapse
I tried mauronofrio's twrp, but touchscreen was really not working.. I am using CN variant by the way..
mtayyabali said:
I tried mauronofrio's twrp, but touchscreen was really not working.. I am using CN variant by the way..
Click to expand...
Click to collapse
touchscreen is working. its just flipped and upside down, left is right, right is left, up is down, down is up.
and those doesnt mean touchscreen not working or really not working.
kanded said:
touchscreen is working. its just flipped and upside down, left is right, right is left, up is down, down is up.
and those doesnt mean touchscreen not working or really not working.
Click to expand...
Click to collapse
I tried touching everywhere but it there was no response, i am on the screen where you have to enter password for decrypting data.
Just got notified of the update.
Downloading the update now & will share the file in later post for you guys.
Uploaded the file to android file host.
Incremental update file:.
https://www.androidfilehost.com/?fid=4349826312261819958
Full update file:
https://www.androidfilehost.com/?fid=4349826312261819976
https://briw.me/10.3.3/OnePlus7ProOxygen_21.P.27_OTA_027_all_2005192132_076a8e3.zip
@red rocket, here is the full update for 10.3.3 hosted on my server (feel free to add to OP if you'd like):
OnePlus7ProOxygen_21.P.27_OTA_027_all_2005192132_076a8e3.zip
MD5
a63548 said:
@red rocket, here is the full update for 10.3.3 hosted on my server (feel free to add to OP if you'd like):
OnePlus7ProOxygen_21.P.27_OTA_027_all_2005192132_076a8e3.zip
MD5
Click to expand...
Click to collapse
Thanks I'm on my way to upload the file to my android file host account as well. Appreciate the quick upload
I'm not unable to get into settings now after updating through magisk. Weird. I did disable the magisk modules.
JDROIDS said:
I'm not unable to get into settings now after updating through magisk. Weird. I did disable the magisk modules.
Click to expand...
Click to collapse
Is this still an issue for you? I haven't taken it yet, and your comment froze me. Your signature says OP 5T..
It's been a while since the last OTA, so I ask to reconfirm. I need to:
1) Uninstall RICE in Magisk and other modules
2) Uninstall XXX or not? That thread stated long ago that the module can be left installed since it's not version-dependent.
3) Uninstall twrp a/b retention script
4) DOwnload full update using oxygen updater.
5) Install update using settings/local upgrade. DO NOT REBOOT
6) Install Magisk. DO NOT REBOOT
7) INstall TWRP a/b retention script in magisk. DO NOT REBOOT
8) Install Magisk to inactive slot. NOW REBOOT
Is that right?
Is this twrp flashable.
rowdy_83 said:
Is this twrp flashable.
Click to expand...
Click to collapse
Yes
liam_davenport said:
Yes
Click to expand...
Click to collapse
Why would we chose to flash it via twrp? Is it easier or faster or better? I ask to learn since all guides mention the use of the update app
Sent from my OnePlus7Pro using XDA Labs
nabril15 said:
Why would we chose to flash it via twrp? Is it easier or faster or better? I ask to learn since all guides mention the use of the update app
Click to expand...
Click to collapse
So you don't overwrite TWRP with the stock recovery, and reflash Magisk while in recovery.
AarSyl said:
So you don't overwrite TWRP with the stock recovery, and reflash Magisk while in recovery.
Click to expand...
Click to collapse
Got it. Or, use the update method that has a step where a twrp retention script is installed in Magisk. They both sound like similar methods
Sent from my OnePlus7Pro using XDA Labs
nabril15 said:
Got it. Or, use the update method that has a step where a twrp retention script is installed in Magisk. They both sound like similar methods
Click to expand...
Click to collapse
They are, but for the old-time root users (like myself), flashing from TWRP is the simplest way.
Mind you, I'm not old (32yrs), but I've been rooting since the HTC Evo, and flashing ROMs and updates from TWRP is the most straightforward method.
AarSyl said:
They are, but for the old-time root users (like myself), flashing from TWRP is the simplest way.
Mind you, I'm not old (32yrs), but I've been rooting since the HTC Evo, and flashing ROMs and updates from TWRP is the most straightforward method.
Click to expand...
Click to collapse
I totally understand. Easy is good. I've been flashing a long time as well, and this TWRP approach appeals to me.
What are the steps? Boot to twrp, flash update, reboot? And twrp and magisk will be kept? I assume that before flashing, I would need to remove all magisk modules - RICE, XXX, and whatever else is in there. No?
These update logs has been pretty lame lately. Shuffling same BS around.
AarSyl said:
They are, but for the old-time root users (like myself), flashing from TWRP is the simplest way.
Mind you, I'm not old (32yrs), but I've been rooting since the HTC Evo, and flashing ROMs and updates from TWRP is the most straightforward method.
Click to expand...
Click to collapse
Lol same here but IAM little older.i install through Twrp after format .so it's installed clean.
mholloway said:
Lol same here but IAM little older.i install through Twrp after format .so it's installed clean.
Click to expand...
Click to collapse
Can you kindly elaborate or expand, if you will, on the steps that you followed?
Sent from my OnePlus7Pro using XDA Labs
nabril15 said:
Can you kindly elaborate or expand, if you will, on the steps that you followed?
Sent from my OnePlus7Pro using XDA Labs
Click to expand...
Click to collapse
Same as flashing a rom. In TWRP went to wipe.choose format ,type yes it deleted everything..
Reboot recovery
Connect to computer
Click on your device ,then internal storage,then TWRP.
Copy this rom OOS10 and TWRP zip and magisk zip to TWRP file.
Install OOS10,then flash TWRP
Reboot to TWRP,flash OOS10 again,then TWRP
reboot recovery flashed OOS10 again and TWRP
then reboot system
Don't forget to flash TWRP right after flashing rom or you will have the stock recovery..
After set up boot TWRP and flash magisk.
Anyone facing battery drain issue after updating to 10.3.3? also i m facing slow charging issue
Anyone else or its just me?
Is this for Europe?
Psyscope said:
Is this for Europe?
Click to expand...
Click to collapse
10.0.6 is for eu but still not out
Rocket Powered Oneplus 7 Pro
here is the full update for 10.3.3 hosted on my server (feel free to add to OP if you'd like):
https://pan.daxiaamu.com/一加手机官方ROM/...en_21.P.27_OTA_027_all_2005192132_076a8e3.zip
So, i've rooted my xiaomi note 5 with magisk, and i wanted to do the same with my main phone, and now i cant unlock my phone because i dont want my data lost (the apps are the most important and i have all my other data backed up) and i came across mediatekbootloaderunlcok and im just wondering is it patched or does it still work? because if it works then im definitely rooting my phone. id appreciate it if any of you guys answered my question
thanks
Just use mtkclient
boofiboi said:
Just use mtkclient.
https://github.com/bkerler/mtkclient
Click to expand...
Click to collapse
the hell is that lol
boofiboi said:
Just use mtkclient.
https://github.com/bkerler/mtkclient
Click to expand...
Click to collapse
also it worked and my phone is unlocked now but theres an issue, when i flash orangefox it just cant go to recovery then vibrates and goes back to the OS
Fixed. Its a tool that abuses mediateks BROM mode accesibility to do a bunch of stuff
SzymcioYa said:
also it worked and my phone is unlocked now but theres an issue, when i flash orangefox it just cant go to recovery then vibrates and goes back to the OS
Click to expand...
Click to collapse
Currently having the same issue. No other recovery other than Spark from BananaDroid works.
boofiboi said:
Currently having the same issue. No other recovery other than Spark from BananaDroid works.
Click to expand...
Click to collapse
R.I.P you guys.
Even TWRP doesn't work?
AltFantasy said:
R.I.P you guys.
Even TWRP doesn't work?
Click to expand...
Click to collapse
yup. it doesnt, tried it
The only TWRP version that works for me is the Dimenzino forks, but those only boot. ADB sideload crashes the recovery, decryption doesnt work thus MTP also doesnt work.
Any other recovery i try also locks me from booting before i reinstall spark.
I've been hating every second with this phone.
When i compare the experience of modding it to my old Redmi 8, this phone is such a pain.
IMEI backups
No ROM's work
No recovery's work.
Now that I have only 1 IMEI i can no longer even go back to MIUI.
boofiboi said:
Currently having the same issue. No other recovery other than Spark from BananaDroid works.
Click to expand...
Click to collapse
cant seem to find it, can you give me the link to the website?
SzymcioYa said:
cant seem to find it, can you give me the link to the website?
Click to expand...
Click to collapse
https://sourceforge.net/projects/rom-lord/files/A13/Recovery/Spark/recovery.img/download
This is the only recovery that has so far worked for me to install a ROM through sideload. Otherwise its pretty useless.
Looking at the rom-lord files, theres quite a few roms/recoveries in there, ill try to test the recoveries and let you know.
boofiboi said:
The only TWRP version that works for me is the Dimenzino forks, but those only boot. ADB sideload crashes the recovery, decryption doesnt work thus MTP also doesnt work.
Any other recovery i try also locks me from booting before i reinstall spark.
I've been hating every second with this phone.
When i compare the experience of modding it to my old Redmi 8, this phone is such a pain.
IMEI backups
No ROM's work
No recovery's work.
Now that I have only 1 IMEI i can no longer even go back to MIUI.
Click to expand...
Click to collapse
well, I mean, it's MediaTek....
you can just go port TWRP to your device by yourself, OR use GSI ROMs! (though, GSIs are very.... general, and so, they might not work with certain hardware inside your phone, because they're designed to be a one-size-fits-all solution.) even better, go make a custom ROM for your device by yourself!
boofiboi said:
https://sourceforge.net/projects/rom-lord/files/A13/Recovery/Spark/recovery.img/download
This is the only recovery that has so far worked for me to install a ROM through sideload. Otherwise its pretty useless.
Click to expand...
Click to collapse
all i want is to root my redmi 9 lol
i actually flashed this and it just still didnt do anything and just sent me to miu recovery soo.. yeah
SzymcioYa said:
all i want is to root my redmi 9 lol
i actually flashed this and it just still didnt do anything and just sent me to miu recovery soo.. yeah
Click to expand...
Click to collapse
So, I figured out how to fix SHRP and other stuff not booting.
Download the last android 11 firmware from here, get the fastboot version. Flash it and then just proceed to flash SHRP and all your roms like normal.
boofiboi said:
So, I figured out how to fix SHRP and other stuff not booting.
Download the last android 11 firmware from here, get the fastboot version. Flash it and then just proceed to flash SHRP and all your roms like normal.
Click to expand...
Click to collapse
so if i do it i can flash anything i want? sweet!
boofiboi said:
So, I figured out how to fix SHRP and other stuff not booting.
Download the last android 11 firmware from here, get the fastboot version. Flash it and then just proceed to flash SHRP and all your roms like normal.
Click to expand...
Click to collapse
but this will delete all my info right?
SzymcioYa said:
but this will delete all my info right?
Click to expand...
Click to collapse
Yes it will, back it up first
If you just want to root it, get the latest firmware from that website, extract the boot.img and patch it via the magisk app.
then just flash it via fastboot.
boofiboi said:
If you just want to root it, get the latest firmware from that website, extract the boot.img and patch it via the magisk app.
then just flash it via fastboot.
Click to expand...
Click to collapse
uh, can u fix it with any other way without needing to back up anything?