Bricked Oneplus X?

Associate
Joined
26 Jun 2004
Posts
182
Hi,

I Recently picked up a OPX that the previous owner had rooted and put on TWRP. I wanted to go back to stock but didn't really read up on what i was attempting! Long story short the phone will not boot and is stuck in the Powered by Android screen and the OP logo.

I tried to flash the original Oneplus recovery.img bootloader but now have no TWRP or stock bootloader.

All i can get into is the fastboot screen...

Any ideas?!
 
Soldato
Joined
21 Aug 2010
Posts
5,798
Easy recovery with fastboot

Grab the latest OnePlus X USB drivers for windows & install
Grab the latest ADB/Fastboot for PC and extract

Then grab whatever ROM you want
(This one should work: https://androidfilehost.com/?fid=24591000424960109 )

Then boot phone into fastboot and connect to PC via USB.
Now open a cmd window at the extracted location of the ADB/Fastboot files.

Run the following commands one after the other:

fastboot oem unlock

fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata_64g.img
fastboot reboot
 
Associate
OP
Joined
26 Jun 2004
Posts
182
Thanks for that! It seems that after flashing the original recovery bootloader i can't do that 1st command (fastboot oem unlock) it just fails.

So i'm guessing that the bootloader is locked again?! And because there is no OS on it i can't unlock. Is there any other way to unlock the bootloader if the oem unlock fails?!
 
Back
Top Bottom