fastboot imposible - Huawei Ascend P6, Mate

i canĀ“t p6 in fastboot mode.any tutorial?

Do: adb reboot-bootloader, you can flash here
Or, if i don't remeber bad, press and hold Vol- and Power (or hold Vol- and plug your USB cable)

S34Qu4K3 said:
Do: adb reboot-bootloader, you can flash here
Or, if i don't remeber bad, press and hold Vol- and Power (or hold Vol- and plug your USB cable)
Click to expand...
Click to collapse
reboot completly. don,t work:crying:

JoySu said:
reboot completly. don,t work:crying:
Click to expand...
Click to collapse
adb reboot-bootloader works D:
what problem do you have?

S34Qu4K3 said:
adb reboot-bootloader works D:
what problem do you have?
Click to expand...
Click to collapse
Adb bootloader...
In cmd comand on Windows xp don, t Work in p6. Drivers adb instaled.... Etc
Imposible fastboot mode.

Excuse my English. I try to check if my bootloader is open and I can not.

Np, i'll explain it fully again, tell me if you have some trouble or error
Try this, connect your phone in MTP mode, make sure you're in USB Debug Mode
Use adb devices, if a device appears, type adb reboot-bootloader and it's done

S34Qu4K3 said:
Np, i'll explain it fully again, tell me if you have some trouble or error
Try this, connect your phone in MTP mode, make sure you're in USB Debug Mode
Use adb devices, if a device appears, type adb reboot-bootloader and it's done
Click to expand...
Click to collapse
Adb devices? In Windows console?

Correct
Sent from my HUAWEI P6-U06 using xda app-developers app

http://forum.xda-developers.com/showthread.php?t=2399320

What about that? D:
Sent from my HUAWEI P6-U06 using xda app-developers app

I'm trying to check if my bootloader is open. Something wrong or something I'm missing in my pc. Activity in Windows xp console and write cmd. Then write adb reboot-bootloader and gives me an error. I have previously installed adb drivers and active in usb debug mode but I can not. No how. Sorry for being so annoying.

Did you navigate in the platform-tools folder at first ?
Gesendet von meinem HUAWEI P6-U06 mit Tapatalk 2

TheProd said:
Did you navigate in the platform-tools folder at first ?
Gesendet von meinem HUAWEI P6-U06 mit Tapatalk 2
Click to expand...
Click to collapse
Do not know how to do, what commands to use. I'm a little lost.

First of all, you have the android sdk installed? You are in the adb folder? Probably you get an unknown command cause of this
Sent from my HUAWEI P6-U06 using xda app-developers app

what is the exact error message?

http://forum.xda-developers.com/showthread.php?t=2225405

Reyncla in htcmania make this script. Work.
https://mega.co.nz/#!4Y5hyILD!GzQny36sJ-Ec0wErtk4BAxD398pJFaEhHE8Z67zp0u4

Guys some devices require you to re-enable USB Debugging after every reboot, otherwise it appears to revert debugging to disabled.
Settings > Developer options > USB debugging (toggle to on position)
Might want to check whether this is the issue for you, it occurs for me on B106.

Related

can't go to recovery,help me,check last page for update

