[CLOSED] adb , fastboot and drivers problem Motorola Moto G3 - Android Q&A, Help & Troubleshooting

I'm having problems with ADB, Fastboot and Drivers (for Motorola https://forum.xda-developers.com/showthread.php?t=2588979) when trying to enter the device command-line device for an example, slip some commands. What to do? Thank you Sorry for my bad English
here the screenshot https://yadi.sk/i/YTOvW_5F3JSan9

махмуд said:
I'm having problems with ADB, Fastboot and Drivers (for Motorola https://forum.xda-developers.com/showthread.php?t=2588979) when trying to enter the device command-line device for an example, slip some commands. What to do? Thank you Sorry for my bad English
here the screenshot https://yadi.sk/i/YTOvW_5F3JSan9
Click to expand...
Click to collapse
Hi,
I think you are looking for command to view fastboot devices.
The actual command is
Code:
fastboot devices
not
Code:
[STRIKE]fastboot device[/STRIKE]
cheers!

psxda97 said:
Hi,
I think you are looking for command to view fastboot devices.
The actual command is
Code:
fastboot devices
not
Code:
[STRIKE]fastboot device[/STRIKE]
cheers!
Click to expand...
Click to collapse
Please can close topic
{Mod edit: Thread closed. Oswald Boelcke}

Related

How to root acer liquid zest 4g t07?

Hi, i have an acer liquid zest 4g t07, i cant find anyway on how to root it.
EDIT:
here's the solution https://forum.xda-developers.com/android/general/tutorial-root-acer-liquid-zest-4g-z628-t3534746
flamendless said:
Hi, i have an acer liquid zest 4g t07, i cant find anyway on how to root it.
Click to expand...
Click to collapse
Can you give me any information about your phone? model,kernel,android version,etc.
Ziisehahvulon said:
Can you give me any information about your phone? model,kernel,android version,etc.
Click to expand...
Click to collapse
According to CPU-Z
Model: T07 (t07_ww)
Manufacturer: acer
android version: 6.0
Api level: 23
Kernel: 3.18.19+(1469620262)
Would these suffice?
flamendless said:
According to CPU-Z
Model: T07 (t07_ww)
Manufacturer: acer
android version: 6.0
Api level: 23
Kernel: 3.18.19+(1469620262)
Would these suffice?
Click to expand...
Click to collapse
Do you have any any custom recoveries for your phone so we can flash a supersu.zip?
If not could you boot this recoveries I repeat boot not flash or install.
How to Boot into recovery without flashing:https://aubykhan.wordpress.com/2013...t-into-twrp-or-cwm-recovery-without-flashing/
Custom Recovery:https://www.androidfilehost.com/?fid=24591023225178597
The custom recovery may not be for your phone but I have tried booting random recoveries to my phone similar to its specs and it worked!
SuperSU download in attachment
Is it possible to brick my device by that procedure?
flamendless said:
Is it possible to brick my device by that procedure?
Click to expand...
Click to collapse
Not the device but maybe the recovery but since you are booting it and not flashing it maybe it won't.I did this procedure to my phone but the 3g T06 model of acer liquid zest and it worked. Well I changed some links so that the recovery would be compatible for your chipset which is mt6735 and kernel 3.18.19+
PS.you need unlocked bootloader and developer options on for oem unlocking
Thank you, i will try that as soon as possible, although, whats the way to boot in bootloader in acer device?
flamendless said:
Thank you, i will try that as soon as possible, although, whats the way to boot in bootloader in acer device?
Click to expand...
Click to collapse
Turn off phone then hold power button and up button at the same time or you can boot in fastboot using ADB commands.
Make sure you have an unlocked bootloader and good luck!
PS. Unlocking bootloader formats the phone
Ziisehahvulon said:
Turn off phone then hold power button and up button at the same time or you can boot in fastboot using ADB commands.
Make sure you have an unlocked bootloader and good luck!
PS. Unlocking bootloader formats the phone
Click to expand...
Click to collapse
How to know if the bootloader is unlocked?
flamendless said:
How to know if the bootloader is unlocked?
Click to expand...
Click to collapse
I had problems for my phone but try this commands:
adb reboot bootloader
fastboot getvar all or fastboot oem device-info
if that doesnt work try:
adb shell
su
cat /proc/mtd
Ziisehahvulon said:
I had problems for my phone but try this commands:
adb reboot bootloader
fastboot getvar all or fastboot oem device-info
if that doesnt work try:
adb shell
su
cat /proc/mtd
Click to expand...
Click to collapse
Im in fastboot mode, but the device is not listed in adb
flamendless said:
Im in fastboot mode, but the device is not listed in adb
Click to expand...
Click to collapse
ADB cannot detect phone if in fastboot mode but fastboot commands can be accepted while adb commands cannot while in fastboot mode
after typing adb reboot bootloader type this command while in fastboot mode
fastboot get var all or just var if that doesnt work try fastboot oem device-info
if that doesnt work either reboot your phone not in fastboot mode type fastboot reboot then type this commands while you are in home screen
adb shell
su
cat /proc/mtd
Ziisehahvulon said:
ADB cannot detect phone if in fastboot mode but fastboot commands can be accepted while adb commands cannot while in fastboot mode
after typing adb reboot bootloader type this command while in fastboot mode
fastboot get var all or just var if that doesnt work try fastboot oem device-info
if that doesnt work either reboot your phone not in fastboot mode type fastboot reboot then type this commands while you are in home screen
adb shell
su
cat /proc/mtd
Click to expand...
Click to collapse
It just says waiting for device
flamendless said:
It just says waiting for device
Click to expand...
Click to collapse
do you have drivers for fastboot and adb?
If you do and still get errors get the latest version
When the cmd says waiting for device make sure that the device is in fastboot mode
its just a black screen with a text fastboot mode
Ziisehahvulon said:
do you have drivers for fastboot and adb?
If you do and still get errors get the latest version
When the cmd says waiting for device make sure that the device is in fastboot mode
its just a black screen with a text fastboot mode
Click to expand...
Click to collapse
Yes i have fastboot and adb, and yes the screen is black and theres a text at the bottom left that says fastboot mode
flamendless said:
Yes i have fastboot and adb, and yes the screen is black and theres a text at the bottom left that says fastboot mode
Click to expand...
Click to collapse
Try the version of adb and fastboot that I used
Ziisehahvulon said:
Try the version of adb and fastboot that I used
Click to expand...
Click to collapse
still says waiting for device,
flamendless said:
still says waiting for device,
Click to expand...
Click to collapse
That can be caused if you dont have drivers installed and are you sure you have developer options on and usb debugging on? Also bootloader unlocked?
Hmm can you give me a picture of the procedure?
Pic of the device and the pc.
The picture of the device while the pc is saying waiting device and vice versa
Ziisehahvulon said:
That can be caused if you dont have drivers installed and are you sure you have developer options on and usb debugging on? Also bootloader unlocked?
Hmm can you give me a picture of the procedure?
Pic of the device and the pc.
The picture of the device while the pc is saying waiting device and vice versa
Click to expand...
Click to collapse
Yes, in the setting, the usb debugging is enabled, and the allow bootloader to be unlocked oem something, i also hve the proper drivers installed,
I think the bootloader is something thats quite not right, tell me whats the complete details about that.
Ill try to provide images.
flamendless said:
Yes, in the setting, the usb debugging is enabled, and the allow bootloader to be unlocked oem something, i also hve the proper drivers installed,
I think the bootloader is something thats quite not right, tell me whats the complete details about that.
Ill try to provide images.
Click to expand...
Click to collapse
I'll give you proper details later I need to go to school

