I know it's a regional carrier so there's not much support but I can't find anything at all out there. I'm pretty sure it's the same as the Cspire G4 but I don't know if there would be any software changes.
Sent from my LG-AS991 using Tapatalk
What kind of support are you looking for?
There are no ROMs for this phone. Would love to see CM13
Sent from my LG-AS991 using Tapatalk
i4get75 said:
I know it's a regional carrier so there's not much support but I can't find anything at all out there. I'm pretty sure it's the same as the Cspire G4 but I don't know if there would be any software changes.
Sent from my LG-AS991 using Tapatalk
Click to expand...
Click to collapse
i4get75 said:
There are no ROMs for this phone. Would love to see CM13
Sent from my LG-AS991 using Tapatalk
Click to expand...
Click to collapse
Pretty sure AS991 has a LOCKED bootloader. So no CM13 unless someone built it around the stock kernel(Like the Amazon Fire 5th gen) instead of the typical AOSP/CM custom boot.img method which requires an UNLOCKED bootloader.
AS991 can only flash custom system.img's.. not a custom boot.img (kernel). The current G4 "Low Effort Root" method uses this to root G4 devices, including the AS991. I have commands for backing up your current stock system.img and flashing a rooted system.img at this post here - http://forum.xda-developers.com/showpost.php?p=62028523&postcount=2
To backup stock system:
Code:
dd if=/dev/block/mmcblk0 bs=8192 skip=65536 count=509952 of=/data/media/0/system.img
To write rooted system:
Code:
dd if=/data/media/0/rootedsystem.img bs=8192 seek=65536 count=509952 of=/dev/block/mmcblk0
So you can backup your system img.. pull it to your computer than use the following thread which shows how to root/patch the stock system.img you backed up.. then flash it back to your phone to get root - http://forum.xda-developers.com/g4/general/lg-g4-100-root-success-directives-root-t3180586
Patching your own system img is sometimes easier on less popular devices since pre-patched files don't always exist for the current software version you are using. :good:
works in a as991 marshmallow 6.0?
autoprime said:
Pretty sure AS991 has a LOCKED bootloader. So no CM13 unless someone built it around the stock kernel(Like the Amazon Fire 5th gen) instead of the typical AOSP/CM custom boot.img method which requires an UNLOCKED bootloader.
AS991 can only flash custom system.img's.. not a custom boot.img (kernel). The current G4 "Low Effort Root" method uses this to root G4 devices, including the AS991. I have commands for backing up your current stock system.img and flashing a rooted system.img at this post here - http://forum.xda-developers.com/showpost.php?p=62028523&postcount=2
To backup stock system:
Code:
dd if=/dev/block/mmcblk0 bs=8192 skip=65536 count=509952 of=/data/media/0/system.img
To write rooted system:
Code:
dd if=/data/media/0/rootedsystem.img bs=8192 seek=65536 count=509952 of=/dev/block/mmcblk0
So you can backup your system img.. pull it to your computer than use the following thread which shows how to root/patch the stock system.img you backed up.. then flash it back to your phone to get root - http://forum.xda-developers.com/g4/general/lg-g4-100-root-success-directives-root-t3180586
Patching your own system img is sometimes easier on less popular devices since pre-patched files don't always exist for the current software version you are using. :good:
Click to expand...
Click to collapse
Does it work in a Lg G4 AS991 with marshmallow 6.0? if not is there a solution?, thanks
AS991, hmm, seems to me it is a throw off of Sprint, LS991, but with custom for different carriers, I would look into the Sprint forum.
This thread should be locked since Ntelos was bought out and is now Sprint.
Sent from my LGLS991 using Tapatalk
as991
Arctic Prodigy said:
AS991, hmm, seems to me it is a throw off of Sprint, LS991, but with custom for different carriers, I would look into the Sprint forum.
Click to expand...
Click to collapse
Yes I suspect the same, I saw the sprint lg g4 forum but I don't see if the simple root can be applied to lg with marshmallow 6.0 , can be?
by the way don't close this threat just move it on to sprint forum, I am not so shure it is the same phone. are you?
I would think not. I had to turn in my Ntelos G4 for a Sprint G4
Sent from my LGLS991 using Tapatalk
root it
i4get75 said:
I would think not. I had to turn in my Ntelos G4 for a Sprint G4
Sent from my LGLS991 using Tapatalk
Click to expand...
Click to collapse
did you root it?, do you know how to do it?
I haven't rooted this one. Really haven't had a reason too. I used to root my Samsung phones though.
Sent from my LGLS991 using Tapatalk
Related
Hi,
Just a question before I brick my new phone
Does the FreeGee App work with the E986 Model of the G Pro?
SGCMarkus said:
Hi,
Just a question before I brick my new phone
Does the FreeGee App work with the E986 Model of the G Pro?
Click to expand...
Click to collapse
No it doesn't. Stay away from that app. It installs but when you try to flash CWM it bricks your phone.
anilakarsu93 said:
No it doesn't. Stay away from that app. It installs but when you try to flash CWM it bricks your phone.
Click to expand...
Click to collapse
Is this something you've reported to @Shelnutt2?
mrfeuss said:
Is this something you've reported to @Shelnutt2?
Click to expand...
Click to collapse
Nope because it says ATT only so I thought it was my bad to try something for ATT on my E986
anilakarsu93 said:
Nope because it says ATT only so I thought it was my bad to try something for ATT on my E986
Click to expand...
Click to collapse
You should shoot him a PM-he may ask you to extract some files from your device but he should be able to add support for your device.
mrfeuss said:
You should shoot him a PM-he may ask you to extract some files from your device but he should be able to add support for your device.
Click to expand...
Click to collapse
Let's try then. Thanks
mrfeuss said:
You should shoot him a PM-he may ask you to extract some files from your device but he should be able to add support for your device.
Click to expand...
Click to collapse
Already PMed him this morning, no reply till now.
If you can get me your aboot image I can add Loki support. Since I don't have aboots I just white list devices till someone says it doesn't work, since worst case is it soft bricks.
I'm in the middle of reworking freegee so I can upload aboot images for proper support and better checking algorithm without having some soft brick to figure it out.
For now I'll remove all 986s from the whitelist.
Sent from my LG-LS970 using xda app-developers app
I hope it's the right one, got it via
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/storage/external_SD/aboot.img
my model is the E986, Software version E98610a
Shelnutt2 said:
If you can get me your aboot image I can add Loki support. Since I don't have aboots I just white list devices till someone says it doesn't work, since worst case is it soft bricks.
I'm in the middle of reworking freegee so I can upload aboot images for proper support and better checking algorithm without having some soft brick to figure it out.
For now I'll remove all 986s from the whitelist.
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
Can you tell me how can I get my aboot image?
it does not work with e988 too
anilakarsu93 said:
Can you tell me how can I get my aboot image?
Click to expand...
Click to collapse
Open and adb shell or terminal emulator and do:
Code:
su -c "dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/sdcard/aboot_software_version_here_E986.img
veenab said:
it does not work with e988 too
Click to expand...
Click to collapse
What is the carrier label as detected by freegee? Some E988's it works some it doesn't, so I need to know. Also can you grab an aboot image as mentioned above?
Shelnutt2 said:
Open and adb shell or terminal emulator and do:
Code:
su -c "dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/sdcard/aboot_software_version_here_E986.img
What is the carrier label as detected by freegee? Some E988's it works some it doesn't, so I need to know. Also can you grab an aboot image as mentioned above?
Click to expand...
Click to collapse
Here is mine image ,its of E988 Indian version.
TWRP is available for the Canadian variant of the LG G2.
ADB is required and it is recommended to install drivers from the LG Website.
TWRP for Rogers or Wind:
http://tinyurl.com/mcfy5uf
TWRP for Bell or Telus:
http://tinyurl.com/lmmfo5n
How to install:
1. Download TWRP from the attachment below.
2. Install ADB and Device Drivers.
3. Enable USB Debugging
4. Make sure your phone is ROOTED.
5. Download Loki Master.
6. Now copy the TWRP recovery image file (openrecovery-twrp-2.6.3.2-g2xxx.img) file to ADB folder.
7. Open the “loki-master> bin” folder and copy the “loki_flash” file to the ADB folder.
8. Connect your phone to the computer.
9. Launch CMD
Code:
adb push loki_flash /data/local/tmp/loki_flash
adb push openrecovery-twrp-2.6.3.2-g2xxx.img /data/local/tmp/openrecovery-twrp-2.6.3.2-g2xxx.img
adb shell
su
cd /data/local/tmp
chmod 777 loki_flash
./loki_flash recovery /data/local/tmp/openrecovery-twrp-2.6.3.2-g2xxx.img
exit
adb reboot recovery
If you have any problems, refer to http://tinyurl.com/l9tgerg
Do you know if this will work for Wind Mobile's version of the G2 (D801 running D801v11b software)?
Omnigaia said:
Do you know if this will work for Wind Mobile's version of the G2 (D801 running D801v11b software)?
Click to expand...
Click to collapse
The Rogers Recovery should work for the Wind Mobile's varient of the G2.
pfshens said:
I think the recovery for Wind Mobile's G2 is different.
Click to expand...
Click to collapse
Is there any development happening for Wind Mobile G2 recovery?
monkeyhatchet said:
Is there any development happening for Wind Mobile G2 recovery?
Click to expand...
Click to collapse
Just used the Rogers twrp recovery and it works on the Wind Mobile variant. I successfully have installed Recovery on my phone. Got the twrp file from the link:
http://forum.xda-developers.com/showthread.php?t=2449679 ---> special thanks to Dees_Troy and bigbuff
and I used the method outlined in Option 2 from the link:
http://forum.xda-developers.com/showthread.php?t=2449670
Works like a charm and as for root used the Chinese root method and no funny behavior on my end :laugh:
Is there a video or in-depth tutorial on this? Sorry but I'm just too new to android and its been quite a challenge. Although rooting wasn't too hard lol.
ms54 said:
Is there a video or in-depth tutorial on this? Sorry but I'm just too new to android and its been quite a challenge. Although rooting wasn't too hard lol.
Click to expand...
Click to collapse
Just use flashify to do this. Download the proper recovery for your device from the twrp website and flash away. Works perfect and is much easier.
sent from my S4,Note 3 or G2
Thanks for the guide the code is a little messed but I worked around it ...I had to update my adb due to device offline message. ... updated adb it fixed that issue
Sent from my LG-D803 using XDA Premium 4 mobile app
Is there an update for the Canadian recovery to fix the slow Dalvik wipe?
Sent from my LG-G2 using XDA Premium 4 mobile app
I downloaded the file from twrp site and used flashify. Worked great.
Sent from my LG-D803 using XDA Premium 4 mobile app
I couldn't get it to work as per your post but I found this guide and that worked.
Great stuff. Just wondering if this would work with a Claro PR G2 D80110a? I've found that most d803 stuff work somewhat
Sent from my LG-D801 using Tapatalk
omegajester said:
Great stuff. Just wondering if this would work with a Claro PR G2 D80110a? I've found that most d803 stuff work somewhat
Sent from my LG-D801 using Tapatalk
Click to expand...
Click to collapse
I am not sure
pfshens said:
I am not sure
Click to expand...
Click to collapse
That was a while ago lol I've grown somewhat knowledgeable on these phones (after countless mistakes), here's a thread I made with the help of others:
http://forum.xda-developers.com/showthread.php?t=2611749
Thanks for the reply anyways! :good:
omegajester said:
That was a while ago lol I've grown somewhat knowledgeable on these phones (after countless mistakes), here's a thread I made with the help of others:
http://forum.xda-developers.com/showthread.php?t=2611749
Thanks for the reply anyways! :good:
Click to expand...
Click to collapse
Hello, i tried this method and this does not work on my TELUS d803 model. Tried with the bell TWRP and the rogers TWRP but no luck.
I'm getting "Loki aboot version does not match device.
I'm on rogers. I downloaded the rogers one
http://www.droidviews.com/install-twrp-recovery-on-lg-g2-running-android-4-4-2-kitkat/
I'm the one who commented on that page about the Videotron D803 phone, Autorec works fine as long as you do your homework and read about which version is compatible with your specific model.
TheRatedR said:
Hello, i tried this method and this does not work on my TELUS d803 model. Tried with the bell TWRP and the rogers TWRP but no luck.
Click to expand...
Click to collapse
get flashify and install the img, use autorec if you are already on rooted kitkat for twrp 2.7.0.0
Sent from my LG-D803 using Tapatalk
GenghisKhan67 said:
http://www.droidviews.com/install-twrp-recovery-on-lg-g2-running-android-4-4-2-kitkat/
I'm the one who commented on that page about the Videotron D803 phone, Autorec works fine as long as you do your homework and read about which version is compatible with your specific model.
Click to expand...
Click to collapse
This method worked perfectly on my Telus D803 4.4.2 KitKat (stock) to install 2.7.
Sent from my LG-D803 using XDA Free mobile app
It's for LG G Pro Lite DUAL! You can port it to other versions if ya want.
Also the boot.img is for V20D firmware (D686 model only, install it only if You need it!)
Every boot/recovery.img needs to be BUMPED.
TWRP + unsecured boot.img
* You need to be rooted at least for the while to do it. The easiest way is to use KingRoot. You can uninstall it later and/or replace it with SuperSU.
1. Download the images and copy them to internal storage -> Google Drive
2. Turn on USB Debugging, then use Android Emulator or ADB shell to type those commands:
Code:
dd if=/sdcard/TWRP_2.8.7.x_d686.img of=/dev/recovery bs=10485760 count=1
dd if=/sdcard/unsecuredboot_d686.img of=/dev/bootimg bs=9437184 count=1
Root
1. Just flash SuperSU in TWRP.
Bugs
*everything should work
I didn't test External Storage, also I may provide sometime a AutoBUMP in TWRP so bumping the images won't be necessary.
Source: github
thanks
reas0n said:
It's for LG G Pro Lite DUAL! You can port it to other versions if ya want.
Also the boot.img is for V20D firmware. (the latest one).
Every boot/recovery.img needs to be BUMPED.
TWRP + unsecured boot.img
* You need to be rooted at least for the while to do it. The easiest way is to use KingRoot. You can uninstall it later and/or replace it with SuperSU.
1. Download the images and copy them to internal storage -> Google Drive
2. Turn on USB Debugging, then use Android Emulator or ADB shell to type those commands:
Code:
dd if=/sdcard/TWRP_2.8.7.x_d686.img of=/dev/recovery bs=10485760 count=1
dd if=/sdcard/unsecuredboot_d686.img of=/dev/bootimg bs=9437184 count=1
Root
1. Just flash SuperSU in TWRP.
Bugs
*everything should work
I didn't test External Storage, also I may provide sometime a AutoBUMP in TWRP so bumping the images won't be necessary.
Source: github
Click to expand...
Click to collapse
It works on lg d685 I installed TWRP_2.8.7.x_d686.img and unsecuredboot_d686.img with flashify without emulator and already worked
rigiton said:
It works on lg d685 I installed TWRP_2.8.7.x_d686.img and unsecuredboot_d686.img with flashify without emulator and already worked
Click to expand...
Click to collapse
Oh! It's the other variant of G Pro Lite Dual? You don't have any issues?
Confirmed working on LG D686 Build number KOT 49I.D68620d.
Beckup and Restore work on Internal and on External memory.
Many thanks for your work and i hope that the next station will be some custom ROMs.
Thanks for the TWRP Recovery and for helping me to make unsecured boot.img for V20C :good:
No problems work 100%
Sent from my LG-D685 using XDA Free mobile app
reas0n said:
Oh! It's the other variant of G Pro Lite Dual? You don't have any issues?
Click to expand...
Click to collapse
Works on KK V20A D680
Cristian Josue said:
Works on KK V20A D680
Click to expand...
Click to collapse
okay, nice one.
by the way, i think that flashing custom boot.img may not be necessary, if it will be right, then You will have less issues on other variants like D680.
Hello there,
My options navigation button is working as a home key. When I install TRWP. How can I fix? My phone D682 not dual.
Thank you.
ugur5546 said:
Hello there,
My options navigation button is working as a home key. When I install TRWP. How can I fix? My phone D682 not dual.
Thank you.
Click to expand...
Click to collapse
I got the same problem
I installed the boot image on a D680
ugur5546 said:
Hello there,
My options navigation button is working as a home key. When I install TRWP. How can I fix? My phone D682 not dual.
Thank you.
Click to expand...
Click to collapse
NoFear1795 said:
I got the same problem
I installed the boot image on a D680
Click to expand...
Click to collapse
Don't install it if You don't need to or/and it's not for Your LG variant.
Work,Awesome on my lg d686
Permission to share on my lg d686,Sir @reas0n
Thanks
tbmroysid said:
Permission to share on my lg d686,Sir @reas0n
Thanks
Click to expand...
Click to collapse
Is it the question to share it on other forums, not XDA? No problem.
Can you give stap by stap tutorial for flash cwm recovery for d686 V20C firmware
I tried but not working
My device gone two times brick when i install vai flashify app
Sent from my LG-D686 using XDA Free mobile app
mehulkarate said:
Can you give stap by stap tutorial for flash cwm recovery for d686 V20C firmware
I tried but not working
My device gone two times brick when i install vai flashify app
Sent from my LG-D686 using XDA Free mobile app
Click to expand...
Click to collapse
How I can give the tutorial for someone's work? What I have here is TWRP.
I got bricked through the flashify thing, maybe it was because I didn't Bump it?
How to bump? And which file to bump?
How to make unsecured boot.img for V20C firmware
Sent from my LG-D686 using XDA Free mobile app
I want to flash recovery on my d686 V20C firmware
Please help me
Provide me bumped recovery.img and simple method for flashing
Sent from my LG-D686 using XDA Free mobile app
I gote backup my stock recovery.img so can i install it from flashify app?
It will work or brick?
Sent from my LG-D686 using XDA Free mobile app
dan14941 said:
I got bricked through the flashify thing, maybe it was because I didn't Bump it?
Click to expand...
Click to collapse
the TWRP image is already bumped.
mehulkarate said:
How to bump? And which file to bump?
How to make unsecured boot.img for V20C firmware
Click to expand...
Click to collapse
as I said + You don't need a unsecured boot.img.
I know there is an unlocked bootloader for the h815, but I'm just wondering if one is being developed for any other models. Either way, anyone who is involved with developing roots and anything like that keep up the great work! Sorry if this has been asked. If it has can you please give me the link?
Yes there is one on the way hopefully. I have the H815K (Australian Model) G4 and can't unlock the bootloader sadly. All i would like to do is Install CM13
Leeum said:
Yes there is one on the way hopefully. I have the H815K (Australian Model) G4 and can't unlock the bootloader sadly. All i would like to do is Install CM13
Click to expand...
Click to collapse
Y you dont try another way luke flashfire flash cm with flashfire maybe it will be worked with bootloader locked devices i flashed xposed with flashfire and it work greatly
Sent from my LG-H815 using Tapatalk
Its not that easy. In order to flash cm 13 you have to flash system and boot partition and the locked bootloader wont let cm 13 boot.img run.
HIshan Pavidu said:
Y you dont try another way luke flashfire flash cm with flashfire maybe it will be worked with bootloader locked devices i flashed xposed with flashfire and it work greatly
Sent from my LG-H815 using Tapatalk
Click to expand...
Click to collapse
DaveIsHome said:
Its not that easy. In order to flash cm 13 you have to flash system and boot partition and the locked bootloader wont let cm 13 boot.img run.
Click to expand...
Click to collapse
Yeah i installed Xposed successfully through flashfire but Xposed doesn't replace the whole entire OS it simply only overwrites a couple of files and places a few new ones. Hopefully a Unofficial bootloader unlock gets released like it did for the LG G3. Once it gets released i will definitely donate.
Leeum said:
Yeah i installed Xposed successfully through flashfire but Xposed doesn't replace the whole entire OS it simply only overwrites a couple of files and places a few new ones. Hopefully a Unofficial bootloader unlock gets released like it did for the LG G3. Once it gets released i will definitely donate.
Click to expand...
Click to collapse
Me either
Sent from my LG-H815 using Tapatalk
Leeum said:
Yes there is one on the way hopefully. I have the H815K (Australian Model) G4 and can't unlock the bootloader sadly. All i would like to do is Install CM13
Click to expand...
Click to collapse
who told you there is a one on the way ?
I was researching and seen a post on twitter here: https://twitter.com/utoprime/status/649654317939601408 and here on XDA: http://forum.xda-developers.com/g4/general/unlock-unofficial-bootloader-unlock-t3222737
it has been 6 months and my Taiwanese LG G4 still have no 6.0 or unlocked bootloader...
G5 is coming in few months, I believe it won't get anything new, maybe when G6 is launched. HAR!
Leeum said:
I was researching and seen a post on twitter here: https://twitter.com/utoprime/status/649654317939601408 and here on XDA: http://forum.xda-developers.com/g4/general/unlock-unofficial-bootloader-unlock-t3222737
Click to expand...
Click to collapse
From what I understand, what is needed to make a bootloader unlock is a copy of the private key LG uses to sign their unlock.bin files
Knowbody42 said:
From what I understand, what is needed to make a bootloader unlock is a copy of the private key LG uses to sign their unlock.bin files
Click to expand...
Click to collapse
Yes thats correct. I am not going to wait and trying to sell my H815K on gumtree to buy the H815 from Kogan
As some of you certainly know, Magisk manager has capability of rooting system.
The needed thing is kernel image, boot.img, very the same which seats in the device.
If the stock ROM was available to download then the kernel image would be possible to obtain by pulling it out from the ROM file (preferably zip).
So where to get the stock ROM file, please?
Sent from my LM-Q610.FG using Tapatalk
plejadrian said:
As some of you certainly know, Magisk manager has capability of rooting system.
The needed thing is kernel image, boot.img, very the same which seats in the device.
If the stock ROM was available to download then the kernel image would be possible to obtain by pulling it out from the ROM file (preferably zip).
So where to get the stock ROM file, please?
Sent from my LM-Q610.FG using Tapatalk
Click to expand...
Click to collapse
Here is the kdz file for tmo variant that @jlink38 linked here.
I never had any luck extracting it.
kc6wke said:
I never had any luck extracting it.
Click to expand...
Click to collapse
And how have you tried?
Sent from my LM-Q610.FG using Tapatalk
plejadrian said:
And how have you tried?
Sent from my LM-Q610.FG using Tapatalk
Click to expand...
Click to collapse
LGExtract.exe
Here is a link to the Q610TA10K firmware
I'm thinking about the LG tablet I had. No root for it so someone did the Magisk thing also. Tablet was easily unlocked allowing us to put the image in place.
For the Q7, once a boot image is modified how would you get it in place on a running ROM? Far as I know the device is still locked down.
LG G3 D851, AospExtended v5.7 ROM, NanoDroid-microG (NoGapps), MultiROM, XDA Legacy
marcdw said:
I'm thinking about the LG tablet I had. No root for it so someone did the Magisk thing also. Tablet was easily unlocked allowing us to put the image in place.
For the Q7, once a boot image is modified how would you get it in place on a running ROM? Far as I know the device is still locked down.
LG G3 D851, AospExtended v5.7 ROM, NanoDroid-microG (NoGapps), MultiROM, XDA Legacy
Click to expand...
Click to collapse
Yes, it is locked. Unless there is a way to flash it the way you flash the kdz file, I think we are Sol.
I gave up on root on this device.
kc6wke said:
Yes, it is locked. Unless there is a way to flash it the way you flash the kdz file, I think we are Sol.
I gave up on root on this device.
Click to expand...
Click to collapse
My LG Q7+ has this developer option
knusto said:
My LG Q7+ has this developer option
Click to expand...
Click to collapse
So does every other phone. The fact is the bootloader is not unlockable.
kc6wke said:
LGExtract.exe
Here is a link to the Q610TA10K firmware
Click to expand...
Click to collapse
So doesn't LGextract.exe work, or what?
BTW. We're talking on ROOTing the device, not unlocking.
We can root it without unlocking, I've a Huawei tablet with MediaTek too and it has been rooted by KingoRoot without touching anything else.
Sent from my LM-Q610.FG using Tapatalk
plejadrian said:
So doesn't LGextract.exe work, or what?
BTW. We're talking on ROOTing the device, not unlocking.
We can root it without unlocking, I've a Huawei tablet with MediaTek too and it has been rooted by KingoRoot without touching anything else.
Sent from my LM-Q610.FG using Tapatalk
Click to expand...
Click to collapse
LGextract.exe did not work for me. Even If the boot img could be modified, as @marcdw stated "how would you get it in place on a running ROM?"
Without unlocking the bootloader this is not possible.
Kingroot, kingoroot will not work on this device atm, I've tried every method possible that's why I gave up on root on this device.
Maybe some day it will but I doubt it.
kc6wke said:
LGextract.exe did not work for me. Even If the boot img could be modified, as @marcdw stated "how would you get it in place on a running ROM?"
Without unlocking the bootloader this is not possible.
Kingroot, kingoroot will not work on this device atm, I've tried every method possible that's why I gave up on root on this device.
Maybe some day it will but I doubt it.
Click to expand...
Click to collapse
I had this problem with my q7+ I bought in Brazil where I live, it did not have Norwegian language, and I'm Norwegian. So I had to use an app; custom locale. This app needs root, but I was able to give right permission using ADB, so now I have Norwegian language. (Or any language I want).
kc6wke said:
LGExtract.exe
Here is a link to the Q610TA10K firmware
Click to expand...
Click to collapse
Excuse me, where to get LGExtract.exe from?
Why haven't you managed to extract boot.img? What were the errors like?
Sent from my LM-Q610.EMW using Tapatalk
plejadrian said:
Excuse me, where to get LGExtract.exe from?
Why haven't you managed to extract boot.img? What were the errors like?
Sent from my LM-Q610.EMW using Tapatalk
Click to expand...
Click to collapse
Here
It says file is corrupt.
good luck
Please, post to this thread and describe the problem. Maybe someone knowledgeable join the effort
Sent from my LM-Q610.EMW using Tapatalk
plejadrian said:
Please, post to this thread and describe the problem. Maybe someone knowledgeable join the effort
Sent from my LM-Q610.EMW using Tapatalk
Click to expand...
Click to collapse
Sorry, not gonna kick a dead horse.
Even if the boot img could be modified with magisk, there still is no way to install to device without unlocked bootloader.
And have you refferred to this method ?
What do you think of these instructions:
https://www.techdroidtips.com/lg-q7-2018-unlock-bootloader/
especially this:
In conclusion, Android versions later than lollipop come with an option of OEM Unlock in the developer options. So, its quite easy to unlock the bootloader on any latest smartphone devices. And Still, some of the smartphones may not come with this option. Hence, in order to unlock the bootloader, you need to manually do it via PC.
Click to expand...
Click to collapse
There is the option OEM Unlock in this device, so?
Sent from my LM-Q610.EMW using Tapatalk
plejadrian said:
And have you refferred to this method ?
What do you think of these instructions:
https://www.techdroidtips.com/lg-q7-2018-unlock-bootloader/
especially this:
There is the option OEM Unlock in this device, so?
Click to expand...
Click to collapse
LG Q7+ is not on the list of supported devices from LG.
And mine is LM-Q610.EMW, it isn't "plus", so has it a potential?
Sent from my LM-Q610.EMW using Tapatalk
plejadrian said:
And mine is LM-Q610.EMW, it isn't "plus", so has it a potential?
Click to expand...
Click to collapse
Not on the list
However this list is extremely scarce. It seems something is wrong with it.
This is why wanted to try. The first obstacle is it is impossible to reboot into bootloader (which is needed to obtain device ID). When the command "adb reboot bootloader" is executed then the phone simply reboots into system again. (Attention: when "adb reboot recovery" is executed then it does Factory Reset!)
How to make it boot into bootloader? Is there any keys combination for it?
Wysłane z mojego LM-Q610.EMW przy użyciu Tapatalka