LG G5 Canada H831 Valid root method? - LG G5 Guides, News, & Discussion

Just curious if anyone knows if this is a valid root method for the Canadian Variant? Seems odd I would see something like this on a random site and not on XDA first.
Just curious if anyone has any info.
http://www.androidinfotech.com/2016/06/root-lg-g5-canada-h831-601-marshmallow.html
Here are the steps it says to take:
Download LGUP_Lab_Frame_Ver_1_11.msi.
Download LGH830_DLL.msi.
Copy it to Your PC and Install the Above Both Files in Your PC.
Download SuperSu.
Download Disable DM verify.
Copy the Above Both Files to Your PC.
Switch Off Your Mobile.Connect it With Your PC.Now Boot Your Mobile into Download Mode->Hold Power and Volume Down Button.
Wait Until LG Logo Appears,Release Power Button While Holding Volume Down button.
Now After Single Release Again Hold Power Button Until it Boot into Recovery Mode.
Select Wipe Option in the Stock recovery.Again go to Main Screen of Stock recovery.
After the Main Screen Now Go to Advanced->ADB Sideload.
Now Open and Type the Following Comment in Fastboot Window.
adb sideload
Now Drag and Drop the SuperSu.Zip File in the Command Prompt Window.
Again Type the Following Comment in Fastboot Window.
adb sideload.
Now Drag and Drop the Disable DM verify.Zip File in the Command Prompt Window
Reboot Your Mobile and Open the Applications.
You can find SuperSu in your application.
Download Root checker to Check your Device.

Seems fishy... Unless this is an exploit with older builds, there's no way that would work unless the bootloader is unlocked.
This would only work on H830 or H850... And even then, easier to flash twrp than use stock recovery.
If you really want to root an lg g5, I suggest you look around for an h850.

root lg g5 h831 7.0 Nougat? Canadian Fido mobile varient.
I have just got a brand new Canadian Fido Mobile LG G5 H831, Android version 7.0 Nougat. The recovery that comes with it is hard to get into and it doesn't include an option to backup/restore. I don't want to brick this phone on a 2 yr contract. I have experience unlocking bootloader and rooting on other phones but not my brand new one. I'm new to xda so I cannot post my own topic yet so I'm asking everywhere. Any advice is helpful. Thanks in advance.

big bad brad 31 said:
I have just got a brand new Canadian Fido Mobile LG G5 H831, Android version 7.0 Nougat. The recovery that comes with it is hard to get into and it doesn't include an option to backup/restore. I don't want to brick this phone on a 2 yr contract. I have experience unlocking bootloader and rooting on other phones but not my brand new one. I'm new to xda so I cannot post my own topic yet so I'm asking everywhere. Any advice is helpful. Thanks in advance.
Click to expand...
Click to collapse
as of now root and bootloader unlock is not yet achieved on H831 Model.

cheeze.keyk said:
as of now root and bootloader unlock is not yet achieved on H831 Model.
Click to expand...
Click to collapse
That's a real shame.

big bad brad 31 said:
That's a real shame.
Click to expand...
Click to collapse
youre right. even other models doesn't have root and bootloader unlock. I dont know why LG is doing this kind of practice, while other brands allows BL unlocking of their device.

cheeze.keyk said:
youre right. even other models doesn't have root and bootloader unlock. I dont know why LG is doing this kind of practice, while other brands allows BL unlocking of their device.
Click to expand...
Click to collapse
Well there are options on the phone to do (boot unlocking, etc,.) so but it may brick the device. I have all developer options available, usb debugging enabled, i was able to reboot recovery via adb but It's hard to get into and no option to backup/restore, so perhaps on the web elsewhere there will be an answer, or we'll just have to wait. Personally, I love the G5 because It's very high definition and pretty up to date. Let me know if anything comes up. Cheers. UPDATE, if I or anyone finds a way to root the G5 it will be posted here if the thread is still open.

Related

[Q] How to Root?