LG V10 wont boot in to download mode!

When i try to get into dm it goes back to LG's screen...
If i try to get into back to LG's screen...
I don't really know what to do
Same here, any button combination won't do. Use adb instead. Install driver, use minimal adb. Check connected device using 'adb devices' command. If adb shows your device than use 'adb reboot-bootloader' command. I managed to flash firmware using above method.
sanctitude888 said:
Same here, any button combination won't do. Use adb instead. Install driver, use minimal adb. Check connected device using 'adb devices' command. If adb shows your device than use 'adb reboot-bootloader' command. I managed to flash firmware using above method.
Click to expand...
Click to collapse
Can you explain a little about how can i do it? (Sorry for my English man) and thanks by the way
NestorRamUre said:
Can you explain a little about how can i do it? (Sorry for my English man) and thanks by the way
Click to expand...
Click to collapse
Hi, follow this guide, and um, sorry for very late reply
https://forum.xda-developers.com/showthread.php?t=2317790
https://www.androidpit.com/how-to-install-adb-and-fastboot?amp=true
sanctitude888 said:
Hi, follow this guide, and um, sorry for very late reply
https://forum.xda-developers.com/showthread.php?t=2317790
https://www.androidpit.com/how-to-install-adb-and-fastboot?amp=true
Click to expand...
Click to collapse
It wasn't a late reply man! Right at time! I'm going to test it!

Mi A3 bricked! Please help!!!

