Amazfit 2: cannot get to fastboot - Amazfit

Hi guys,
I was following tutorial in order to install stock international FW on my Amazfit 2. However something has failed at step 11, when I was trying to "adb shell reboot bootloader". I got
- exec '/system/bin/sh' failed: Not a directory (20) -
using port=5555
Click to expand...
Click to collapse
Watches are now stuck at amazfit logo and I cannot seem to get to fastboot. Does anybody knows, how to get to fastboot via some key combo on Amazfit 2? I could find just Amazfit solution (this "4 seconds" hint), however it does not seem to work for Amazfit 2...
Any help appreciated, thanks!

Try just this instead:
Code:
adb reboot bootloader
or
Code:
adb reboot-bootloader

Hi thanks for the help,
However I got this idea as well before (based on my general android devices experience) however what it does is that it just reboots normally leading to splash screen stuck. It does not matter whether I issue adb reboot bootloader, adb reboot-bootloader or adb reboot lalala. I think it just grasps adb reboot part only and does normal reboot. However, thank you!.
lfom said:
Try just this instead:
Code:
adb reboot bootloader
or
Code:
adb reboot-bootloader
Click to expand...
Click to collapse

Well, if your watch gets into a bootloop after you use reboot, then something else is wrong... Normal reboot works, just "reboot bootloader" fails?

No, unfortunatelly both normal reboot and reboot bootloader lead to bootloop with Amazfit logo :/

Fastboot finds your device? Can you wipe both data and cache?

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Only adb devices sees it. But as I cannot get to bootloader, fastboot does not see it, so I cannot do anything...

Have you ever tried to flash another ROM? It seems that system is broken, that's why you get bootloops and cannot get to bootloader. You have to find a way to do it manually, most devices has some combination at start up to activate recovery and/or fastboot...
Make sure fastboot drivers are installed:
https://forum.xda-developers.com/showthread.php?t=2588979
Then check this for manually activate fastboot:
https://forum.xda-developers.com/sm...tches/amazfit-boot-fastboot-directly-t3546829

Hi Ifom, thanks again for your energy and willingness to help me.
I would like to flash another ROM, however right for that I would need to get to bootloader. Guide in second link does not work, probably it is intended just for Amazfit 1. This is actually my original question, whether there is something like this for Amazfit 2, because I cannot find it anywhere.
lfom said:
Have you ever tried to flash another ROM? It seems that system is broken, that's why you get bootloops and cannot get to bootloader. You have to find a way to do it manually, most devices has some combination at start up to activate recovery and/or fastboot...
Make sure fastboot drivers are installed:
https://forum.xda-developers.com/showthread.php?t=2588979
Then check this for manually activate fastboot:
https://forum.xda-developers.com/sm...tches/amazfit-boot-fastboot-directly-t3546829
Click to expand...
Click to collapse

Poborak said:
Hi Ifom, thanks again for your energy and willingness to help me.
I would like to flash another ROM, however right for that I would need to get to bootloader. Guide in second link does not work, probably it is intended just for Amazfit 1. This is actually my original question, whether there is something like this for Amazfit 2, because I cannot find it anywhere.
Click to expand...
Click to collapse
Be aware that the method is really hard to get right, it's unlikely you'll get it immediately. It took me maybe 10 minutes of testing to get it to work

You were right! I can confirm now that this method work also for Amazfit 2, however it is kind of tricky. Took me 20 mins to do it right.
Thank you both for helping me out, I appreciate your friendliness very much!
Quinny899 said:
Be aware that the method is really hard to get right, it's unlikely you'll get it immediately. It took me maybe 10 minutes of testing to get it to work
Click to expand...
Click to collapse

Quinny899 said:
Be aware that the method is really hard to get right, it's unlikely you'll get it immediately. It took me maybe 10 minutes of testing to get it to work
Click to expand...
Click to collapse
Take the "Huami_AMAZFIT_Tool_1.0.1.1" and click on "reboot bootloader". This works!

