Help me rooting my G4 Plus on Nougat! - Moto G4 Plus Questions & Answers

I was running Resurrection Remix (mm) until Nougat started rolling out. I flashed stock firmware(MM) and manually installed the Nougat update. That obviously voided my root access. Now, when I try to flash SuperSU, the device is not booting into the system and stays in the bootloader itself.
Anyone on Nougat who's rooted or anyone who has any idea what this is about, please help.

Surioz07 said:
I was running Resurrection Remix (mm) until Nougat started rolling out. I flashed stock firmware(MM) and manually installed the Nougat update. That obviously voided my root access. Now, when I try to flash SuperSU, the device is not booting into the system and stays in the bootloader itself.
Anyone on Nougat who's rooted or anyone who has any idea what this is about, please help.
Click to expand...
Click to collapse
in twrp > advanced> terminal
type
Code:
echo "SYSTEMLESS=true" > /data/.supersu
worked for me

​
Alpha_wolf said:
in twrp > advanced> terminal
type
Code:
echo "SYSTEMLESS=true" > /data/.supersu
worked for me
Click to expand...
Click to collapse
You tried it with which version?
I tried it with v2.78 and it broke my wifi and mobile data

Uninstall SuperSU / restore stock boot.img and try following my guide: [GUIDE] How to root Nougat on Moto G4 Plus

Aakash khatu1 said:
​You tried it with which version?
I tried it with v2.78 and it broke my wifi and mobile data
Click to expand...
Click to collapse
use his method its less work haha

Alpha_wolf said:
thats the one i used but i did an odd process to get 7.0 and root on my moto g4 plus xt1644
i flashed xt1643 firmware set it up on wifi and all accounts updated from zip
installed twrp and supersu
let me repeat it
Click to expand...
Click to collapse
I rooted with phh superuser without any issue

doomed151 said:
Uninstall SuperSU / restore stock boot.img and try following my guide: [GUIDE] How to root Nougat on Moto G4 Plus
Click to expand...
Click to collapse
i like your method better lol
i tip my hat to you good sir lol
---------- Post added at 08:40 PM ---------- Previous post was at 08:38 PM ----------
Aakash khatu1 said:
I rooted with phh superuser without any issue
Click to expand...
Click to collapse
i figured it would be easier and less hoops haha

doomed151 said:
Uninstall SuperSU / restore stock boot.img and try following my guide: [GUIDE] How to root Nougat on Moto G4 Plus
Click to expand...
Click to collapse
I would love to try this. Can you tell me what the two LOC essentially do?

Surioz07 said:
I would love to try this. Can you tell me what the two LOC essentially do?
Click to expand...
Click to collapse
If you mean noverity and nocrypt, noverity means it disables dm-verity which allows you to modify /system and nocrypt is just no encryption for /system partition iirc.

doomed151 said:
Uninstall SuperSU / restore stock boot.img and try following my guide: [GUIDE] How to root Nougat on Moto G4 Plus
Click to expand...
Click to collapse
I tried your method and I couldn't flash the zip file. It said 'No MD5 file found'!

Alpha_wolf said:
in twrp > advanced> terminal
type
worked for me
Click to expand...
Click to collapse
When exactly am I supposed to do this? After I flash the supersu zip file?

Related

[Q] Moto X Style stuck in M logo after root