Hi guys,
Anyone know a way to make root in Moto X Play it work?
Or can you use the method of CF-Root Moto X (2014)?
I did unlock the bootloader through the website of Motorola. It worked.
Tks.
(Sorry for my bad english)
Obs. ROOT process in post # 14
No TWRP/Root available as of yet. Give it some time, I guarantee you that XDA will basically be the first place it's posted when it happens. Keep in mind that the phone is just starting to roll out, but not in the US so it might take a while longer for somebody to get on it.
nourez said:
No TWRP/Root available as of yet. Give it some time, I guarantee you that XDA will basically be the first place it's posted when it happens. Keep in mind that the phone is just starting to roll out, but not in the US so it might take a while longer for somebody to get on it.
Click to expand...
Click to collapse
Tks nourez, In Brazil it was released on August 12. I'll wait longer.
lmsantiago said:
Hi everyone. ?Just a point: When doing 'Unlock the bootloader' for root ou flash custom roms, you agree to void your warranty.
Click to expand...
Click to collapse
Most people on this site could care less about warranty... Its a developer site after all
Sent from my Nexus 6 or Note 4
Even still, unless you REALLY screw something up, most of the time you can get away with it. (not sure how Moto X devices show the unlocked bootloader status and such).
....Note: Don't take that comment as fact. Your mileage may vary
Curious how developers figure out how to root. Is there something that's needed (besides having the phone, obviously), do we need kernel images from Motorola?
Devhux said:
Curious how developers figure out how to root. Is there something that's needed (besides having the phone, obviously), do we need kernel images from Motorola?
Click to expand...
Click to collapse
I don't have the device, so I won't be making a recovery for it, but it's not a particularly difficult process to make one. It took me around an hour to port TWRP to the 2015 Moto G, and it should be similar for this device. You can use a prebuilt kernel if sources are not available, but I think the 2015 Moto G kernel will actually work on this device. Moto will be releasing the proper kernel sources for this device soon anyway.
You just need to create a device tree and compile a recovery (such as TWRP). The recovery device tree doesn't need to be very thorough (the way ROM device trees are). It just needs to specify information about partition names and locations and kernel boot parameters etc. It should be a trivial modification to make my 2015 Moto G TWRP device tree work on this device.
Once you have a working recovery, just flash SuperSU with it and you'll be rooted.
squid2 said:
I don't have the device, so I won't be making a recovery for it, but it's not a particularly difficult process to make one. It took me around an hour to port TWRP to the 2015 Moto G, and it should be similar for this device. You can use a prebuilt kernel if sources are not available, but I think the 2015 Moto G kernel will actually work on this device. Moto will be releasing the proper kernel sources for this device soon anyway.
You just need to create a device tree and compile a recovery (such as TWRP). The recovery device tree doesn't need to be very thorough (the way ROM device trees are). It just needs to specify information about partition names and locations and kernel boot parameters etc. It should be a trivial modification to make my 2015 Moto G TWRP device tree work on this device.
Once you have a working recovery, just flash SuperSU with it and you'll be rooted.
Click to expand...
Click to collapse
This makes me happy and sad. Lol. Looking forward to root so I can drop DPI.
I would love to root it. I miss Viper4Android
Sent from my Golden Zenfone 2
I would love to root it too, I'm just wondering if we'll still have the possibility to install firmware upgrade if you root it and unlock the bootloader?
Nico3d3 said:
I would love to root it too, I'm just wondering if we'll still have the possibility to install firmware upgrade if you root it and unlock the bootloader?
Click to expand...
Click to collapse
A quick glance through the other Moto forums here on XDA would give us a good clue. I'm too tired to check at the moment, but if nobody else does by the time I wake up, I'll check then.
Good News! My Moto x play is rooted with the Moto G 2015 method.
Below process we did and it worked:
1- Through the forum: http://forum.xda-developers.com/2015-moto-g/orig-development/twrp-twrp-moto-g-2015-t3170537
I downloaded "TWRP-osprey-2.8.7-test1.img"
2 UPDATE-SuperSU-v2.46.zip downloaded at: https://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
[Copy to your internal SDcard]
3 Place your Moto-x in fastboot mode [Power + Vol. down]
3- install TWRP-osprey-2.8.7-test1.img with the command: fastboot boot TWRP-osprey-2.8.7-test1.img
[Installation is temporary, I tried to permanently install but did not work].
4. The recovery will open automatically, browse to the location where you saved the SuperSU and flash UPDATE-SuperSU-v2.46.zip
5. Restart.
I did this procedure and managed to get root, I'm not responsible for any damage caused to your phone.
Did you have to unlock bootloader before installing it? On my phone, I have an unlocked bootloader and it did work but perhaps people would be interested in trying it with a locked bootloader (less risk of voiding the warranty).
Nico3d3 said:
Did you have to unlock bootloader before installing it? On my phone, I have an unlocked bootloader and it did work but perhaps people would be interested in trying it with a locked bootloader (less risk of voiding the warranty).
Click to expand...
Click to collapse
My bootloader is also unlocked.
I believe you can not do without unlocking the OEM. since it would not be possible to install recovery.
If someone is on a locked bootloader and want to test, we can see if it works. But I believe that is not possible.
I'll gladly test it with a locked bootloader when I get home in a few hours, if it hasn't already been tested by then.
Just tried it with locked bootloader, no joy. Device downloads the boot.IMG but errors booting it and just stays in bootloader mode. Guessing needs the bootloader unlocking first.
Sent from my Nexus 9 using XDA Premium HD app
Good to know. Thanks @CharlesW123 for checking!
Anybody know if we are able to flash a logo to replace the unlocked bootloader warning on the X Play yet?
Sevael said:
Good to know. Thanks @CharlesW123 for checking!
Anybody know if we are able to flash a logo to replace the unlocked bootloader warning on the X Play yet?
Click to expand...
Click to collapse
Yep the method shown here does work on the Moto X Play, you will get back to the normal boot logo.
has anyone tested installing Xposed after rooting yet? I'm assuming the same procedure should work (fastboot boot recovery.img > flash xposed.zip)?
nourez said:
has anyone tested installing Xposed after rooting yet? I'm assuming the same procedure should work (fastboot boot recovery.img > flash xposed.zip)?
Click to expand...
Click to collapse
The Xposed is a .zip file, you need to install the TWRP via flash.
But still I am not the courage to try. I have no backup ROM error.