schroepfer said:
Take the "Huami_AMAZFIT_Tool_1.0.1.1" and click on "reboot bootloader". This works!
Click to expand...
Click to collapse
That requires ADB, which requires the watch to at least get to that stage, which isn't the case if you break the kernel

I cannot enter Fastboot Mode.
Quinny899 said:
That requires ADB, which requires the watch to at least get to that stage, which isn't the case if you break the kernel
Click to expand...
Click to collapse
I have an Amazfit and I can't get into Fastboot Mode at all. I have tried all of the alternatives described here many, many times. One question: can Windows / USB port influence not being able to enter Fastboot? Should I try on a Windows 7 for example?

Related

Lollipop OTA Update: Download and How-To (Root Required)

I've never done one of these before so I'll give it my best shot. It assumes you know how to get ADB working on your watch.
Go here for adb help.
**This only works on bootloader unlocked, rooted devices. The tool at the link above can help you achieve this requirement.** -thanks 7dk
Download Link: Here
MD5 Checksum: AC0F2B4AA2C1B5199789F2770CDA5B06
Directions:
0) YOU MUST BE ON ANDROID WEAR VERSION 4.4W2 (BUILD KNX01Q) IN ORDER TO FLASH THIS OTA
1) Install ADB and successfully connect to your watch over ADB.
2) Rename the install ZIP to 'update.zip' if not already done so.
3) Move the ZIP to your ADB directory.
4) Open a command prompt in your ADB directory and follow these commands:
adb push update.zip /sdcard/update.zip
adb shell
su
cp /sdcard/update.zip /cache/update.zip
echo 'boot-recovery ' > /cache/recovery/command
echo '--update_package=/cache/update.zip' >> /cache/recovery/command
reboot recovery
Your watch should now reboot and begin updating.
Thanks to reddit users z0mbiexx and TjPhysicist for getting the link and install working.
Thank You sir.
crazyeats said:
Thank You sir.
Click to expand...
Click to collapse
No problem. Let me know if it works for you.
works only on rooted device, so bootloader must be unlocked, and watch must be pre-rooted.
Works with out any problem! thnx! :good:
I keep getting /system/bin/sh: su: not found
127:[email protected]:/ $
I assume I need the device rooted?
EDIT: post above me clarifies that
jackie_jagger said:
I keep getting /system/bin/sh: su: not found
127:[email protected]:/ $
I assume I need the device rooted?
EDIT: post above me clarifies that
Click to expand...
Click to collapse
Thanks for letting me know! I updated the post to include this requirement.
cmdoptesc47 said:
Thanks for letting me know! I updated the post to include this requirement.
Click to expand...
Click to collapse
Nah mate, thank YOU for all the effort for this post. My watch just completed flashing the update and now I'm on the bootscreen waiting for boot. Shouldn't be long now.
EDIT: Android is upgrading screen. <3
cmdoptesc47 said:
No problem. Let me know if it works for you.
Click to expand...
Click to collapse
Worked great sir! I was unlocked and rooted. I did have to flash stock recovery before I could continue of course. Great stuff. Much appreciated!
KGW42Q --> LWX48P
My G Watch is going in fastboot mode but is stuck at <waiting for device> when trying to unlock bootloader. Any help ?
Hi, I´m in Gohma 1.2 rom, can I upgrade from this Rom directly?
Thanks in advance for you effort.
Ashutos1997 said:
My G Watch is going in fastboot mode but is stuck at <waiting for device> when trying to unlock bootloader. Any help ?
Click to expand...
Click to collapse
It sounds like your computer isn't recognizing your watch as an ADB device when it's in fastboot mode. Usually just monkey around in device manager when this happens, but I'm not great at fixing this issue. I'd look through the comments in that thread for more help.
juansur66 said:
Hi, I´m in Gohma 1.2 rom, can I upgrade from this Rom directly?
Thanks in advance for you effort.
Click to expand...
Click to collapse
I used the tool in the post to restore to stock before I updated just to be safe. It might work without a restore, but I've never tried it before. I'd probably recommend a restore, but you're welcome to give it a shot.
Nice
cmdoptesc47 said:
It sounds like your computer isn't recognizing your watch as an ADB device when it's in fastboot mode. Usually just monkey around in device manager when this happens, but I'm not great at fixing this issue. I'd look through the comments in that thread for more help.
Click to expand...
Click to collapse
The device gets recognized in adb devices but not in fastboot.
cmdoptesc47 said:
I used the tool in the post to restore to stock before I updated just to be safe. It might work without a restore, but I've never tried it before. I'd probably recommend a restore, but you're welcome to give it a shot.
Click to expand...
Click to collapse
Thanks for quick reply, I will wait cause I´m little nob.
juansur66 said:
Thanks for quick reply, I will wait cause I´m little nob.
Click to expand...
Click to collapse
I just used the tool and chose option 6 (I think. The the one that says restore)
Ashutos1997 said:
My G Watch is going in fastboot mode but is stuck at <waiting for device> when trying to unlock bootloader. Any help ?
Click to expand...
Click to collapse
If you are using Linux try switching to root user, if Windows right click cmd and run as administrator
good job
very good!!!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Paulo_Diablo said:
If you are using Linux try switching to root user, if Windows right click cmd and run as administrator
Click to expand...
Click to collapse
Still same prob