Hi all
Just unlocked and flashed my new moto x style to 6.0
I installed twrp, choose yes allow system modif
Then flash 2.65 zip of supersu (wiped dalvik and cache before and after)
phone reboot then stay on the motorola logo (with no animation)
been a flash addict and never had this problem :/
My moto is the european XT1572 model, and im on the latest 6.0 firmware 24.49.18 with latest patch
Am i doing right to get it rooted?
Thx for help !
use 2.62-3
you could fix I am with the same problem
charlydg said:
you could fix I am with the same problem
Click to expand...
Click to collapse
Enter the following in an ADB shell or TWRP terminal
Code:
echo "SYSTEMLESS=true" > /data/.supersu
and reflash SU.
thank you very much
SMTB1963 said:
Enter the following in an ADB shell or TWRP terminal
Code:
echo "SYSTEMLESS=true" > /data/.supersu
and reflash SU.
Click to expand...
Click to collapse
thank you very much , I start my moto x style only now does not work the wifi
charlydg said:
thank you very much , I start my moto x style only now does not work the wifi
Click to expand...
Click to collapse
Do you have XT1575 or XT1572? Are you on stock ROM or are you flashing a custom ROM?
X1572 stock rom
When I boot I restore the factory disappearences SuperSu
charlydg said:
X1572 stock rom
Click to expand...
Click to collapse
Try flashing modem with this file; use
Code:
fastboot flash modem NON-HLOS.bin
Don't forget to make backup first...
SMTB1963 said:
Try flashing modem with this file; use
Code:
fastboot flash modem NON-HLOS.bin
Don't forget to make backup first...
Click to expand...
Click to collapse
nothing happened , I still wifi
charlydg said:
nothing happened , I still wifi
Click to expand...
Click to collapse
mmm...I don't remember which thread it was in, but I saw here where people with XT1572 had same WIFI problem as you and it was fixed by flashing NON-HLOS.bin.
Try full wipe, restore stock ROM, flash su 2.62 from Chainfire here and see what happens.
If that doesn't work, search through one of these threads and try PM one of the XT1572 users who was having same WIFI trouble as you.
Good luck!
SMTB1963 said:
mmm...I don't remember which thread it was in, but I saw here where people with XT1572 had same WIFI problem as you and it was fixed by flashing NON-HLOS.bin.
Try full wipe, restore stock ROM, flash su 2.62 from Chainfire here and see what happens.
If that doesn't work, search through one of these threads and try PM one of the XT1572 users who was having same WIFI trouble as you.
Good luck!
Click to expand...
Click to collapse
thank you very much solve it, ROM stock and everything works fine now

i have a moto G4 that crashes when i flash supersu on it

So i can unlock my bootloader on the moto G4 and install TWRP but when i flash SuperSU the devices crashes and i have to reflash the stock firmware as you can guess this extremley annoying thanks any help would be very much appreciated.
yes. this behaviour has been confirmed by several moto g4 users, including myself.
unlock bootloader - OK
install TWRP - OK
root with supersu ? - N...............................O!
libralibra said:
yes. this behaviour has been confirmed by several moto g4 users, including myself.
unlock bootloader - OK
install TWRP - OK
root with supersu ? - N...............................O!
Click to expand...
Click to collapse
Have you tried the manual systemless method?
Open TWRP, then go to Advanced -> Terminal and enter:
echo SYSTEMLESS=true>>/data/.supersu
then flash SuperSU?
acejavelin said:
Have you tried the manual systemless method?
Open TWRP, then go to Advanced -> Terminal and enter:
echo SYSTEMLESS=true>>/data/.supersu
then flash SuperSU?
Click to expand...
Click to collapse
thanks for the recommendation. saw this method today.
however, i am quite happy with it now. not sure if i'm going to root or not. maybe later.
acejavelin said:
Have you tried the manual systemless method?
Open TWRP, then go to Advanced -> Terminal and enter:
echo SYSTEMLESS=true>>/data/.supersu
then flash SuperSU?
Click to expand...
Click to collapse
i haven't tried it yet but just about to thanks hope it works
acejavelin said:
Have you tried the manual systemless method?
Open TWRP, then go to Advanced -> Terminal and enter:
echo SYSTEMLESS=true>>/data/.supersu
then flash SuperSU?
Click to expand...
Click to collapse
Thanks it worked
help
craigwilson9955 said:
Thanks it worked
Click to expand...
Click to collapse
hey sir can u kindly please post a download link for the supersu zip thanks
madscientistdam said:
hey sir can u kindly please post a download link for the supersu zip thanks
Click to expand...
Click to collapse
https://download.chainfire.eu/696/supersu/
acejavelin said:
Have you tried the manual systemless method?
Open TWRP, then go to Advanced -> Terminal and enter:
echo SYSTEMLESS=true>>/data/.supersu
then flash SuperSU?
Click to expand...
Click to collapse
You should make a new thread with this info, I see a lot of people getting hit with it
altimax98 said:
You should make a new thread with this info, I see a lot of people getting hit with it
Click to expand...
Click to collapse
Lol... I don't even have a G4, I currently have a G3, its the same way on that one, I just came here to check out the community when I saw how cheap they were on Amazon... I will do a quick tutorial making some basic assumptions about the G4 and it's similarity to other handsets
BTW, the systemless method is not new or exclusive to Moto... The info is out there if you know what to look for.
Sent from my MotoG3 using Tapatalk
acejavelin said:
Lol... I don't even have a G4, I currently have a G3, its the same way on that one, I just came here to check out the community when I saw how cheap they were on Amazon... I will do a quick tutorial making some basic assumptions about the G4 and it's similarity to other handsets
BTW, the systemless method is not new or exclusive to Moto... The info is out there if you know what to look for.
Click to expand...
Click to collapse
I know it isn't, but if you don't do systemless on the G4 it fails to boot. I'm seeing a lot of people saying to flash new firmware or a system partition. All you need to do is run your code in the TWRP terminal and reflash superSU and it boots fine.
altimax98 said:
I know it isn't, but if you don't do systemless on the G4 it fails to boot. I'm seeing a lot of people saying to flash new firmware or a system partition. All you need to do is run your code in the TWRP terminal and reflash superSU and it boots fine.
Click to expand...
Click to collapse
Done... Here ya go: http://forum.xda-developers.com/moto-g4/how-to/how-to-root-g4-fix-bootable-attempted-t3417592
craigwilson9955 said:
https://download.chainfire.eu/696/supersu/
Click to expand...
Click to collapse
will it erase all your data after rooting using this method?
i got twrp recovery, then use it for long time (or long enough to have filled so many files). if the root will erase all internal, i have to think about it. another question is about the OTA. can we get any OTA updates in the future after TWRP/rooting?

