Help Required.. Bricked phone - OnePlus 2 Q&A, Help & Troubleshooting

Phone is bricked and no recovery mode...
bootloader unlocked...
what to do .
in fastboot
fastboot oem device-info
...
(bootloader) Device tampered: true
(bootloader) Device unlocked: false
(bootloader) Device is_verified: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
(bootloader) console_locked: 1
(bootloader) exec_console_unconsole: 0
OKAY [ 0.075s]
finished. total time: 0.075s
and so when trying to unlock the device...
X:\Downloads>fastboot oem unlock
...
FAILED (remote: oem unlock is disabled)
finished. total time: 0.004s
error...
if you guys have any idea..please share..

try flashing twrp if bootloader is unlocked
Sent from my SM-N910G using XDA Premium 4 mobile app
---------- Post added at 09:50 PM ---------- Previous post was at 09:49 PM ----------
Or you may fastboot oxygen os images
Sent from my SM-N910G using XDA Premium 4 mobile app

Try with this thread
http://forum.xda-developers.com/showthread.php?t=3183449
Sent from my ONE A2001 using XDA Free mobile app

Simple try going into developer settings and turning on the unlock option.

Related

[Q] Yureka bottloader unlocked by default!!! is it ok?

today i connected my device in fastboot mode and entered this command fastboot -i 0x1ebf oem device-info
it displayed
(bootloader) Device tampered: true
(bootloader) Device unlocked: true
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.008s]
finished. total time: 0.011s
is everything fine with device?
gmsss said:
today i connected my device in fastboot mode and entered this command fastboot -i 0x1ebf oem device-info
it displayed
(bootloader) Device tampered: true
(bootloader) Device unlocked: true
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.008s]
finished. total time: 0.011s
is everything fine with device?
Click to expand...
Click to collapse
Even mine came by default!
No problems
Sent from my AO5510 using Tapatalk
U guyzzzz are lucky.....in 100 pieces only 1 piece us with unlocbootloaderboot

OPT Fastboot OEM Device-Info

Hi guys,
I need you help : ) My OPT has a flickering display an I'd like to send it in. Therefore, I'd like to restore the factory default settings. Unfourtunatly, I don't know the default OEM Device-Infos. And how to change them.
I have just installed Oxygen OS 2.2.0: OnePlus2Oxygen_14_OTA_011_all_1512111634.zip from http://forum.xda-developers.com/oneplus-2/general/rom-mirrors-official-oxygen-os-roms-ota-t3209863
And these are my Fastboot Device Infos:
C:\adb>fastboot oem device-info
(bootloader) Device tamper: true
(bootloader) Device unlocked: true
(bootloader) Device is_verified: false
(bootloader) Charger scree enable: false
(bootloader) Display panel:
(bootloader) console_locked: 1
(bootloader) exec_console_unconsole: 0
OKAY [ 0.073s]
Finished. Total time: 0.077s
Do you guys know, if I can hand my phone in with an unlocked bootloader or do I need to change these parameters? I would be very pleased for any advise. Thank you : )
frammies said:
Hi guys,
I need you help : ) My OPT has a flickering display an I'd like to send it in. Therefore, I'd like to restore the factory default settings. Unfourtunatly, I don't know the default OEM Device-Infos. And how to change them.
I have just installed Oxygen OS 2.2.0: OnePlus2Oxygen_14_OTA_011_all_1512111634.zip from http://forum.xda-developers.com/oneplus-2/general/rom-mirrors-official-oxygen-os-roms-ota-t3209863
And these are my Fastboot Device Infos:
C:\adb>fastboot oem device-info
(bootloader) Device tamper: true
(bootloader) Device unlocked: true
(bootloader) Device is_verified: false
(bootloader) Charger scree enable: false
(bootloader) Display panel:
(bootloader) console_locked: 1
(bootloader) exec_console_unconsole: 0
OKAY [ 0.073s]
Finished. Total time: 0.077s
Do you guys know, if I can hand my phone in with an unlocked bootloader or do I need to change these parameters? I would be very pleased for any advise. Thank you : )
Click to expand...
Click to collapse
It's fine as it is - read this