Does unlocked BL automatically mean root is possible.

I've always been a Samsung fan, but this phone is packed with features I like. With samsung , unlocked BL then twrp, then flash SU..done. is LG a little different or is it Nouget that is making the process harder or even not possible? Any thoughts from any LG veterans?
Bubba Fett said:
I've always been a Samsung fan, but this phone is packed with features I like. With samsung , unlocked BL then twrp, then flash SU..done. is LG a little different or is it Nouget that is making the process harder or even not possible? Any thoughts from any LG veterans?
Click to expand...
Click to collapse
AFAIK it's Nougat. This is my first LG device, coming from HTC 10. I've had many others, just never LG.
lightninbug said:
AFAIK it's Nougat. This is my first LG device, coming from HTC 10. I've had many others, just never LG.
Click to expand...
Click to collapse
Did you get the phone yet? Try to unlock? I think i saw you involved over at the s7 edge root thread when i was watching that right? The things I'm going to have to get used to is power button and no physical home/back buttons however if root is achieved and maintained through FW updates I think this phone will be the best out there and development for LG should rise.
Bubba Fett said:
Did you get the phone yet? Try to unlock? I think i saw you involved over at the s7 edge root thread when i was watching that right? The things I'm going to have to get used to is power button and no physical home/back buttons however if root is achieved and maintained through FW updates I think this phone will be the best out there and development for LG should rise.
Click to expand...
Click to collapse
No.. thought I was getting it today via UPS... Guess I was tracking the wrong package lmao (stoner moment)... The G pad X came today instead... Lammmmme!!!
LG blocked fastboot commands since MM so the standard would usually be Unlock BL, flash recovery then flash SU.
But its not the case anymore.
Now its Unlock BL wait till an official.tot or .kdz to be released or leaked from LG, then repack it with root or a recovery and flash via LGUP or LG Tool.
just curious, what do you need root for?
phones nowadays come great out of the box. just disable what you dont need.
Z51 said:
just curious, what do you need root for?
phones nowadays come great out of the box. just disable what you dont need.
Click to expand...
Click to collapse
Are you really on XDA posting this?...What do we need root for???... Maybe head to the T-Mobile forums bro.
lightninbug said:
Are you really on XDA posting this?...What do we need root for???... Maybe head to the T-Mobile forums bro.
Click to expand...
Click to collapse
Does someone really need to want to root his phone to be on XDA? There's a whole lot of learning and shared experience going on out in those threads and there's not one rooted V20 to be found.
The fact of the matter is, a lot of people who come to XDA shouldn't be allowed anywhere near an ADB command or a one touch root.
On my short time with the Note 7, XDA showed me that it really wasn't smart to root that phone. Rooting broke too much of the stuff I used, and the developers didn't get enough time to iron out those problems. If they root this phone, I won't be doing it to mine until I see how all of the problems shake out.
douger1957 said:
Does someone really need to want to root his phone to be on XDA? There's a whole lot of learning and shared experience going on out in those threads and there's not one rooted V20 to be found.
The fact of the matter is, a lot of people who come to XDA shouldn't be allowed anywhere near an ADB command or a one touch root.
On my short time with the Note 7, XDA showed me that it really wasn't smart to root that phone. Rooting broke too much of the stuff I used, and the developers didn't get enough time to iron out those problems. If they root this phone, I won't be doing it to mine until I see how all of the problems shake out.
Click to expand...
Click to collapse
I think that's a good opinion. Mine is I want to be the administrator of my $800 hand computer. Not tmobile. Not LG, Samsung , or anyone else. I bought it. It's mine. If I want to block ads, or change the color of my clock then I should be able to. I agree on waiting for bugs to be fixed, but being able to flash a backup or backed up app is a nice feature. I miss the days where root came easy and we owned the rights to our devices. It's bull5hit!
Bubba Fett said:
I think that's a good opinion. Mine is I want to be the administrator of my $800 hand computer. Not tmobile. Not LG, Samsung , or anyone else. I bought it. It's mine. If I want to block ads, or change the color of my clock then I should be able to. I agree on waiting for bugs to be fixed, but being able to flash a backup or backed up app is a nice feature. I miss the days where root came easy and we owned the rights to our devices. It's bull5hit!
Click to expand...
Click to collapse
Amen to that lol! Do you know how long does it take to restore every single app when you dont have titanium backup installed and your device rooted? (i have 113 user apps in my lg g3), you can easily take up to 2 hours installing and setting up. while when you have titanium, you can sit there and drink up your coconut juice while it does everything on its own and everything already set up, and it is pretty quick too. Also, i hate ads. unless the benefit me (that's how i found out about the LG V20 lol) Not to mention that many of the ads out there are either scam or viruses . Also, rooting is the way to really owning your device. a device is not yours until whatever thing you want to do can actually be achieved because you (the owner) wanted to and not because the company wanted to. :good:
I need root for adblocking and xprivacy , that's it. No root within 15 days, its getting returned.
Amd4life said:
I need root for adblocking and xprivacy , that's it. No root within 15 days, its getting returned.
Click to expand...
Click to collapse
Lol you might as well return it now then. Beucase i doubt it will be done that quick. I mean, i bought this phone because of its great features. And even though i like to root, flash, and all that, well, i have set up my mind in a balanced mode and said "well, chances to get root are 50%, sure i like to root my phone but probably it wont be possible ". To be honest i usually wait about 3 month before buying a new released smartphone because by around that time, they usually have root and have gotten bugs already fixed. But i couldnt resist the offers on this one LOL. so, if it doesnt get root, i will stuck with it for a while anyway.
Amd4life said:
I need root for adblocking and xprivacy , that's it. No root within 15 days, its getting returned.
Click to expand...
Click to collapse
I'm in the exact same boat as you. My V20 is sitting all pretty on my desk. T-14 days before I return it if no root. Been rocking the OnePlus 3 with an awesome ROM since the first Note 7 recall. Absolutely loving it. Got the V20 only because of the screen, camera, and supposedly better sound--all of which are probably marginal upgrades compared to OP3 especially considering it's well over twice the price.
V521 didn't have root until update was released. I grabbed and uploaded the ROM, and soon rooted .dz was there.
Confirmed: Similar to T-Mobile LG G5 there are not flash commands in fastboot to write a new recovery. Will need someone to create a TOT file to get us TWRP and root I think.
confirmed that I have unlocked my t-mobile bootloader also. TRY THIS AT YOUR OWN RISK!!!!
booted into fastboot mode by
a) powering down the device
b) putting the cable into the PC USB drive
c) hold down - volume down button, insert USB-C cable into the phone.
d) check the USB drivers in device manager.
e) I manually installed USB driver using the google USB drive from SDK tools 2.2 (LG drivers may also work)
f) cmd, run as administrator, changed directory to my adb folder
g) fastboot oem device, listed my device (so im good to go)
h) [FONT=&quot]fastboot oem unlock (doing such will erase your phone)
I) fastboot getvar unlock[/FONT]
j) fastboot reboot
device boots with security warning (ie bootloader unlocked), boots fine, clean device
went back into fastboot tried to compile a basic TWRP using my v10 TWRP as a basis....fail on my coding skills ( I am still learning)
using command fastboot boot XXX.img
c:\adb>fastboot boot v20.img
downloading 'boot.img'...
OKAY [ 0.700s]
booting...
FAILED (remote: unknown command)
finished. total time: 0.721s
Click to expand...
Click to collapse
lightninbug said:
Are you really on XDA posting this?...What do we need root for???... Maybe head to the T-Mobile forums bro.
Click to expand...
Click to collapse
Don't get your panties in a bunch. It was a simple question. I come on here to make money. I fix phones for a living and I come here to fix what people attempting to root broke and brought to me to fix. If you don't want to root, you don't have to. If you do, then by all means root your phone. No need to be a **** about it.
Sent from my SM-G928V using Tapatalk
Amd4life said:
confirmed that I have unlocked my t-mobile bootloader also. TRY THIS AT YOUR OWN RISK!!!!
booted into fastboot mode by
a) powering down the device
b) putting the cable into the PC USB drive
c) hold down - volume down button, insert USB-C cable into the phone.
d) check the USB drivers in device manager.
e) I manually installed USB driver using the google USB drive from SDK tools 2.2 (LG drivers may also work)
f) cmd, run as administrator, changed directory to my adb folder
g) fastboot oem device, listed my device (so im good to go)
h) [FONT=&quot]fastboot oem unlock (doing such will erase your phone)
I) fastboot getvar unlock[/FONT]
j) fastboot reboot
device boots with security warning (ie bootloader unlocked), boots fine, clean device
went back into fastboot tried to compile a basic TWRP using my v10 TWRP as a basis....fail on my coding skills ( I am still learning)
using command fastboot boot XXX.img
Click to expand...
Click to collapse
Apparently LG disables boot/flash. I'm going to try to get a tmobile TOT file tomorrow. I'm working on updating a TOT extractor tool right now to work it.
Can someone run this:
Code:
fastboot getvar all
Bubba Fett said:
I think that's a good opinion. Mine is I want to be the administrator of my $800 hand computer. Not tmobile. Not LG, Samsung , or anyone else. I bought it. It's mine. If I want to block ads, or change the color of my clock then I should be able to. I agree on waiting for bugs to be fixed, but being able to flash a backup or backed up app is a nice feature. I miss the days where root came easy and we owned the rights to our devices. It's bull5hit!
Click to expand...
Click to collapse
I will most likely root my phone when the time comes. I am not against rooting at all... I rooted all of my phones except the Note 7. What I'm saying is that root isn't for everyone, not everyone should root their phone even if they think it's the thing to do and that I think there's a place at XDA for people who don't want to learn ADB commands.