Fastboot wont flash twrp-2.8.7.1-h901.img tmobile Lg V10

OK, so i am really lost at this point. I have been trying for the past couple of days with no luck.
I used Minimal adb and fastboot, downloaded Lg drivers (LGMobileDriver_WHQL_Ver_4.0.3), sdk google drivers and looked at many comments to figure this out.
i type adb device and my phone shows, I type fastboot device and last couple of my phone shows. I used Mininimal adb and fasboot to unclock the the bootloader and i followed all the commands but when i get to fastboot flash recovery twrpxxxx.img, it tells me cannot load twrpxxxx.img. Also, when i type in adb reboot bootloader in brings me the an LG screen with powered by android at the bottom instead of the correct screen.
So, i tried the other way. Power phone off, hold down the volume down button and plug in usb and bootloader/fastboot opens up ( the screen with the line in the top left, with a blank page). it shows unlocked, few lines in white, and then few lines in red. I type fasboot devices and my phone shows up displaying last couple of the phone sn#. but when i go to type fasboot flash recovery twrpxxxx.img, i get the same message cannot load twrpxxxx.img. and on the phone is shows fastboot getvar partition recovery.
Any idea on what this is and how can i solve this?
Thanks in advance.
Rename it to recovery.img and try again.
I renamed it and I still get the same error. Cannot load recovery.img
papatoon3 said:
I renamed it and I still get the same error. Cannot load recovery.img
Click to expand...
Click to collapse
Make sure the image is in the same folder that you are running adb from; it doesnt scan your whole computer for the file. ��
Elu_sama said:
Make sure the image is in the same folder that you are running adb from; it doesnt scan your whole computer for the file. ��
Click to expand...
Click to collapse
It is in the same folder.
Does it make any difference that my phone is unlocked from T-Mobile via unlocked code? That should not have anything to do with it thought. I am just tying to figure it out.
Figured it out.
papatoon3 said:
I renamed it and I still get the same error. Cannot load recovery.img
Click to expand...
Click to collapse
I suggest you remove and reinstall sdk or install nexus root tools and run a cmd within the updated tools. Make sure you installed the right drivers, delete all others, reinstall, although your error seems more a problem with the tools, permissions perhaps, did you run cmd as admin?
Unable to load tells me it can't find your file.. Perhaps it has a hidden extension? Recovery.img.txt
Whats the complete exact command you're typing?
"fastboot flash recovery recovery.img"
http://androiding.how/how-to-install-twrp-recovery-via-fastboot/
Sounds like this is not enabled
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my LG-H901 using Tapatalk
papatoon3 said:
Does it make any difference that my phone is unlocked from T-Mobile via unlocked code? That should not have anything to do with it thought. I am just tying to figure it out.
Click to expand...
Click to collapse
SIM unlocked (tmo has no code, its an app) and bootloader unlocked isnt the same thing.
Never mind got it
papatoon3 said:
Figured it out.
Click to expand...
Click to collapse
What was the solution i need it please and thanks
tanked89 said:
Never mind got it
What was the solution i need it please and thanks
Click to expand...
Click to collapse
When your phone is turned on and plugged in, type command adb devices, Does it show?
Put phone in fastboot mode, type command fastboot devices, does it show?
I figured it out. I had to install motorola and g4 drivers to get fast boot to read when I only had one or the other it was only reading adb when I had both on pc it read and adb & fastboot and worked. Thank you.
Hi sir I am facing a problem I rooted my v10 first I unlocked bootloader and then I rooted it by using fwul I hard reset it but when I turned it on a twrp recovery menu appeared please help that how it fix