Possible Bricked?

Hi,
Earlier on today I was trying to root my phone (Well at least put TWRP on so I could mount a rom) and somehow the bootloader got locked during the process this has prevented me to install any roms....
I know it's locked because of -
(bootloader) Device tampered: true
(bootloader) Device unlocked: false
(bootloader) Device is_verified: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
(bootloader) console_locked: 1
(bootloader) exec_console_unconsole: 0
OKAY [ 0.079s]
finished. total time: 0.080s
I've tried to recover it back to normal during the "Fastboot Mode" state but not had any luck I believe the phones bricked? -
C:\Users\Liam\Desktop\One Plus Recovery\A2001_14_A.03_150805>fastboot flash user
data userdata_64G.img
target reported max download size of 536870912 bytes
erasing 'userdata'...
FAILED (remote: device is locked. Cannot erase)
finished. total time: 0.003s
I need this sorting as I don't have a phone to use, and would really apreiciate if someone could help me as i've spent like 8 hours today trying to sort it but not had any luck i've downloaded drivers (Qualcom), Android SDK, this Qualcom-download-tool for recovery and nothing seems to work
It will only boot into "Fastboot Mode"
i recommand you to ask this on OnePlus forums there is more people that answer
otherwize did you tried fastboot oem unlock and is your phone recognize by your computer ?
Use the Qualcomm recover method mentioned many times over in this forum.
try fastboot oem unlock.
did u enabled oem unlock option in dev settings while unlocking bl?
what exactly steps you followed?

LS997 fastboot oem device-id fails

Hi
I'm trying to get the device id from fastboot. The message I get is
Code:
FAILED (remote: unknown command)
. I am able to run fastboot oem device-info without issues.
Code:
da:~# fastboot oem device-info
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.101s]
finished. total time: 0.101s
Code:
da:~# fastboot oem device-id
...
FAILED (remote: unknown command)
finished. total time: 0.055s
Has anyone had success with this command?
bludhemn said:
Hi
I'm trying to get the device id from fastboot. The message I get is
Code:
FAILED (remote: unknown command)
. I am able to run fastboot oem device-info without issues.
Code:
da:~# fastboot oem device-info
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.101s]
finished. total time: 0.101s
Code:
da:~# fastboot oem device-id
...
FAILED (remote: unknown command)
finished. total time: 0.055s
Has anyone had success with this command?
Click to expand...
Click to collapse
Did you ever figure this out? I'm also having this issue on my H910 Att V20.

Re-unlocking bootloader problem

I have a OnePlus 2 phone which has its boot-loader unlocked at some point and I accidentally re-locked the bootloader and was unable to flash through fast-boot and I'm now unable to root the phone.
I have TWRP ready because I flashed it earlier before i re-locked the bootloader.
I am able to boot to the OS, fastboot and TWRP recovery mode.
However rooting seems impossible for now.
Whenever I tried to unlock bootloader it shows:
C:\adb>fastboot oem unlock
...
OKAY [ 0.122s]
finished. total time: 0.122s
However, after trying to check if the device is unlocked, it shows that I didn't actually unlocked the device, rather:
C:\adb>fastboot oem device-info
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Device is_verified: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
(bootloader) console_locked: 1
(bootloader) exec_console_unconsole: 0
OKAY [ 0.063s]
finished. total time: 0.063s
This is the only problem that I've received from my other phone, I used to root my 1+1 and it went well without a single problem.
And this is my first post (not like you guys care anyways) and I don't really know where to post my troubles so I apologize if I posted this in the wrong place.
Any suggestions / help would be very much appreciated.
Thanks in advance~
Kev.
[EDIT]
I have tried various methods to restore the phone when soft-bricked with SuperSU, and it works, however it doesn't allow me to reset the bootloader's status and I'm not capable of doing so.
Did you enable OEM unlocking in Developer settings?

Categories

Resources