How likely is it to be quickly rooted?

Thinking of picking up the T-Mobile variant, which will hopefully be bootloader unlocked out the gate like the other T-Mobile LGs.
Does anyone know what software release comes on the T-Mo LG G6, and whether there's any known root exploits applicable? How likely is it to be quickly rooted?
If there's no current known way for the release it comes with, I may hold off on upgrading for a while. My LG G3 can only last so long though, it's already been baked once.
With LG G5 it was a pain to get root and with the v20 a little easier hopefully we get root quick
Sent from my iPhone using Tapatalk
There's no way of knowing until someone has one in their hand with ADB access. (Carrier employees, sneak a laptop in and try OEM unlock on a display unit. We're counting on you)
Flippy125 said:
There's no way of knowing until someone has one in their hand with ADB access. (Carrier employees, sneak a laptop in and try OEM unlock on a display unit. We're counting on you)
Click to expand...
Click to collapse
I have ADB access and was the one that pulled the system dump for the developer. You can't enter the bootloader using the power and volume keys and when you try using the "ADB reboot bootloader" command the device reboots back to system.
Rado_vr6 said:
I have ADB access and was the one that pulled the system dump for the developer. You can't enter the bootloader using the power and volume keys and when you try using the "ADB reboot bootloader" command the device reboots back to system.
Click to expand...
Click to collapse
What carrier is that device from? I haven't seen any *.kdz files for the T-Mobile G6, but maybe we can try flashing that. (I'm new to LG, not sure if this will be blocked by the flash tool)
Flippy125 said:
What carrier is that device from? I haven't seen any *.kdz files for the T-Mobile G6, but maybe we can try flashing that. (I'm new to LG, not sure if this will be blocked by the flash tool)
Click to expand...
Click to collapse
It's a Korean model from SK Telecom. There's no T-Mobile files yet.