Root, How do adb fastboot commands work? need help

Hello, I am student at my university studying Computer Science. I work in tech support at my school. This is the first time I have modified the android os. The community on xda has been really helpful and knowledgeable. I have created an account to see if anyone else has done the same thing I have. Anyway read below for my post.
I am trying to change the recovery on my phone to twrp. Let me start out by saying I rooted my phone before on build number 130 (KIW-L24,Android 5.1,EMUI 3.1,C567B130,United States, Channel-Others). I used the instructions here and it worked http://forum.xda-developers.com/honor-5x/development/root-kiw-l24-usa-kiwi-t3305190.
I then decided to update through the huawei updater to build number 151 (KIW-L24, Android 5.1, EMUI 3.1, C567B151, United States, Channel-Others). It eventually got to a black EMUI menu with installing 0%. So I powered it off even though it warned against it. So my phone was bricked so I followed instructions at http://forum.xda-developers.com/honor-5x/help/bricked-honor-5x-t3328308 and my phone worked again.
Okay so now I want to root my phone so I follow the instructions for rooting. Problem is that I can not replace the EMUI recovery with twrp recovery. I am guessing that it may be because 151 is a security update.
I use these commands on adb with the twrp_kiwi.img in my adb folder(named .android by default)
adb reboot bootloader
fastboot flash recovery twrp_kiwi.img
fastboot reboot
adb reboot recovery
So I wanted to see if I could put the old firmware back so I followed the instructions for bricked device. But the fastboot commands don't seem to do anything with the .img files.
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot reboot
Yea so I am lost as to why fastboot commands arent working as it says finished and any advice would be appreciated.
Also is it possible to format the phone similar to a pc and use adb to flash the firmware back on.
I want to eventually backup my phone and put cyanogenmod on it.
... I am guessing that it may be because 151 is a security update
Click to expand...
Click to collapse
If your bootloader is unlocked, you should be able to flash what you want.
Have you tried reinstalling the Android device drivers on your PC?
JT-on said:
If your bootloader is unlocked, you should be able to flash what you want.
Have you tried reinstalling the Android device drivers on your PC?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Arobase40 said:
Is this really for a private use unless you are trying to ask us to do your university exercises for you ? LOL
And as you felt need to mention "I am student at my university studying Computer Science. I work in tech support at my school.", you should know first University mission is to teach you to search and exercise by yourself, to do things step by step and to guess by yourself what was wrong. ^^
Just one tip and advice : read up your own post carefully and you should find out what you've done wrong...
Click to expand...
Click to collapse
That was just background information unrelated to my post. I am currently trying to see if I can put the old firmware back to see if it fixes the problem.
honor5x_student said:
That was just background information unrelated to my post. I am currently trying to see if I can put the old firmware back to see if it fixes the problem.
Click to expand...
Click to collapse
TWRP works just fine on B151
plug in usb / Shut down the phone
boot to the bootloader (power + vol down)
open command prompt on PC
fastboot flash recovery twrp_kiwi.img
hold volume up + volume down + power till you see TWRP (about 14 seconds)
In TWRP choose reboot / recovery
Say yes to Root
recovery will reload / flash your rom
If you want to return to Stock use this >> https://www.androidfilehost.com/?fid=24459283995315154
instructions are in the zip

Help Rooting Vodafone Smart x9