unlocked htc one x
try to install new ROMs without wipe
and my phone keep restarting
try to go to recovery TWRP,no luck,stuck at htc white screen
i did try this
amacrobie said:
Have found myself in a similar position, all the following assumes you're using windows as you desktop OS...
To double check your recovery is broken, get into fastboot mode (power on while holding volume down), use volume down to highlight "hboot" then press the power button to select. Then press volume down to highlight "recovery" and press power button to select. If that works, then recovery is fine, just go ahead as you normally would to recover the system.
If you can't get into recovery then you have a slight problem.
Since you can get the device into fastboot mode, the priority is to get it to talk to your PC. Get the device into fastboot (power on while holding the volume down button). Once you're into fastboot, plug in the USB cable and verify the connection to your device using the following command :
Code:
fastboot devices
This should show you a single entry for your device. If it doesn't show anything, then unplug the device, download the naked driver pack (available at http://forum.xda-developers.com/showthread.php?t=1161769) and unpack it into a sensible location. Plug the device back in, if it can't install software automatically or nothing appears you may have to use device manager to update the driver for the device. Find its entry in the device tree (it will probably be listed as an unknown device), RMB on its entry in device tree then select "Update Driver Software..." from the menu that appears, tell it to search automatically then point it at the location where you unpacked the naked driver pack. That should sort out any misconceptions windows has about not being able to talk to the phone.
Once you have fastboot access, you can reflash clockworkmod. You can obtain the latest version here : http://forum.xda-developers.com/showthread.php?t=1594819
flash from fastboot using the command
Code:
fastboot flash recovery recovery-clockwork-touch-5.8.4.0-endeavoru.img
Once flashed, unplug the usb cable.
Use the volume up and down to highlight "hboot" on the fastboot menu, then press the power button to select. Once in the hboot menu, scroll to the "recovery" menu item and press power again to select. You should find yourself in familiar territory at this point.
hth
EDIT : Sorry, it's nearly 2am here, I'm very tired and I've just re-read your initial post. If you've flashed a custom kernel then you MUST have fastboot access (or it's subsequently broken). Download your ROM (if you haven't already got a copy on your PC) and extract boot.img from it. Get into fastboot mode (vol down + power on) and plug into your PC. Do the following :
Code:
fastboot flash boot boot.img
fastboot erase cache
Unplug USB cable, use vol up/ down to highlight "REBOOT" then press power to select.If you get stuck in a bootloop, you can try going into recovery via fastboot (select "hboot" from the fastboot menu then "recovery" from the hboot menu), then select "erase cache", then go to "advanced" and "wipe dalvik cache". Then go back and reboot the device. See if that helps. If not, then go back to recovery using the aforementioned method and re-install your rom, then erase cache and wipe dalvik cache.
Click to expand...
Click to collapse
but i dont understnd the command part,where to type the command?
Cmd..
Navigate to your fastboot folders.. these are the basics. Else have a look in the general section there's a good thread that explains all
Sent from my HTC One X using xda app-developers app
photofast said:
i did try this
but i dont understnd the command part,where to type the command?
Click to expand...
Click to collapse
In bootloader...Vol Down + Power.
Select fastboot.
Plug in USB.
It says it right there...
"Since you can get the device into fastboot mode, the priority is to get it to talk to your PC. Get the device into fastboot (power on while holding the volume down button). Once you're into fastboot, plug in the USB cable and verify the connection to your device using the following command : "
Bootloader is also where you boot recovery from, instead of selecting Fastboot, select Recovery...
And installing a new custom ROM, definitely wipe.
Stefan0vic said:
Cmd..
Navigate to your fastboot folders.. these are the basics. Else have a look in the general section there's a good thread that explains all
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
command promt?
'fastboot' is not recognized as an internal or external command,
operable program or batch file.
Click to expand...
Click to collapse
Tigerlight said:
In bootloader...Vol Down + Power.
Select fastboot.
Plug in USB.
It says it right there...
"Since you can get the device into fastboot mode, the priority is to get it to talk to your PC. Get the device into fastboot (power on while holding the volume down button). Once you're into fastboot, plug in the USB cable and verify the connection to your device using the following command : "
Bootloader is also where you boot recovery from, instead of selecting Fastboot, select Recovery...
And installing a new custom ROM, definitely wipe.
Click to expand...
Click to collapse
i can;t go to recovery,try bootloader>recovery,canot
photofast said:
i can;t go to recovery,try bootloader>recovery,canot
Click to expand...
Click to collapse
Well, bootloader>fastboot is where you run commands using Windows command prompt.
Yes command prompt, make sure you have the fastboot files.
Sent from my HTC One X using xda app-developers app
Tigerlight said:
Well, bootloader>fastboot is where you run commands using Windows command prompt.
Click to expand...
Click to collapse
ya
fastboot usb on phone
command pront on pc
this comeout after i type command
'fastboot' is not recognized as an internal or external command,
operable program or batch file.
Click to expand...
Click to collapse
Stefan0vic said:
Yes command prompt, make sure you have the fastboot files.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
this right?
http://www.usofttech.com/t18218.html
http://d-h.st/23V
Stefan0vic said:
Yes command prompt, make sure you have the fastboot files.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
ok,done installing htc driver using driver update device manager
now have "my htc"
i type fastboot at cmd,still
'fastboot' is not recognized as an internal or external command,
operable program or batch file.
Click to expand...
Click to collapse
help
Go here
http://forum.xda-developers.com/showthread.php?t=2277112
Setup the adb to allow your pc to communicate with your phone. Download from that link cause its most up to date
Sent from my HTC One X using xda app-developers app
Stefan0vic said:
Go here
http://forum.xda-developers.com/showthread.php?t=2277112
Setup the adb to allow your pc to communicate with your phone. Download from that link cause its most up to date
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
fuuuu
really hard to follow
can u pls guide me?
i have fastboot file for one x
download from here
http://www.guidingtech.com/10761/htc-one-x-rooting-guide-1-unlock-bootloader/
http://www.mediafire.com/?q2540u4g3v6qqd7
next what should i do?
really need your help
Stefan0vic said:
Go here
http://forum.xda-developers.com/showthread.php?t=2277112
Setup the adb to allow your pc to communicate with your phone. Download from that link cause its most up to date
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
can i use this tool
http://forum.xda-developers.com/showthread.php?t=1620755
All you need is to download and setup the sdk. If you're not sure how to you can look up a YouTube video! Sorry I'm on my phone its pretty hard to guide you right now
Edit: don't have any experience using that.. may be good idk
Sent from my HTC One X using xda app-developers app
Stefan0vic said:
All you need is to download and setup the sdk. If you're not sure how to you can look up a YouTube video! Sorry I'm on my phone its pretty hard to guide you right now
Edit: don't have any experience using that.. may be good idk
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
okay,downloading SDK with my 1mb internet now
Think I'm not allowed to post yt links but... This one seems alright.. just make sure you have everything up to date w ww.youtube.com/watch?v=Yc4z-KYypgY&feature=youtube_gdata_player
Sent from my HTC One X using xda app-developers app
Stefan0vic said:
Think I'm not allowed to post yt links but... This one seems alright.. just make sure you have everything up to date w ww.youtube.com/watch?v=Yc4z-KYypgY&feature=youtube_gdata_player
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
em bro
u have im so we can chat there?
that youtube video havae different sdk file leh
ok i manage to install recovery with fastboot
problem is,when i click recovery in hboot
phone will turn off,twrp boot screen come up,and phone turn off,and htc white screen come again,and stuck there
try with cwm,same thing happen
emm
will phone charge in boot screen?(htc logo white screen) or bootloader screen?
because my phone stuck there
maybe it turn off because low bet?

