How to unbrick/factory reset Nexus Q NOOBS GUIDE - Nexus Q General

I copy pasted/paraphrased allot of this tutorial so please take your time to go thank these posts or go on these pages so the owner(s) could get visitors, because they deserve all the credit:
http://forum.xda-developers.com/showpost.php?p=29044502&postcount=735
http://forum.xda-developers.com/showthread.php?t=1626895
http://nexusq.wikidot.com/troubleshooting
You will lose all your data, and I am not responsible for anything that may happen to your device, feel free to pm me, or reply for help.
Required:
- Download the Google Docs file at the very bottom .rar or .zip is fine.
- Computer running Windows, (if your running windows 8 you will have to follow this before you begin: http://www.fotoclubinc.com/blog/how...on-of-windows-7-printer-drivers-on-windows-8/)
- Micro USB to USB cable (ie. the cable you use to charge your phone, or that came with the device), I would prefer the stock cable is used, you really dont have to but it may not work, I actually used a motorola cable and it worked.
- A two pin power cord (ie. the one that came with your device they look like this: http://www.amazon.com/Non-Polarized-2-Pin-Universal-Power-Figure-Eight/dp/B003JTC0OS)
- Optional: Micro HDMI to HDMI cord.
- Read the solutions section before starting the procedure
- Read the procedure before you begin (at least skim through, if your supper lazy at least read step three)
Quicker Procedure for more experienced users
- Connect Q to computer
- Boot Q into fastboot (Step 3)
- Install the drivers named "Universal_Naked_Driver_0.72" from the download (using Windows Device Manager). I suggest you verify this by, opening "Device manager" if not opened, and under the "Android Device" tab you should see "Google Nexus Q ADB Interface" (Steps 4-6)
- Go to the "Nexus Q Factory Reset Files" folder from the download and open a cmd window in that folder (or directory). (Step 9)
I suggest you read this, if you're not quite familiar with entering commands into cmd.
* For this part, make sure you hit the space bar once or not at all before each command for example: "blah blah>fastboot devices" is correct, as is "blah blah> fastboot devices", but "blah blah> fastboot devices" is simply incorrect. Remove the quotation marks (" "). Wait for it to say "done", "complete", most likely "finished" or something similar to that before you type or copy paste the next command. Make sure you type or copy paste the commands into the command (cmd) window exactly as listed below.
- Make sure your device is recognized: " fastboot devices"
- Unlock your bootloader (if you have not already done so) : " fastboot oem unlock",
It may say "oem unlock ignored already unlocked" or so which means you've already unlocked your bootloader which is fine.
- Reboot: " fastboot reboot-bootloader"
- Flash the bootloader: " fastboot flash bootloader bootloader-phantasm-steelheadb4h0j.img"
- Reboot: " fastboot reboot-bootloader"
- Flash the system partition: " fastboot flash system system.img"
- Flash the data partition: " fastboot flash userdata userdata.img"
- Flash the kernel/ramdisk: " fastboot flash boot boot.img"
- Erase the cache partition: " fastboot erase cache"
- Reboot: " fastboot reboot"
- Once your Nexus Q boots up (if your Q isn't connected to a tv, it boots up once the blue ring light is solid (stops spinning) and theres a blue light in the center) close the command prompt, and unplug the Micro USB to USB cable, CONGRATS YOU'RE DONE.
Thorough Procedure:
Step 1: Extract the .rar named "Files"
Step 2: Plug the Nexus Q into your computer via the micro USB to USB cable.
Step 3 (REALLY TRICKY): Boot into fastboot mode (turn power off or unplug the Q, turn power on, then literally as soon as you see the center blue LED go on, put your palm on it (you only have about a second or less to do this, otherwise you miss it and need to power off and on again), hold your palm until the ring lights up solid red (it stops spinning). Remove palm, and it stays solid red (it stops spinning). Now you are in fastboot mode.) I copy pasted this part, source is at the top.
Step 4: Wait for computer recognize your Nexus Q, you can tell when it does by a notification sound, or by you opening "Device Manager" on Windows and finding the Nexus Q under the "Other Devices" tab. (note: it may not be named Nexus Q, for me it was named "Tungsten", if you're not confident thats your Nexus Q unplug your Q from the computer, wait for "Device Manager" to refresh itself, and if whatever is under the "Other Devices" tab is still there, then it's not your Q. If it's not please refer to the solutions section at the very bottom).
Step 5: Double click on the "Other devices" tab, then right click on whatever is under it (once you've confirmed it's your Nexus Q), and click on "Update Driver Software.."
Step 6: Click "Browse my computer for driver software", then click "Browse", go to wherever you extracted the .rar and navigate to "Universal_Naked_Driver_0.72" folder and just click on "Universal_Naked_Driver_0.72" so in where it states "Folder:", it should be "Folder: Universal_Naked_Driver_0.72" and click "OK" and then "next". Just click and go through any pop-ups that may appear, and complete the installation.
Step 7: Open "Device manager" if not opened and under the "Android Device" tab you should see "Google Nexus Q ADB Interface"
Step 8: Go to wherever you extracted the .rar, double click on the "Files" folder then (or) navigate to the "Nexus Q Factory Reset Files" folder.
Step 9: While you're in the "Nexus Q Factory Reset Files" open a command prompt in that directory (folder) by holding the "shift" key on your keyboard and right clicking. You should then see an option to "Open command window here" click on that.
Read this part thoroughly before proceeding.
* For this part, make sure you hit the space bar once or not at all before each command for example: "blah blah>fastboot devices" is correct, as is "blah blah> fastboot devices", but "blah blah> fastboot devices" is simply incorrect. Remove the quotation marks (" "). Wait for it to say "done", "complete", most likely "finished" or something similar to that before you type or copy paste the next command. Make sure you type or copy paste the commands into the command (cmd) window exactly as listed below.
Step 10: Make sure your device is recognized by typing or copy pasting: " fastboot devices", something should show up under that command, if it does not refer to the solutions section.
Step 11: Unlock your bootloader (if you have not already done so) by typing or copy pasting: " fastboot oem unlock"
It may say "oem unlock ignored already unlocked" or so which means you've already unlocked your bootloader which is fine.
Step 12: Reboot by typing or copy pasting: " fastboot reboot-bootloader"
Step 13: Flash the bootloader by typing or copy pasting: " fastboot flash bootloader bootloader-phantasm-steelheadb4h0j.img"
Step 14: Reboot by typing or copy pasting: " fastboot reboot-bootloader"
Step 15: Flash the system partition by typing or copy pasting: " fastboot flash system system.img"
Step 16: Flash the data partition by typing or copy pasting: " fastboot flash userdata userdata.img"
Step 17: Flash the kernel/ramdisk by typing or copy pasting: " fastboot flash boot boot.img"
Step 18: Erase the cache partition by typing or copy pasting: " fastboot erase cache"
Step 19: Reboot by typing or copy pasting: " fastboot reboot"
Step 20: Once your Nexus Q boots up (if your Q isn't connected to a tv, it boots up once the blue ring light is solid (stops spinning) and theres a blue light in the center) close the command prompt, and unplug the Micro USB to USB cable, CONGRATS YOU'RE DONE.
Solutions:
Step 4: Your Micro USB to USB cable may not be functioning properly so it's not recognized by your computer
Your Nexus Q's drivers may have been installed, so uninstall them, pm me or post a reply so you can be assisted.
Step 6: You may get an error while running Windows 8 such as: "The hash for the file is not present in the specified catalog file." Follow this: http://www.fotoclubinc.com/blog/how...on-of-windows-7-printer-drivers-on-windows-8/
If you still face challenges installing the drivers try this post: http://forum.xda-developers.com/showpost.php?p=29044502&postcount=735
Step 7: Make sure you installed the drivers correctly, because the only way it wouldn't show is if you got any errors, pm me or post a reply so you can be assisted.
Step 10: Make sure your properly booted up into fastboot mode, you can tell it is when your Nexus has a solid red rim around it. Refer to step two.
Make sure you properly installed all the drivers, pm me or post a reply so you can be assisted. If your were not in fastboot mode and you installed the drivers, if "Google Nexus Q ADB Interface" doesn't show up under "Android Devices" then start over from step 4.
Downloads:
RAR: https://docs.google.com/file/d/0BzIqOHkzeaHoQ3Q4dWRDSDJGZFU/edit?usp=sharing
Zip: https://docs.google.com/file/d/0BzIqOHkzeaHoS0x2Q0RqUlpoX1k/edit?usp=sharing

Skylove

Related

[Q] 10.1v Device not found

Yes, I have read every single thread about this issue and I have tried all steps including downloading new drivers, removing old USB drivers, ...
Yesterday I unlocked my Bootloader using this thread: http://forum.xda-developers.com/showthread.php?t=1064793
Everything went fine and when I boot up my tab I can see the unlocked lock.
According to the thread the next step was following this thread: http://forum.xda-developers.com/showthread.php?t=1079781 (How to get root on 101.v)
I booted my tablet by holding down the Power Button and the Volume Down button. I selected the USB icon and in the left corner I see
"Fastboot USB download protocol"
Bootloader version: P7100BUKC8
Baseband version: P7100BUKDF
Lock state: unlocked
Everything goes well up to the step where I have to type adb push skitzandroid-10-1v-root.zip /sdcard/ in the Command line. When I type this, I get a message: "Error: device not found"
In the aformentioned thread someone else has a similar problem. One person asked if he was still in fastboot? Aren't you supposed to be in fastboot to root your device? He also asks if Clockworkmode is loaded. Doesn't this step come after rooting your device?
When I just open command and type fastboot devices I get a message saying: 'fastboot' is not recognized as an internal or external command, operable program or batch file. When I type "cd "C:\android-sdk-windows\tools"" and then "fastboot devices', it does work and I get a message saying: [serial number] fastboot. Does the fastboot devices command only work if you have a specific folder selected?
This is all so confusing
Thanks for any help
Thanks for the help

[Q] Change CID

Will this process work for the Flyer to change the CID. What´s the CID of the european Wifi only?
1. Download adb tools.
2. On your pc click on your local disk C: Drive (or D: drive for some) (WINDOWS users: Start > My computer > Local Disk (C)
3. Create a new folder called "adb" and extract the files from adb.zip into it. Make sure it doesn't create another folder in the adb folder when extracting
4. open command prompt (or terminal for linux) and type "cd" "followed by the path to your adb folder" (windows users can type "cd C:\adb")
5. Ensure your phone is switched on (regular home screen) and connect it by USB in charging mode (Ensure usb debugging is on setting)
6. enter the command "adb devices". This is to confirm your phone is connected. (It should come back with list of devices attached and your serial number)
7. enter the command "adb reboot-bootloader". (nothing further required device WILL reboot in bootloader)
IF it doesn't you can Manually put the phone in the bootloader/hboot mode
Navigate to fastboot by pressing volume down and pressing power button to select (power off > vol down + power on)
It will take you to the fastboot bootloader screen on your phone
Connect your phone via USB
Your Screen should now read fastboot USB
8. enter the command "fastboot getvar cid" [This will confirm what your existing CID is. WRITE THIS DOWN]
9. enter the command "fastboot oem writecid ******* " (number Zero not letter "O")
10. enter the command "fastboot reboot-bootloader (Wait for it to reboot the bootloader)
11. enter the command "fastboot getvar cid" [it should confirm your CID is ********]
12. enter the command "fastboot reboot"
To change your CID Back, just follow the same process
no it won't work.
Why it doesn´t work? what is diffrent between Flyer and other Bootloaders like Sensation or Evo 3D
It's not the hboot it's that we were able to get radio s-off on those devices you listed, we have only managed eng s-off on the flyer. You don't need to change the cid if you have revolutionary hboot.
Who knows real way to change the CID on the HTC Flyer?
My Flyer has S-Off. CID HTC__J15 - Arabic.
I want to install European stock ROM and not want install Morelocale.
Would this work for the HTC ONE also?

[Q&A] yuphoria usb driver

Q&A for yuphoria usb driver
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for yuphoria usb driver. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
nikhil3737 said:
i am unable to connect my phone while in fastboot mode,.........due to driver issue,,......please provide me a link for the driver
Click to expand...
Click to collapse
Before anything please note to disable Driver Signature Verifications in Windows (Google it).
Than download Universal Naked Drivers
from--
http://www.xda-developers.com/universal-naked-driver-solves-your-adb-driver-problems-on-windows/
Now boot into fastboot mode -
In the Device Manager locate your Android device. Then right-click on it and select "Update Driver Software".
Select "Browse my computer for driver software".
Select "Let me pick from a list of device drivers on my computer".
Select "Show All Devices".
Press the "Have Disk" button.
Enter the path to the Google USB driver. (path where you have extracted universal naked drivers)
Select "Android bootloader Interface" from the list of device types.
Confirm the installation of the driver by pressing "Yes".
Confirm the installation again by pressing "Install".
When the installation is done, press "Close".
50 % done :good:
**NOW BEGINS THE ROOTING**
Step 1. Enable the USB debugging on your phone. Go to Settings > About Phone > Scroll down and tap build number 7 times until you will see a popup stating ‘You are now a developer.
Step 2. Now go back and you will see the Developer option on the settings just above About Phone. Open it and enable it and turn on Advanced Reboot option, Now scroll down and turn off Update Cyanogen recovery.
Step 3. Now install the ADB and Fastboot file on your windows desktop from here and the setup will create a ADB folder on your C Drive (C:\adb)
Step 4. Connect your phone with PC/Laptop.
Step 5. Press and Hold Power button, then select and hold Reboot. You will get four options. Select the one stating Fastboot Mode.
Step 6. Now open the ADB folder on your desktop the same folder that you created in Step 3. In the folder press the Shift key on your keyboard, right click in the folder in blank area and select Open Command Prompt Here.
Step 7. Now run the following command to confirm if your YUphoria is detected by PC in Fastboot Mode or not:
fastboot -i 0x2A96 oem devices
Step 8. Now Run the following command to unlock bootloader:-
fastboot -i 0x2A96 oem unlock
Step 9. After that to reboot the phone run the following command:-
fastboot -i 0x2A96 reboot
Yu-Yuphoria-Rooting-Commands
Now the bootloader is unlocked and next step is to install TWRP and root the phone.
INSTALL TWRP AND ROOT YU YUPHORIA
Strep 1. Enable the USB debugging on your phone. Go to Settings > About Phone > Scroll down and tap build number 7 times until you will see a popup stating ‘You are now a developer.
Step 2. Now go back and you will see the Developer option on the settings just above About Phone. Open it and enable it and turn on Advanced Reboot option, Now scroll down and turn off Update Cyanogen recovery.
Step 3. Download the TWRP file for the phone here and paste the same on the ADB folder on your C drive.
Step 4. Download the SuperSU zip file here and save on your phone internal SD card.
Step 5. Press and Hold Power button, then select and hold Reboot. You will get four options. Select the one stating Fastboot Mode.
Step 6. Now again open the ADB folder and press the Shift key on your keyboard, right click in the folder in blank area and select Open Command Prompt Here.
Step 7. Now run the following command on your phone to install TWRP:-
fastboot -i 0x2A96 flash recovery twrp.img
Step 8. Once flashed phone will restart and boot it into Recovery mode. Press Volume Up+Volume Down+Power button altogether. YUphoria will boot into recovery mode TWRP which was flashed by you.
Step 9. Once you are on recovery mode. Select Install zip >> Choose zip from /sdcard >> 0/ >> Select Supersu.zip >> Yes – Install Supersu.zip
Step 10. Go Back and Select Wipe Cache Partition >> Yes Wipe. >> It will take 2-3 minutes to wipe.
Step 11. After this select advanced and select Wipe Dalvik Cache >> Yes Wipe.
Step 12. And now select Reboot System Now >> Yes.
Now your phone will reboot and first boot will take some time, So, Be patient. Now, you phone is rooted. Enjoy.
here is the solution
nikhil3737 said:
i am unable to connect my phone while in fastboot mode,.........due to driver issue,,......please provide me a link for the driver
Click to expand...
Click to collapse
Before anything please note to disable Driver Signature Verifications in Windows (Google it).
Than download Universal Naked Drivers
from--
http://www.xda-developers.com/universal-naked-driver-solves-your-adb-driver-problems-on-windows/
Now boot into fastboot mode -
In the Device Manager locate your Android device. Then right-click on it and select "Update Driver Software".
Select "Browse my computer for driver software".
Select "Let me pick from a list of device drivers on my computer".
Select "Show All Devices".
Press the "Have Disk" button.
Enter the path to the Google USB driver. (path where you have extracted universal naked drivers)
Select "Android bootloader Interface" from the list of device types.
Confirm the installation of the driver by pressing "Yes".
Confirm the installation again by pressing "Install".
When the installation is done, press "Close".
50 % done :good:
**NOW BEGINS THE ROOTING**
Step 1. Enable the USB debugging on your phone. Go to Settings > About Phone > Scroll down and tap build number 7 times until you will see a popup stating ‘You are now a developer.
Step 2. Now go back and you will see the Developer option on the settings just above About Phone. Open it and enable it and turn on Advanced Reboot option, Now scroll down and turn off Update Cyanogen recovery.
Step 3. Now install the ADB and Fastboot file on your windows desktop from here and the setup will create a ADB folder on your C Drive (C:\adb)
Step 4. Connect your phone with PC/Laptop.
Step 5. Press and Hold Power button, then select and hold Reboot. You will get four options. Select the one stating Fastboot Mode.
Step 6. Now open the ADB folder on your desktop the same folder that you created in Step 3. In the folder press the Shift key on your keyboard, right click in the folder in blank area and select Open Command Prompt Here.
Step 7. Now run the following command to confirm if your YUphoria is detected by PC in Fastboot Mode or not:
fastboot -i 0x2A96 oem devices
Step 8. Now Run the following command to unlock bootloader:-
fastboot -i 0x2A96 oem unlock
Step 9. After that to reboot the phone run the following command:-
fastboot -i 0x2A96 reboot
Yu-Yuphoria-Rooting-Commands
Now the bootloader is unlocked and next step is to install TWRP and root the phone.
INSTALL TWRP AND ROOT YU YUPHORIA
Strep 1. Enable the USB debugging on your phone. Go to Settings > About Phone > Scroll down and tap build number 7 times until you will see a popup stating ‘You are now a developer.
Step 2. Now go back and you will see the Developer option on the settings just above About Phone. Open it and enable it and turn on Advanced Reboot option, Now scroll down and turn off Update Cyanogen recovery.
Step 3. Download the TWRP file for the phone here and paste the same on the ADB folder on your C drive.
Step 4. Download the SuperSU zip file here and save on your phone internal SD card.
Step 5. Press and Hold Power button, then select and hold Reboot. You will get four options. Select the one stating Fastboot Mode.
Step 6. Now again open the ADB folder and press the Shift key on your keyboard, right click in the folder in blank area and select Open Command Prompt Here.
Step 7. Now run the following command on your phone to install TWRP:-
fastboot -i 0x2A96 flash recovery twrp.img
Step 8. Once flashed phone will restart and boot it into Recovery mode. Press Volume Up+Volume Down+Power button altogether. YUphoria will boot into recovery mode TWRP which was flashed by you.
Step 9. Once you are on recovery mode. Select Install zip >> Choose zip from /sdcard >> 0/ >> Select Supersu.zip >> Yes – Install Supersu.zip
Step 10. Go Back and Select Wipe Cache Partition >> Yes Wipe. >> It will take 2-3 minutes to wipe.
Step 11. After this select advanced and select Wipe Dalvik Cache >> Yes Wipe.
Step 12. And now select Reboot System Now >> Yes.
Now your phone will reboot and first boot will take some time, So, Be patient. Now, you phone is rooted. Enjoy.
Yup Same here
Yeah!
I installed Pdanet+ and minimal adb & fastboot etc! Not working!
disabled usb debugging and i am stuck on yu logo
QA Bot said:
Q&A for yuphoria usb driver
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for yuphoria usb driver. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Click to expand...
Click to collapse
i installed custom recovery on my android and custom boot file but i am stuck on yu logo. when i connect my mobile to pc in fastboot mode, in devices it shows that drivers are properly installed(i installed the drivers you told Pda Net+) but when i give fastboot command it show "waiting for the device"

***root*** huawei y6 pro (tit-al00)

You have own risk​
<<<<ROOT HUAWEI Y6 PRO>>>>>
Prerequisites:
Huawei Y6 pro (TIT-AL00)
ADB drivers (link: https://drive.google.com/file/d/0BzFHE8ZlasNyX2hLRlZLX2hBc1k/view?usp=sharingg)
ADB / Fastboot software (link: https://drive.google.com/file/d/0BzFHE8ZlasNyOWVsTVdLZ0hRQ1k/view?usp=sharing)
CWM Recovery file (link: https://drive.google.com/file/d/0BzFHE8ZlasNyekNYLWhuTE5sLXc/view?usp=sharing )
PreRoot Stock Rom put sd card (link: https://drive.google.com/file/d/0BzFHE8ZlasNyMUFydW9HbnRIY0U/view?usp=sharing
Steps to complete:
1. Install ADB Drivers
2. Unzip ADB software in C: drive
3. put CWM.img in C: drive
---------------------------------------------
4. now
5.Go to settings>about phone>press 7 times builder number
6.Go to developer options, turn on OEM unlock,turn on USB Debugging.
7. Connect phone by USB to computer
-------------------------------------------------------------------------------
8. Startup command prompt (Windows key + R, type cmd, enter)
9. In command prompt, type "cd "
10.In command prompt “adb” to get to the adb directory
11. In command prompt check if device is recognized (typing "adb devices" in the command prompt should show you this)
12. Now reboot the phone into fastboot by typing "adb reboot bootloader"
13. This should reboot the phone into fastboot mode (black screen, only showing "fastboot>" on the bottom
14. In the command prompt, type "fastboot devices" to see if the device is recognized. and get device id number
15.just copy this id number
Your screen should look something like this:
The next command will unlock your phone AND make a hard reset... if any data or settings would need to be preserved, please make a backup!
16. Now type in the command prompt:"fastboot oem unlock XXXXXXXXX " where XXXXXXXX is the unlock code you copied
17,Now unlock conformation for volume + button.
18. Then type in command prompt: "fastboot reboot". After this, your phone will reboot and reset.
19. When Phone is rebooted, make sure USB debugging is on again
(same as point 7)
20. Now reboot the phone into fastboot by typing "adb reboot bootloader"
21. This should reboot the phone into fastboot mode (black screen, only showing "fastboot>" on the bottom
22. In the command prompt, type "fastboot devices" to see if the device is recognized.
23. Now we are going to flash CWM Recovery: type in command prompt: "fastboot flash recovery CWM.img"
24. reboot into recovery by typeing into command prompt: " "fastboot reboot" while holding VOL+ on the phone.
25. When the options screen on the phone appears, press VOL- to select the recovery mode. This will boot into CWM recovery.
26. In CWM recovery mod and wipe menu, wipe data and go back to menu and go to munt... and format System and go back to menu
-You should install the Rom( Install zip... and select the PreRoot Stock Rom) and waiting for install be finish there in step .
27. When flashing is done, type into the command prompt: "adb reboot" to reboot the phone.
7-Your phone boot after 5 until 8 minute.
Credit of: Mahmoud Khorsan(IRAN) andrik22
ArEvoun

[Help] My phone does not show any confirmation on oem unlock request!

Hi everyone.
I apologize if this was already asked.
I own a Symphony H50. I am trying to install windows via change my software but it shows device too slow or protected by manufacturer.
So googled it and found that i need to unlock my boot loader.
So I installed adb,fastboot,drivers including bootloader interface driver. And booted into fastboot mode. And typed "fastboot oem get_unlock_data" and the command prompt shows 3 dots (...) And the cursor keeps flashing. And no confirmation message shows up on my phone.
It only shows "FASTBOOT mode".
Another thing i found out while installing adb drivers that it listed my phone manufacturer as HTC.
So is the problem with my phone?
And how do i fix it?
It may be a problem with driver, uninstall the previous one and install Koush universal adb driver from kaushikdatta.com
Use the link given below for a thorough tutorial to replace drivers.
http://www.makeuseof.com/tag/android-wont-connect-windows-adb-fix-it-three-steps/
Thanks for reply,
I'll try the drivers.
Though my adb drivers are working fine. My issue is with fastboot.
When i boot into fastboot mode it shows "FASTBOOT mode" on a black screen.
But i would try with the
That black screen with fastboot mode written at the bottom comes up on every phone when you boot into bootloader.
Please read the whole guide before proceeding.
You may skip the driver and adb installation part if u have already taken the measures I stated before.
Try this,
Download adb and Koush Universal adb driver and install them on ur pc, always install the driver first and don't install the drivers adb setup asks u to install.
Run command prompt as administrator.
Open the folder in c drive where adb is installed, u can use file explorer for this.
Press Shift+right click and select open command window here.
Enable USB debugging on your phone and connect it to the pc by a USB cord.
Enter command "adb devices" without quotation marks.
If it shows some device connected, only then proceed further.
Enter command " adb reboot bootloader"
Enter command " fastboot devices", if it shows some device to be connected, only then proceed further.
Enter command " fastboot oem unlock".
Ur phone may then ask for final confirmation on the phone screen, select yes.
When procedure completes, type "fastboot reboot" and ur phone will reboot.
U can now use Kingoroot or any other tool for rooting.

Categories

Resources