Hi there! I need some help, I am trying to root my device and need a boot.img, but I cannot find a Rom for the x9 anywhere online.
This is my first time doing this, I got this phone just to mess around with rooting. But maybe I bought a bad phone for it.
If there are no Flash Roms online, what are the next steps? Can I use a Rom for the e9 which released alongside this phone? Sounds like it wouldnt work.. but IDK.
Looking for help from the experts ^^
Any help is appreciated.
Finally found one! Took over 2 hours to download a 2gb file O,O but it's finally done.
Now I am having problems getting into bootloader mode.
In developer mode with both OEM unlocking and USB debugging enabled.
Used the correct cmd prompt (adb reboot bootloader) but the phone just restarts.
I've tried restarting while holding the volume buttons.
VOL Down = Factory Test Mode, nothing works as expected there.
VOL UP = A boot menu letting me select from ~10 options, one of them is Boot to Bootloader. Selecting that simply boots normal, nothing special.
I have followed three guides:
How TO Root Vodafone Smart X9 Magisk without TWRP Recovery
If your Smart X9 is rooted using Magisk without TWRP Recovery. You can control a lot of features such as you can remove unwanted software.
www.getdroidpro.com
Vodafone Smart E9 Unlock Bootloader with Fastboot Method
How to unlock bootloader on your Vodafone with Fastboot Method. You can install custom ROM, custom recovery, kernel, flash all data
www.mobilewithdrivers.com
All seem logical enough, many similarities between them. I just cannot get into fastboot mode.
I've seen LOADS of threads with this same problem on this forum. And none of them have any solutions. So I think this is the end of the road. If nobody has figured it out .. then I am just out of luck I guess?
HalpNeeded said:
Forget, your phone have only 3 buttons
Click to expand...
Click to collapse
Hi @joke19 !
I havnt seen any of the guides mentioning needing a certain amount of buttons :O
How does that factor in - does that mean it cannot be rooted for some reason?
Still having this problem, and I have followed a lot of guides to the letter. I cant see what I am doing wrong. Here's where I am:
Phone is visible on device manager and the drivers are up-to-date.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PC is fully up to date on Windows 10.
I've got the lastest up-to-date version of platform-tools.
I'm using USB2.0 with the correct wires.
The phone is in developer mode with USB Debugging and OEM unlocking enabled.
I'm using the correct command lines. adb devices & adb reboot bootloader work as expected.
But none of these will work: fastboot devices, fastboot flashing unlock, fastboot oem unlock.
I just get < waiting for any device >
Can anyone help figure this out? I must be doing sooomething wrong. Everything online says its a driver issue, but then again, all the guides on how to fix that driver issue have been followed and completed. The first bullet with the image should also sort of verify that.
Praying some wizard out there has the knowledge I need to get this working! ^^
HalpNeeded said:
Still having this problem, and I have followed a lot of guides to the letter. I cant see what I am doing wrong. Here's where I am:
Phone is visible on device manager and the drivers are up-to-date.
View attachment 5671635
PC is fully up to date on Windows 10.
I've got the lastest up-to-date version of platform-tools.
I'm using USB2.0 with the correct wires.
The phone is in developer mode with USB Debugging and OEM unlocking enabled.
I'm using the correct command lines. adb devices & adb reboot bootloader work as expected.
But none of these will work: fastboot devices, fastboot flashing unlock, fastboot oem unlock.
I just get < waiting for any device >
Can anyone help figure this out? I must be doing sooomething wrong. Everything online says its a driver issue, but then again, all the guides on how to fix that driver issue have been followed and completed. The first bullet with the image should also sort of verify that.
Praying some wizard out there has the knowledge I need to get this working! ^^
Click to expand...
Click to collapse
did you manage to get this working?

How can I Root my TCL 30T