Can't flash, wipe, or restore anything

Hi, guys , i'm on b709 but my phone can't flash any rom or wipe anything.
After i try to flash another rom, wipe and flashing seems to be done, but when i reboot the phone, i'm still on the previous rom (with all the app installed) and with airplane mode on. I can't find a solution ....It's a strange type of soft brick...... please help
sorry for the bad english
please help me, i can't install stock recovery, i can't do any local update..... the phone seems to back at yesterday every time i boot (sms, call, whatsapp message, app). I lost all today call and message every time i boot, also in can't unistall or install any app because at every reboot i have the same apps of yesterday
Guy's please don't ignore me ..... i know it seems a stupid problem, but i've never had a problem like this .... searching in the site, i've found a old post of a problem like mine. http://forum.xda-developers.com/showthread.php?t=1485289
You cant even wipe in fastboot?
Sent from my SM-G850F
tileeq said:
You cant even wipe in fastboot?
Sent from my SM-G850F
Click to expand...
Click to collapse
Hi, no, also via fastboot wipe or flash seems to be ok, but at reboot no effect... I think the phone can't write on internal storage and remain at the state of two days ago
I dont know how t help then sry.
maicolboss said:
Hi, no, also via fastboot wipe or flash seems to be ok, but at reboot no effect... I think the phone can't write on internal storage and remain at the state of two days ago
Click to expand...
Click to collapse
Is your bootloader unlocked? Because most common problems with "can't flash anything"are coming from locketd bootloader.
To check it go in cmd / terminal with connected phone with turned on USB debbuging mode and enter the following commands:
adb reboot-bootloader
after you phone reboot it will stay on the logo. This is bootloader mode. After that enter:
fastboot oem get-bootinfo
And see what is telling you - unlocked or locked?
If it is locked, you can unlock it by the following:
tauio111 said:
1. Make sure you have a working adb connection to the PC
2. Boot to fastboot/bootloader either via the command adb reboot bootloader or by restarting the phone and holding down vol down+power for about 10 seconds.
3. Send this command to the phone via adb:
Code:
fastboot oem unlock UUUUUUUUUUUUUUUU
The "U" letters are CAPITAL and are exactly 16!!!
Click to expand...
Click to collapse
I can say also - 4. The phone will restart himself after that. But don't worry - if it is not restarting by himself, just type:
adb fastboot reboot
ThunderBird891 said:
Is your bootloader unlocked? Because most common problems with "can't flash anything"are coming from locketd bootloader.
Click to expand...
Click to collapse
Unfortunately my bootloader was unlocked... other strange thing, if i delete a file or a folder from system via root explorer, at reboot these files are still there
maicolboss said:
Unfortunately my bootloader was unlocked... other strange thing, if i delete a file or a folder from system via root explorer, at reboot these files are still there
Click to expand...
Click to collapse
Try to push files with adb using command adb push and see if that works.
Sent from my HUAWEI P6-U06 using XDA mobile app
AdnanCG said:
Try to push files with adb using command adb push and see if that works.
Sent from my HUAWEI P6-U06 using XDA mobile app
Click to expand...
Click to collapse
Nothing... can't push on internal storage....only on sd card, but i can't flash
Maybe, but i'm not sure, my emmc is in readonly or something similar, i suppose

