Unlocked Bootloader. How to remove warning message? - X 2014 Q&A, Help & Troubleshooting

I found this but I have no idea how to do it. This is my first android BTW. Thanks for the help
http://forum.xda-developers.com/mot...ng-message-unlocked-bootloader-t2871478method

10pmStalker said:
I found this but I have no idea how to do it. This is my first android BTW. Thanks for the help
http://forum.xda-developers.com/mot...ng-message-unlocked-bootloader-t2871478method
Click to expand...
Click to collapse
Make sure debug is enabled in your moto x, plug it in the pc
Download adb somewhere (google) if you don't have it already
Download the logo zip in that link you provided and unzip it in the same folder where you have the adb files
Right click the adb folder and select Open command window (or something like that)
Type:
adb reboot bootloader
(phone will reboot showing blue and green letters)
then type:
fastboot flash logo logo.bin
a quick message will be shown, then select in your device "normal powerup" and you're done.

allweknowisa said:
Make sure debug is enabled in your moto x, plug it in the pc
Download adb somewhere (google) if you don't have it already
Download the logo zip in that link you provided and unzip it in the same folder where you have the adb files
Right click the adb folder and select Open command window (or something like that)
Type:
adb reboot bootloader
(phone will reboot showing blue and green letters)
then type:
fastboot flash logo logo.bin
a quick message will be shown, then select in your device "normal powerup" and you're done.
Click to expand...
Click to collapse
Thanks for the reply. I keep getting error:device not found when I enter "adb reboot bootloader"

Are you sure you have usb debugging enabled?
If you are, plug in your phone and unlock it (introduce your pattern or pincode) that way your computer recognizes it.

got it, thanks guys.

Related

phone doesn't boot (can only get to fastboot USB menu)

i can only access the white screen when i chose bootloader>recovery i get the /!\ sign.
i installed the USB driver and i was able to use only the "fastboot" commends. adb commend didn't work. when i type fastboot devices i get the serial no. of the device.
when i use the adb devices commend i get: "List of devices attached" and an empty line.
is it possible to fix this phone? thanx in advance.
Asilns said:
i can only access the white screen when i chose bootloader>recovery i get the /!\ sign.
i installed the USB driver and i was able to use only the "fastboot" commends. adb commend didn't work. when i type fastboot devices i get the serial no. of the device.
when i use the adb devices commend i get: "List of devices attached" and an empty line.
is it possible to fix this phone? thanx in advance.
Click to expand...
Click to collapse
adb only works within android since it's a debugger if I'm not mistaken. Try using fastboot to flash the system images of the stock rom back to their respective partitions. (ie. fastboot flash system system.img; fastboot flash boot boot.img; etc.)
You must be unlocked for that to work however.
problem solved
after almost 10 hours of research the solution was really easy.
1.download "recovery-RA-nexus-v1.6.2.img" and fastboot it using this commend:
fastboot-windows flash recovery recovery-RA-nexus-v1.6.2.img
2.flash a rom from SD card and everything should work fine

[Q] Htc one M7 softbricked and can't connect to a computer