Oxygen OS 3.1.0 Root?

Hey all!
First post on this site! Ok, so quick question, won't make this too long.
I updated my phone to os 3.1.0 which is awesome, however I want to root it now and I cannot find any recoveries for the new update? Anyone got any ideas or whether or not the old recovery would be compatible with this new update?
Thank you advance guys!
itshaassann said:
Hey all!
First post on this site! Ok, so quick question, won't make this too long.
I updated my phone to os 3.1.0 which is awesome, however I want to root it now and I cannot find any recoveries for the new update? Anyone got any ideas or whether or not the old recovery would be compatible with this new update?
Thank you advance guys!
Click to expand...
Click to collapse
In order to flash custom recovery you will need to unlock bootloader :
1. Instal adb\fastboot on PC then on your opt In developer options enable oem unlock.
2. Reboot phone to fastboot (power off, volume up+power)
3. From cmd type 'fastboot oem unlock'
Then go https://dl.twrp.me/oneplus2/ (download the latest version it will work on oxygen 3.1.0). Then flash supersu (attached)...and you got root
hi.. i flashed supersu 2.78 after updating to oos3.1.0 and i allways get stuck on bootlogo.. is your supersu file different from 2.78?
ty
DACATA said:
hi.. i flashed supersu 2.78 after updating to oos3.1.0 and i allways get stuck on bootlogo.. is your supersu file different from 2.78?
ty
Click to expand...
Click to collapse
Yes, the supersu I attached is modified, so it will work on oxygen 3.1.0.
Aca902 said:
Yes, the supersu I attached is modified, so it will work on oxygen 3.1.0.
Click to expand...
Click to collapse
yes.. got it ty still works
twrp not installing on my oxygenos 3.1.0
help me :'(
alansalim said:
twrp not installing on my oxygenos 3.1.0
help me :'(
Click to expand...
Click to collapse
I can think of two reasons: 1. Your bootloader is not unlocked
2. Your are not using the latest TWPR
It works for me.
@alansalim if you explain us the steps you took, then maybe we can help you
Aca902 said:
I can think of two reasons: 1. Your bootloader is not unlocked
2. Your are not using the latest TWPR
Click to expand...
Click to collapse
after flashing TWRP, when i boot into recovery....there is no TWRP, its stock recovery
alansalim -> step 3..... From cmd type 'fastboot oem unlock'
Aca902 -> twrp installs fine on my phone. but not your supersu ? is i because i'm not having a SD card and try to flash from phone memory ?
InzaneD said:
alansalim -> step 3..... From cmd type 'fastboot oem unlock'
Aca902 -> twrp installs fine on my phone. but not your supersu ? is i because i'm not having a SD card and try to flash from phone memory ?
Click to expand...
Click to collapse
What do you mean by SD card? OPT doesn't have a microsd slot.
I'm not sure, it should work... I have tested it on stock 3.1.0 with latest TWPR...and it worked fine (did it a few times when I was trying custom roms and going back to stock).
EDIT: Try downloading supersu again (maybe corrupted download?) and wipe cache after flashing supersu.
Aca902 said:
What do you mean by SD card? OPT doesn't have a microsd slot.
I'm not sure, it should work... I have tested it on stock 3.1.0 with latest TWPR...and it worked fine (did it a few times when I was trying custom roms and going back to stock).
EDIT: Try downloading supersu again (maybe corrupted download?) and wipe cache after flashing supersu.
Click to expand...
Click to collapse
HAHA I forgot it hasn't a microsd.. DOUGH.
well I have tried to download supersu again but same result. It fails then I try to flash and there's no error description
---------- Post added at 04:18 PM ---------- Previous post was at 03:47 PM ----------
InzaneD said:
HAHA I forgot it hasn't a microsd.. DOUGH.
well I have tried to download supersu again but same result. It fails then I try to flash and there's no error description
Click to expand...
Click to collapse
hmm got it working. just downloaded supersu again and now it works.. Thanks
the command in 3 line must be: fastboot oem unlock
and not fastboot oem ulock

