Hello,
I want to unlock the bootloader but when I copy the device ID into the LG page like they told I get device ID unmatch!
No way to unlock it?
The ID is allright...
Dumb question, but did you copy/paste the ID or just write manually?
You can copy/paste from adb cmd directly
Related
Okay, so i have looked and searched all the forums and yet no answer..
First thing first: I have a Mac - so i found the thread for using the terminal and getting the unlock code from HTCdev - no prob it was easy
Now here is where I get stuck i save the Unlock_code.bin into my android folder but when I go into terminal I get this message and I have tried with diff. generated tokens and codes.
/android/fastboot flash unlocktoken Unlock_code.bin
error: cannot load 'Unlock_code.bin'
Suggestions ??
Help!! and since I am a NOOB i can't post in the XDA developer forum where most likely there is an answer - no offense.
This might be a long shot, but when you copy and paste the code, is there something like INFO or bootloader in front of every line? I remember seeing somebody having that problem, and they were also on a mac. If there is, do the code without that and it should work.
I already did that received the email from HTCdev and the attachment saved it in my android folder and when I go to do the last step i get that error message.
You can't post in the dev forum because that is for releases only so you wouldn't be helped if you posted there. Have you tried flashing the token with windows? Does fastboot have the correct permissions to read and write to the folder?
huh
this is my 1st android phone... i have a macbook pro. So what do you mean flashing the token with windows?...permissions as far as? I'm on the verge of jus sayng f it.. not worth this much worth was easier to unlock my blackberry and my ipod than this smh...
Hey all. So I just bought a used evo lte off of eBay. I tried unlocking the boot loader with htc dev unlock, but every time I enter in the unlock token command in fast boot, it says remote token check failed. I went online and found out that the board inside the phone may have been switched by a phone repair shop, and that could be why the token number doesn't match the one htc has on file. Is there any fix to this? I really want to flash some roms on this thing.
the toke is generated everytime you run the command, try on a different PC maybe or run one of those auto-rooters. cant remember the name of it
I succeeded in doing the following:
1) downgrade my tablet to a rootable fw version
2) rooted with doomlord tool
Now I need to unlock my bootloader: I had requested the key a while ago, but never got around to using it.
I followed all the instructions and succeeded in connecting the tablet in fastboot mode to my pc (drivers installed fine and I receive a reply when issuing the trial command getvar version, meaning, I presume that the device is connected and able to receive commands and reply to them).
However when I issue the command in the instructions on http://unlockbootloader.sonymobile.com/instructions and replace the final "KEY" with the key provided by Sony via email I receive a reply "FAILED (remote: Command did not succeed)": what could I be doing wrong? I also copied and pasted the command in order to make sure that the syntax was correct and checked the code I input many times to make sure I did not miss or messed up something, but it all seems OK. I issued the command from within the same directory where the getvar command was issued, i.e. within Android SDk/Tools folder (the procedure on the website doesn't suggest to change folder, so I didn't!) , but no success at all!
Can anyone suggest some way out?
Thanks
Luca
astrovale said:
I succeeded in doing the following:
1) downgrade my tablet to a rootable fw version
2) rooted with doomlord tool
Now I need to unlock my bootloader: I had requested the key a while ago, but never got around to using it.
I followed all the instructions and succeeded in connecting the tablet in fastboot mode to my pc (drivers installed fine and I receive a reply when issuing the trial command getvar version, meaning, I presume that the device is connected and able to receive commands and reply to them).
However when I issue the command in the instructions on http://unlockbootloader.sonymobile.com/instructions and replace the final "KEY" with the key provided by Sony via email I receive a reply "FAILED (remote: Command did not succeed)": what could I be doing wrong? I also copied and pasted the command in order to make sure that the syntax was correct and checked the code I input many times to make sure I did not miss or messed up something, but it all seems OK. I issued the command from within the same directory where the getvar command was issued, i.e. within Android SDk/Tools folder (the procedure on the website doesn't suggest to change folder, so I didn't!) , but no success at all!
Can anyone suggest some way out?
Thanks
Luca
Click to expand...
Click to collapse
Sorry if this is a dumb question, but is bootloader unlocking allowed on your tablet ?
Some service providers have blocked bootloader unlocking.
GretaLewd said:
Sorry if this is a dumb question, but is bootloader unlocking allowed on your tablet ?
Some service providers have blocked bootloader unlocking.
Click to expand...
Click to collapse
I followed the procedure on the Sony website to check that and the answer is yes, it can be unlocked.
I tried some other tutorials and no results. It seems that it might be connected to the doomlord exploit (which I used to gain root access), but all the instructions on how to get around that have failed to allow me the unlocking!!!!
astrovale said:
I followed the procedure on the Sony website to check that and the answer is yes, it can be unlocked.
I tried some other tutorials and no results. It seems that it might be connected to the doomlord exploit (which I used to gain root access), but all the instructions on how to get around that have failed to allow me the unlocking!!!![/QUOTE
SOLVED
Click to expand...
Click to collapse
I am trying to root my lg g4, I began the steps of unlocking the bootloader, downloaded the adb.exe etc, however when I type adb reboot bootloader into the command prompt whilst attempting to fetch my device id, it says device not found.. id be really greatful if somebody could walk me through this process. (thanks in advance)
Hello guys, recently I bought Chinese AllCall Madrid phone. I was searching for twrp port for that phone and I have found it on {MOD EDIT: reference to warez site} forum, only twrp for this phone on internet. I tried to flash it using flash tool it failed(flashing stock rom fails too), then I rebooted to fastboot to OEM unlock and no OEM unlock is available, output is remote failed unknown command, ofc I enabled OEM unlock developer options.. I managed to use mtk-su exploit to gain root, and I can run adb and apps with root permission. My real question is has anyone unlocked this phone? If yes pm me please :laugh:
@Mr nobody 1312
Assuming you want to unlock the bootloader.
IMO before trying to unlock a device's bootloader it's always a good idea to check by means of ADB whether unlocking the bootloader is natively supported on device:
Code:
adb shell "getprop ro.oem_unlock_supported"
If returned value is 1, then it's supported otherwise it's not.
If it's supported then you run
Code:
fastboot flashing unlock
to unlock the bootloader.
Yeah output is 1 but no OEM command is found in lk.bin I decompiled it, they locked it to push their malware I have found addups fota malware and virus in helper apk, anyway is it possible to crack bootloader with custom lk.bin, where I should look for exoloitable bugs? Is there any freaking way to crack it?