Sprint LG G6 (LS993) Bootloader Unlockable?

I am wanting to change from a Samsung S7 Edge to the LG G6. I am choosing the LG purely because all the data I've seen so far indicates the bootloader will be unlockable. It seems other variants, T-Mobile & AT&T, are unlockable, but I can find nothing specific that confirms the Sprint (LS993) is.
I have been with Sprint for 11 years. I prefer a cleanly rooted device with the bootloader unlocked for ROM flashes as desired. I've always been into customizing.
My History of Devices
1. Samsung SPH-500
2. HTC EVO-4G Rooted and Flashed Custom MikROM
3. LG-G2 Rooted ClockworkMOD Recovery
4. Samsung Galaxy Note 4 Rooted TWRP Recovery
5. Samsung Galaxy S7 Stock
6. Samsung Galaxy Note 7 1st & 2nd Devices Recalled
7. Samsung Galaxy S7 Edge Locked Bootloader Stock (Cracked screen, but undamaged digitizer)
I am hoping someone can confirm the Sprint (LS993) Bootloader is unlockable and that root access will be achievable.
I am optimistic. XDA hasn't let me down yet by a long shot.
Sprint LG G5 hasn't been unlocked as of yet. So don't hold your breath
And I do not believe Sprint version for the LG G 4 never got or neither.
It seems LG has stripped the fastboot menu layer from their bootloader on the LS993, I cannot find any way to access it. Although we do have the "Enable OEM Unlock" option in developer settings, so if fastboot access is ever discovered, it should be a simple​ matter of OEM unlocking.
Whoareyou said:
It seems LG has stripped the fastboot menu layer from their bootloader on the LS993, I cannot find any way to access it. Although we do have the "Enable OEM Unlock" option in developer settings, so if fastboot access is ever discovered, it should be a simple​ matter of OEM unlocking.
Click to expand...
Click to collapse
That's so disappointing. I used to always have Samsung Galaxy phones and they were easy to root and install custom ROMs, and recovery. Then they made it much more difficult. I have an LG G4 that was originally rooted. When it died from the boot loop issue the replacement phone locked the ability to root it. I'm now considering the LG G6 but really want to root my phone at the bare minimum. Thank you to all who work so hard to make these things happen.
allenp007 said:
That's so disappointing. I used to always have Samsung Galaxy phones and they were easy to root and install custom ROMs, and recovery. Then they made it much more difficult. I have an LG G4 that was originally rooted. When it died from the boot loop issue the replacement phone locked the ability to root it. I'm now considering the LG G6 but really want to root my phone at the bare minimum. Thank you to all who work so hard to make these things happen.
Click to expand...
Click to collapse
I don't know how much hope any big name phone will on any us carrier, the S8/S7 are both locked down as well... I hope something happens though as I'd love LOS14.1 on this phone, it's be great, especially if the wide angle lens worked.
what about accessing it through ADB?
If someone can get it unlocked and then give a nandroid of a stock system i can make it a flash able version so we can have a zipped stock rom.
anyone willing to try please Pm me.
i wont be getting my Lg G6 till Monday or Tuesday to do all the testing
but i did see this:
https://www.kingoapp.com/bootloader-unlock/how-to-unlock-lg-bootloader-on-android-device.htm
anyone wanna try it and see if it works?
---------- Post added at 05:36 AM ---------- Previous post was at 05:27 AM ----------
Mr nerd said:
what about accessing it through ADB?
If someone can get it unlocked and then give a nandroid of a stock system i can make it a flash able version so we can have a zipped stock rom.
anyone willing to try please Pm me.
i wont be getting my Lg G6 till Monday or Tuesday to do all the testing
Hopefully they allow us to get into the bootloader or into fastboot via ADB and USB Debugging
Put your Mobile in Boot Loader Mode>Volume up+Volume Down and then Press Power Button.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Any updates to unlock bootloader? And maybe there is way to load bootloader, or fastboot, cause ADB commands reboot to this mode just load system. Or it's already meant then bootloader need to be unlocked. Another question, may we buy the bootloader unlocks?
So looks like this phone never got unlocked?
What Newer Sprint phones are rootable? I heard Samsung S8?
No, this method does not work, because the LS993 is not one of the "supported devices" for which LG offers unlock codes. Given that they seem to have stripped fastboot, I'm sure this one will never be supported in that fashion.