Moto G5 Plus Stock ROM

I did factory reset my Moto G5 Plus, and now I am left with custom ROMs only. Where can I download the stock Motorola ROM for the Moto G5 Plus?
mstoic said:
I did factory reset my Moto G5 Plus, and now I am left with custom ROMs only. Where can I download the stock Motorola ROM for the Moto G5 Plus?
Click to expand...
Click to collapse
Check here: https://mirrors.lolinet.com/firmware/moto/potter/official/
Anyways you should always make backups in twrp :good:
tywinlannister7 said:
Check here: https://mirrors.lolinet.com/firmware/moto/potter/official/
Anyways you should always make backups in twrp :good:
Click to expand...
Click to collapse
Thanks a ton. I will surely backup everything right after installing TWRP from now on.
I'm on stock ROM NPN25.137-15, rooted with TWRP installed. Can I just upgrade it to NPN25.137-35 by downloading the zip from above link and flash it under TWRP?
anoop.ch said:
I'm on stock ROM NPN25.137-15, rooted with TWRP installed. Can I just upgrade it to NPN25.137-35 by downloading the zip from above link and flash it under TWRP?
Click to expand...
Click to collapse
I have the same questions are the linked files flashable in TWRP? My stock backup is rooted and now I can't play Pokemon GO. Just looking for the easiest way to unroot my stock rom. Thanks!
anoop.ch said:
I'm on stock ROM NPN25.137-15, rooted with TWRP installed. Can I just upgrade it to NPN25.137-35 by downloading the zip from above link and flash it under TWRP?
Click to expand...
Click to collapse
No Stock ROM can not be flashed via twrp, only the OTA zips can be flashed via stock Recovery. This is the link to the fastboot ROM.
emoney1219 said:
I have the same questions are the linked files flashable in TWRP? My stock backup is rooted and now I can't play Pokemon GO. Just looking for the easiest way to unroot my stock rom. Thanks!
Click to expand...
Click to collapse
As I mentioned above. Moreover you can flash UnSU and then root using Magisk. Magisk allows hiding root detection for Safetynet.
tywinlannister7 said:
No Stock ROM can not be flashed via twrp, only the OTA zips can be flashed via stock Recovery. This is the link to the fastboot ROM.
As I mentioned above. Moreover you can flash UnSU and then root using Magisk. Magisk allows hiding root detection for Safetynet.
Click to expand...
Click to collapse
Where would I find UnSU if you don't mind my asking?
emoney1219 said:
Where would I find UnSU if you don't mind my asking?
Click to expand...
Click to collapse
Everything is on xda. just search before posting
https://forum.xda-developers.com/attachment.php?attachmentid=3931994&d=1478779893
tywinlannister7 said:
Everything is on xda. just search before posting
https://forum.xda-developers.com/attachment.php?attachmentid=3931994&d=1478779893
Click to expand...
Click to collapse
Never knew UnSU existed, thanks for the link. It seems to have worked, thanks.
Can't lock the bootloader
mstoic said:
Thanks a ton. I will surely backup everything right after installing TWRP from now on.
Click to expand...
Click to collapse
Hi. I am not able to lock the bootloader. As soon I enter the command
Code:
fastboot oem lock
CMD gives me the error "Still require signed boot.img"
tywinlannister7 said:
Check here: https://mirrors.lolinet.com/firmware/moto/potter/official/
Click to expand...
Click to collapse
Hi,
Where is the stock firmware for the EU version? Moto G5 Plus XT1685 3/32GB
tywinlannister7 said:
Check here: https://mirrors.lolinet.com/firmware/moto/potter/official/
Anyways you should always make backups in twrp :good:
Click to expand...
Click to collapse
Hi, i downloaded the zip file, but how do i install it? Can you point me to a tutorial or something?
Thank you
Hi, i followed this = https://forum.xda-developers.com/showpost.php?p=67031808&postcount=4
Got it
Thanks
pablofior said:
Hi, i downloaded the zip file, but how do i install it? Can you point me to a tutorial or something?
Thank you
Click to expand...
Click to collapse
Assuming that you have set up adb/fastboot drivers, extract all the rom files to that folder and type in the commands mentioned here :
https://pastebin.com/ZWTaWuyr
tywinlannister7 said:
Assuming that you have set up adb/fastboot drivers, extract all the rom files to that folder and type in the commands mentioned here :
https://pastebin.com/ZWTaWuyr
Click to expand...
Click to collapse
Thank you but i found here on XDA a tutorial to flash stock rom on G4 and it worked for me.
mstoic said:
Hi. I am not able to lock the bootloader. As soon I enter the command
Code:
fastboot oem lock
CMD gives me the error "Still require signed boot.img"
Click to expand...
Click to collapse
I have the same issue.
I also get these errors:
http://imgur.com/a/mRKEz
Is there a way to relock the bootloader?
tywinlannister7 said:
Assuming that you have set up adb/fastboot drivers, extract all the rom files to that folder and type in the commands mentioned here :
https://pastebin.com/ZWTaWuyr
Click to expand...
Click to collapse
I unlocked the bootlader and rooted the phone before giving it to my wife. During that whole process, fastboot had no problems recognizing the phone (obviously). Then my wife tried to update via the OTA which got her stuck in TWRP. I'd like to reflash the stock ROM, but the problem I have is I can't use fastboot to do commands line by line (as shown in the link above) since "fastboot devices" doesn't show my phone anymore. I was able to get her going on a custom ROM for now, but I'd like to put her back on the stock ROM so we won't encounter this problem again. I've reinstalled the Motorola driver several times, but no luck. ADB has no problems recognizing the phone when in recovery. One thing that happened recently was a big update to Windows 10, but I'm not sure if that is the reason for my fastboot issues.
I intend to give it a go on another computer once I get the phone again from the wife, but any advice until then would be appreciated.
Thanks. I've installed a custom ROM but im not happy with the results (specially the poor camera performace). Will this "undo" everything? I mean, stock apps, stock widgets, etc etc? (don't care if the bootloader stays unlocked and the warning moto message while booting). I know this may be a stupid question, but like Homer would say: "it's my first day"
manos78 said:
Hi,
Where is the stock firmware for the EU version? Moto G5 Plus XT1685 3/32GB
Click to expand...
Click to collapse
Did u find it?
WiteFlash said:
I intend to give it a go on another computer once I get the phone again from the wife, but any advice until then would be appreciated.
Click to expand...
Click to collapse
Just a follow up to my previous post, I tried uninstalling/reinstalling the Motorola driver and ADB on the original computer, but for some reason it still won't "see" the phone in fastboot. I was able to install ADB/Fastboot and the Motorola driver on a separate computer (also Windows 10) to get fastboot to recognize the phone so I could issue commands to reinstall the stock firmware. I noticed, though, that the following commands FAILED when I entered them:
fastboot erase customize
fastboot erase clogo
I'm not sure what those were for, but the phone seems to be working fine on the stock firmware now.
I flashed the one in the retail folder and it says ret-EU in the settings so flash that one

