[Q] uncking bootloader on r800x - Xperia Play Q&A, Help & Troubleshooting

hey guys everyone esle seems to be getting thier bootloaders unlocked with out a problem but im running into a problem maybe i can get some advice
I have all the drivers and everything required to unlock my bl and the key is the same i double checked it. here is my issue while going through the fastboot commands heres what happens
upon entering "fastboot.exe -i 0x0fce getvar version" i get 0.3 back which is what i need to get according to everything i have read good right?
now when i enter "fastboot.exe -i 0x0fce oem unlock 0x************************" i get the response "remote: oem remote unlock failed"
the same response i get when using flashtool to unlock the bootloader can some one possibly give me any ideas whats stopping my bootloader from being unlocked?
thanks in advance

darkharbinger81 said:
hey guys everyone esle seems to be getting thier bootloaders unlocked with out a problem but im running into a problem maybe i can get some advice
I have all the drivers and everything required to unlock my bl and the key is the same i double checked it. here is my issue while going through the fastboot commands heres what happens
upon entering "fastboot.exe -i 0x0fce getvar version" i get 0.3 back which is what i need to get according to everything i have read good right?
now when i enter "fastboot.exe -i 0x0fce oem unlock 0x************************" i get the response "remote: oem remote unlock failed"
the same response i get when using flashtool to unlock the bootloader can some one possibly give me any ideas whats stopping my bootloader from being unlocked?
thanks in advance
Click to expand...
Click to collapse
You have to pay someone to unlock your bootloader for you and flashtool won't cut it. R800x as far I know there is no key to unlocking bootloader for free. I highly recommend Alejandrissmo a fellow reputablesite and xda member.
Site. unlock-bootloader.com

Sony allows bootloader unlocking now
Sent from my R800x using xda premium

chery2k said:
You have to pay someone to unlock your bootloader for you and flashtool won't cut it. R800x as far I know there is no key to unlocking bootloader for free. I highly recommend Alejandrissmo a fellow reputablesite and xda member.
Site. unlock-bootloader.com
Click to expand...
Click to collapse
This is incorrect. I had my phone bootloader unlocked by ashergrey over a year ago via an unlock code. Even though I am unlocked I went to the sony unlock site and it gave me an unlock code to my email. So you should only need to get that unlock code, and make sure you have the latest flashtool drivers. There are tutorials on this in the Development and General section

OK but the problem is that the one driver(android_winusb.inf) they specifically ask you to install isn't installing...device manager doesn't show bootloader interface file... Thats what's stopping it from unlocking...
Sent from my R800x

Related

[Q] Issues unlocking bootloader Sony Xperia Arc S LT18i