Sony Xperia XA2 - Unlocking

I'd like to start a discussion on unlocking the XA2 bootloader and rooting it. So far, it looks like for Sony devices, you need to send a request through the Sony site here: https://developer.sonymobile.com/unlockbootloader/
But there is no device selection for the XA2. This is where i'm currently stuck at. Does anyone know of any other way to unlock the bootloader?
Okay got it to unlock bootloader.
Steps:
1. Head to https://developer.sonymobile.com/unlockbootloader/. Select Xperia XA1 in the dropdown, follow steps, then get your access code.
2. Pretty much follow the steps in that guide from sony, where you get the access code. The only difference was when installing the fastboot drivers. On win 10, i had to go and follow the steps here to install android drivers: https://android.stackexchange.com/questions/129174/windows-10-fastboot-driver
After that, fastboot was able to recognize the device and unlock the bootloader.
So now, i guess i'm waiting for TWRP to be released for XA2 to get recovery and root.
I've been looking for a XA2 page for a while. Can we request one?
This is a interesting device and I hope the development community shows some interest too.
What's your impressions of it so far?
Agreed, I'm quite shocked there is no development threads as of yet for this newly released device. Already checked mine, and can see that sky mobile have left it unlockable, so I would also be interested in development for this device.
Spitfire400 said:
Agreed, I'm quite shocked there is no development threads as of yet for this newly released device. Already checked mine, and can see that sky mobile have left it unlockable, so I would also be interested in development for this device.
Click to expand...
Click to collapse
Same. I bought it off Amazon US and I didn't realize I was buying such a recent phone. To any future devs, add "Night Light" feature and swipe fingerprint to bring down notification bar to any ROMS would make this phone a great sucessor to my Honor 8.
XA2 has been perfect for me so far, coming from Nexus 5x. I mostly use my phone for reddit and podcasts, though. Just need my LineageOS on it.
i unlocked mine also
li0nh3art3d said:
i unlocked mine also
Click to expand...
Click to collapse
Hello, what about fingerprint scanner usability after unlocking? I've heard that after rooting your phone scanner may stop to work with banking and other similar apps. Maybe you noticed other changes after rooting?
Merlin K said:
Hello, what about fingerprint scanner usability after unlocking? I've heard that after rooting your phone scanner may stop to work with banking and other similar apps. Maybe you noticed other changes after rooting?
Click to expand...
Click to collapse
I haven't been able to root yet. I've only unlocked the bootloader, which hasn't caused any problems with bank of America. on my other phone rooting didn't affect bank of America, however Android pay didn't work, and snapchat can only be logged in before root and not after. once you root, you won't be able to log back in snapchat if you logout, however if you log in it'll stay logged in after root.
I've been having problems with the windows 10 fastboot and ADB drivers. i got fastboot to work long enough to unlock the bootloader but then it stopped recognizing my phone. still haven't gotten ADB to work yet ?*
li0nh3art3d said:
I haven't been able to root yet. I've only unlocked the bootloader, which hasn't caused any problems with bank of America. on my other phone rooting didn't affect bank of America, however Android pay didn't work, and snapchat can only be logged in before root and not after. once you root, you won't be able to log back in snapchat if you logout, however if you log in it'll stay logged in after root.
I've been having problems with the windows 10 fastboot and ADB drivers. i got fastboot to work long enough to unlock the bootloader but then it stopped recognizing my phone. still haven't gotten ADB to work yet ?*
Click to expand...
Click to collapse
Thx for info. Let us please know when when/if root your phone.
Merlin K said:
Thx for info. Let us please know when when/if root your phone.
Click to expand...
Click to collapse
I'm waiting for TWRP to keep playing with the drivers on windows 10. for some reason they've been giving me a major headache
The wait game begins. I'm going to wait to unlock the bootloader until TWRP and root available.
Btw can't you root without changing the recovery using ADB. I don't kno since this my first ever Sony phone.
YaKillaCJ said:
The wait game begins. I'm going to wait to unlock the bootloader until TWRP and root available.
Btw can't you root without changing the recovery using ADB. I don't kno since this my first ever Sony phone.
Click to expand...
Click to collapse
I think you can sideload with ADB once the bootloader is unlocked. I was under the impression TWRP is like a GUI for ADB. but There's something funky with the windows 10 drivers. it took forever for my phone to get detected in fastboot, and ADB never seemed to work. then, after i unlocked my phone, the PC doesn't even recognize it in fastboot anymore.
likewise, I've always used Samsung phones & odin. This is my first Sony. the lack of root is killing me ?
From what i read, adb sideload requires custom recovery.
Is anyone else on Project FI with this phone? I'm getting awful 4G and wifi performance with the XA2. Constantly losing internet access (even though signal bar is at 5 bars).
Hi guys, I managed to unlock the bootloader but I can not get into recovery mode. I tried with vol- and power button but it does not work . Did it happen to someone? Thank you all
makotech222 said:
From what i read, adb sideload requires custom recovery.
Click to expand...
Click to collapse
where did you read this? i was under the impression thst TWRP is basically a graphic user interface of ADB, which is command line interface.
---------- Post added at 09:14 PM ---------- Previous post was at 09:12 PM ----------
matitino said:
Hi guys, I managed to unlock the bootloader but I can not get into recovery mode. I tried with vol- and power button but it does not work . Did it happen to someone? Thank you all
Click to expand...
Click to collapse
for this, you will need a custom recovery GUI such as TWRP. I believe tht all you can do on this device by pressing volume- is access ADB, and volume+ gets you into fastboot, which can be accessed via command prompt on a PC
li0nh3art3d said:
where did you read this? i was under the impression thst TWRP is basically a graphic user interface of ADB, which is command line interface.
---------- Post added at 09:14 PM ---------- Previous post was at 09:12 PM ----------
for this, you will need a custom recovery GUI such as TWRP. I believe tht all you can do on this device by pressing volume- is access ADB, and volume+ gets you into fastboot, which can be accessed via command prompt on a PC
Click to expand...
Click to collapse
ADB sideload explicitly, not just ADB: https://twrp.me/faq/ADBSideload.html
makotech222 said:
ADB sideload explicitly, not just ADB: https://twrp.me/faq/ADBSideload.html
Click to expand...
Click to collapse
Isn't TWRP basically just the GUI of all the ADB commands? I was under the impression you could do almost everything you can do in TWRP in ADB CLI mode on a PC ?*
I was under the impression to sideload you can boot with a USB plugged into your computer and your phone press volume- Then the indicator light in the top right corner turns green, and (if the drivers on my PC would cooperate) then it would accept ADB sideload commands. Now, I am unsure of this; that's just what my basic understanding is. If I could get the damn drivers to work right, I could find out for sure ?
li0nh3art3d said:
Isn't TWRP basically just the GUI of all the ADB commands? I was under the impression you could do almost everything you can do in TWRP in ADB CLI mode on a PC ?*
I was under the impression to sideload you can boot with a USB plugged into your computer and your phone press volume- Then the indicator light in the top right corner turns green, and (if the drivers on my PC would cooperate) then it would accept ADB sideload commands. Now, I am unsure of this; that's just what my basic understanding is. If I could get the damn drivers to work right, I could find out for sure
Click to expand...
Click to collapse
I don't know nearly enough about the android ecosystem to comment, beyond what i found. I think adb sideload is a specific command, which requires twrp. But other adb may work? I don't want to risk it yet anyways.
Regarding drivers, did you try the thing i linked in my first post on this thread? My XA2 is still recognized after bootloader unlock with my method.
What do you know flashtool supports our xa2? that I know no because I tried to convert an ftf file but in the device list the xa2 is not there. also does not recognize me in flashmode despite emma recognize it. thank you

Categories

Resources