Having trouble going into fastboot

I got a new Robin, wanted to unlock and root. It has the latest update. When I try to go into fastboot, it reboots into a menu which has fastboot as an option, but when I select it it goes back into that menu, help. Thanks in advanced
https://imgur.com/a/d2JWB
Sent from my FRD-L14 using Tapatalk
That is fastboot mode, even says so on the top.
demeez said:
That is fastboot mode, even says so on the top.
Click to expand...
Click to collapse
I forgot to mention that I tried the commands to unlock the bootloader but adb didn't detect the phone. That's why I thought that wasn't fastboot mode. Adb finds the device if booted in the OS, but not in fastboot mode.
Sent from my FRD-L14 using Tapatalk
Is USB debugging on? Also oem unlock has to be set to on. Both are in developer options.
LavLab said:
Is USB debugging on? Also oem unlock has to be set to on. Both are in developer options.
Click to expand...
Click to collapse
they were, I'm using minimal adb and fastboot, also doing everything in virtualbox, I couldn't get adb in Linux mint to detect the phone.
Sent from my FRD-L14 using Tapatalk
maurogg84 said:
I forgot to mention that I tried the commands to unlock the bootloader but adb didn't detect the phone. That's why I thought that wasn't fastboot mode. Adb finds the device if booted in the OS, but not in fastboot mode.
Sent from my FRD-L14 using Tapatalk
Click to expand...
Click to collapse
What command did you use?
L3R0N said:
What command did you use?
Click to expand...
Click to collapse
I use this command
fastboot -i 0x2c3f oem unlock-go
But it kept saying waiting for device.
Sent from my FRD-L14 using Tapatalk
So I finally was able to unlock with Linux by adding the device 2c3f to udev. Maybe after adding the device to udev it could also work in virtualbox.
Sent from my FRD-L14 using Tapatalk
I use this walkthrough for linux users, leaving it here for reference
https://android.stackexchange.com/questions/144966/how-do-i-get-my-device-detected-by-adb-on-linux

