ADB Does not see device? Doogee x5 - Android Q&A, Help & Troubleshooting

Hope someone can help me I am becoming confused. I have downloaded adb tools from this site. and I am trying to follow the instructions step by step. I have a Doogee X5 max pro. android phone
It is set up in USB debugging mode! When I type adb devices" ,running command from within the folder as per instructions!" a deamon launches but does not see the phone?
I run same from command prompt from start menu .nothing happens. just return me to platform tools.
The instructions says the tool may open in a shell. but does not elaborate what to do within a shell.

Related

[Q]Lenovo IdeaTab S6000 fastboot unlock issues

Like many of you, my S6000F was easily rooted; but, isn't cooperating with my attempts to unlock it.
I have been following the directions posted at Lenovo Ideatab S6000 Unlock Bootloader Tutorial (not allowed to post a link on xda); but, have hit a brick wall when trying to execute the command line: fastboot-windows oem unlock
I get one of two error messages:
1) If I am at the command line, and the tablet is in normal Android, it will say: Waiting on device
2) If I have the tablet in fastboot mode, it will say: fastboot is not recognized as an external or internal command
I have ensured that
ADT was fully installed and configured
the correct adb windows and adb drivers were installed (I have tried the Google drivers provided with the guide I lined to above; and, also tried the Universal Naked Drivers)
adb can 'see' the tablet, as can Windows (in device manager with the tablet in normal and fastboot modes)
I use an administrative command prompt window
adb, fastboot and sdk are all in the same folder; and, that I open an administrative command prompt in that same folder
I have honestly spent hours trying to find relevent info via Google and Bing; and, then researching in the forums that show up in the searches. All the steps that I bulleted above are the results of what I have found, piecemeal; but, I havn't been able to find one, complete lucid guide to this issue. Any solid direction would be greatly appreciated.
Thanks, in advance!
PJ Arts

Trying to apply Nexus 6P bootloop fix

