[ROM][LG Aristo 2/2+/K8+] AR.Oreo.Rooted.v6

Impr0ve

Member
Apr 4, 2013
23
2
0
I'd do a format of the OP partition from recovery

mkfs.ext4 /dev/block/<OP partition block number>

You can also I believe set it up in the system as a zip file. It may have changed I haven't had this device in a while since I bricked mine and don't have a flash programmer to reset it

EDIT: actually the boot animation zip is under /op so just replace it with your own
Yea sorry I'm a noob lol I don't how to do that do I find that in twrp or while the phone is on or is there any instructions you can link me to thanks.
when I do that will it get rid of the booloader warning?
 
Last edited:

TheExploitedOne

Senior Member
Jul 8, 2019
268
42
0
Yea sorry I'm a noob lol I don't how to do that do I find that in twrp or while the phone is on or is there any instructions you can link me to thanks.
when I do that will it get rid of the booloader warning?
Unfortunately the bootloader warning is always there it's integrated into the raw_resources partition. Yes you'll need to do so in TWRP in the terminal or via ADB if your using a PC
 

Impr0ve

Member
Apr 4, 2013
23
2
0
Unfortunately the bootloader warning is always there it's integrated into the raw_resources partition. Yes you'll need to do so in TWRP in the terminal or via ADB if your using a PC
yea I wish there was a tutorial on how to do this I couldn't find one I still don't know how I'm afraid to mess something up I'm to use a command to see partitions and it's not working the TWRP terminal.
 

TheExploitedOne

Senior Member
Jul 8, 2019
268
42
0
yea I wish there was a tutorial on how to do this I couldn't find one I still don't know how I'm afraid to mess something up I'm to use a command to see partitions and it's not working the TWRP terminal.
Did you use the command df? Just run df -h and it will show mounted ones. Or run find /dev/block -type l -iname <partition name>

They have custom python scripts on GitHub that extract the raw_resource.img file and you can make a new version without it. It shouldn't harm the device at all
 

monacorona66

New member
Jul 21, 2020
1
0
1
Hi

Hi, thanks for this awesome Atomic Rom v6 for LG Aristo 2. I like it a lot and everything works for me. The only thing that is kind of annoying is that I have to press the power button twice to turn the screen on and I'm used to just double tapping the screen to wake the phone. Is there a way to fix this?

I had a problem where I couldn't find the .zip file in TWRP. So, I found a solution, maybe someone will need it. It will erase all your data that you have on the phone. So, at first I booted into twrp, then cancel when it asks for a password (I couldn't figure out what the password is (my pin did not work)). Click Wipe -> Format Data -> yes. Then go back and go to Reboot -> Recovery. It should reboot into twrp, then go to Mount, mark only System and plug your phone into usb. Press Disable MTP, then click it again to Enable MTP. After that my pc was able to see the phone and I copied the .zip file and you can flash it. Everything on the phone will be deleted! Also, you must have the correct working drivers of the phone. I hope it helps someone.
 

TheExploitedOne

Senior Member
Jul 8, 2019
268
42
0
Hi, thanks for this awesome Atomic Rom v6 for LG Aristo 2. I like it a lot and everything works for me. The only thing that is kind of annoying is that I have to press the power button twice to turn the screen on and I'm used to just double tapping the screen to wake the phone. Is there a way to fix this?

I had a problem where I couldn't find the .zip file in TWRP. So, I found a solution, maybe someone will need it. It will erase all your data that you have on the phone. So, at first I booted into twrp, then cancel when it asks for a password (I couldn't figure out what the password is (my pin did not work)). Click Wipe -> Format Data -> yes. Then go back and go to Reboot -> Recovery. It should reboot into twrp, then go to Mount, mark only System and plug your phone into usb. Press Disable MTP, then click it again to Enable MTP. After that my pc was able to see the phone and I copied the .zip file and you can flash it. Everything on the phone will be deleted! Also, you must have the correct working drivers of the phone. I hope it helps someone.
Ah the userdata encryption is an easy fix

sed -i 's/forceencrypt/encryptable/g' /vendor/etc/<fstab file name>
 

Impr0ve

Member
Apr 4, 2013
23
2
0
Did you use the command df? Just run df -h and it will show mounted ones. Or run find /dev/block -type l -iname <partition name>

They have custom python scripts on GitHub that extract the raw_resource.img file and you can make a new version without it. It shouldn't harm the device at all
yea I couldn't figure it out really the commands didn't work for me says I didn't have permission also don't see any tutorials on here on how to do anything like that or maybe there is I dunno a Lil to advanced for me I guess lol
 

TheExploitedOne

Senior Member
Jul 8, 2019
268
42
0
yea I couldn't figure it out really the commands didn't work for me says I didn't have permission also don't see any tutorials on here on how to do anything like that or maybe there is I dunno a Lil to advanced for me I guess lol
Did you make sure /vendor was in read/write mode? If not try:

mount -o rw,remount /vendor