OP3 Broken screen - how to extract data?

Hi,
I have OP3 with broken screen but it turns on (there is a LED blinking , and on my computer I see the OP3 CD installation & the device but I cannot access the data)
TWRP is the bootloader , how can I extract the data?
drivers are installed and tried some threads search on the furom but none of them worked for me
on fastboot devices it doesnt see it
Lellouche said:
Hi,
I have OP3 with broken screen but it turns on (there is a LED blinking , and on my computer I see the OP3 CD installation & the device but I cannot access the data)
TWRP is the bootloader , how can I extract the data?
drivers are installed and tried some threads search on the furom but none of them worked for me
on fastboot devices it doesnt see it
Click to expand...
Click to collapse
Insufficient info.
Are you able to boot up? Are you able to boot to bootloader? Do you have TWRP and are you able to boot to it?
Is your bootloader unlocked? Are you rooted? Is USB debugging enabled?
Does "adb devices" / "fastboot devices" command find your phone? What ROM?
tnsmani said:
Insufficient info.
Are you able to boot up? Are you able to boot to bootloader? Do you have TWRP and are you able to boot to it?
Is your bootloader unlocked? Are you rooted? Is USB debugging enabled?
Does "adb devices" / "fastboot devices" command find your phone? What ROM?
Click to expand...
Click to collapse
sorry ,
I think I am able to boot to the bootloader (but I cannot see it since my screen is broken)
my bootloader is unlocked , device is rooted and USB debugging is enabled
while pressing Power+Vol UP I can get into fast boot and see my device on fastboot devices
anything else I need?
To clear things up, TWRP is recovery and not bootloader. Fastboot is bootloader.
So, if you can boot into TWRP, you should be able to use adb commands. Try booting into it, then try "adb devices" and see if it's properly detected (adb reports device's serial number and status "recovery"). You can then use "adb pull" command to get your data.
Sent from my OnePlus 3 using Tapatalk
Explorer23 said:
To clear things up, TWRP is recovery and not bootloader. Fastboot is bootloader.
So, if you can boot into TWRP, you should be able to use adb commands. Try booting into it, then try "adb devices" and see if it's properly detected (adb reports device's serial number and status "recovery"). You can then use "adb pull" command to get your data.
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
my bad , since I dont have a screen , how can I boot into TWRP? is there are "blind commands" you can give me ?
Lellouche said:
my bad , since I dont have a screen , how can I boot into TWRP? is there are "blind commands" you can give me ?
Click to expand...
Click to collapse
Power + volume down should boot directly into recovery.
Sent from my OnePlus 3 using Tapatalk
Explorer23 said:
Power + volume down should boot directly into recovery.
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
Im pressing both for a long time , nothing happens (I guess , since I dont ear any sound and I dont see the device on adb)
Lellouche said:
Im pressing both for a long time , nothing happens (I guess , since I dont ear any sound and I dont see the device on adb)
Click to expand...
Click to collapse
Ok, an alternative then:
- download latest TWRP .img file to your PC
- open command window in folder with the file (Shift + right click > open command window here)
- boot into fastboot (Power + Vol Down) - you said you managed that before - and connect the device to PC. If it's properly detected in fastboot, you can boot custom recovery with "fastboot boot <recovery-name>.img"
Phone should now restart and boot into previously downloaded recovery. Now you can try and see if adb works.
Easier option would be simply "fastboot reboot recovery", but that command is non-standard and doesn't work on OP3 if I remember correctly. You can try though, nothing to lose.
Explorer23 said:
Ok, an alternative then:
- download latest TWRP .img file to your PC
- open command window in folder with the file (Shift + right click > open command window here)
- boot into fastboot (Power + Vol Down) - you said you managed that before - and connect the device to PC. If it's properly detected in fastboot, you can boot custom recovery with "fastboot boot <recovery-name>.img"
Phone should now restart and boot into previously downloaded recovery. Now you can try and see if adb works.
Easier option would be simply "fastboot reboot recovery", but that command is non-standard and doesn't work on OP3 if I remember correctly. You can try though, nothing to lose.
Click to expand...
Click to collapse
That worked for me , Thanks!!

