LG aristo 2 (K8 2018)

tribal1209

Member
Feb 1, 2018
21
13
0
attempt

Ok so I tried to root this and everything went well up ubtil I flashed Team win. When i try to open it, the program starts HOWEVER something is up with the touch screen. Im unable to click anything the only power button works. I tried flashing versions 3.0.0, 3.0.1, 3.0.2, 3.0.3. No luck! Is the problem they are old versions? Should i use 3.1.1 which was designed for Nougat supposedly?

Any advice this is my first attempt in to rooting android devices. Forgive me if any of my lingo is incorrect.
 

teknoweanie

Senior Member
May 2, 2015
151
26
0
Ok so I tried to root this and everything went well up ubtil I flashed Team win. When i try to open it, the program starts HOWEVER something is up with the touch screen. Im unable to click anything the only power button works. I tried flashing versions 3.0.0, 3.0.1, 3.0.2, 3.0.3. No luck! Is the problem they are old versions? Should i use 3.1.1 which was designed for Nougat supposedly?

Any advice this is my first attempt in to rooting android devices. Forgive me if any of my lingo is incorrect.
Are you trying to root the aristo or aristo 2?
 

tribal1209

Member
Feb 1, 2018
21
13
0
Aristo 2. Sorry, kind of diving in head first with this whole process. If im doing something obviously wrong go easy on me lol.

---------- Post added at 11:26 PM ---------- Previous post was at 11:25 PM ----------

Aristo 2
 

tribal1209

Member
Feb 1, 2018
21
13
0
Well the TWRP files i used were on *How To* forums posts and youtube videos for the original LG Aristo. Everything was going fine but the touch screen while in TWRP does not work. Maybe there os a different version I can try? Do any of you guys have any ideas, my understanding though is that TWRP has to be created for a specific device once released. Is thats whats going wrong?
 

ninjasinabag

Senior Member
May 28, 2013
785
294
0
Philadelphia
The aristo 1 recovery will not work at all.
The screens are of the same build, but different composition.
That's why I wanted to test this myself before posting further on the subject.
I can risk my phone, most of you cant.
 

teknoweanie

Senior Member
May 2, 2015
151
26
0
I figured as much. Thanks for the info! :) Just got mine today. Glad the aristo's battery works in the aristo2 as i bought a couple batteries for it. I still do like the aristo though it feels a bit better in my hand.
 

tribal1209

Member
Feb 1, 2018
21
13
0
Well luckily It seems i have not screwed up my phone. Have reset and wiped it multiple times which was annoying, but seems to be ok. It sucks because it looks like the touch screen alone is whats screwing me over. If only i had a way around it. Then again im sure you guys have a better idea of whats going on. Guess ill just be patient until more is posted on subject.
 

ninjasinabag

Senior Member
May 28, 2013
785
294
0
Philadelphia
We need a new recovery for this anyway. Since the aristo 2 isn't gonna have multiple versions (besides the Korean base model the 2 is built after), we should be able to build just one recovery using the model number as it's target, we can make it borderline universal if a new version were to pop up.

I decided against going the metro route, buying mine in bulk. So I'll have one to smash when this is all over.
 
  • Like
Reactions: teknoweanie

TewSlo

Senior Member
May 15, 2015
199
96
28
Pawtucket
The TWRP method works the same as the Aristo, and the TWRP recovery IS compatible. However the touch screen does not function.. Is there a way to get it to work?
 

TewSlo

Senior Member
May 15, 2015
199
96
28
Pawtucket
@ninjasinabag @teknoweanie @tribal1209 Hey guys, spent a few hours figuring out how to root. Pretty Simple

1) Enable Developer Options, USB Debugging & OEM Unlock

2) Reboot to Fastboot Mode (Using ADB via PC type: adb reboot bootloader)

3) Add root_boot.img into your adb folder

4) In ADB type: fastboot flash boot root_boot.img

5) After flash successful, type: fastboot reboot

6) Install Magisk Manager App
 
Last edited:
  • Like
Reactions: DrachenKnight93

spirithandler

Senior Member
Feb 5, 2012
373
124
0
@[email protected]@tribal1209 Hey guys, spent a few hours figuring out how to root. Pretty Simple

1) Enable Developer Options, USB Debugging & OEM Unlock

2) Reboot to Fastboot Mode (Using ADB via PC type: adb reboot bootloader)

3) Add root_boot.img into your adb folder

4) In ADB type: fastboot flash boot root_boot.img

5) After flash successful, type: fastboot reboot

6) Install Magisk Manager App
Not to sound sceptical but is this the real deal?
 

TewSlo

Senior Member
May 15, 2015
199
96
28
Pawtucket
Not to sound sceptical but is this the real deal?
Yes, it is. What I did was use LG firmware extractor and extracted the boot image, then I proceeded to patch the boot image with magisk manager. Enabling OEM unlock allows me to flash the boot image with the newly-created custom one. Remember though, you should create a backup of your device because enabling OEM unlock will completely erase everything.
 

Attachments

tribal1209

Member
Feb 1, 2018
21
13
0
@ninjasinabag @teknoweanie @tribal1209 Hey guys, spent a few hours figuring out how to root. Pretty Simple

1) Enable Developer Options, USB Debugging & OEM Unlock

2) Reboot to Fastboot Mode (Using ADB via PC type: adb reboot bootloader)

3) Add root_boot.img into your adb folder

4) In ADB type: fastboot flash boot root_boot.img

5) After flash successful, type: fastboot reboot

6) Install Magisk Manager App
Supposedly the img you posted is simply a modified version of Magisk you posted. Someone please explain to me (Who is new to this whole process) why this supposed explanation does not involve any recovery program or requiring of wiping/clearing any cache or what have you?