Please help me. My computer doesn't recognize Mi A3 while on Fastboot mode. I connect the phone to computer but whenever I run adb device in command prompt and it's not showing my device. Please help me! ?
Barbiox Dogg said:
Please help me. My computer doesn't recognize Mi A3 while on Fastboot mode. I connect the phone to computer but whenever I run adb device in command prompt and it's not showing my device. Please help me!
Click to expand...
Click to collapse
For fastboot you must use "fastboot devices". ADB and fastboot modes are completely different, learn more about them for example here https://www.makeuseof.com/tag/use-adb-fastboot-android/
I got it to work. I used another computer. I think I am having issues with ADB drivers on my computer. I will see what I can do.
Barbiox Dogg said:
I got it to work. I used another computer. I think I am having issues with ADB drivers on my computer. I will see what I can do.
Click to expand...
Click to collapse
First of all, you'll need to learn the difference between ADB and fastboot (they also use different drivers). If you follow one of many guides, you should be able to get it working in a few minutes. [emoji846]
Quick reminder:
ADB - used when phone's fully running
Fastboot - phone in a special mode ("turned off"), ready for flashing

[HELP] How to unlock Bootloader on asus zenfone C?

my device is asus zenfone c z007, anyone know how to unlock this device, or related to unlock this device. I has been searching all the threads but I can't find one, please help me to unlockbootlader this device. I only find to unlock app for asus A400CG with the same specification.http://dlcdnet.asus.com/pub/ASUS/ZenFone/A400CG/Unlock_Tool_A400CG.zip from this threads https://forum.xda-developers.com/zenfone-4/cm-12-1-cyanogenmod-12-1-asus-zenfone-4-t3249637.
.
.
here the specification + compare = https://www.ubergizmo.com/products/lang/en_us/devices/zenfone-c,zenfone-4/
@ArthurBalaOs
Before wasting your time with this check for boot-loader can get unlocked
Code:
adb devices
adb shell "getprop ro.oem_unlock_supported"
If returned value is 1, then it's supported otherwise it's not.
jwoegerbauer said:
@ArthurBalaOs
Before wasting your time with this check for boot-loader can get unlocked
Code:
adb devices
adb shell "getprop ro.oem_unlock_supported"
If returned value is 1, then it's supported otherwise it's not.
Click to expand...
Click to collapse
ok it's nothing happened, but I try this command to my other device which supporting oem unlock it's nothing happened to. why ? btw, thanks :good:
0
ArthurBalaOs said:
ok it's nothing happened, but I try this command to my other device which supporting oem unlock it's nothing happened to. why ? btw, thanks :good:
Click to expand...
Click to collapse
May be they forgot to populate that entry...
Because not ADB but Fastboot is needed to unlock a Android device's boot-loader you always can try
Code:
fastboot devices
fastboot oem unlock
fastboot reboot
fastboot unlock-info
If outpout of last command is TRUE, then boot-loader got unlocked.
jwoegerbauer said:
May be they forgot to populate that entry...
Because not ADB but Fastboot is needed to unlock a Android device's boot-loader you always can try
Code:
fastboot devices
fastboot oem unlock
fastboot reboot
fastboot unlock-info
If outpout of last command is TRUE, then boot-loader got unlocked.
Click to expand...
Click to collapse
[COLOR="RESULT : FAIL (unknown OEM command)"][/COLOR]
that"s the result, what's that mean?
Seppppx said:
I checked the Asus website and I found no official unlocking tool for the zenfone c. I don't think I missed anything because other model have that.
Click to expand...
Click to collapse
nahh. they release the source code and kernel source, without unlocking tool. I mean everytime I trying to force unlock or force installing twrp the result always error
ArthurBalaOs said:
[COLOR="RESULT : FAIL (unknown OEM command)"][/COLOR]
that"s the result, what's that mean?
Click to expand...
Click to collapse
As I can see the version of Fastboot you use doesn't support the subcommand "OEM unlock":
Each OEM/Carrier has its own version of the Fastboot driver.
Try this instead
Code:
fastboot flashing unlock
BTW:
Become familiar with Fastboot subcommands supported on your device. Simply run
Code:
fastboot
or
Code:
fastboot OEM
you can see on this thread.
https://forum.xda-developers.com/zenfone-4/how-to-unlock-bootloader-asus-zenfone-c4-t3577340/amp/

Question ADB Working but Fastboot not working on Pixel 6