FYI: I am not tech savy at all so bare with me if I sound like a noob/idiot.
I basically formatted my phone from TWRP and I'm thinking there isn't any ROM/UI/kernel?..ect. so it cannot start up (basically stuck on the htc loading screen). My computer detects it but not as a storage device and I can't seem to find a way to access it. I believe I have what i need on my computer but my issue is that i dont know how to get into the internal storage of my htc one because it cannot detect it as a storage device on my computer.
The only trace of it at all i seem to be able to find is in
Control Panel\Hardware and Sound\Devices and Printers
Its called "android 1.0" and when i click on it, it takes me to its properties from device manager.
It says Location: Port_#0001.Hub_#0008
I dont know if any of this info i gave is relevant, if not, let me know what ups.
ray408 said:
FYI: I am not tech savy at all so bare with me if I sound like a noob/idiot.
I basically formatted my phone from TWRP and I'm thinking there isn't any ROM/UI/kernel?..ect. so it cannot start up (basically stuck on the htc loading screen). My computer detects it but not as a storage device and I can't seem to find a way to access it. I believe I have what i need on my computer but my issue is that i dont know how to get into the internal storage of my htc one because it cannot detect it as a storage device on my computer.
The only trace of it at all i seem to be able to find is in
Control Panel\Hardware and Sound\Devices and Printers
Its called "android 1.0" and when i click on it, it takes me to its properties from device manager.
It says Location: Port_#0001.Hub_#0008
I dont know if any of this info i gave is relevant, if not, let me know what ups.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2318497
Here is some reading material for you
Bro..I completely understand your predicament..
Just do this step by step
1. Download minimal adb from the internet and install it on your PC.
2. Download twrp image from the internet.this is a recovery loader.
3.copy the image file into the install directory of minimal adb.
4.execute the minimal adb shortcut from your PC.it should open a command prompt.
5.connect your device to the PC via usb.
6. Type this command to check if your device is recognized. "Fastboot devices"
It should show you a device ID..if your device is connected and recognized
7.flash tarp image with this command "fastboot flash recovery <twrp.img>"
8.reboot your device..press and hold volume down at the sametime to get into bootloader.
9.enter recovery.
10.Download any custom rom from htconeroot.com.it will be a zip file.
11. Copy the zip into minimal adb install directory and run this command to push the zip onto your device. "adb push <image file>.zip any name.zip"
12. After this completes you should be able to see this image in the filemanager in twrp.
13.move the zip file into sdcard directory.
14.make sure all options are checked in the mount in twrp
15.install the custom rom from install option in tarp.
This is 3 frantic days of research on the internet bro..
I had a brick in my hand too..got it up and running VIPERONE ROM
Hope you get through this fine
Thank you, i really appreciate the effort! but im stuck on step 6/7. When i typed in fastboot devices, it didn't show any new id. and when i typed fastboot flash recovery twrp.img it says "waiting on device" so im guessing it still didnt detect it. any idea on why this might be happening? thanks
gowda-the-grear said:
Bro..I completely understand your predicament..
Just do this step by step
1. Download minimal adb from the internet and install it on your PC.
2. Download twrp image from the internet.this is a recovery loader.
3.copy the image file into the install directory of minimal adb.
4.execute the minimal adb shortcut from your PC.it should open a command prompt.
5.connect your device to the PC via usb.
6. Type this command to check if your device is recognized. "Fastboot devices"
It should show you a device ID..if your device is connected and recognized
7.flash tarp image with this command "fastboot flash recovery <twrp.img>"
8.reboot your device..press and hold volume down at the sametime to get into bootloader.
9.enter recovery.
10.Download any custom rom from htconeroot.com.it will be a zip file.
11. Copy the zip into minimal adb install directory and run this command to push the zip onto your device. "adb push <image file>.zip any name.zip"
12. After this completes you should be able to see this image in the filemanager in twrp.
13.move the zip file into sdcard directory.
14.make sure all options are checked in the mount in twrp
15.install the custom rom from install option in tarp.
This is 3 frantic days of research on the internet bro..
I had a brick in my hand too..got it up and running VIPERONE ROM
Hope you get through this fine
Click to expand...
Click to collapse
ray408 said:
Thank you, i really appreciate the effort! but im stuck on step 6/7. When i typed in fastboot devices, it didn't show any new id. and when i typed fastboot flash recovery twrp.img it says "waiting on device" so im guessing it still didnt detect it. any idea on why this might be happening? thanks
Click to expand...
Click to collapse
Ok..try this..
Press down on the power and volume down button to enter the default boot loader.
If you hv rooted your phone..it should be showing tampered at the top.
select the fast boot option..
Now connect your phone via usb..
The display name should change to "fastboot usb"
Then again open minimal adb and continue from step 6.
Make sure you have all the htc drivers for Windows installed on your PC.
Windows can automatically download these drivers for you if you don't have them..
All the best
Are you using Windows 8.1?
everything works now, thank you guys. You are all awesome!

ROOT Zenfone 4 (A400CG) WW-ASUS_T00I-WW-7.3.3.0

