How to flash magisk on honor view 10 w/o recovery - Magisk

So I've successfully rooted my view 10 however the dev department is dead currently and there isn't a custom recovery so my question is can I use something like flashify to flash it because I've installed magisk manager but don't want to go any further until I'm sure.

If you've used some other root method you'd first have to remove that.
After that you can use the Magisk Manager to patch a copy of your device's boot image which you can then flash manually.
Check the release thread for more installation instructions, and the installation and troubleshooting guide for general tips and tricks.

Didgeridoohan said:
If you've used some other root method you'd first have to remove that.
After that you can use the Magisk Manager to patch a copy of your device's boot image which you can then flash manually.
Check the release thread for more installation instructions, and the installation and troubleshooting guide for general tips and tricks.
Click to expand...
Click to collapse
Thanks. Yeah I read that thread, now my isie is trying to find the honor view 10s boot image for it to patch.
Yut kill

whymista said:
Thanks. Yeah I read that thread, now my isie is trying to find the honor view 10s boot image for it to patch.
Yut kill
Click to expand...
Click to collapse
Your device's forum is the place for that, but I saw you already asked. Let's hope you get an answer.
Judging from this thread it should be possible to use the Huawei Update Extractor to get the boot image.

Didgeridoohan said:
Your device's forum is the place for that, but I saw you already asked. Let's hope you get an answer.
Judging from this thread it should be possible to use the Huawei Update Extractor to get the boot image.
Click to expand...
Click to collapse
Yeah I found a tool that is supposed to do it on here as well as an app that is supposed to download the firmware, however so far after looking at a YouTube video about how to use it I've apparently not either done it correctly or haven't found the correct file because I've not seen the images. It says I need to find the update.app which I haven't found. I'll try again this evening when I get off work
Yut kill

whymista said:
So I've successfully rooted my view 10 however the dev department is dead currently and there isn't a custom recovery so my question is can I use something like flashify to flash it because I've installed magisk manager but don't want to go any further until I'm sure.
Click to expand...
Click to collapse
Please can you explain further how you went about it?

One way is to use this img from this thread https://forum.xda-developers.com/ho...stock-b122-t3730660/post75393193#post75393193 the other is through the tool they provide.

Related

stock boot image dump