Pixel 6: Trying to unlock bootloader and flash factory images. ADB works, but in Fastboot mode the phone is NOT recognized.
Enabled USB debugging. Installed the Latest SDK ADP platform from Google's website.
Adb devices and ADB reboot bootloader works. The phone reboots fine into bootloader.
As soon as the phone goes into bootloader mode -- Fastboot does NOT show any devices.
Fastboot devices -- No results
Fastboot flashing unlock -- " Waiting for Device"
Tried - different USB cables. Different USB Port. Different PCs as well. But fastboot is not working.
It's driving me crazy. Already spend half a day on this. Any help will be MUCH appreciated. Thanks!
This worked. Installed drivers for Pixel 6: https://en.usb-driver.net/google-pixel-6/
Rebooted and fastboot worked. Thanks everyone.
Thanks for the lead. I couldn't solve my problem with those files at that link. But did with this: https://adb.clockworkmod.com/
I'm on Windows 11 Pro x64. ADB commands working. But when I reboot to fastboot and type the command "fastboot flashing unlock" it shows "waiting for device" and then get all commands listed. Don't know how to solve?
refedit said:
I'm on Windows 11 Pro x64. ADB commands working. But when I reboot to fastboot and type the command "fastboot flashing unlock" it shows "waiting for device" and then get all commands listed. Don't know how to solve?
Click to expand...
Click to collapse
Do you have the latest drivers installed? https://developer.android.com/studio/run/win-usb
I'm on Linux Mint with latest platform tools and no problems here. Unlocked the bootloader right away
Edmontonchef said:
I'm on Linux Mint with latest platform tools and no problems here. Unlocked the bootloader right away
Click to expand...
Click to collapse
Maybe I have to do it on Linux also
refedit said:
I'm on Windows 11 Pro x64. ADB commands working. But when I reboot to fastboot and type the command "fastboot flashing unlock" it shows "waiting for device" and then get all commands listed. Don't know how to solve?
Click to expand...
Click to collapse
You need to install the Google drivers as well, this site has it linked and many other sites do too.
Whilst I had my Pixel 6 I tried to uninstall some system apps using ADB but never managed to get the list using these commands,
adb devices,
adb shell
su
Then these commands.
adb shell pm list packages -s
or
adb shell pm list packages
Error message " not found" or "not accessible"
I'm coming from an Android 9 setup. Is the command different in A12?
Well. Unlocking worked. Had to uninstall and install drivers couple times.
Dmverity didn't work. Last resource, had to use Linux. Worked straight forward
iamjimmy said:
Pixel 6: Trying to unlock bootloader and flash factory images. ADB works, but in Fastboot mode the phone is NOT recognized.
Enabled USB debugging. Installed the Latest SDK ADP platform from Google's website.
Adb devices and ADB reboot bootloader works. The phone reboots fine into bootloader.
As soon as the phone goes into bootloader mode -- Fastboot does NOT show any devices.
Fastboot devices -- No results
Fastboot flashing unlock -- " Waiting for Device"
Tried - different USB cables. Different USB Port. Different PCs as well. But fastboot is not working.
It's driving me crazy. Already spend half a day on this. Any help will be MUCH appreciated. Thanks!
Click to expand...
Click to collapse
Try Google pixel 6 drivers from Google that's what I did
Aulgreg38 said:
Try Google pixel 6 drivers from Google that's what I did
Click to expand...
Click to collapse
That is exactly what worked for me as well. Thanks.
T
iamjimmy said:
That is exactly what worked for me as well. Thanks.
Click to expand...
Click to collapse
That's great
adb and drivers seem to work fine for me while the device is on. Once I run adb reboot recovery, I get nothing. No notice it's reconnected, no devices with adb devices
kevp75 said:
adb and drivers seem to work fine for me while the device is on. Once I run adb reboot recovery, I get nothing. No notice it's reconnected, no devices with adb devices
Click to expand...
Click to collapse
Yes, I've tried different devices, different USB cables, uninstalled reinstalled the drivers multiple times. Unfortunately, I do not have a linux box handy to test on
interesting. adb reboot sideload worked
I got this same issue. I'm unable to get anything either. I have installed the drivers multiple times from multiple places and still nothing. I'm lost on this one big time.
Mod edit - translated by https://translate.google.com/?hl=de:
I changed the network cable and it's back to normal
**************************
我换了网线又恢复正常了
xxxxgrizz said:
Mod edit - translated by https://translate.google.com/?hl=de:
I changed the network cable and it's back to normal
**************************
我换了网线又恢复正常了
Click to expand...
Click to collapse
@xxxxgrizz
As courtesy, I've translated your above posts. With reference to rule no. 4 of the XDA Forum Rules, please post in English or add at least an English translation to your Chinese posts. Thanks for your cooperation!
Spoiler: Rule No. 4
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature). You could try :- https://translate.google.com/ or https://www.babelfish.com/ or use one of your choice.
Regards
Oswald Boelcke
Senior Moderator

Categories

Resources