Hello all,
I've got an Arc S that I've been trying to unlock the bootloader on using Sony's method, without success.
1. I have fastboot and adb installed on my machine (Linux Mint 14 32bit)
2. I've pulled the unlock code from Sony's website
3. I set my udev rules as laid out in this tutorial.
4. I have checked my bootloader to confirm that it can be unlocked (and currently is locked)
5. Fastboot is working (When I type in sudo fastboot devices, I get a hexadecimal string in response)
6. However, when I try to unlock, it always fails.
Initially, it gave me a "oem unlock failure code". After I rebooted thought, the code changed. Instead of something like this
Code:
oem unlock failed!
it gave me this
Code:
...
and did nothing. I let it sit for a few minutes and then forcibly shut down terminal, no damage done to the phone.
I'm quite confused at this point. From all my google searching I can't figure out why the booloader won't unlock. I'm pretty sure that I have the right unlock code.
A second and curious thing that may or may not be related is that the phone is rooted, but when I tried to transfer CWM via fastboot it threw an error, saying that the phone needed to be rooted first. However, it is rooted and apps such as Titanium Backup work just fine, verifying the root. Can anyone give me some direction on this?
I know there is a video on the how to unlock lt18i bootloader. It also has step by step process on fixing issues for unlocking bootloader. Lemme get.it for ya.
Sent from my LT18i using xda premium
May be a relatively simple thing. Is your phone simlocked? This may have some bearing on it.
sinkster said:
May be a relatively simple thing. Is your phone simlocked? This may have some bearing on it.
Click to expand...
Click to collapse
I don't believe that it is simlocked. I don't believe the phone was purchased through a carrier. For clarification, this is a friend's phone so I would need to ask them as to where they purchased it.
sinkster said:
May be a relatively simple thing. Is your phone simlocked? This may have some bearing on it.
Click to expand...
Click to collapse
No, it is not simlocked, else it would not show Bootloader Unlock Allowed: Yes
To OP: Write out the command you used to unlock the bootloader.
Someguyfromhell said:
No, it is not simlocked, else it would not show Bootloader Unlock Allowed: Yes
To OP: Write out the command you used to unlock the bootloader.
Click to expand...
Click to collapse
As taken from the Cyanogenmod Wiki page for Anzu devices:
Code:
fastboot -i 0x0fce oem unlock 0xKEY
where KEY was the bootloader unlock I received from Sony.
The dots indicate the software's not detecting your device. I had the same problem. Try reinstalling the drivers. If it still fails, maybe you can give the method outlined in the link below a go. It's for the relatively newer Sony devices, but maybe it'd work with the Arc. I haven't personally tried unlocking via Flashtool, but for me, the Fastboot command-based experience hasn't been all too good. I now use the Fastboot option in Flashtool, as opposed to standalone Fastboot, to flash every kernel that I use. Works like a charm each time, and what's more, it does away with the need to key in commands in the exact syntax.
http://forum.xda-developers.com/showthread.php?t=1971363
MarcSinger said:
The dots indicate the software's not detecting your device. I had the same problem. Try reinstalling the drivers. If it still fails, maybe you can give the method outlined in the link below a go. It's for the relatively newer Sony devices, but maybe it'd work with the Arc. I haven't personally tried unlocking via Flashtool, but for me, the Fastboot command-based experience hasn't been all too good. I now use the Fastboot option in Flashtool, as opposed to standalone Fastboot, to flash every kernel that I use. Works like a charm each time, and what's more, it does away with the need to key in commands in the exact syntax.
http://forum.xda-developers.com/showthread.php?t=1971363
Click to expand...
Click to collapse
I tried unlocking the bootloader via Flashtool and I got the same result of
Code:
oem unlock failed!
. So that means that something is wrong with my fastboot installation (not likely)my udev rules(possible) or for some crazy reason the phone is not reporting back correctly. A curious thing I noted is that when the phone is detected via adb it doesn't return the phone's IMEI. It does return a number, but it does not match the IMEI. Has anyone ever heard of that situation?
Guanfy said:
I tried unlocking the bootloader via Flashtool and I got the same result of
Code:
oem unlock failed!
. So that means that something is wrong with my fastboot installation (not likely)my udev rules(possible) or for some crazy reason the phone is not reporting back correctly. A curious thing I noted is that when the phone is detected via adb it doesn't return the phone's IMEI. It does return a number, but it does not match the IMEI. Has anyone ever heard of that situation?
Click to expand...
Click to collapse
I don't believe Fastboot returns the phone's IMEI. It's always looked to me like a random number that's generated to show successful connectivity between the device and the Fastboot program. But then again, I could be wrong.
Anways, despite the message you got, it's looking increasingly likely that your bootloader cannot be unlocked.
PS: You retired your SGS III, but kept your Arc? The decision really befuddles me.
MarcSinger said:
I don't believe Fastboot returns the phone's IMEI. It's always looked to me like a random number that's generated to show successful connectivity between the device and the Fastboot program. But then again, I could be wrong.
Anways, despite the message you got, it's looking increasingly likely that your bootloader cannot be unlocked.
PS: You retired your SGS III, but kept your Arc? The decision really befuddles me.
Click to expand...
Click to collapse
After much research I've found that when you get the "remote: oem unlock failed!" message it means you've enter an incorrect unlock code. Thing is, I know that I have entered the IMEI correctly on Sony's website, so I'm stumped there. I tried this setup in windows and got the same result, so I don't think it's fastboot or drivers anymore. It makes me wonder why I would be getting an incorrect unlock code...
To answer your PS, this phone belongs to a friend of my whom I'm doing a favor for. Note I don't have the Arc S in my sig. My retired SIII went to my wife, who was quite happy to have it.
Guanfy said:
After much research I've found that when you get the "remote: oem unlock failed!" message it means you've enter an incorrect unlock code. Thing is, I know that I have entered the IMEI correctly on Sony's website, so I'm stumped there. I tried this setup in windows and got the same result, so I don't think it's fastboot or drivers anymore. It makes me wonder why I would be getting an incorrect unlock code...
To answer your PS, this phone belongs to a friend of my whom I'm doing a favor for. Note I don't have the Arc S in my sig. My retired SIII went to my wife, who was quite happy to have it.
Click to expand...
Click to collapse
Are you sure that you left out the LAST number of the IMEI, when entering it on the website? You need to do that, else you get invalid code.
Someguyfromhell said:
Are you sure that you left out the LAST number of the IMEI, when entering it on the website? You need to do that, else you get invalid code.
Click to expand...
Click to collapse
Yup, that I have. I originally entered the 15 digit code and the website threw an error, so I deleted the last digit to get the unlock code that I tried.
same issue as LT26ii
Well I have exactly the same issue at my Xperia SL LT26ii, it just shows "oem unlock failed", do anyone know how to fix this ?
nkiy said:
Well I have exactly the same issue at my Xperia SL LT26ii, it just shows "oem unlock failed", do anyone know how to fix this ?
Click to expand...
Click to collapse
oem unlock failed
Problem solved!
Hey guys, I just unlocked my LT26ii after many times of "oem unlock failed". Here's my solution:
0. well first just remember your IMEI code, cause later it will changed.
1. Download a new firmware in ftf format.
2. Update firmware with Flashtool.
3. Turn on your phone and get you imei code. Now you should got a new one different from the previous one.
4. Use the NEW imei to unlock your phone.
Good Luck !
PS: dont guarantee that worked but if it does please let'me know.