I've got a PRA-LX1 here, P8 lite 2017
I wanted to give Magisk (and then MagiskSU) a try, but it says it requires a stock boot image dump.
How to make one reliably for this model? I tried with twrp first, but it says it requires root to do so. Since I wanted to try if MagiskSU can root it, I am wondering now how to dump it without having root in the first place?
First of all, this is general for P8 Lite not 2017; after that magisk require the boot image dump only if you don't have a custom recovery.
you can flash the magisk zip from twrp.
ItalianWolf said:
First of all, this is general for P8 Lite not 2017; after that magisk require the boot image dump only if you don't have a custom recovery.
you can flash the magisk zip from twrp.
Click to expand...
Click to collapse
I'm sorry, I didn't see there is a different section for the 2017.
Yet, this doesn't answer the question at all - if I had a custom recovery installed I wouldn't have the need to ask that- obviously
Smirftsch said:
I'm sorry, I didn't see there is a different section for the 2017.
Yet, this doesn't answer the question at all - if I had a custom recovery installed I wouldn't have the need to ask that- obviously
Click to expand...
Click to collapse
You said that, from your first post:
Smirftsch said:
I've got a PRA-LX1 here, P8 lite 2017
...omississ... I tried with twrp first. ...
Click to expand...
Click to collapse
twrp it's a custom recovery.
Did you mean that you tried to install twrp and you failed? you have to unlock bootloader (i think the procedure it's like P8 Lite) than flash it.
I don't know if it's working, but you can give a try: download a full firmware then use huawei update extractor to extract the boot image and you're almost done.
ah, now I get the misunderstanding. Guess I was a bit unclear. On this phone I only have the twrp app so far, which refuses to do the backup without having root.
Thanks for the hint with the update extractor, will dig it and give it a try.
If there are other ways yet, always open for suggestions.
Smirftsch said:
ah, now I get the misunderstanding. Guess I was a bit unclear. On this phone I only have the twrp app so far, which refuses to do the backup without having root.
Thanks for the hint with the update extractor, will dig it and give it a try.
If there are other ways yet, always open for suggestions.
Click to expand...
Click to collapse
Did it work?

[GUIDE][ROOT] how to root your P9 LITE MINI

I did not find a subforum dedicated to P9 lite mini version so I will post this guide here , as I know that many users that have this phone wish to have it rooted but don't know how.
I apologise to mods in advance if this is wrong place to post this.
Before I start, I will tell you that I am not a programmer and that I just followed a guide to the letter that @txmt5 told me about. So all credits go to him.
Lets start:
0. Make sure that your phone has USB DEBUGGING enabled.
1. a) You will need unlocked bootloader. There is simple official solution to get unlock code by huawei. Just go to their website , UNLOCK tab and follow instructions.
b) Once you get unlock code just use this simple tool by @Mandrigan. BE WARNED : use only unlock bootloader option as other options may brick your phone.
There is also an option to use cmd but I found this one easier to follow and it worked anyway.
Once you unlock your bootloader your phone will give you a warning about it before every boot. This is normal for every device just that some keep silent about it
2. Just install magisk app by @topjohnwu from here. As you do not have costum recovery (as far as I know it is still not developed for our device) you will not be able to root it as usual but it will require additional steps.
3. Get an original unpatched version for your frimware from here. It is really important that you find a right one. It will use the same code that is written in your "update info" in settings so it is easy to find.
4. From the update.zip file you hopefully downloaded in step before you will need to extract BOOT.img file.
To do this use huawei update extractor app by @worstenbrood. I personally use version 0.9.9.5 and extracted only BOOT.img .
It may look like it hangs on full green bar once you extract it. If it hangs for more than 5 minutes it is safe to cancel it and take the BOOT.img file it created. This happened to me and it worked anyways.
5. Put the BOOT.img file from previous step on your device and use magisk on it. It will create patched_boot.img that you will transfer back to your PC
6. Download adb fastboot tools (put patched_boot.img from previous step inside that folder) and HiSuite (just for huawei drivers)
7. Connect your phone to your PC and go to fastboot tools folder (from previous step) and shift+right click anywhere in that folder and take open CMD window here option.
The commands are as follows :
Code:
adb reboot bootloader
after it reboots input
Code:
adb fastboot flash boot patched_boot.img
Your device should be rooted now
You will have root permission but you will not be able to use any other fancy magisk repo app as you do not have TWRP or other custom recovery. And there is really high chance that you will have to repeat this whole thing after every update (it is just my guess) .
I really hope that this guide will help someone
P.S. I wish to thank all people that I tagged and let them know that it was not my wish to spam them but to give them proper credit.
batman1950 said:
5. Put the BOOT.img file from previous step on your device and use magisk on it. It will create patched_boot.img that you will transfer back to your PC
Click to expand...
Click to collapse
Hi, I'm grateful for your contribution to this community. Users who come through here will appreciate.
Can you talk to me about step 5?
breathislava said:
Hi, I'm grateful for your contribution to this community. Users who come through here will appreciate.
Can you talk to me about step 5?
Click to expand...
Click to collapse
I am really glad that you find my guide helpful.
When you go to magisk->install you will need to patch boot file.
Since wedo not have custom recovery you need to provide a path (impossible)
to BOOT.img file so magisk can patch it.
So you just put boot.img you downloaded to phome or sd card and provide path to it
batman1950 said:
I am really glad that you find my guide helpful.
When you go to magisk->install you will need to patch boot file.
Since wedo not have custom recovery you need to provide a path (impossible)
to BOOT.img file so magisk can patch it.
So you just put boot.img you downloaded to phome or sd card and provide path to it
Click to expand...
Click to collapse
I don't understand!
I don't find any "Install" option. Since TWRP is not available for this device, how to proceed?
Can you give me more details?
Until now, I flashed a "ready to be flashed" pre-rooted kernel and I owned SuperUser rights.
Now I want to patch a self-made one. How can I do?
breathislava said:
I don't understand!
I don't find any "Install" option. Since TWRP is not available for this device, how to proceed?
Can you give me more details?
Until now, I flashed a "ready to be flashed" pre-rooted kernel and I owned SuperUser rights.
Now I want to patch a self-made one. How can I do?
Click to expand...
Click to collapse
on newest magisk ver. press install (huge bottun next to magisk icon)-->install--> patch boot image
batman1950 said:
on newest magisk ver. press install (huge bottun next to magisk icon)-->install--> patch boot image
Click to expand...
Click to collapse
I don't find it!
Can you post a screenshot?
breathislava said:
I don't find it!
Can you post a screenshot?
Click to expand...
Click to collapse
for some reason I can't post screenshots -.- I will do it as soon as I get to my laptop
batman1950 said:
for some reason I can't post screenshots -.- I will do it as soon as I get to my laptop
Click to expand...
Click to collapse
Ok, in the meantime, can you explain the whole step 5?
breathislava said:
Ok, in the meantime, can you explain the whole step 5?
Click to expand...
Click to collapse
You just need to put BOOT.img file from step 4. anywhere on your device and use magisk on it.
really don't know how to tell it differently
batman1950 said:
You just need to put BOOT.img file from step 4. anywhere on your device and use magisk on it.
really don't know how to tell it differently
Click to expand...
Click to collapse
What a dumb I am! I forgot to say you that the phone is offline. To understand better my issue, you can read here.
I never thought internet connection was necessary. For now, I have neither a data plan nor a wi-fi internet connection. Is there a way to solve?
Thanks for your patience
breathislava said:
What a dumb I am! I forgot to say you that the phone is offline. To understand better my issue, you can read here.
I never thought internet connection was necessary. For now, I have neither a data plan nor a wi-fi internet connection. Is there a way to solve?
Thanks for your patience
Click to expand...
Click to collapse
I really don't know :/
batman1950 said:
I really don't know :/
Click to expand...
Click to collapse
OK! Thanks!
TWRP available soon
breathislava said:
I don't understand!
I don't find any "Install" option. Since TWRP is not available for this device, how to proceed?
Can you give me more details?
Until now, I flashed a "ready to be flashed" pre-rooted kernel and I owned SuperUser rights.
Now I want to patch a self-made one. How can I do?
Click to expand...
Click to collapse
I'm currently working on a TWRP port for this device. I have only a single problem with data partition.
ioanvlad67 said:
I'm currently working on a TWRP port for this device. I have only a single problem with data partition.
Click to expand...
Click to collapse
Is there any progress )
It doesn't flash it
Vaios1231 said:
It doesn't flash it
Click to expand...
Click to collapse
what step you have a problem with? And are all other steps completed ?
batman1950 said:
what step you have a problem with? And are all other steps completed ?
Click to expand...
Click to collapse
I got it now. All you have to do is not type adb fastboot and just type fastboot flash...
Also another problem that I'm having with rooting another p9 lite mini is that I can't get the bootloader unlock code from huawei anymore. Any solutions? Huawei seems to not want to give you the code anymore.
Vaios1231 said:
I got it now. All you have to do is not type adb fastboot and just type fastboot flash...
Also another problem that I'm having with rooting another p9 lite mini is that I can't get the bootloader unlock code from huawei anymore. Any solutions? Huawei seems to not want to give you the code anymore.
Click to expand...
Click to collapse
I had to type adb as I was on CMD...you were on powershell?
I think they MUST give it to you as it is your phone after all
batman1950 said:
I had to type adb as I was on CMD...you were on powershell?
I think they MUST give it to you as it is your phone after all
Click to expand...
Click to collapse
I was on cmd. Also i have e-mailed Huawei support to give it to me. Do you get the unlock code option on their site? I swear 4 days ago i got it and now it is gone... If you would like, you could add me on discord or such to tell you more details.
Vaios1231 said:
I was on cmd. Also i have e-mailed Huawei support to give it to me. Do you get the unlock code option on their site? I swear 4 days ago i got it and now it is gone... If you would like, you could add me on discord or such to tell you more details.
Click to expand...
Click to collapse
It must be on their site. I will check tonight when I get home

