Hello i have problem without my ta-1004 When i start adb and write command fastboot device i have message waiting for device i have debug on in developer options
Related
i have htc explorer
windows can detect adb devices in cmd
but no fastboot devices detected in fastboot mode in cmd
pls help
Hi all,
I have a Huawei P7 mini (Ascend G6-L11, P7MiniV100R001C432B370, CUSTC186D005) and I'm trying to unlock the bootloader in order to install TWRP.
Having enabled "Developer options" and "USB debugging", I can access the device via adb.
However, after "adb reboot-bootloader", issuing the command "fastboot devices" only outputs:
Code:
no permissions fastboot
The screen reads:
FASTBOOT&RESCUE MODE [...] PHONE Locked
"lsusb" reports the device as:
Code:
Bus 002 Device 015: ID 18d1:d00d Google Inc.
Probably that explains why an additional "adb oem unlock <code>" just outputs:
Code:
< waiting for device >
Is there anybody who has an idea where I may have taken the wrong turn?
Thanks!
Needs "sudo" on host
yeolesourpuss said:
Hi all,
However, after "adb reboot-bootloader", issuing the command "fastboot devices" only outputs:
Code:
no permissions fastboot
Click to expand...
Click to collapse
Apparently, fastboot needs to be run as root (sudo) on the (Linux) host to work.
Alternatively and better, udev should be configured to allow access (source: askubuntu).
Hey guys, I’ve been trying to turn my old Nokia 3 into a LineageOS device for the last week, mainly as a test before I try it on my main device (a Nokia 8), but I’m not having any luck. I’m trying to follow the steps as described on the board here. While I did have great success installing LOS on an old Samsung Galaxy S5 Neo following the guide on the wiki (wiki.lineageos.org/devices/s5neolte/install), the Nokia 3 is just not having it and I’m running out of ideas. So much for an introduction, let’s get into it …
The device:
Nokia 3—“TA-1020”
Android Version: 8.1.0
USB Debugging is turned on and my laptop has permission.
OEM Unlocking is not available/greyed out in the Dev. Options.
My Laptop:
OS: Windows 10
Nokia USB Drivers are installed.
The Nokia 3 is recognized by the Device Manager, Explorer, and adb.exe.
All commands are used via cmd as administrator from within the adb directory.
The Issues:
“adb devices” finds the device and lists it as “NE… device”—so far so good, I guess, but …
“adb reboot-bootloader” reboots the device, but it does not boot into fastboot mode and instead just reboots normally
“adb devices” after “adb reboot-bootloader” just lists it as “device” again
going into fastboot mode manually by using Power+Volume Up to get into recovery mode works; I then get a black screen with a little “=> FASTBOOT mode…” on the bottom
“adb devices” does no longer find the device, once this black fastboot screen is on
Windows finds the device and lists it in the Device Manager under “ADB Interface” » “Fastboot Device”
“fastboot devices” via cmd does not find the device, however
“fastboot oem unlock” returns “<waiting for device>” and is stuck there until I quit (I tried waiting for about 45 minutes once, but to no avail)
So here I am—stuck. Forget installing LineageOS, it seems like I can’t even unlock the OEM because the device is “invisible.” Does anyone have any suggestions? I would really appreciate the help.
blarkh said:
Hey guys, I’ve been trying to turn my old Nokia 3 into a LineageOS device for the last week, mainly as a test before I try it on my main device (a Nokia 8), but I’m not having any luck. I’m trying to follow the steps as described on the board here. While I did have great success installing LOS on an old Samsung Galaxy S5 Neo following the guide on the wiki (wiki.lineageos.org/devices/s5neolte/install), the Nokia 3 is just not having it and I’m running out of ideas. So much for an introduction, let’s get into it …
The device:
Nokia 3—“TA-1020”
Android Version: 8.1.0
USB Debugging is turned on and my laptop has permission.
OEM Unlocking is not available/greyed out in the Dev. Options.
My Laptop:
OS: Windows 10
Nokia USB Drivers are installed.
The Nokia 3 is recognized by the Device Manager, Explorer, and adb.exe.
All commands are used via cmd as administrator from within the adb directory.
The Issues:
“adb devices” finds the device and lists it as “NE… device”—so far so good, I guess, but …
“adb reboot-bootloader” reboots the device, but it does not boot into fastboot mode and instead just reboots normally
“adb devices” after “adb reboot-bootloader” just lists it as “device” again
going into fastboot mode manually by using Power+Volume Up to get into recovery mode works; I then get a black screen with a little “=> FASTBOOT mode…” on the bottom
“adb devices” does no longer find the device, once this black fastboot screen is on
Windows finds the device and lists it in the Device Manager under “ADB Interface” » “Fastboot Device”
“fastboot devices” via cmd does not find the device, however
“fastboot oem unlock” returns “<waiting for device>” and is stuck there until I quit (I tried waiting for about 45 minutes once, but to no avail)
So here I am—stuck. Forget installing LineageOS, it seems like I can’t even unlock the OEM because the device is “invisible.” Does anyone have any suggestions? I would really appreciate the help.
Click to expand...
Click to collapse
You need to have fatboot drivers to be able to see your device in fastboot. I had the same problem with it connecting to adb devices but not to fastboot devices. I downloaded the driver on this thread https://forum.xda-developers.com/no...-bootloader-nokia-3-pie-t4012285#post82382141 which also shows how to unlock the bootloader. You will not be allowed to flash lineage without unlocking the bootloader first.
i opened bootloader in redmi 8a but i cant flash recoverry twrp.when i connect device in fastboot i get (
PS C:\adb> fastboot devices
970412d20007 fastboot) but adb not detect device (
PS C:\adb> adb devices
List of devices attached) i update adb ; tried win 7 win 10 ; disable signature verification ; change cable usb and port
any thing else i can do it ?
i want to root https://www.xda-developers.com/root/
when i try
Code:
fastboot flash boot /path/to/magisk_patched.img
im stuck at
< waiting for device >
when i try
adb devies
it show my device
but when i boot to fastboot in my phone
i try
fastboot devices
didn't show fastboot devices
i use
15 seconds ADB Installerhttps://www.droidthunder.com/adb-drivers/#Method_1_Using_15_seconds_ADB_Installer
what should i do ??
if youre on windows, have you installed the driver provided by your manufacturer? Or did you run command prompt as administrator?
if youre on linux, did you execute adb/fastboot with root permissions?
Also make sure you use the official plaform tools: https://developer.android.com/studio/releases/platform-tools
MLPIR said:
if youre on windows, have you installed the driver provided by your manufacturer? Or did you run command prompt as administrator?
if youre on linux, did you execute adb/fastboot with root permissions?
Also make sure you use the official plaform tools: https://developer.android.com/studio/releases/platform-tools
Click to expand...
Click to collapse
im on windows i have already install mtp driver also run cmd as admin in the platform-tools folder still not show the devices.
chatofking said:
im on windows i have already install mtp driver also run cmd as admin in the platform-tools folder still not show the devices.
Click to expand...
Click to collapse
Is your usb properly plugged in and working? (Both on the computer and phone)
yes as you can see
it work on adb devices but not fastboot devices.
Code:
D:\platform-tools>adb devices
List of devices attached
WGWWINQGT8NBJVB6 device
Code:
D:\platform-tools>fastboot devices
what should i do ??
Run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot devices
xXx yYy said:
Run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot devices
Click to expand...
Click to collapse
did you mean
Code:
adb reboot bootloader
xXx yYy said:
Run this command sequence
Code:
adb devices
adb reboot fastboot
fastboot devices
Click to expand...
Click to collapse
thank it worked now
it show fastboot mode instead fastboot in my phone
D:\platform-tools>fastboot devices
WGWWINQGT8NBJVB6 fastboot
can i ask one more question i got this message
when i
D:\platform-tools>fastboot flash boot D:\platform-tools/magisk_patched-25100_1VYTU.img
it show
Code:
Sending 'boot' (98304 KB) FAILED (remote: 'Download is not allowed on locked devices')
fastboot: error: Command failed
what should i do ??