WARNING : THIS METHOD IS JUST FOR ZENFONE 4 T00I WITH Build Number 6.6.3.
If you have no idea how to know what build number your device are running, go to Setting > About Phone > Software Information.
The Build number must be contain with these : WW_ZenFone-V6.6.3
This method for people who get error command (or Robot with Red Sign) after flashing update with Root file via Droidboot/Fastboot. Now i will show you how to fix that with flashing custom recovery temporarily before flashing the root file. But first thing, you have to download these file :
- Intel USB Driver for Android Devices (Google it)
- Platform-Tool (or ADB Tools if you will), TWRP and Root File : drive[dot]google[dot]com/drive/folders/0B-TAWFRNxvPcZm55NVJ5RjYwdVk (change the [dot] with "." without quote, i'm still new here as silent reader btw )
- Asus Unlock Bootloader (same google drive link, after download it copy to your sdcard or internal storage)
Click to expand...
Click to collapse
Before you follow the instruction, you have to unlock your bootloader (if you new here and don't know what i mean). If you have unlock the bootloader then skip this !!
***Unlocking Bootloader***
Downlaod "Unlock_Tool_A400_v8.1.apk" and copy it to your sdcard or internal storage.
On your device, go to File Manager and install the app. If you get a warning message then :
Click on Option at the message > Scroll a little bit until you found "Unknown sources". Tick that box and go repeat step #2
Open the app, pretending you have read the User Agreement by quick scroll to the very bottom, check the box and click Ok
Quick scroll again, tick the box Accept and click "Press to unlock your devices"
If you get a warning message just click Ok, and your device should be restart automaticly after you finish reading this step.
Click to expand...
Click to collapse
That's it, now your devices Bootloader is unlock, now continue to the next instruction.
Follow this (NEWBIE FRIENDLY)
1. Install Intel USB Driver.
2. Enable Developer Option
Go to Setting > About Phone > Software Information. Tap the build number 7x or more until the text pop up "You are now a developer".
3. Go back to Setting > Developer Options. Scroll down a little bit until you find "Enable USB Debugging" check the box.
4. Extract the platform-tools somewhere (e.g. Desktop), then copy twrp_recovery-V3.img and Root file into the platform-tools folder. DO NOT EXTRACT THE ROOT FILE
5. Now plug in your device to your PC
6. Go to the platform-tools folder, now do this : Hold [SHIFT] + Right Click, choose and click "open command window here".
7. Check if the devices is connected by entering this command : adb devices
If it says "xxxxxxxxxxx unauthorized" then go look to your screen, check the boxes and grant / accept.
8. Do step 7 again, if command prompt now shows "xxxxxxxxxxx devices" now continue to the next step.
9. Enter this command first : adb reboot bootloader. Now your device should restart automaticly to the Droidboot mode.
10. After your device screen shows a Droidboot mode, enter this command prompt :
fastboot devices
fastboot flash recovery twrp_recovery-V3.img
fastboot flash update root_zenfone4_v2.zip
Click to expand...
Click to collapse
11. Your phone should be restart after entering the final command, and then your device will go to the TWRP recovery mode and installing the root file.
FINISH !! Your phone now is rooted. Check your menu for "SuperSu" app installed after doing this method, if it want to update just click ok and click normal. Sorry for bad explaination or my english is a little bit crap.

Remove Unlocked Bootloader Message Moto G5S

Prerequisites
Set up ADB and Fastboot on your computer. You can download the minimal ADB and fastboot tool from download section (unzip it).
Install Motorola USB Drivers on your computer.
Open Settings> Developer options and enable USB Debugging on your device.
Go to Developer options and enable oem unlock.
Remove Unlocked Bootloader Warning
Make sure you have setup ADB and fastboot on your PC.
Download the logo file and transfer the logo.bin file to some place you can track it easily. Its better if you use the folder where you setup the fastboot.
Power off your device and keep it unplugged from your PC.
Boot into bootloader. To do so, press and hold volume down and the power button for 5-6 seconds.
You will see the bootloader screen. Now plug in your device to the PC.
Navigate to the location of the logo.bin file. While the folder with the logo file is open, hold shift on keyboard and right-click on an empty space and select “Open command window here” option to launch a cmd window.
Now type the following in the command prompt to get a code.
Code:
fastboot flash logo removewarninglogo.bin
Now type the following in command prompt to reboot.
Code:
fastboot reboot
Download:
mfastboot_V2
removewarninglogo.bin
Thank you..
Thank you bro...:good:
Thank you. Got rid of that unlocked logo.
Thanks! Works!
Very Thanks! it Works also for Moto Play Z.
Do you know where i can find this for the moto g6 play? This work size was just off. Thank you.
Does it also remove this annoying "Hello Moto! "-sound during start-up?
If not, how to remove it? It is really annoying, especially to restart the device with people around ;facepalm;
RuKlowd said:
Does it also remove this annoying "Hello Moto! "-sound during start-up?
If not, how to remove it? It is really annoying, especially to restart the device with people around ;facepalm;
Click to expand...
Click to collapse
Settings> sound> advanced settings> startup sound
lohanbarth said:
Settings> sound> advanced settings> startup sound
Click to expand...
Click to collapse
:good::good:
working like charm! Thanks Guth13
Any method to do it without PC? TWRP style or something
anyone have a working pixel 2 bootlogo??? would like to have that FULL pixel experience (i know that answers on this is probably rare)
removewarninglogo.bin
Does anyone still have the removewarninglogo.bin file? MediaFire link won't let me download it.
Edit: found it on another thread.
lohanbarth said:
Prerequisites
Set up ADB and Fastboot on your computer. You can download the minimal ADB and fastboot tool from download section (unzip it).
Install Motorola USB Drivers on your computer.
Open Settings> Developer options and enable USB Debugging on your device.
Go to Developer options and enable oem unlock.
Remove Unlocked Bootloader Warning
Make sure you have setup ADB and fastboot on your PC.
Download the logo file and transfer the logo.bin file to some place you can track it easily. Its better if you use the folder where you setup the fastboot.
Power off your device and keep it unplugged from your PC.
Boot into bootloader. To do so, press and hold volume down and the power button for 5-6 seconds.
You will see the bootloader screen. Now plug in your device to the PC.
Navigate to the location of the logo.bin file. While the folder with the logo file is open, hold shift on keyboard and right-click on an empty space and select “Open command window here” option to launch a cmd window.
Now type the following in the command prompt to get a code.
Code:
fastboot flash logo removewarninglogo.bin
Now type the following in command prompt to reboot.
Code:
fastboot reboot
Download:
mfastboot_V2
removewarninglogo.bin
Click to expand...
Click to collapse
Can I flash my pic sorry just joking
didn't work for me

Rooting Black Shark 3 / 3 Pro the Correct & Easy Way - BL Unlocking, TWRP & OTA Fix

Rooting Black Shark 3 / 3 Pro the Correct & Easy Way - BL Unlocking, TWRP & OTA Fix
Greetings fellow Black Shark users!
This guide is made for Black Shark 3 Pro Global version, but in theory it should work with any version if the bootloader is unlocked.
Warning: Before you start, backup your phone data as this would wipe your phone!
Do this at your own risk, I'm not responsible if you break your phone!
Prerequisites:
- Update your phone to the latest version possible.
- Download ADB, BOOTLOADER UNLOCK TOOL & TWRP Installer for Black Shark 3 Pro Global or Black Shark 3 Global.
On Phone:
1- Enable Developer Options. (Go to Settings, then About Phone, then Tap on Build number 7 times, then enter your password if needed)
2- Enable OEM unlocking. (Go to Settings, then Additional Settings, then Developer Options, then enable OEM unlocking option, then enter your password if needed)
3- Enable USB Debugging. (Go to Settings, then Additional Settings, then Developer Options, then enable USB Debugging option)
On PC:
4- Run BS3Pro_by_KM Installer. (Use the right version for your device. Right click and choose run as administrator. On driver installation popup click Next, then Install and Finish. Also Install dotNet3.5 if it ask for it. You must reboot your PC after the installation.)
5- Connect your Phone to PC using USB cable.
On Phone:
6- When Allow USB debugging popup appear, tap OK. (Tick Always allow from this computer)
On PC:
7- Make sure google drivers installed correctly and that your PC can see your Phone. (Android ADB Interface)
8- Open Command Prompt as administrator. (Type CMD in Windows search bar, then right click on Command Prompt ‘cmd’ and click on Run as administrator)
9- In CMD type:
Code:
cd c:\adb
Then press Enter key.
10- In CMD type:
Code:
adb devices
Then press Enter key. (If you can see a Device ID with ‘device’ written on its right, then continue to next step, if not then recheck your drivers. If you see a Device ID with ‘unauthorized’ written on its right, then go back to step 6)
11- In CMD type:
Code:
adb reboot edl
Then press Enter key. (To enter EDL mode)
On Phone:
12- You will only see a black screen on your phone. (This is normal, but your phone will be connected to your PC)
On PC:
13- Disconnect and reconnect your Phone to PC using USB cable then make sure the drivers are installed correctly and that your PC can see your Phone. (Qualcomm HS-USB QDLoader 9008)
14- Go to C:\adb and run MiFlash application, then click “refresh”. (You should see your device in the table now)
15- Click “select” and choose “C:\adb\Unlock” folder, then click “OK”, then click “flash”. (When it says done go to next step)
On Phone:
16- Disconnect the USB cable from your Phone, then hold power button and volume down button for 15 seconds until the phone reboots into Fastboot mode.
17- Make sure you see Fastboot mode on your phone screen. (With big green START on top)
On PC:
18- Reconnect your Phone to PC using USB cable then make sure google drivers installed correctly and that your PC can see your Phone. (Android Bootloader Interface)
19- In CMD type:
Code:
fastboot devices
Then press Enter key. (If you can see a Device ID, then continue to next step, if not then recheck your driver setup)
20- In CMD type:
Code:
fastboot flashing unlock
Then press Enter key. (This will unlock the bootloader, if you see an error make sure that your model is supported)
21- In CMD type:
Code:
fastboot erase userdata
Then press Enter key. (This will wipe userdata “Factory Reset”)
22- In CMD type:
Code:
fastboot getvar current-slot
Then press Enter key. (This will show you which slot you’re currently using, note it down)
23- In CMD type:
Code:
fastboot boot twrp.img
Then press Enter key. (This will boot TWRP, if it doesn’t work the first time, then force reboot your phone and repeat steps 16-21, you can skip step 20-22 if you already performed them)
On Phone:
24- Make sure TWRP is booted on your phone.
On PC:
25- In CMD type:
Code:
adb pull /dev/block/bootdevice/by-name/boot_a stock_boot_a.img
Then press Enter key. (This will copy the stock boot_a.img into your current directory)
26- In CMD type:
Code:
adb pull /dev/block/bootdevice/by-name/boot_b stock_boot_b.img
Then press Enter key. (This will copy the stock boot_b.img into your current directory)
On Phone:
27- In TWRP, go to Reboot, then system.
28- Download and install Magisk Manager from here. (Once the phone is booted correctly)
On PC:
29- In CMD type:
Code:
adb push stock_boot_X.img /sdcard/Download
Then press Enter key. Change ‘X’ to your current slot from step 22, mine was ‘stock_boot_a.img’. (This will copy your stock boot.img to your phone’s Downloads directory)
On Phone:
30- Run Magisk Manager, tap on the first INSTALL button on the top right, when it asks you to Install Magisk tap INSTALL, then tap on Select and Patch a File, and choose your stock_boot_X.img from ‘Download’ directory. When it’s done it will create a new file in your ‘Download’ directory named magisk_patch.img. (Don’t tap Reboot, just tap back and close the App)
On PC:
31- In CMD type:
Code:
adb pull /sdcard/Download/magisk_patched.img
Then press Enter key. (This will copy the patched boot.img to your current ‘adb’ directory)
32- In CMD type:
Code:
adb reboot bootloader
Then press Enter key. (To enter Fastboot mode)
33- In CMD type:
Code:
fastboot flash boot_x magisk_patched.img
Then press Enter key. Change ‘X’ to your current slot from step 22, mine was ‘boot_a’. (This will flash Magisk to your boot)
34- In CMD type:
Code:
fastboot reboot
Then press Enter key. (This will reboot your phone)
On Phone:
35- Run Magisk Manager, check if Magisk is installed and you have two green ticks on the left.
Congratulations! Now you have successfully rooted your Black Shark 3 Pro !
Fingerprint Calibration Tutorial (This is needed if the fingerprint sensor is stopped working)
1- Dial this from your phone
Code:
*#*#466349#*#*
This will take you to the fingerprint calibration page.
2- Tap on 售后校准, then you will be ask you to add the FLASH FLA.
3- Now tap START, and then immediately press your thumb on the fingerprint scanner area, keep you finger pressed until the step is completed.
4- Now it will ask you to add the black FLAT. (This means you have to wear a 'black' cloth on your thumb or a black glove before pressing your thumb on the fingerprint scanner, then hold your thumb on the fingerprint scanner area until the calibration is complete.)
5- When done successfully, reboot your device then try to add your fingerprints.
Full OTA Factory Image for Black Shark 3 Pro Global “MBU-H0" - Fix most phone's issues and restore it to factory state. This also fixes OTA updating issues.
1- Download this zip file MOBS2005121OS00MP1.
2- Rename km_update.zip to update.zip and move it to “ota” directory in your phone.
3- Dial this from your phone
Code:
*#*#1027#*#*
Then press "LOCAL UPDATE" and start updating your device. (You might need to do this twice)
4- Update your device to the latest version from the settings.
Special thanks to:
@John Eveline for the Bootloader Unlocking Tools.
@wzsx150 for Black Shark 3 Pro TWRP.
@topjohnwu for Magisk.
@Snoop05 for ADB Installer Code.
PS: I put a lot of time and effort in making this guide, if you want to copy it to somewhere else, then at least give credit!
miflash keep says no fastboot
cant recognize my phone
rowihel2012 said:
miflash keep says no fastboot
cant recognize my phone
Click to expand...
Click to collapse
Please redownload it, it should work fine now.
KM7 said:
Please redownload it, it should work fine now.
Click to expand...
Click to collapse
Ok thanks my friend
KM7 said:
Please redownload it, it should work fine now.
Click to expand...
Click to collapse
same problem
no fastboot
all drivers installed
rowihel2012 said:
same problem
no fastboot
all drivers installed
Click to expand...
Click to collapse
Try downloading it again, sorry for this a file was misplaced. Fixed now.
KM7 said:
Try downloading it again, sorry for this a file was misplaced. Fixed now.
Click to expand...
Click to collapse
sorry bro
no fastboot
it cant detect my phone
same problem
when i try to unlock the bootloader
i got an error : the write timed out
rowihel2012 said:
sorry bro
no fastboot
it cant detect my phone
same problem
Click to expand...
Click to collapse
Make sure the drivers are installed correctly and reboot your PC. I've just tried it and everything work just fine on my PC.
stark7i said:
when i try to unlock the bootloader
i got an error : the write timed out
Click to expand...
Click to collapse
You mean in MiFlash or Fastboot? please specify which step # you are stuck in.
KM7 said:
You mean in MiFlash or Fastboot? please specify which step # you are stuck in.
Click to expand...
Click to collapse
i am stuck at step 13. the miflash cant find my phone. i have re-downloaded everything and still doesnt work. any suggestions?
appless said:
i am stuck at step 13. the miflash cant find my phone. i have re-downloaded everything and still doesnt work. any suggestions?
Click to expand...
Click to collapse
Make sure your drivers are installed correctly as shown above. When in edl mode the drivers are different than fastboot. Try reinstall the application with right click and ‘run as administrator’.
Do you know how to relock the bootloader?
KM7 said:
You mean in MiFlash or Fastboot? please specify which step # you are stuck in.
Click to expand...
Click to collapse
its was in the miflash but it works fine now i have changed my usb cable to an original one and it works fine , i have successfully rooted my BS3 with TWRP thanks alot
KM7 said:
Make sure your drivers are installed correctly as shown above. When in edl mode the drivers are different than fastboot. Try reinstall the application with right click and ‘run as administrator’.
Click to expand...
Click to collapse
still a no go for me. i have reinstalled every driver and still doesnt work. nothing is showing up on miflash. the pc made the sound when i connected but still nothing. my pc sees the device but the miflash cant. any suggestions?
appless said:
still a no go for me. i have reinstalled every driver and still doesnt work. nothing is showing up on miflash. the pc made the sound when i connected but still nothing. my pc sees the device but the miflash cant. any suggestions?
Click to expand...
Click to collapse
Use your original usb cable from blackshark. Mine works and use other cable wont work..
chaict said:
Use your original usb cable from blackshark. Mine works and use other cable wont work..
Click to expand...
Click to collapse
using the original cable still doesnt work. now its just saying no fastboot.
stark7i said:
its was in the miflash but it works fine now i have changed my usb cable to an original one and it works fine , i have successfully rooted my BS3 with TWRP thanks alot
Click to expand...
Click to collapse
Glad that it worked for you, enjoy.
appless said:
using the original cable still doesnt work. now its just saying no fastboot.
Click to expand...
Click to collapse
It seems that there is something wrong with the drivers, or maybe the adb installation. Try to find other fastboot.exe and adb.exe then delete all duplicates except for "C:\adb", and don't forget to restart your PC.
jekz_07 said:
Do you know how to relock the bootloader?
Click to expand...
Click to collapse
This should do it but, I'm not sure if this is going to work on a rooted device.
Code:
fastboot flashing lock_critical
fastboot flashing lock

Categories

Resources