Hello! I've posted this due to no one having any compatibility with TCL, I'm attempting to root my device.
Device Info: TCL 30T (Android 12, Model T603DL)
This is what I've attempted so far:
1: Enabled all settings for the preparation (Enabled Developer Mode and enabled USB Debugging and OEM Unlocking)
2: Tried KingoRoot (failed at 90%, no compatibility)
3: (On Pc) Tried ADB, installed it directly from Android (the Platform-Tools), and the device was found when typing (ADB Devices) through CMD
4: Tried to do a flash-boot but failed, I've also looked into Device Manager and it registers (TCL 30 T) as a "Portable Device", not sure if that's an issue
5: Tried some other one-touch rootings and failed, when trying to even do a flash it would say "command unknown" or "waiting for devices" and be on an infinite wait
I'm fairly new to android, though I've spent days on this. I'd love some guidance if you can, I can't find any tutorial for my device anywhere. Thank you!
Is your BL unlocked?
Arealhooman said:
Is your BL unlocked?
Click to expand...
Click to collapse
I don't believe it is, I don't know the abbreviation "BL". But I doubt I have it unlocked
LocalGrandpa020290293 said:
I don't believe it is, I don't know the abbreviation "BL". But I doubt I have it unlocked
Click to expand...
Click to collapse
Bootloader
Arealhooman said:
Bootloader
Click to expand...
Click to collapse
Yea I don't think I do, even so where can I get it unlocked/what do I download to unlock it? (Links to sites that can help are good or downloads too)
LocalGrandpa020290293 said:
Yea I don't think I do, even so where can I get it unlocked/what do I download to unlock it? (Links to sites that can help are good or downloads too)
Click to expand...
Click to collapse
I can’t find any guides for your device, but here si a general guide that works for most devices: https://www.droidwin.com/unlock-bootloader-android-device/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is the issue, once it's rebooting I run the fastboot flashing unlock, and it says waiting for device, after such nothing happens (never finds it), and then the device just boots up normally, nothing special. What do you think is the issue?
LocalGrandpa020290293 said:
View attachment 5785985
This is the issue, once it's rebooting I run the fastboot flashing unlock, and it says waiting for device, after such nothing happens (never finds it), and then the device just boots up normally, nothing special. What do you think is the issue?
Click to expand...
Click to collapse
do you have Adb debugging enabled? Is your device on? Run “fastboot devices”
Arealhooman said:
do you have Adb debugging enabled? Is your device on? Run “fastboot devices”
Click to expand...
Click to collapse
I don't have that setting, I did see "Wireless Debugging" (had something to do with ADB's), so I enabled it, and retried all the steps, still nothing. What is to note is that when running the command 'fastboot devices', it returns an empty line in the console and thats it.
EDIT: Yes my device is on when attemping this, I believe that fastboot can't find my device
Double check? It should be a bit under wireles. You need it to operate form the BL
Arealhooman said:
Double check? It should be a bit under wireles. You need it to operate form the BL
Click to expand...
Click to collapse
Not sure I get the last part. I turn on my phone and enabled all that needed to be enabled. I then plug my phone to my PC via charger/USB. Then I run the command prompt and you saw the picture (phone already backed up). Wdym under wireless?
On the list
Unless you are booted, wireless doesnt work
Arealhooman said:
Double check? It should be a bit under wireles. You need it to operate form the BL
Click to expand...
Click to collapse
Do you have discord or something for instantaneous messaging? I can provide a live video too and upload to YouTube real quick
Arealhooman said:
Unless you are booted, wireless doesnt work
Click to expand...
Click to collapse
Booted as in the phone on and loaded (past lock screen), right? And no in device manager its labeled under Portable Devices
LocalGrandpa020290293 said:
Booted as in the phone on and loaded (past lock screen), right? And no in device manager its labeled under Portable Devices
Click to expand...
Click to collapse
It always does
just you need wired
LocalGrandpa020290293 said:
Do you have discord or something for instantaneous messaging? I can provide a live video too and upload to YouTube real quick
Click to expand...
Click to collapse
Arandomhooman#0001
Arealhooman said:
Arandomhooman#0001
Click to expand...
Click to collapse
Sent a request, should be named Blef or something
LocalGrandpa020290293 said:
Sent a request, should be named Blef or something
Click to expand...
Click to collapse
Hey, won’t be able to talk or accept the request now, but will later today kr tomorrow.

Categories

Resources