[STOCK][N][ARB01] H830 20M ZIPs + KDZ (2017-10-01 Security Patch)

First off, a HUGE thank you to @autoprime (for paving the way) and @waylo (for his assistance on getting this going after I found the KDZ)
I am currently storing these in my google drive account, so please be gentle till I have a better host location:
Below are the downloads for the LG-H83020m firmware
Folder with all the LG830 firmware I have so far:
LG830 (G5)
LG-H83020m-Flashable.COMPLETE-ARB01.zip
As always, COMPLETE is 100% stock
Flash COMPLETE zip -> wipe cache partition -> flash Magisk ZIP (or SuperSU if you insist) to root and keep TWRP
OPTIONAL: After flashing, remount /system RW -> delete recovery-from-boot.p to guarantee TWRP sticks
LG-H83020m-Flashable.Bootloader-ARB01
LG-H83020m-Flashable.Modem-ARB01.zip
LG-H83020m-Flashable.Boot.zip
H830m_00_1017.kdz
For instructions, follow the same instructions as you would in any other KDZ/ZIP thread. For Example
Feel free to hit thanks.
Also feel free to hit up autoprime's All in One thread HERE
Thank you for putting this together!
These are the MD5 sums for my downloads, for anyone to check:
LG-H83020m-Flashable.COMPLETE-ARB01.zip = 92885e941b7818a88b79703e38e2c40d
LG-H83020m-Flashable.Boot.zip = 1a3cfe71edbd6864a4a0bcf364b7785c
H830m_00_1017.kdz = 83d7e923b803e728ff16774080a18a27
how to root and recovery this lg g5 h83020m?
nguyenvantuc said:
how to root and recovery this lg g5 h83020m?
Click to expand...
Click to collapse
You need to first install 20A. Then root it and install TWRP using the recowvery exploit. Look that up and search.
Once TWRP is installed, you can flash this as the instructions above.
waylo said:
You need to first install 20A. Then root it and install TWRP using the recowvery exploit. Look that up and search.
Once TWRP is installed, you can flash this as the instructions above.
Click to expand...
Click to collapse
how?
nguyenvantuc said:
how?
Click to expand...
Click to collapse
By searching and reading...
Sent from my LG G5 using XDA Labs
I just f;ashed this in TWRP and it just reboots to twrp over and over
djerick3 said:
I just f;ashed this in TWRP and it just reboots to twrp over and over
Click to expand...
Click to collapse
The TWRP bootloop is an odd thing that pops up sometimes. Not sure if anyone knows exactly why it happens. The fix:
Go to TWRP terminal and punch this in:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/misc bs=256 count=1 conv=notrunc
See here for more info:
https://forum.xda-developers.com/showpost.php?p=71797169&postcount=2
waylo said:
The TWRP bootloop is an odd thing that pops up sometimes. Not sure if anyone knows exactly why it happens. The fix:
Go to TWRP terminal and punch this in:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/misc bs=256 count=1 conv=notrunc
See here for more info:
https://forum.xda-developers.com/showpost.php?p=71797169&postcount=2
Click to expand...
Click to collapse
Thanks, I did that last night. Now im on Fulmics ROM and love it.
Slightly off topic, but are you missing the Wifi-calling at all (on Fulmics)?
Off topic but is this LG G5 support custom rom? I just got my hand on this device. Thanks for any response.
Is there any surefire way to make a backup on twrp of this after installing a restore of apps, and then transferring it to my pc? I tried it and it seemed to work at first but when I went back only the lonely boot file was inside the backup folder..
im about to sell this phone and get a oneplus damn.. :cyclops:
downgrade
nguyenvantuc said:
how?
Click to expand...
Click to collapse
Link to help with downgrade
https://forum.xda-developers.com/tm...ock-h830-20a-rom-flashable-zips-imgs-t3511294
moe1708 said:
Off topic but is this LG G5 support custom rom? I just got my hand on this device. Thanks for any response.
Click to expand...
Click to collapse
Yes. Look in both the TMO G5 forum and the other G5 forum. There are a few options.
dwcasey said:
Yes. Look in both the TMO G5 forum and the other G5 forum. There are a few options.
Click to expand...
Click to collapse
Thank you for the reply, will start looking for it.
just wanted to mention that the modem download actually takes you to the complete download instead.. but if you go through the folder it works fine
Please forgive me if this isn't the place for this:
I am currently running LineageOS nightly for my h830 and enjoying it, but I'm interested in regaining NFC functionality while maintaining root. Is this something that I can do with a reversion to stock? What bloat should I expect?
Any instruction for how I can go from h83020m to 20n without losing root? Or how to capture an image of an unrooted 20n?
I tried a method of editing the update prop in 20n to work with twrp and it flashed but temporarily bricked my phone :3 thanks
Azul Baseem said:
Any instruction for how I can go from h83020m to 20n without losing root? Or how to capture an image of an unrooted 20n?
I tried a method of editing the update prop in 20n to work with twrp and it flashed but temporarily bricked my phone :3 thanks
Click to expand...
Click to collapse
You'll need to wait for either @bedwa, @autoprime or some other knowledgeable person to make a flashable zip to TWRP over your existing 20M installation.
Also they'd need a source of the new 20N KDZ file.
Hello tools
Deleted delete
---------- Post added at 08:34 PM ---------- Previous post was at 08:21 PM ----------
waylo said:
You'll need to wait for either @bedwa, @autoprime or some other knowledgeable person to make a flashable zip to TWRP over your existing 20M installation.
Also they'd need a source of the new 20N KDZ file.
Click to expand...
Click to collapse
I understand. So there's no current explantion as to how they capture the image, or any general instruction? I'm just looking for a way to capture a stock H83020n system image, honestly.
Is there a site where KDZs are published? The N update is on LG firmware

Categories

Resources