Plz give the cmd code for checking details of bootloader locked or unlocked
Here you go
fastboot -i 0x1ebf oem device-info
jogson said:
Plz give the cmd code for checking details of bootloader locked or unlocked
Click to expand...
Click to collapse
**************************WARNING****************************************
Please not that unlocking and re-locking boot loader in CM12 (Lollipop) Would ERASE USER DATA!
So first make sure that your device (yureka) is detected fastboot -i 0x1ebf devices
fastboot -i 0x1ebf oem lock
Please hit Thanks! if it worked!
HI
I need help unfortunately after flashing a ROM in my OP2 my recovery disappeared and I am stuck wid fastboot now and when I try to flash twrp in it it says locked so I try to unlock bootloader using "Fastboot OEM unlock" Says success but when I type in "Fastboot OEM Device-info" it shows Device Tampered : True and bootloader unlocked : False I have stuck in Fastboot for last 48 hrs pls help me bro.:crying:
Tharun Gowd said:
HI
I need help unfortunately after flashing a ROM in my OP2 my recovery disappeared and I am stuck wid fastboot now and when I try to flash twrp in it it says locked so I try to unlock bootloader using "Fastboot OEM unlock" Says success but when I type in "Fastboot OEM Device-info" it shows Device Tampered : True and bootloader unlocked : False I have stuck in Fastboot for last 48 hrs pls help me bro.:crying:
Click to expand...
Click to collapse
https://forums.oneplus.net/threads/mega-unbrick-guide-for-a-hard-bricked-oneplus-2.347607/
Here read my comment at page 15
Tharun Gowd said:
HI
I need help unfortunately after flashing a ROM in my OP2 my recovery disappeared and I am stuck wid fastboot now and when I try to flash twrp in it it says locked so I try to unlock bootloader using "Fastboot OEM unlock" Says success but when I type in "Fastboot OEM Device-info" it shows Device Tampered : True and bootloader unlocked : False I have stuck in Fastboot for last 48 hrs pls help me bro.:crying:
Click to expand...
Click to collapse
I have had the same problem, i have managed to solved it with this guide (method 3).
http://www.technobuzz.net/unbrick-oneplus-2/
Good luck
By mistake I selected USA radio band from the options in *#*#4636#*#* and now I am not getting networks!
Can anyone suggest any fix?
I tried to connect phone via adb and fastboot but adb is not recognizing the device
s k said:
By mistake I selected USA radio band from the options in *#*#4636#*#* and now I am not getting networks!
Can anyone suggest any fix?
I tried to connect phone via adb and fastboot but adb is not recognizing the device
Click to expand...
Click to collapse
hi, i also experience the same problem as u. what i did is i flash breadcrust's mm firmware and nuclea rom. it fixed the problem
But I am unable to connect via adb and fastboot to!
can you give steps to do that?
jflee said:
hi, i also experience the same problem as u. what i did is i flash breadcrust's mm firmware and nuclea rom. it fixed the problem
Click to expand...
Click to collapse
Can you give me steps or links to install correct drivers and all that stuff?
s k said:
By mistake I selected USA radio band from the options in *#*#4636#*#* and now I am not getting networks!
Can anyone suggest any fix?
I tried to connect phone via adb and fastboot but adb is not recognizing the device
Click to expand...
Click to collapse
You can also flash stock rom. Follow the steps:
Prerequistes :
1) Install ADB and Fastboot drivers. Instructions in the following link
http://forum.xda-developers.com/showthread.php?t=2317790
2) Download Stock rom from "cyngn.com/support"
cm-12.1-YOG4PAS9IG-ham-signed-fastboot-b9cce4220b.zip
3) Enable USB Debugging in Developer options and connect your phone to pc. Grant your pc, the permission for USB Debugging.
4) Enable "Advance reboot" in Developer options.
5) Now reboot your phone into bootloader.
5) Extract the contents of " cm-12.1-YOG4PAS9IG-ham-signed-fastboot-b9cce4220b.zip" to the ADB and Fastboot folder.
6) Open command prompt in the ADB and Fastboot folder.
7) Execute the following commands one by one:
fastboot -i 0x2b4c flash modem NON-HLOS.bin
fastboot -i 0x2b4c flash sbl1 sbl1.mbn
fastboot -i 0x2b4c flash dbi sdi.mbn
fastboot -i 0x2b4c flash aboot emmc_appsboot.mbn
fastboot -i 0x2b4c flash rpm rpm.mbn
fastboot -i 0x2b4c flash splash splash.img
fastboot -i 0x2b4c flash tz tz.mbn
fastboot -i 0x2b4c flash boot boot.img
fastboot -i 0x2b4c flash recovery recovery.img
fastboot -i 0x2b4c flash -S 512M system system.img
fastboot -i 0x2b4c flash persist persist.img
fastboot -i 0x2b4c flash cache cache.img
fastboot -i 0x2b4c flash userdata userdata_64G.img
fastboot -i 0x2b4c flash reboot
8) Now you are in stock rom.
Please confirm your doubts before you proceed.
akvpappan said:
You can also flash stock rom. Follow the steps:
Prerequistes :
1) Install ADB and Fastboot drivers. Instructions in the following link
http://forum.xda-developers.com/showthread.php?t=2317790
2) Download Stock rom from "cyngn.com/support"
cm-12.1-YOG4PAS9IG-ham-signed-fastboot-b9cce4220b.zip
3) Enable USB Debugging in Developer options and connect your phone to pc. Grant your pc, the permission for USB Debugging.
4) Enable "Advance reboot" in Developer options.
5) Now reboot your phone into bootloader.
5) Extract the contents of " cm-12.1-YOG4PAS9IG-ham-signed-fastboot-b9cce4220b.zip" to the ADB and Fastboot folder.
6) Open command prompt in the ADB and Fastboot folder.
7) Execute the following commands one by one:
fastboot -i 0x2b4c flash modem NON-HLOS.bin
fastboot -i 0x2b4c flash sbl1 sbl1.mbn
fastboot -i 0x2b4c flash dbi sdi.mbn
fastboot -i 0x2b4c flash aboot emmc_appsboot.mbn
fastboot -i 0x2b4c flash rpm rpm.mbn
fastboot -i 0x2b4c flash splash splash.img
fastboot -i 0x2b4c flash tz tz.mbn
fastboot -i 0x2b4c flash boot boot.img
fastboot -i 0x2b4c flash recovery recovery.img
fastboot -i 0x2b4c flash -S 512M system system.img
fastboot -i 0x2b4c flash persist persist.img
fastboot -i 0x2b4c flash cache cache.img
fastboot -i 0x2b4c flash userdata userdata_64G.img
fastboot -i 0x2b4c flash reboot
8) Now you are in stock rom.
Please confirm your doubts before you proceed.
Click to expand...
Click to collapse
Unfortunately, none of the solutions listed in any place worked for me (permanent solution). What I mean by that is, the airplane mode got turn off somehow while playing with safe mode. But after a couple of restarts, the airplane mode gets turned back on.
As mine is still under warranty took it to a Lenovo Service center and checked with them. They confirmed that this is a motherboard issue and it will have to be replaced. I got mine during the first flash sale in May 2016 and looks like this problem is there with that batch of phones.
Try opening *#*#4636#*#* and changing band ti your native country. I know you would have already tried it.. Just in case you forgot or it helps. ?
Sent from my ZUK Z1 using XDA-Developers mobile app
I flashed cm13 and the problem was solved!
s k said:
By mistake I selected USA radio band from the options in *#*#4636#*#* and now I am not getting networks!
Can anyone suggest any fix?
I tried to connect phone via adb and fastboot but adb is not recognizing the device
Click to expand...
Click to collapse
---same thing happening by me, i have gone to service center but they guys say it's motherboard issue, please let me know if you have fixed this problem?
dharam29 said:
---same thing happening by me, i have gone to service center but they guys say it's motherboard issue, please let me know if you have fixed this problem?
Click to expand...
Click to collapse
Ah long ago, flashed another rom. It will fix.
I don't have that device now, I sold it
s k said:
Ah long ago, flashed another rom. It will fix.
I don't have that device now, I sold it
Click to expand...
Click to collapse
Thanks for your quick response, what's the steps for flashed another rom?
can someone run me thru on how to unlock lenovo k33a42 bootloader
Namasi said:
can someone run me thru on how to unlock lenovo k33a42 bootloader
Click to expand...
Click to collapse
Just reboot your device into fastboot mode, connect it to the pc and run this command in cmd :
" fastboot -i 0x17ef oem unlock-go "
BEWARE!! THIS WILL DELETE ALL OF THE INTERNAL DATA.. BACKUP IF NECESSARY..
I'm trying to flash a custom rom to my X Compact. I'm using Mac OS with the latest release of ADB platform tools.
Whenever i try to input ./fastboot -i 0x0fce oem unlock 0xmyunlockcode i get a -i invalid command error
Usb debugging and oem unlock in my phone are set to on and i can see the phone when i enter fastboot devices.
What's the problem here?
Thanks.
Deadlypants02 said:
I'm trying to flash a custom rom to my X Compact. I'm using Mac OS with the latest release of ADB platform tools.
Whenever i try to input ./fastboot -i 0x0fce oem unlock 0xmyunlockcode i get a -i invalid command error
Usb debugging and oem unlock in my phone are set to on and i can see the phone when i enter fastboot devices.
What's the problem here?
Thanks.
Click to expand...
Click to collapse
Never used fastboot on a Mac, but I wonder if trying a different fastboot version might help, or just type fastboot help, and see options. Maybe what used to be -i option has changed in newer version...