Downloaded and installed ADB. Following tutorial here:
https://www.xda-developers.com/nexus-6p-bootloop-fix/
Specifically:
- Connect your smartphone or tablet to your computer with a USB cable. Change the USB mode to “file transfer (MTP)” mode. Some OEMs may or may not require this, but it’s best to just leave it in this mode for general compatibility.
- In the Command Prompt window, enter the following command to launch the ADB daemon: adb devices
- On your phone’s screen, you should see a prompt to allow or deny USB Debugging access. Naturally, you will want to grant USB Debugging access when prompted (and tap the always allow check box if you never want to see that prompt again).install adb
- Finally, re-enter the command from step #6. If everything was successful, you should now see your device’s serial number in the command prompt. Yay! You can now run any ADB command on your device! Now go forth and start modding your phone by following our extensive list of tutorials!
https://www.xda-developers.com/install-adb-windows-macos-linux/
I did all the above. But don't see anything from:
C:\ADB>fastboot devices
C:\ADB>fastboot flash boot 6p48C.img
< waiting for any device >
Nexus 6P was plugged into the USB cable on Win10 machine. Am in MTP mode. Most recent Google USB drivers installed.
I have done OEM Unlock in setup|Developer options. I have also turned on USB debugging in same options.
I am [obviously] lost. Anyone know what else I might try?
OK, I have made a little progress messing around on my own. It seems that running from the CMD line in Win 10, ADB command works but Fastboot does not. WHY? Bith are in the same directory.
If I type Fastboot by itself, then I get a list of the associated parameters, which means that the CMD system DOES recognize the Fastboot command.
Now, if I run CMD====> "ADB devices", it looks like my device is recognized and attached (that is my serial# below).
But if I try CMD=====> "Fastboot devices", as the instructions require, I get nothing. And if I try to run the flash job via Fastboot, that does not work either.
==================
C:\ADB>adb devices
List of devices attached
8XV5Txxxxxxxxxxx device
C:\ADB>fastboot flash boot 6p48C.img
< waiting for any device >
===================
Wondering if I need to install the Android SDK on Windows for this process to work?
I Think You need to Redo The process from Step One.
I Heard about This and Never Did An OTA.
If it Persists Try Using A Different PC and If After That It doesn't work Then Yes Android SDK is The last Option.
Sent from my Nexus 6P using Tapatalk
Solved. I needed to add the ADB install directory to the environmental path. Don't quite understand why, but doing so allowed me to get the problem fixed.

[ROOT-HELP] Vodafone Smart Ultra 6

Hello,
first i must apologize for my English but, i´ve got my phone back from display repair and i have it now out of warranty so i decide to make a root but i cant find step-by-step guide to do that. I´am on 6.0.1 android, Kernel 3.10.49, type VDF-995NB02-CZ10d.
No flash, no bootloader unlock, anything, i get it back after hard reset.
Can anyone help me please? I rooting for first time no Samsung device. I have some experience but i cannot downgrade to 5.1.1 to use Kingroot or MobileGo to root. After the root i want update back to 6.0.1 or use custom ROM.
i searched on Modaco and here but i cannot find guide what i can undestand and be sure if that will work for me.
Thanks for all replies :angel:
Krejdlis said:
Hello,
first i must apologize for my English but, i´ve got my phone back from display repair and i have it now out of warranty so i decide to make a root but i cant find step-by-step guide to do that. I´am on 6.0.1 android, Kernel 3.10.49, type VDF-995NB02-CZ10d.
No flash, no bootloader unlock, anything, i get it back after hard reset.
Can anyone help me please? I rooting for first time no Samsung device. I have some experience but i cannot downgrade to 5.1.1 to use Kingroot or MobileGo to root. After the root i want update back to 6.0.1 or use custom ROM.
i searched on Modaco and here but i cannot find guide what i can undestand and be sure if that will work for me.
Thanks for all replies :angel:
Click to expand...
Click to collapse
Take a backup of your data before proceeding further.
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 for pc or any other tool for rooting.
Augustoandro said:
Take a backup of your data before proceeding further.
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 for pc or any other tool for rooting.
Click to expand...
Click to collapse
Am i in the right folder? :laugh:
from cmd i get this after first two commands
C:\Program Files (x86)\ClockworkMod\Universal Adb Driver>fastboot devices
'fastboot' is not recognized as an internal or external command,
operable program or batch file.
Using Win10
Krejdlis said:
Am i in the right folder? :laugh:
from cmd i get this after first two commands
C:\Program Files (x86)\ClockworkMod\Universal Adb Driver>fastboot devices
'fastboot' is not recognized as an internal or external command,
operable program or batch file.
Using Win10
Click to expand...
Click to collapse
Have you installed adb? If yes, then proceed further.
You are in the wrong folder. The correct path should be C:\adb
Then Shift+right click
Select "Open command window here"
Hello,
C:\platform-tools-latest-windows\platform-tools>adb reboot bootloader
phone rebooting
C:\platform-tools-latest-windows\platform-tools>fastboot devices
after this command it shows nothing
can you please make a steps for ADB drivers instalation, i dont know if i made it properly.
Thanks
Krejdlis if you are able to root please tell me how you did it - currently have the same issue
SomeoneAnonymous said:
Krejdlis if you are able to root please tell me how you did it - currently have the same issue
Click to expand...
Click to collapse
Hi, still in progress, i trying everything but still without succes. Someone know how to easily downgrade to 5.1.1 with this phone?
Now it give me this : <waiting for any device>

Huawei Mediapad 10 Link Soft-Brick

Dear Firmware Gurus,
I received a gift from someone, the Huawei Mediapad 10 Link, and the Android version 4.1 + old firmware was making the tablet very slow. So I decided to:
1. Root device with framaroot --> Success.
2. Find and download newer official ROM for the table --> Success.
3. Install Rashr + install TWRP recovery through it --> FAIL And this is the moment I really regret. I didn't imagine that this application will give me boot loop forever.
Anyway, now I have bootloop and I can only access Fastboot by pressing Volume+ & Power Button. But when I connect the tablet on Windows OR linux, while on Fastboot screen, the adb + fastboot does not see any listed devices. Please help me with all kinds of instructions how I can see the device listed in adb and reset or upgrade the firmware from there. I am hopeless, and sad, and willing to donate with PayPal as appreciation if you can help me.
Hi , all you have here just follow carefully
http://www.teamandroid.com/2012/08/04/huawei-mediapad-10-fhd-fastboot-bootloader-mode/
Good Luck
Teddy Lo said:
Hi , all you have here just follow carefully
http://www.teamandroid.com/2012/08/04/huawei-mediapad-10-fhd-fastboot-bootloader-mode/
Good Luck
Click to expand...
Click to collapse
Thank you a lot. I have solved the problem and upgraded the firmware at the same time following the instructions in the link you provided but I also needed to do some things not in that link (because adb shell doesn't work I had to upgrade firmware through fastboot only).
This tutorial is made for all those who used the SHIIIII**** application called Rashrr that soft-bricks thousands of phones every day trying to install TWRP recovery. I've seen many people complaining about this but finally there is a way out for this device at least.
So here is the conclusion for everyone else in trouble:
1. Go to this link and follow instructions until you can install Google SDK studio + Google USB Drivers.
http://www.teamandroid.com/2012/07/30/how-to-set-up-adb-fastboot-with-android-sdk/
2. Connect your device to the charger, click Power button + Vol+ to Enter into fastboot mode as in this link.
3. Connect the USB cable to your Windows computer and then go to Device Manager, you will most probably find your device as Unknown Device. Click on it and Update Driver. Pick this driver from a a list: Android Composite ADB Interface..
4. Then go to the SDK Platform Tools folder where the adb and fastboot commands are:
C:\Users\<Your_User_Account_Name>\AppData\Local\Android\sdk\platform-tools
Copy all the contents of this file inside it.
This archive includes the most updated firmware images of Huawei Mediapad 10 Link s10-wa (WiFi Only Version).
5. Run the cmd as Administrator and go to the same path where you put the files run the command "fastboot devices" and something like this should appear to indicate your device is being properly connected:
?????? fastboot
or
0x12d1 fastboot
If this line appeared it means that your device is being seen by fastboot and it will comply to your commands.
6. Run upgrade.bat while the device is connected in fastboot mode. Do not interrupt while your system is being upgraded.
7. Reboot device and enjoy! Don't forget that first boot takes some time seeing Huawei logo. Give it time!
My Huawei Mediapad 10 link+ start black screen after reboot..thi happens after I flashing the device why???
Did not worked for me
iamarto said:
Thank you a lot. I have solved the problem and upgraded the firmware at the same time following the instructions in the link you provided but I also needed to do some things not in that link (because adb shell doesn't work I had to upgrade firmware through fastboot only).
This tutorial is made for all those who used the SHIIIII**** application called Rashrr that soft-bricks thousands of phones every day trying to install TWRP recovery. I've seen many people complaining about this but finally there is a way out for this device at least.
So here is the conclusion for everyone else in trouble:
1. Go to this link and follow instructions until you can install Google SDK studio + Google USB Drivers.
2. Connect your device to the charger, click Power button + Vol+ to Enter into fastboot mode as in this
3. Connect the USB cable to your Windows computer and then go to Device Manager, you will most probably find your device as Unknown Device. Click on it and Update Driver. Pick this driver from a a list: Android Composite ADB Interface..
4. Then go to the SDK Platform Tools folder where the adb and fastboot commands are:
C:\Users\<Your_User_Account_Name>\AppData\Local\Android\sdk\platform-tools
Copy all the contents of this inside it.
This archive includes the most updated firmware images of Huawei Mediapad 10 Link s10-wa (WiFi Only Version).
5. Run the cmd as Administrator and go to the same path where you put the files run the command "fastboot devices" and something like this should appear to indicate your device is being properly connected:
?????? fastboot
or
0x12d1 fastboot
If this line appeared it means that your device is being seen by fastboot and it will comply to your commands.
6. Run upgrade.bat while the device is connected in fastboot mode. Do not interrupt while your system is being upgraded.
7. Reboot device and enjoy! Don't forget that first boot takes some time seeing Huawei logo. Give it time!
Click to expand...
Click to collapse
When I run the Upgrade.bat it says fastboot: unknown option -- i, and when I check the fastboot options for this i key did not found it.. Any help on this?
iamarto said:
Thank you a lot. I have solved the problem and upgraded the firmware at the same time following the instructions in the link you provided but I also needed to do some things not in that link (because adb shell doesn't work I had to upgrade firmware through fastboot only).
This tutorial is made for all those who used the SHIIIII**** application called Rashrr that soft-bricks thousands of phones every day trying to install TWRP recovery. I've seen many people complaining about this but finally there is a way out for this device at least.
So here is the conclusion for everyone else in trouble:
1. Go to this link and follow instructions until you can install Google SDK studio + Google USB Drivers.
http://www.teamandroid.com/2012/07/30/how-to-set-up-adb-fastboot-with-android-sdk/
2. Connect your device to the charger, click Power button + Vol+ to Enter into fastboot mode as in this link.
3. Connect the USB cable to your Windows computer and then go to Device Manager, you will most probably find your device as Unknown Device. Click on it and Update Driver. Pick this driver from a a list: Android Composite ADB Interface..
4. Then go to the SDK Platform Tools folder where the adb and fastboot commands are:
C:\Users\<Your_User_Account_Name>\AppData\Local\Android\sdk\platform-tools
Copy all the contents of this file inside it.
This archive includes the most updated firmware images of Huawei Mediapad 10 Link s10-wa (WiFi Only Version).
5. Run the cmd as Administrator and go to the same path where you put the files run the command "fastboot devices" and something like this should appear to indicate your device is being properly connected:
?????? fastboot
or
0x12d1 fastboot
If this line appeared it means that your device is being seen by fastboot and it will comply to your commands.
6. Run upgrade.bat while the device is connected in fastboot mode. Do not interrupt while your system is being upgraded.
7. Reboot device and enjoy! Don't forget that first boot takes some time seeing Huawei logo. Give it time!
Click to expand...
Click to collapse
hey bro, your important files are down, please reupload them or make a hard brink post of this tablet. I would thank you from the bottom of my heart
Please reup
iamarto said:
Thank you a lot. I have solved the problem and upgraded the firmware at the same time following the instructions in the link you provided but I also needed to do some things not in that link (because adb shell doesn't work I had to upgrade firmware through fastboot only).
This tutorial is made for all those who used the SHIIIII**** application called Rashrr that soft-bricks thousands of phones every day trying to install TWRP recovery. I've seen many people complaining about this but finally there is a way out for this device at least.
So here is the conclusion for everyone else in trouble:
1. Go to this link and follow instructions until you can install Google SDK studio + Google USB Drivers.
http://www.teamandroid.com/2012/07/30/how-to-set-up-adb-fastboot-with-android-sdk/
2. Connect your device to the charger, click Power button + Vol+ to Enter into fastboot mode as in this link.
3. Connect the USB cable to your Windows computer and then go to Device Manager, you will most probably find your device as Unknown Device. Click on it and Update Driver. Pick this driver from a a list: Android Composite ADB Interface..
4. Then go to the SDK Platform Tools folder where the adb and fastboot commands are:
C:\Users\<Your_User_Account_Name>\AppData\Local\Android\sdk\platform-tools
Copy all the contents of this file inside it.
This archive includes the most updated firmware images of Huawei Mediapad 10 Link s10-wa (WiFi Only Version).
5. Run the cmd as Administrator and go to the same path where you put the files run the command "fastboot devices" and something like this should appear to indicate your device is being properly connected:
?????? fastboot
or
0x12d1 fastboot
If this line appeared it means that your device is being seen by fastboot and it will comply to your commands.
6. Run upgrade.bat while the device is connected in fastboot mode. Do not interrupt while your system is being upgraded.
7. Reboot device and enjoy! Don't forget that first boot takes some time seeing Huawei logo. Give it time!
Click to expand...
Click to collapse
Please reupload yours files to make my tablet work :c
ahmed.elabd said:
Did not worked for me
When I run the Upgrade.bat it says fastboot: unknown option -- i, and when I check the fastboot options for this i key did not found it.. Any help on this?
Click to expand...
Click to collapse
you have the files bro?

How on Earth do I install XA2 drivers!?

I have literally tried everything. Sony's website does NOT have driver for the XA2!!! What gives?
I'm trying to unlock the bootloader through flashtool but I keep getting this message "Device connected in flash mode but driver is too old".
I also tried the 15 Seconds ADB Installer thing, no luck.
I also tried following Sony's guide but get stuck at the bold part:
Turn off your device.
Connect a USB-cable to your computer.
On your device, press the Fastboot key (Volume up for most devices, see Useful key combinations) at the same time as you connect the other end of the USB-cable.
Windows users: When asked for a driver, open the Devices and Printers directory, click on the fastboot driver and press Update. Browse and point towards the location of the new android_winbus.inf file.
When your device is connected, open a command window on your computer and go to the platform-tools folder within the Android SDK folder.
Enter the following command:
fastboot devices
Verify that you get an answer back without any errors.
I don't have the option to open a CMD, but only powershell, and powershell doesn't let me run the "fastboot devices" command properly. Keeps trying to open an application.
What else can I do? I found some driver online and tried to install it through "legacy" mode in device manager but I keep getting some kind of error.
Can someone please help me out? I really want to root this thing
Thanks!
Anyone?
Wow! I came here looking for an answer to the same question and nothing but crickets? Sony does not list a driver for this device and I find it odd. Does it use the XA driver? You would think they would be listed together if it did. Nobody has an answer on this?
I found out you use the XZ2 driver. Worked for me.

Categories

Resources