Xposed working flawlessly on Zenfone 5Q/lite zc600kl

Used Twrp to flash SuperSU installed Xposed framework installer and flashed the nougat sdk.
Modules are working
Zuper
Lucky patcher
Gravitybox
3C
One tap video downloader
Few quick questions. Did you use the official Asus unlock app? Can you post a link to the twrp download?
Shakez619 said:
Used Twrp to flash SuperSU installed Xposed framework installer and flashed the nougat sdk.
Modules are working
Zuper
Lucky patcher
Gravitybox
3C
One tap video downloader
Click to expand...
Click to collapse
Where did you get the TWRP? Can you give me the link?
I want to install magisk and enable camera2 api so I can install gcam
DumDumBumBum said:
Where did you get the TWRP? Can you give me the link?
I want to install magisk and enable camera2 api so I can install gcam
Click to expand...
Click to collapse
You don't need trwp to install magisk. You can use magisk manager to patch the stock boot image, then adb push to install the patch boot image to your device. There are plenty of tutorials on how to do this here on XDA.
Cyb3rk1ll said:
You don't need trwp to install magisk. You can use magisk manager to patch the stock boot image, then adb push to install the patch boot image to your device. There are plenty of tutorials on how to do this here on XDA.
Click to expand...
Click to collapse
Yeah i know, but haven't try it myself and I usually use twrp to install it. That's why I lack the confidence to do so ?.
Have you tried rooting your zenfone 5q?
DumDumBumBum said:
Yeah i know, but haven't try it myself and I usually use twrp to install it. That's why I lack the confidence to do so ?.
Have you tried rooting your zenfone 5q?
Click to expand...
Click to collapse
I have not yet, I'm waiting for an unlock method that is reversable, I have however used magisk to patch boot images on some of my other devices that don't have twrp available.
---------- Post added at 05:50 PM ---------- Previous post was at 05:44 PM ----------
DumDumBumBum said:
Yeah i know, but haven't try it myself and I usually use twrp to install it. That's why I lack the confidence to do so ?.
Have you tried rooting your zenfone 5q?
Click to expand...
Click to collapse
Which part makes you uncomfortable? Is it patching the image or using adb push?
But bro, feels like you posted in the wrong forum. This forum is for Zenfone 5 x86 A500CG/ A501CG.
mzj4213 said:
But bro, feels like you posted in the wrong forum. This forum is for Zenfone 5 x86 A500CG/ A501CG.
Click to expand...
Click to collapse
Is there a dedicated forum for the 5q? I've looked on the app and haven't found one. I find threads for it in all kinds of places though.
Cyb3rk1ll said:
Is there a dedicated forum for the 5q? I've looked on the app and haven't found one. I find threads for it in all kinds of places though.
Click to expand...
Click to collapse
Well yeah somehow, maybe you can make a request to the moderators? Or maybe use some kind of tag temporarily?
DumDumBumBum said:
Where did you get the TWRP? Can you give me the link?
I want to install magisk and enable camera2 api so I can install gcam
Click to expand...
Click to collapse
Soon after making my original post I downloaded the stock rom from the Asus support page the same place I got the bootloader unlock app from.
After flashing I got brave or stupid and found a site that had a TWRP for the zc600kl so i said what the hell and installed the TWRP idk if I can link it here but I'm sure they'll get rid of it if it isn't.
https://mega.nz/#!OuJHnaJR!aUTwAtRcEukqOi6XMh-FKsYcM22gHEzC35YajMkSOns
It turned out to be TWRP 3.2.3.0 and works perfectly. only issue I had was during the Magisk installation, twrp couldn't mount anything. turns out it was showing my internal storage as 0 but it was an extremely easy fix! all I had to do was just change the phones storage file system from it's original to another then immediately back to the original file system (can't remember specifics) within the twrp advanced menu I think, but it worked just fine and my internal storage read the correct size. Found fix on YouTube easily.
I installed magisk flawlessly then installed xposed seamless now have the best of both and everything is working great phone is stable no issues at all I'm very pleased,
Safety net check fails but IDC I don't need it.
Ridiculously easy root I love this phone ?? oh and now I have iOS 11 Emojis lol
Hope this helps all you Zenfone 5Q zc600kl owners out there.
If anyone wishes to know anything else PM me I'll try to help.
???
Shakez619 said:
Soon after making my original post I downloaded the stock rom from the Asus support page the same place I got the bootloader unlock app from.
After flashing I got brave or stupid and found a site that had a TWRP for the zc600kl so i said what the hell and installed the TWRP idk if I can link it here but I'm sure they'll get rid of it if it isn't.
https://mega.nz/#!OuJHnaJR!aUTwAtRcEukqOi6XMh-FKsYcM22gHEzC35YajMkSOns
It turned out to be TWRP 3.2.3.0 and works perfectly. only issue I had was during the Magisk installation, twrp couldn't mount anything. turns out it was showing my internal storage as 0 but it was an extremely easy fix! all I had to do was just change the phones storage file system from it's original to another then immediately back to the original file system (can't remember specifics) within the twrp advanced menu I think, but it worked just fine and my internal storage read the correct size. Found fix on YouTube easily.
I installed magisk flawlessly then installed xposed seamless now have the best of both and everything is working great phone is stable no issues at all I'm very pleased,
Safety net check fails but IDC I don't need it.
Ridiculously easy root I love this phone ? oh and now I have iOS 11 Emojis lol
Hope this helps all you Zenfone 5Q zc600kl owners out there.
If anyone wishes to know anything else PM me I'll try to help.
Click to expand...
Click to collapse
Just tried with this and it says it's too big when flashing and fails ZF5Q ZC600kl (X017D)
slayerking said:
Just tried with this and it says it's too big when flashing and fails ZF5Q ZC600kl (X017D)
Click to expand...
Click to collapse
Same here, seems as though this twrp is for the X017DA which has a much larger size recovery compared to the regular X017D which has a stock recovery size and flash limit of 32mb. I tried for hours to get a ported twrp running on the X017D to no avail. Can someone help?
PizzaG said:
Same here, seems as though this twrp is for the X017DA which has a much larger size recovery compared to the regular X017D which has a stock recovery size and flash limit of 32mb. I tried for hours to get a ported twrp running on the X017D to no avail. Can someone help?
Click to expand...
Click to collapse
I just finished attempting to flash this recovery using my X017DA and I'm getting the file size too large error as well.
There are NUMEROUS people stating that they've rooted this phone and I'd SURE as hell love to know how.
I unlocked the bootloader at this point for nothing, and it's rather irritating.
It's bad enough I have spotty service on this phone because apparently, it doesn't support band 12 (which is crap) and ASUS refuses to cert it for VOLTE
I love the cameras, and functionality of this phone, and for the price the specs are GREAT, but this WILL be the last and only ASUS phone I'll purchase. Hell, I might even ban their computer components from my home after this fiasco.
Question!
Did you use the official Asus unlock app?
dracconus said:
I just finished attempting to flash this recovery using my X017DA and I'm getting the file size too large error as well.
There are NUMEROUS people stating that they've rooted this phone and I'd SURE as hell love to know how.
I unlocked the bootloader at this point for nothing, and it's rather irritating.
It's bad enough I have spotty service on this phone because apparently, it doesn't support band 12 (which is crap) and ASUS refuses to cert it for VOLTE
I love the cameras, and functionality of this phone, and for the price the specs are GREAT, but this WILL be the last and only ASUS phone I'll purchase. Hell, I might even ban their computer components from my home after this fiasco.
Click to expand...
Click to collapse
please tell me how you unlock the bootloader of zc600kl x017d ?
I m trying for months to do so but fail, as the official unlock apk tool is not working.
Please tell me how you unlock the bootloader on ([email protected])
I shall be very thankfull to you for this
Cyb3rk1ll said:
Few quick questions. Did you use the official Asus unlock app? Can you post a link to the twrp download?
Click to expand...
Click to collapse
oye me puedes ayudar para descargar una twrp en asus x017da me puedes dar un link

Question OnePlus 10 Pro NE2211 Root guide needed ! Play store not certified !

Hi, can anyone help to explain
1. If I root OnePlus 10 Pro (NE2211) India then do I stop getting updates?
2. Also please can I get a guide to root?
3. I am facing play store protection "Not certified" and can't find any solution to it, please can I get a solution ?
tinman9700 said:
Hi, can anyone help to explain
1. If I root OnePlus 10 Pro (NE2211) India then do I stop getting updates?
2. Also please can I get a guide to root?
3. I am facing play store protection "Not certified" and can't find any solution to it, please can I get a solution ?
Click to expand...
Click to collapse
There's a bunch of root guides..
I've got one and there's a few others..each method will work and most include the methodology for installing updates which yes you still install.
In a nutshell you need to do a few things.
1st thing is look through the threads that already exist, all the answers you have asked are already there.
Rooting: grab your firmware and open it up on your computer. Extract payload bin then open it in fastboot enhance and extract your boot.img
Copy it to your phone and patch it with Magisk.
Copy it out and boot it then install directly.
Beyond that you can retain root by installing FULL updates then open Magisk and install after OTA, then reboot.
All of this is here in my guide
(Guide) Rooting, payload dumper, magisk_patched guides NE2213
Hi all, Thought i'd share a guide on how to get these boot images yourself as well as all the files required, plus the patched boot.img if you just want to go ahead and boot/flash it without obtaining one yourself Please read the process before...
forum.xda-developers.com
As for safety net, just install systemless root and enable zygisk, then install the safety net fix.
dladz said:
There's a bunch of root guides..
I've got one and there's a few others..each method will work and most include the methodology for installing updates which yes you still install.
In a nutshell you need to do a few things.
1st thing is look through the threads that already exist, all the answers you have asked are already there.
Rooting: grab your firmware and open it up on your computer. Extract payload bin then open it in fastboot enhance and extract your boot.img
Copy it to your phone and patch it with Magisk.
Copy it out and boot it then install directly.
Beyond that you can retain root by installing FULL updates then open Magisk and install after OTA, then reboot.
All of this is here in my guide
(Guide) Rooting, payload dumper, magisk_patched guides NE2213
Hi all, Thought i'd share a guide on how to get these boot images yourself as well as all the files required, plus the patched boot.img if you just want to go ahead and boot/flash it without obtaining one yourself Please read the process before...
forum.xda-developers.com
As for safety net, just install systemless root and enable zygisk, then install the safety net fix.
Click to expand...
Click to collapse
First of, thank you for your response
I had already searched in the threads, there isn't any guide for NE2211. You have also shared a guide for NE2213
tinman9700 said:
First of, thank you for your response
I had already searched in the threads, there isn't any guide for NE2211. You have also shared a guide for NE2213
Click to expand...
Click to collapse
The point is the method is the same..
You simply need to obtain a full firmware then extract the payload.bin..
If you read the op in my thread it'll make sense.
Obviously yes the boot images are for the UK/EU version of the phone so don't use them..
What I did was use Oxygen Updater to get the OTA update, then extracted the boot.img from it. I also extracted the vendor.img and used the original vbmeta.img. I used the guide here for my NE2215 with A13: https://topjohnwu.github.io/Magisk/install.html

Themes / Apps / Mods (mod) G-Photos -A little gem

Found this little gem.
Pop it in magisk then install it.
Check G-Photos after the reboot.
Enjoy unlimited photos on your device.
nice!
Sweetness! Kudos
galaxys said:
Sweetness! Kudos
Click to expand...
Click to collapse
Should work on anything tbh mate..
I wanted to keep it on the low but meh! It is what it is..
Should be free anyway, grab it while you can..
Google has a promise for the initial pixel to be free for life, this spoof provides you with this.
Pixelfy can do this but it reboots and causes the module to fail
dladz said:
Found this little gem.
Pop it in magisk then install it.
Check G-Photos after the reboot.
Enjoy unlimited photos on your device.
Click to expand...
Click to collapse
I plan to get a 10 PRo soon
Do you have a tutorial on how to root and get Magisk on it?
luckychukiye said:
I plan to get a 10 PRo soon
Do you have a tutorial on how to root and get Magisk on it?
Click to expand...
Click to collapse
Yes I do, look for it it's here buddy.
@luckychukiye
Here buddy
(Guide) Rooting, payload dumper, magisk_patched guides NE2213
Hi all, Thought i'd share a guide on how to get these boot images yourself as well as all the files required, plus the patched boot.img if you just want to go ahead and boot/flash it without obtaining one yourself Please read the process before...
forum.xda-developers.com
It's for the NE2213 (UK/EU variant) but the root process is the same across the board.
@g96818 has another guide too for the 2215 iirc
2215
OnePlus 10 Pro NE2215 ***ROOTED*** (EX01 Update! READ BEFORE UPDATING)
This is for the NE2215 Rom. Step 1: Unlock your bootloader. Step 2: Download and install Magisk Stable or Canary. Your choice, but I used Canary. https://github.com/topjohnwu/Magisk Step 3: You can use either patch the stock boot or use my...
forum.xda-developers.com
luckychukiye said:
I plan to get a 10 PRo soon
Do you have a tutorial on how to root and get Magisk on it?
Click to expand...
Click to collapse
I'm actually selling my 10 pro if interested. I went back to my s22 ultra. Pm bud
If anyone could test this btw id appreciate it, I've not long installed pixelfy so that may be a factor. If it isn't then great, if not then may need to install pixelfy first then let it fail, then install it.
This with my oneplus 10 pro I only installed your module.
It works for me
Des009 said:
This with my oneplus 10 pro I only installed your module.
It works for me
Click to expand...
Click to collapse
Thank you, that's great news..I was in two minds about posting it as I don't want it to be patched.
dladz said:
Thank you, that's great news..I was in two minds about posting it as I don't want it to be patched.
Click to expand...
Click to collapse
Great. I will read your guide. I plan to get a NE2115
I haven't done rooting much before. Should I be worried about something going totally wrong or the boot images that you provided should work fine in case of that?
luckychukiye said:
Great. I will read your guide. I plan to get a NE2115
I haven't done rooting much before. Should I be worried about something going totally wrong or the boot images that you provided should work fine in case of that?
Click to expand...
Click to collapse
Absolutely not mate, it's a doddle.
In short it's just a few steps.
1. Unlock bootloader.
2. Grab firmware and extract payload.bin
3. Extract the boot image and patch it.
4. Boot it then direct install
Done.
dladz said:
Absolutely not mate, it's a doddle.
In short it's just a few steps.
1. Unlock bootloader.
2. Grab firmware and extract payload.bin
3. Extract the boot image and patch it.
4. Boot it then direct install
Done.
Click to expand...
Click to collapse
I will try to follow that very slowly.
Just to confirm. None of this invovles TWRP or anything related to that right?
Just follow your steps?
dladz said:
Absolutely not mate, it's a doddle.
In short it's just a few steps.
1. Unlock bootloader.
2. Grab firmware and extract payload.bin
3. Extract the boot image and patch it.
4. Boot it then direct install
Done.
Click to expand...
Click to collapse
Also for Ne2115. Where do I get the firmware file from ? What is the link to it?
What about the boot image file?
I'm reading your guide on the other post
luckychukiye said:
Also for Ne2115. Where do I get the firmware file from ? What is the link to it?
What about the boot image file?
I'm reading your guide on the other post
Click to expand...
Click to collapse
Oxygen updater if it's available..always stick with the full zip if you can find it, irll be about 4.20GB give or take.
Check out the 2215 thread if you don't mind, id rather keep this thread on topic
dladz said:
Oxygen updater if it's available..always stick with the full zip if you can find it, irll be about 4.20GB give or take.
Check out the 2215 thread if you don't mind, id rather keep this thread on topic
Click to expand...
Click to collapse
Got it!
Whats the link to the NE2115 thread?
luckychukiye said:
Got it!
Whats the link to the NE2115 thread?
Click to expand...
Click to collapse
It's a few posts up mate.. #8 I believe
dladz said:
It's a few posts up mate.. #8 I believe
Click to expand...
Click to collapse
Ok great
Will catch w/ you on there
Need to order 10 Pro first
You like your phone?

Categories

Resources