Hi!
Now i have 4.4.4 stock and bootloader locked
how can i chage 'device tapered' in false without touchscreen?
fastboot oem device-info
...
( bootloader ) Device tampered: true
( bootloader ) Device unlocked: true
(bootloader) Charger screen enabled: false
OKAY [ 0.005s]
finished. total time: 0.005s
Whenever I attempt to unlock the bootloader it will reboot into android without any confirmation, I am on CM12S 5.0.2, USB Debugging enabled and I am on Windows, with Minimal ADB And fastboot so i didnt have to install all the other studio things, it appeared once in adb devices so I tried to unlock and it did the same as before but I lost all my data.
Issue this command:
Code:
fastboot oem device-info
What's the output?
XDA Moderator
Transmitted via Bacon
(bootloader) Device tampered: true
(bootloader) Device unlocked: true
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.016s]
finished. total time: 0.021s
So according to that it has been unlocked, which doesnt make sense as I got no warning about data loss.
TheGamingBarrel said:
(bootloader) Device tampered: true
(bootloader) Device unlocked: true
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.016s]
finished. total time: 0.021s
So according to that it has been unlocked, which doesnt make sense as I got no warning about data loss.
Click to expand...
Click to collapse
It was probably already unlocked before you received the phone, where did you buy it?
XDA Moderator
Transmitted via Bacon
Heisenberg said:
It was probably already unlocked before you received the phone, where did you buy it?
XDA Moderator
Transmitted via Bacon
Click to expand...
Click to collapse
I bought it brand new off their website ( https://oneplus.net/uk/one ) but i tried to install custom recovery and it was fine, so I dont really think it matters
Hello, I recently received a Pixel 2 and was able to tick "OEM Unlocking" in developer options. However, when I go into fastboot and try to use "./fastboot flashing unlock" it gives me this: FAILED (remote: 'Flashing Unlock is not allowed')
./fastboot oem device-info gives me this:
(bootloader) Device unlocked: false
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: true
Anyone ever run into this or have any suggestions?
DELETEME
Any phone(pixel2) that is an RMA replacement regardless if it was an original google edition of the pixel 2 will do this, if you searched you would have found this
Hello, gentlemens!
I rollback RM 5 Pro from 12 to Android 11 (Realme UI 2.0). I didn't sure is bootloader unlocked or not. Last two results (false) confusing me. Here is results:
PS C:\Program Files (x86)\Minimal ADB and Fastboot> fastboot oem device-info
(bootloader) Verity mode: true
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: false
OKAY [ 0.016s]
finished. total time: 0.016s
Btw, I can't install TWRP again. So, I need little help about bootloader, is unlocked or not? Thank you.
Anybody know?
Hello everybody,
I need help to get my phone inbricked. Last year I installed LineageOS on my device and everything worked fine. Since I needed for some reason to relock my phone. I did via fastboot:
Bash:
fastboot oem lock
Since then my phone prints out: "The System has been destroyed ..."
I cannot flash anymore...
Code:
$ fastboot oem device-info
< waiting for any device >
...
(bootloader) Verity mode: true
(bootloader) Device unlocked: false
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: true
OKAY [ 0.000s]
finished. total time: 0.000s
What can I do to unlock the bootloader?