Unlocking bootloader on Xperia Arc S

Good Afternoon,
I want to install cyanogenmod 10.1 on my xperia arc S. tried to follow a tutorial, but when it came to the part of booting the device in recovery mode I found that my bootloader was locked. Apparently, on the Rooting Status it says: bootloader unlock allowed: NO. So, my question is, what should I do in order to unlock the bootloader and install the cyanogenmod. thank you vm for your time.
Bernardo.
BernardoCalhanas said:
Good Afternoon,
I want to install cyanogenmod 10.1 on my xperia arc S. tried to follow a tutorial, but when it came to the part of booting the device in recovery mode I found that my bootloader was locked. Apparently, on the Rooting Status it says: bootloader unlock allowed: NO. So, my question is, what should I do in order to unlock the bootloader and install the cyanogenmod. thank you vm for your time.
Bernardo.
Click to expand...
Click to collapse
Try this http://forum.xda-developers.com/showthread.php?t=1034087
izida said:
Try this http://forum.xda-developers.com/showthread.php?t=1034087
Click to expand...
Click to collapse
I'm having problems downloading the -32/64bit drivers
izida said:
Try this http://forum.xda-developers.com/showthread.php?t=1034087
Click to expand...
Click to collapse
http://www.theandroidsoul.com/how-to-unlock-bootloader-xperia-arc-play-neo-pro/
found this, but cannot get into fastboot
I'm pretty sure that if you are not allowed to unlock it, there is no way to unlock it.
Edit: Ok maybe i was wrong. Take a look at this Thread -> http://forum.xda-developers.com/showthread.php?t=2102783
Edit2: Found a guide...but looks like you have to pay to unlock it. http://forum.xda-developers.com/showthread.php?t=1896553
Keksdroid said:
I'm pretty sure that if you are not allowed to unlock it, there is no way to unlock it.
Edit: Ok maybe i was wrong. Take a look at this Thread -> http://forum.xda-developers.com/showthread.php?t=2102783
Edit2: Found a guide...but looks like you have to pay to unlock it. http://forum.xda-developers.com/showthread.php?t=1896553
Click to expand...
Click to collapse
then there is no free way of doing this?
Cant Unlock Bootloader
Dear Sir
i Have Done all Instructions But It shows failed pls find below details.. please hellp me as soon as possible
Dear syed h done all what you mentioned but it shows error.. please find bellow.. and please reply me as soon as possible...
Microsoft Windows XP [Version 5.1.2600]
C:\Documents and Settings\ssubramanian>cd desktop
C:\Documents and Settings\ssubramanian\Desktop>cd flash boot
C:\Documents and Settings\ssubramanian\Desktop\flash boot>cd fast boot
C:\Documents and Settings\ssubramanian\Desktop\flash boot\fast boot>cd fastboot
C:\Documents and Settings\ssubramanian\Desktop\flash boot\fast boot\fastboot>fas
tboot.exe -i 0x0fce getvar version
version: 0.3
finished. total time: -0.000s
C:\Documents and Settings\ssubramanian\Desktop\flash boot\fast boot\fastboot>fas
tboot.exe -i 0x0fce oem unlock 0xDDA4329E6C449072
(bootloader) Unlock phone requested
FAILED (remote: oem unlock failed!)
finished. total time: 0.016s
Check if you wrote the code correctly.
I too have a Sony Ericsson (pro) with bootloader unlock allowed: NO. I've scoured the Web and only come up with this site http://www.wotanserver.com/en/sony-ericsson/xperia-pro-mk16/unlock-tool/debranding-flash
Which claims that if I pay 7.99 euros I'll be able to unlock my bootloader. My question is what am I paying 7.99 for? What does this service give that can't be found out for free?
engmex said:
I too have a Sony Ericsson (pro) with bootloader unlock allowed: NO. I've scoured the Web and only come up with this site http://www.wotanserver.com/en/sony-ericsson/xperia-pro-mk16/unlock-tool/debranding-flash
Which claims that if I pay 7.99 euros I'll be able to unlock my bootloader. My question is what am I paying 7.99 for? What does this service give that I can't be found out for free?
Click to expand...
Click to collapse
It works only if your phone is manufactured before 12W11. Check it under the battery.
your phone it is simlock ? you ned unlocked the be able to unlock the bootloader
http://forum.xda-developers.com/show....php?t=2102783
I am having problems in unlocking my xperia arc s lt18i boot loader. I have tried every sungle method of unlocking bootloader. my phone shows Boot loader allowed: yes and it is not sim locked as well. I am using the correct IMEI code and I have got correct unlock code from sony and still I am getting error remote: oem unlock failed. Help!! Help!! Help!! Please!!!
shehrozlt18i said:
I am having problems in unlocking my xperia arc s lt18i boot loader. I have tried every sungle method of unlocking bootloader. my phone shows Boot loader allowed: yes and it is not sim locked as well. I am using the correct IMEI code and I have got correct unlock code from sony and still I am getting error remote: oem unlock failed. Help!! Help!! Help!! Please!!!
Click to expand...
Click to collapse
okay this problem have many other of my friends. in 99.9 % i requested a new code from sony website & it all worked :good:
also check in the cmd window if the divice is connected before trying to unlock!
bejunk said:
okay this problem have many other of my friends. in 99.9 % i requested a new code from sony website & it all worked :good:
also check in the cmd window if the divice is connected before trying to unlock!
Click to expand...
Click to collapse
Actually I have tried every single thing and everytime I ask for a new code I get the same code as before from sony and I have installed proper drivers as well because it states that my device is connected
shehrozlt18i said:
Actually I have tried every single thing and everytime I ask for a new code I get the same code as before from sony and I have installed proper drivers as well because it states that my device is connected
Click to expand...
Click to collapse
i dont be rude bro, but i had this situatzion atleast over 20 times here with friends or others from my country (then i done the job over teamviewer lol, what a pain in ass)
theres a simple calcultion which allways was right for me:
- service menu says: bootloader unlocked allowed: YES [x] (check:good
- installed all the drivers & stuff properly
(you say that cmd tells you device is connetced, so [x](check:good
if its then still not working, ITS 100%:
a human (your) fault.
- maybe request wrong code (99%)
- ???
i say that because i have friends which telled me same thing. they said "i read it thrice & requested code more than 5 times...... bla bla" - & those a were mostly smart people. (no n00bs)
guess what, after triyng help them for hours (!) over internet, i go to them next day & unlocked phone in 5 mins. lol
i dont know what they doing wrong. or why its not working. i only know if you do it carefully,patiently, read all & DO IT EXACTLY like stated it allways works. because its my way & it allways worked (even they say they done it same.)
but keep in mind that maybe your carrier locked it in some way. here in my country its not allowed for carriers. but idk how its in yr country
BernardoCalhanas said:
then there is no free way of doing this?
Click to expand...
Click to collapse
I know not
As of March 2015 is there any free way to unlock the bootloader if it is not allowed?
arpcpro said:
As of March 2015 is there any free way to unlock the bootloader if it is not allowed?
Click to expand...
Click to collapse
no. sorry
BernardoCalhanas said:
then there is no free way of doing this?
Click to expand...
Click to collapse
I really hope you found a way to unlock your bootloader. If not, go on this site, just provide your email, confirm email, type your emai number and they give you the code instantly: https://developer.sonymobile.com/unlockbootloader/
I did worked for my xperia arc. Good luck
---------- Post added at 09:45 ---------- Previous post was at 09:30 ----------
arpcpro said:
As of March 2015 is there any free way to unlock the bootloader if it is not allowed?
Click to expand...
Click to collapse
I really hope you found a way to unlock your bootloader. If not, go on this site, just provide your email, confirm email, type your emai number and they give you the code instantly: https://developer.sonymobile.com/unlockbootloader/
I did worked for my xperia arc. Good luck

Unlocking Bootloader?

Hey,
I have a rooted stock Xperia Play R800x, but when I try to unlock the bootloader I get this error:
Code:
(bootloader) Unlock phone requested
FAILED (remote: oem unlock failed!)
finished. total time: 0.016s
Is there any way to fix this?
6Slipknot6 said:
Hey,
I have a rooted stock Xperia Play R800x, but when I try to unlock the bootloader I get this error:
Code:
(bootloader) Unlock phone requested
FAILED (remote: oem unlock failed!)
finished. total time: 0.016s
Is there any way to fix this?
Click to expand...
Click to collapse
When I unlocked my bootloader about a year ago.... I used the Official Sony Bootloader Unlock method and it worked for me. If you haven't found it already, then you can find it here ( http://developer.sonymobile.com/unlockbootloader/ ). Some people also say that they used Flashtool to unlock the bootloader, so you might give that a try if you'd prefer that to the official Sony method.
I saved the bootloader unlock instructions that I used last year from the Sony website, and there was one important step to pay close attention to-- When going through the steps to request the unlock key from Sony, it said - "Enter your name, a valid email address and the first 14 digits of your device’s IMEI or MEID or IDID number (remove the last digit if necessary). Click submit." It was important to only enter the 1st 14 characters of the IMEI when submitting for the unlock key... Also, I read in some other XDA posts that you need to make sure that you use all CAPS on any letters that might be in the IMEI code...as it apparently can cause you to get a bad unlock code if you don't use all CAPS. After you submit this to Sony, they will email you the unlock key.
The last step of the Official Sony Method says: "... If you still want to unlock the bootloader of your device, enter the command *fastboot.exe -i 0x0fce oem unlock 0xKEY, where KEY is the unlock bootloader key that you got in the beginning of this instruction. The bootloader should now be successfully unlocked." Make sure you are copying the fastboot commands exactly... including the lower case x that comes right before your unlock key.
You may want to try to go through the steps again with the Sony Website to see if you get a different unlock key by trying the above tips. Then try to use the Official Sony method to unlock the bootloader, or try Flashtool to see if that will work.
mattnmag said:
When I unlocked my bootloader about a year ago.... I used the Official Sony Bootloader Unlock method and it worked for me. If you haven't found it already, then you can find it here ( http://developer.sonymobile.com/unlockbootloader/ ). Some people also say that they used Flashtool to unlock the bootloader, so you might give that a try if you'd prefer that to the official Sony method.
I saved the bootloader unlock instructions that I used last year from the Sony website, and there was one important step to pay close attention to-- When going through the steps to request the unlock key from Sony, it said - "Enter your name, a valid email address and the first 14 digits of your device’s IMEI or MEID or IDID number (remove the last digit if necessary). Click submit." It was important to only enter the 1st 14 characters of the IMEI when submitting for the unlock key... Also, I read in some other XDA posts that you need to make sure that you use all CAPS on any letters that might be in the IMEI code...as it apparently can cause you to get a bad unlock code if you don't use all CAPS. After you submit this to Sony, they will email you the unlock key.
The last step of the Official Sony Method says: "... If you still want to unlock the bootloader of your device, enter the command *fastboot.exe -i 0x0fce oem unlock 0xKEY, where KEY is the unlock bootloader key that you got in the beginning of this instruction. The bootloader should now be successfully unlocked." Make sure you are copying the fastboot commands exactly... including the lower case x that comes right before your unlock key.
You may want to try to go through the steps again with the Sony Website to see if you get a different unlock key by trying the above tips. Then try to use the Official Sony method to unlock the bootloader, or try Flashtool to see if that will work.
Click to expand...
Click to collapse
Thanks for replying. I've already tried the official Sony instructions twice, and the Flashtool method once. That led to the error. Is there still a way to fix this?
6Slipknot6 said:
Thanks for replying. I've already tried the official Sony instructions twice, and the Flashtool method once. That led to the error. Is there still a way to fix this?
Click to expand...
Click to collapse
From the research I did, these were the most common reasons I could find for the error you're getting. The ideas I shared are all I've got. Maybe someone else will have some other suggestions. Good luck.
6Slipknot6 said:
Thanks for replying. I've already tried the official Sony instructions twice, and the Flashtool method once. That led to the error. Is there still a way to fix this?
Click to expand...
Click to collapse
Did you try s1 unlock yet?
Sent from my LT28i using XDA Free mobile app

[Q] Phone has the unlocked tampered.

Need to re-unlock my phone. It states the unlock has been tampered. I have a Windows 8.1 system and need to unlock the phone, again. Does anyone have this fix???? The command prompt does not give you a C:\ it gives you a C:\>. How do you get past this??
suzyq42 said:
Need to re-unlock my phone. It states the unlock has been tampered. I have a Windows 8.1 system and need to unlock the phone, again. Does anyone have this fix???? The command prompt does not give you a C:\ it gives you a C:\>. How do you get past this??
Click to expand...
Click to collapse
It doesn't show the unlock has been tampered. lol. It shows your phone has been tampered with (unlocked your bootloader) and also shows on a different line that your bootloader has been relocked.
You need to unlock it like the first time. Go to the HTC dev site and get the unlock code. I would try to run the first one I got again first if you still have it in your email.
Need win 8 drivers
Sent from my unknown using XDA Free mobile app
xunholyx said:
It doesn't show the unlock has been tampered. lol. It shows your phone has been tampered with (unlocked your bootloader) and also shows on a different line that your bootloader has been relocked.
You need to unlock it like the first time. Go to the HTC dev site and get the unlock code. I would try to run the first one I got again first if you still have it in your email.
Click to expand...
Click to collapse
Have phone in fastboot but the PC in command prompt is c:\>. Doesn't let me get any farther. able to get the command prompt and codes but now the disclaimer will not come up on my phone to finish the process. Ideas????

G4 Bootloader Relock?

Hi all, I need to relock the bootloader, flashing back stock MM or LP didn't solve the issue for me, neither hard resetting, bootloader is still unlocked and the message appears on every start in the high left corner.
Can You help relock or it's impossible for now please?
It's not possible to relock once it's unlocked. It does tell you this when u unlock it.
Sent from my LG-H815 using Tapatalk
awes0me1 said:
It's not possible to relock once it's unlocked. It does tell you this when u unlock it.
Sent from my LG-H815 using Tapatalk
Click to expand...
Click to collapse
thanks for the answer, I did not remember that message. Strange for me that noone found or searched a method to relock for selling the phone :good:
Getting it relocked is the only way to send it back for warranty claim. I wasn't able to get it recognized by my computer so that I can run fastboot comands on it - the right one is ./fastboot oem lock
maildaemon said:
Getting it relocked is the only way to send it back for warranty claim. I wasn't able to get it recognized by my computer so that I can run fastboot comands on it - the right one is ./fastboot oem lock
Click to expand...
Click to collapse
Did you use the proper fastboot.exe? What OS is your computer? If it's windows try these.
It seems that in order to get fastboot operational, you need to have a working bootloader. So, after a couple (hundred) of tries - DO NOT FLASH KDZ (REFURBISH) your LG G4, it still boots once in a while and if it has your account and data and it will be faster to get to fastboot mode and get the bootloader locked again. Can somebody confirm that you can execute "fastboot oem lock" on an unlocked device? This will save us a lot of time trying to get the device to that state...
for me it is impossibile. If you have a g4 with bootloader locked and you doing fastboot oem unlock it says that it is no possibile...you must follow the instructions that lg provides with file unlock.bin
So is impossibile relock bootloader with fastboot oem lock...I hope that anyone find the way to do it...
Well unfortunately it is not posible to lock the bootloader via "fastboot oem lock" I'm waiting for user @warloxfre for some more info on his ideas (fingerscrossed)

Categories

Resources