General Bootloop pixel 6 pro

I got bootloop pixel 6 pro
Pc recognize it
Only adb devices and adb fastboot cmd work
Other cmd not work.
Can anyone help me
And always blackscreen. Nothing show or display
Have you enabled USB debugging?
To enable USB debugging you need to enable Developer Options in your phone first. To do this: Go to Settings > About phone > Software info > and then tap the build number about 7 times.
Edit: I can see you have downloaded the Android SDK Platform-Tools on the desktop. Try to run the command under the correct path ( C:\Users\XXXX\Desktop\platform-tools_r33.0.2-windows\platform-tools>
RhapsodyK said:
Have you enabled USB debugging?
To enable USB debugging you need to enable Developer Options in your phone first. To do this: Go to Settings > About phone > Software info > and then tap the build number about 7 times.
Click to expand...
Click to collapse
How will he do this when he is in a boot loop?
CRXed said:
How will he do this when he is in a boot loop?
Click to expand...
Click to collapse
Indeed. I have definitely lost my mind.
Use android flashtool. You can't downgrade on official a13 and I think you have to flash it to both slots or use flashtool
Android Flash Tool
flash.android.com
CRXed said:
How will he do this when he is in a boot loop?
Click to expand...
Click to collapse
Yes i have bootloader unlock. But totally blackscreen now. Any button do not work.
If ADB and Fastboot still work (and since your bootloader is unlocked), then @fil3s suggestion to use the Android Flash Tool is the best option to try.
fil3s said:
Use android flashtool. You can't downgrade on official a13 and I think you have to flash it to both slots or use flashtool
Android Flash Tool
flash.android.com
Click to expand...
Click to collapse
Pc not recognize phone.
Nordnord said:
Pc not recognize phone.
Click to expand...
Click to collapse
Guess I misunderstood. Do ADB and Fastboot still work, or don't they? If they don't, you might want to edit your OP.
Nordnord said:
Only adb devices and adb fastboot cmd work
Click to expand...
Click to collapse
Nordnord said:
Pc not recognize phone.
Click to expand...
Click to collapse
Do you have the latest drivers and Platform Tools installed? Try different cables and/or ports?
Here screenshot
Yes driver and platform toos installed. I tried different cable and port.
Abd/fastboot devices cmd works but next like adb reboot bootloader cmd not works.
Nordnord said:
Yes driver and platform toos installed. I tried different cable and port.
Abd/fastboot devices cmd works but next like adb reboot bootloader cmd not works.
Click to expand...
Click to collapse
Are you using A to C cable?
If fastboot devices works type
Code:
fastboot reboot bootloader
Or use adb sideload
Nordnord said:
I got bootloop pixel 6 pro
Pc recognize it
Only adb devices and adb fastboot cmd work
Other cmd not work.
Can anyone help me
Click to expand...
Click to collapse
What were you trying to do, and at what point did this happen?
Is your phone recognized as a Android device, or is it showing up as something else?
Does holding down the Power button + Volume Down do anything?
Lughnasadh said:
Are you using A to C cable?
Click to expand...
Click to collapse
Yep
V0latyle said:
What were you trying to do, and at what point did this happen?
Is your phone recognized as a Android device, or is it showing up as something else?
Does holding down the Power button + Volume Down do anything?
Click to expand...
Click to collapse
Button combination not work
Not enter fastboot mode or recovery mode
fil3s said:
If fastboot devices works type
Code:
fastboot reboot bootloader
Or use adb sideload
Click to expand...
Click to collapse
Fastboot devices works
Adb reboot bootloader cmd not works
Nordnord said:
Fastboot devices works
Adb reboot bootloader cmd not works
Click to expand...
Click to collapse
Fastboot reboot bootloader cmd not works

Categories

Resources