[Q] How to boot fastboot in recovery? - Android Q&A, Help & Troubleshooting

My device ony supports adb on recovery but its sideload
cant access fastboot without adb command
volume keys not working
best regards

blttalas said:
My device ony supports adb on recovery but its sideload
cant access fastboot without adb command
volume keys not working
best regards
Click to expand...
Click to collapse
The Nexus 4 supports adb in recovery, if you have a custom recovery. If you don't have a custom recovery, then you're out of luck without the adb commands while booted up into the OS if your Volume buttons have stopped working.
adb reboot bootloader
or if you have a Terminal app on the phone, you should be able to do:
adb shell
reboot bootloader

not nexus 4
my tab
not booting
only recovery sideload

blttalas said:
not nexus 4
my tab
not booting
only recovery sideload
Click to expand...
Click to collapse
find a recovery.img that supports adb, then use
Code:
fastboot boot recovery.img
to access it
---------- Post added at 12:25 PM ---------- Previous post was at 12:24 PM ----------
also, what did you do to your phone?

Lgrootnoob said:
find a recovery.img that supports adb, then use
Code:
fastboot boot recovery.img
to access it
---------- Post added at 12:25 PM ---------- Previous post was at 12:24 PM ----------
also, what did you do to your phone?
Click to expand...
Click to collapse
Depends on the tablet. Kind of wondering why he hasn't shared what kind of tablet he is referring to. Not all android devices work the same way. Far from it actually. The tablet in question might not even have fastboot...

es0tericcha0s said:
Depends on the tablet. Kind of wondering why he hasn't shared what kind of tablet he is referring to. Not all android devices work the same way. Far from it actually. The tablet in question might not even have fastboot...
Click to expand...
Click to collapse
yea...

Related

[Q] Recovery help

I'm on Verizon and have the galaxy note 2. just unlocked it, and was trying out a custom clockwork recovery. I was switching to decide which one I wanted to use, but somehow have lost both recoveries. I know i'm not supposed to use odin for custom rom's. Does that also hold true for recoveries? Need some help getting one back.
I'd assume you could just adb the recovery to your phone. You would need to find a .img file though. :/
R3define said:
I'd assume you could just adb the recovery to your phone. You would need to find a .img file though. :/
Click to expand...
Click to collapse
Thanks for the response. I believe I found one, but I'm not sure how to use abd. Any pointers or tips?
Assuming you have adb installed you would put the .img into the platform-tools folder. Open up a command prompt (Run as Administrator), then navigate to the Platform-tools folder.
Use the command "adb devices" to make sure your phone is detected by the computer.
Then "fastboot flash recovery xxx.img" where xxx is the name of the image file.
I think this would be the way to do it but I'm not 100% sure.
When using adb you have to be in the platform-tools folder to run the commands.
---------- Post added at 01:32 PM ---------- Previous post was at 01:27 PM ----------
Otherwise this thread looks like it has a few people who were having issues flashing a different recovery.
I'd recommend getting in touch with currentweb from the thread. He talks about it on Page 2.
http://forum.xda-developers.com/showthread.php?t=2045829
R3define said:
Assuming you have adb installed you would put the .img into the platform-tools folder. Open up a command prompt (Run as Administrator), then navigate to the Platform-tools folder.
Use the command "adb devices" to make sure your phone is detected by the computer.
Then "fastboot flash recovery xxx.img" where xxx is the name of the image file.
I think this would be the way to do it but I'm not 100% sure.
When using adb you have to be in the platform-tools folder to run the commands.
---------- Post added at 01:32 PM ---------- Previous post was at 01:27 PM ----------
Otherwise this thread looks like it has a few people who were having issues flashing a different recovery.
I'd recommend getting in touch with currentweb from the thread. He talks about it on Page 2.
http://forum.xda-developers.com/showthread.php?t=2045829
Click to expand...
Click to collapse
Thank you soo much for the help. I just used the PIT and recovery file with Odin. Back to normal. I appreciate it.
Ha. Glad you got it working. Especially in an easier way. Lol.

[RECOVERY/UNLOCKED BL] New CWM by artas182x | 1.0.0.0

Sorry, not working now
Hi, I present you CWM Recovery 6.0.2.9 based on CWM from our device tree. This recovery is stable for use. In this version i fixed some bugs and added more features.
Recovery tested on: P760 (should work on every L9 with unlocked BL)
What is working:
Backup and Restore
Installing zip
ADB
All partitions are mounted
Internal SD Card fully working!
Charging
SD-EXT partition (only ext3)
Changes in the recovery from L9 CyanogenMod tree:
Fixed ADB
Added SD-EXT support
Now external_sd is default storage in recovery (internal also works)
What isn't working:
External and Internal SD USB Mount (can't be fixed because recovery don't allow to mount mtp, copy files through adb or use this app to copy: http://forum.xda-developers.com/show....php?t=1057059)
Requirements:
L9
Unlocked bootloader
Fastboot and ADB installed
Fastboot and ADB drivers
Download (1.0.0.0): Not working yet
Installation (make sure you have adb/fastboot and drivers installed):
Connect phone to computer in adb mode
Go to terminal or command line and type adb reboot oem-unlock
Now phone should be in fastboot mode
Type fastboot flash recovery path_to_downloaded_recovery_image
Booting to recovery:
Turn off phone
Turn on phone and quickly hold vol down and home button
You can also type adb reboot recovery if you are using computer or reboot recovery (before su of course) if you are using android terminal emulator
Thanks, but doesn't work for me. When i type in terminal emulator: reboot recovery, i have bootloop, now i can't use more my phone, thanks
---------- Post added at 07:24 PM ---------- Previous post was at 07:19 PM ----------
Completely bricked phone Now what is the combination for emergency mode?
---------- Post added at 07:27 PM ---------- Previous post was at 07:24 PM ----------
artas182x said:
Hi, I present you CWM Recovery 6.0.2.9 based on CWM from our device tree. This recovery is stable for use. In this version i fixed some bugs and added more features.
Recovery tested on: P760 (should work on every L9 with unlocked BL)
What is working:
Backup and Restore
Installing zip
ADB
All partitions are mounted
Internal SD Card fully working!
Charging
SD-EXT partition (only ext3)
Changes in the recovery from L9 CyanogenMod tree:
Fixed ADB
Added SD-EXT support
Now external_sd is default storage in recovery (internal also works)
What isn't working:
External and Internal SD USB Mount (can't be fixed because recovery don't allow to mount mtp, copy files through adb or use this app to copy: http://forum.xda-developers.com/show....php?t=1057059)
Requirements:
L9
Unlocked bootloader
Fastboot and ADB installed
Fastboot and ADB drivers
Download (1.0.0.0): http://www.mediafire.com/?aqa9am4tdc9rqw8
Installation (make sure you have adb/fastboot and drivers installed):
Connect phone to computer in adb mode
Go to terminal or command line and type adb reboot oem-unlock
Now phone should be in fastboot mode
Type fastboot flash recovery path_to_downloaded_recovery_image
Booting to recovery:
Turn off phone
Turn on phone and quickly hold vol down and home button
You can also type adb reboot recovery if you are using computer or reboot recovery (before su of course) if you are using android terminal emulator
Click to expand...
Click to collapse
Bricked phone completely, **** you:good:
I don't know what are you doing but for me it works, i can give you screen. To restore reflash with kdz or flash back old cwm with fastboot.
artas182x said:
I don't know what are you doing but for me it works, i can give you screen. To restore reflash with kdz or flash back old cwm with fastboot.
Click to expand...
Click to collapse
You don't understand, completely bootloop on LG screen, i can't do anything
Go to recovery using vol down + home after pressing power to turn phone.
artas182x said:
Go to recovery using vol down + home after pressing power to turn phone.
Click to expand...
Click to collapse
Doesn't work. Only bootloop. I need to enter in emergency mode to reflash all.
---------- Post added at 07:56 PM ---------- Previous post was at 07:49 PM ----------
What is combination to enter in emergency mode?
Plug in usb and press vol+. I'm also restoring phone . Sorry, tested with fastboot boot and it was working, but while using fastboot flash it don't work.
denzel09 said:
Completely bricked phone Now what is the combination for emergency mode?
Bricked phone completely, **** you:good:
Click to expand...
Click to collapse
ha ha . Now that icon does not look like thumb.
denzel09 said:
Doesn't work. Only bootloop. I need to enter in emergency mode to reflash all.
---------- Post added at 07:56 PM ---------- Previous post was at 07:49 PM ----------
What is combination to enter in emergency mode?
Click to expand...
Click to collapse
Hope you have backup of your personal data.
May be I can help, but few questions for you
1) which variant?
2) which rom you were on? which ics, which jb, or which cm?
3) why dont you people put model variant in signature? sometimes its useful for giving quick reply/solution.
I repaired normally through reflashing with kdz, but after flashing it does full wipe.
.....
Solved. Before post something, something MUST be tested. OK?
I am stuck on ics. Mo one way to reflash jelly bean, maybe unlocker bootloader can be the problem? I have try all
denzel09 said:
.....
Solved. Before post something, something MUST be tested. OK?
Click to expand...
Click to collapse
I tried to help you, but you totally ignored my post. :silly:Anyways Goodluck.
EDIT: This bootloader unlock and pushing CWM is working fine on this link
https://plus.google.com/app/basic/stream/z13pxhrrjv3sjtoe423wjzkagyveej4wa04
cmahendra said:
I tried to help you, but you totally ignored my post. :silly:Anyways Goodluck.
EDIT: This bootloader unlock and pushing CWM is working fine on this link
https://plus.google.com/app/basic/stream/z13pxhrrjv3sjtoe423wjzkagyveej4wa04
Click to expand...
Click to collapse
Oh sorry, thanks for link, i hope that i will solve to reflash jb on ics
Edit: all solved, finally.
many days my Phone dosnt work ....
I have flash Phone will not found anymour on PC . Now i have Found that it is not from ROM it is an error with this Clockwork Mod ...
This Clockwork Mod make a new File structure with fallow entrys :
/sdcard/0
i dosnt can flash stock Rom from LG , my Phone is not found from PC and my Stuff from SD Card will not found from PC.
Where can say me what for a Clockwork i can flash that make an old file Struktur !? and how i can flash it without PC ?!
Thanks for Answer and sorry for my bad english
I am realy pissed off :S
//
I dont can use fastboot, on PC say:
wait on device ....
and when i will use in terminal ....
fastboot , file not found :S

[Q] p768 w/ unlock bootloader but w/out CWM and rooting

what will i do now?
how can i root it and install CWM
can i use LGPwn? or flashify to install CWM?
fastboot doesnt work on my win 7 64bit
offline flashing method stuck at 15%
online flashing also failed
RedYeloGrin said:
what will i do now?
how can i root it and install CWM
can i use LGPwn? or flashify to install CWM?
fastboot doesnt work on my win 7 64bit
offline flashing method stuck at 15%
online flashing also failed
Click to expand...
Click to collapse
are you using this fastboot
http://forum.xda-developers.com/showthread.php?t=2292828&highlight=fastboot
read this http://forum.xda-developers.com/showpost.php?p=44578108&postcount=34
kuma82 said:
are you using this fastboot
http://forum.xda-developers.com/showthread.php?t=2292828&highlight=fastboot
read this http://forum.xda-developers.com/showpost.php?p=44578108&postcount=34
Click to expand...
Click to collapse
when i unlocked my bootloader i think i used fastboot, in the tutorial of donk165 that i used
now how can i root and flash recovery?
RedYeloGrin said:
when i unlocked my bootloader i think i used fastboot, in the tutorial of donk165 that i used
now how can i root and flash recovery?
Click to expand...
Click to collapse
fastboot is not just for unlocking your bootloader. fastboot will allow you to flash almost every partition on your device, especially now that your bootloader is unlocked. Flash CWM with fastboot. Then you can use CWM to install CM, AOKP, AOSP roms that are already rooted. Don't know how many there are for your device tho. There's all kinds of information around here for using fastboot. Search is your friend
---------- Post added at 11:45 PM ---------- Previous post was at 11:42 PM ----------
RedYeloGrin said:
fastboot doesnt work on my win 7 64bit
Click to expand...
Click to collapse
Works on mine. Did you follow the instructions to install the fastboot ( OMAP4 ) drivers?
shinobisoft said:
fastboot is not just for unlocking your bootloader. fastboot will allow you to flash almost every partition on your device, especially now that your bootloader is unlocked. Flash CWM with fastboot. Then you can use CWM to install CM, AOKP, AOSP roms that are already rooted. Don't know how many there are for your device tho. There's all kinds of information around here for using fastboot. Search is your friend
---------- Post added at 11:45 PM ---------- Previous post was at 11:42 PM ----------
Works on mine. Did you follow the instructions to install the fastboot ( OMAP4 ) drivers?
Click to expand...
Click to collapse
im kinda confused about fastboot. how can i go to fastboot? if I have successfully unlocked my bootloader it means that fastboot is installed correctly right?
RedYeloGrin said:
im kinda confused about fastboot. how can i go to fastboot? if I have successfully unlocked my bootloader it means that fastboot is installed correctly right?
Click to expand...
Click to collapse
Theoretically yes. If you have a Terminal Emulator app on your device, type the following two lines. Each line is a separate command.
Code:
su
reboot fastboot
That should put you in fastboot mode, then allowing the fastboot executable on your system to communicate with the device via the fastboot protocol. The 'su' may not be necessary.
Otherwise you'll have to use adb. Make sure device is booted normally. Doesn't matter what mode it's in, ie; Charge Only, MTP, LG Software, etc... Type the following in a command prompt window...
Code:
adb reboot fastboot
If you don't have ADB installed, you don't need the entire Android SDK, just the platform tools. There are several packages floating around here that contain just the fastboot executable and the adb executable with it's support libraries. Support libraries are for Windows only.

Honor 5x truly bricked?

What happened:
- I backed up the device using TWRP
- I attempted to install a nightly update to my device
- The device got stuck in an infinite boot loop
- The device started back up in CyanogenMod Recovery (with no apparent way to get back to TWRP to use my backup)
- I clicked on (literally) every option possible in the CyanogenMod Recovery, eventually ending with a system format
Now, the device can boot into "FASTBOOT&RESCUE MODE", CyanogenMod Recovery, and Huawei eRecovery if connected via USB when rebooted.
I have attempted to fix everything using ADB (from both the FASTBOOT&RESCUE MODE and from CyanogenMod Recovery). The device is not showing up for ADB. When I type "fastboot devices", no devices are listed. When I go to "Devices and Printers," the device shows up in "Unspecified."
I attempted to use Huawei eRecovery and that does nothing.
I've run out of ideas. Everything on the internet says to "make sure usb debugging is enabled and do x, y, z." Well, I can't
No worries, mate. Install fastboot on your PC. Download a twrp image for our kiwi. The do a fastboot flash recovery /path/to/twrp.img and fastboot reboot. Should boot into twrp if there is nothing in /system. Restore your backup.
Calm down and stop clicking on every option possible. You can still boot in CM Recovery right? Download some other ROM, wipe system and install it. Wait for about 10-20 mins.
Sent from my Galaxy Tab 3 using XDA Labs
---------- Post added at 08:24 AM ---------- Previous post was at 08:22 AM ----------
You installed CM Recovery that's why you can't restore your backup. And of course your phone won't boot if you wiped system.
Sent from my Galaxy Tab 3 using XDA Labs
I am having exactly the same issue. The two possible solutions above didn't work. I'm totally out of ideas.
Nelor92 said:
I am having exactly the same issue. The two possible solutions above didn't work. I'm totally out of ideas.
Click to expand...
Click to collapse
what recovery you are on?
thilak devraj said:
what recovery you are on?
Click to expand...
Click to collapse
Model KIW-L24
The only two recovery options is what the other guy mentioned above. Cyanogenmod recovery and fastboot&rescue mode.
I had cyanogenmod 13 on the device. Tried one of the daily updates. Completely crashed during installing. Phone booted only into 'cyanogenmod recovery mode.' In order to enter rescure mode I have to go to advance -> Reboot to bootloader.
Nelor92 said:
Model KIW-L24
The only two recovery options is what the other guy mentioned above. Cyanogenmod recovery and fastboot&rescue mode.
I had cyanogenmod 13 on the device. Tried one of the daily updates. Completely crashed during installing. Phone booted only into 'cyanogenmod recovery mode.' In order to enter rescure mode I have to go to advance -> Reboot to bootloader.
Click to expand...
Click to collapse
do u get backup before ?
if no , do u every tried to restore stock throw TWRP ?
if no please give it a try .
if u dont know how to please reply back !!
Nelor92 said:
Model KIW-L24
The only two recovery options is what the other guy mentioned above. Cyanogenmod recovery and fastboot&rescue mode.
I had cyanogenmod 13 on the device. Tried one of the daily updates. Completely crashed during installing. Phone booted only into 'cyanogenmod recovery mode.' In order to enter rescure mode I have to go to advance -> Reboot to bootloader.
Click to expand...
Click to collapse
dont worry,, as long as you can access fastboot, your phone can be booted...
Romiui said:
do u get backup before ?
if no , do u every tried to restore stock throw TWRP ?
if no please give it a try .
if u dont know how to please reply back !!
Click to expand...
Click to collapse
So, I am trying to restore stop TWRP but in adb the phone isn't being recognized. Basically, I think USB debugging isn't on. I cannot get into settings, because I cannot boot the phone into os.
If you know how to work around this please let me know.
Thank you!
---------- Post added at 07:07 AM ---------- Previous post was at 07:07 AM ----------
thilak devraj said:
dont worry,, as long as you can access fastboot, your phone can be booted...
Click to expand...
Click to collapse
How do I boot it? I can get to fastboot, but when using adb, it cannot be recognized.
Nelor92 said:
So, I am trying to restore stop TWRP but in adb the phone isn't being recognized. Basically, I think USB debugging isn't on. I cannot get into settings, because I cannot boot the phone into os.
If you know how to work around this please let me know.
Thank you!
---------- Post added at 07:07 AM ---------- Previous post was at 07:07 AM ----------
How do I boot it? I can get to fastboot, but when using adb, it cannot be recognized.
Click to expand...
Click to collapse
if u get ur phone connected with fastboot mod it should recognize the debugging without turn it one throw OS !.
Try this https://androidmtk.com/download-15-seconds-adb-installer
if u got error installing or not installed meaning change ur PC / laptop any try again . it should work somewhere els .!
Romiui said:
if u get ur phone connected with fastboot mod it should recognize the debugging without turn it one throw OS !.
Try this https://androidmtk.com/download-15-seconds-adb-installer
if u got error installing or not installed meaning change ur PC / laptop any try again . it should work somewhere els .!
Click to expand...
Click to collapse
I'm pretty sure I already have adb and fastboot installed but I will try again.
Also, my phone isn't being recognized by my PC. It shows as an unknown device so I cannot access internal memory or an sd card.
---------- Post added at 07:30 AM ---------- Previous post was at 07:17 AM ----------
Nelor92 said:
I'm pretty sure I already have adb and fastboot installed but I will try again.
Also, my phone isn't being recognized by my PC. It shows as an unknown device so I cannot access internal memory or an sd card.
Click to expand...
Click to collapse
---------- Post added at 07:33 AM ---------- Previous post was at 07:30 AM ----------
Nelor92 said:
I'm pretty sure I already have adb and fastboot installed but I will try again.
Also, my phone isn't being recognized by my PC. It shows as an unknown device so I cannot access internal memory or an sd card.
---------- Post added at 07:30 AM ---------- Previous post was at 07:17 AM ----------
Click to expand...
Click to collapse
It did not work.
---------- Post added at 07:34 AM ---------- Previous post was at 07:33 AM ----------
Romiui said:
if u get ur phone connected with fastboot mod it should recognize the debugging without turn it one throw OS !.
Try this https://androidmtk.com/download-15-seconds-adb-installer
if u got error installing or not installed meaning change ur PC / laptop any try again . it should work somewhere els .!
Click to expand...
Click to collapse
it did not work.
seams u bricked ur phone as will ,
now what recovery u have ?
i'll see what kind of solution we have !.
---------- Post added at 07:41 AM ---------- Previous post was at 07:38 AM ----------
if dont have any recovery installed say so ,
Nelor92 said:
So, I am trying to restore stop TWRP but in adb the phone isn't being recognized. Basically, I think USB debugging isn't on. I cannot get into settings, because I cannot boot the phone into os.
If you know how to work around this please let me know.
Thank you!
---------- Post added at 07:07 AM ---------- Previous post was at 07:07 AM ----------
How do I boot it? I can get to fastboot, but when using adb, it cannot be recognized.
Click to expand...
Click to collapse
if you can get to fastboot then just a few lines of commands..
fastboot devices
and
fastboot flash recovery twrp.img
and if your phone is not responding to fastboot, check your drivers,,
thilak devraj said:
if you can get to fastboot then just a few lines of commands..
fastboot devices
and
fastboot flash recovery twrp.img
and if your phone is not responding to fastboot, check your drivers,,
Click to expand...
Click to collapse
its not recognized to his system !.. it seams bricked .
thilak devraj said:
if you can get to fastboot then just a few lines of commands..
fastboot devices
and
fastboot flash recovery twrp.img
and if your phone is not responding to fastboot, check your drivers,,
Click to expand...
Click to collapse
Ive tried it on 2 different computers. Neither work.
When I type "fastboot devices", it says, waiting on device.
---------- Post added at 08:11 AM ---------- Previous post was at 08:08 AM ----------
Romiui said:
seams u bricked ur phone as will ,
now what recovery u have ?
i'll see what kind of solution we have !.
---------- Post added at 07:41 AM ---------- Previous post was at 07:38 AM ----------
if dont have any recovery installed say so ,
Click to expand...
Click to collapse
yes its bricked. what you mean what recovery I have?
i mean now when u boot ur device is it keep looping or u can enter any recovery ?
ex:
TWRP , STOCK RECOVERY , Cyanogen Recovery
please reply .
Romiui said:
seams u bricked ur phone as will ,
now what recovery u have ?
i'll see what kind of solution we have !.
---------- Post added at 07:41 AM ---------- Previous post was at 07:38 AM ----------
if dont have any recovery installed say so ,
Click to expand...
Click to collapse
I have cyanogenmod recovery
i'll PM U .
If your PC shows your device as "Unknown Device" and you have Fastboot+ADB+Google USB drivers installed, then follow these steps:
1. Open Device manager.
2. Right click on Unknown Device.
3. Update Driver Software.
4. Select "Browse my computer for driver software".
5. Select " Let me pick from a list of device drivers on my computer".
6. Select Google and on right side select Composite Fastboot Interface.
7. Click next and OK.
Your device should be recognized by now.
Nelor92 said:
Ive tried it on 2 different computers. Neither work.
When I type "fastboot devices", it says, waiting on device.
---------- Post added at 08:11 AM ---------- Previous post was at 08:08 AM ----------
yes its bricked. what you mean what recovery I have?
Click to expand...
Click to collapse
ok, skip fastboot devices and try to flash recovery and tell me what it says..

I literally ****ed up. No OS, No Recovery. Huawei Y6 II(CAM-L21). Help please :(

I literally ****ed up. No OS, No Recovery. My only hope is flashing from fastboot with my extracted images from update.app.
I just wanted to root my phone. I completely followed the step in this thread https://forum.xda-developers.com/android/general/rooting-huawei-y6-ii-cam-l21-t3501162 aside from just flashing TWRP 3.1.0.0 because TWRP 3.0.2.0 wont work for me. Well it was working for me and when I tried to flash the SuperSU.zip it says "unable to mount /data" so i'd do my research and to fix that i need to change file system to fat and format, then changed it back to ext4 and format. It fixed the issue but i was not aware that it will wipe my os. So I have no backup for ready. I'm down to no os but i have twrp. I wanted to make my own flashable zip rom that i extracted from update.app. The flashable zip that I worked does not working. The META-INF,system.img,boot.img then archived to zip file then flash it. I'm so ****ed up i tried to directly flash the images in TWRP. Flashed the boot.img to boot partition, and flash recovery.img to recovery partition. And when i tried to flash the system.img in oeminfo,boot, and recovery partition. The file size is big and it does not work that way. So in short i flashed the stock recovery.img over my TWRP. And that's ****ed up. My only hope is flashing the images via fastboot but my fastboot cant detect my device. I'm stuck at 2 boots only. The Huawei eRecovery ( i tried to download latest version and recovery via wifi but the package wont download) and Rescue Mode. Thankk youu in advance for helping me. I would appreciate it so lot! Help me
Fastboot flash system system.img
---------- Post added at 08:30 PM ---------- Previous post was at 08:28 PM ----------
Amaan007 said:
Fastboot flash system system.img
Click to expand...
Click to collapse
Do u have huawei y6 II
Amaan007 said:
Fastboot flash system system.img
---------- Post added at 08:30 PM ---------- Previous post was at 08:28 PM ----------
Do u have huawei y6 II
Click to expand...
Click to collapse
I am using Huawei Y6 II (CAM-L21). Thank you for reply But yes I am trying to use adb and fastboot command but my computer can't recognize it. I mean when I plugged it in my computer it does not show anything and when I'm trying to enter the command (adb devices) It only shows
"* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached"
I think it might have to do something in the twrp recovery. When my twrp recovery is working it shows my device and my laptop can recognize it. When I accidentally wipe my recovery it does not show anymore. One thing I found out that It recognize my device when I'm looking into device manager. It shows in Portable Device and something F:/
Thaank youu for noticing me
Valkenburgh Margin said:
I am using Huawei Y6 II (CAM-L21). Thank you for reply But yes I am trying to use adb and fastboot command but my computer can't recognize it. I mean when I plugged it in my computer it does not show anything and when I'm trying to enter the command (adb devices) It only shows
"* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached"
I think it might have to do something in the twrp recovery. When my twrp recovery is working it shows my device and my laptop can recognize it. When I accidentally wipe my recovery it does not show anymore. One thing I found out that It recognize my device when I'm looking into device manager. It shows in Portable Device and something F:/
Thaank youu for noticing me
Click to expand...
Click to collapse
Go to fastboot and type fasboot devices and tell me the outcome
---------- Post added at 06:34 AM ---------- Previous post was at 06:29 AM ----------
Amaan007 said:
Go to fastboot and type fasboot devices and tell me the outcome
Click to expand...
Click to collapse
https://forum.xda-developers.com/ho...m-unofficial-lineageos-14-1-honor-4c-t3591305
Flash this with sdcard its compatible with ur phone or move the zip file with USB or put in ur sdcard and flash it with twrp hit thanks if it helped
Amaan007 said:
Go to fastboot and type fasboot devices and tell me the outcome
---------- Post added at 06:34 AM ---------- Previous post was at 06:29 AM ----------
https://forum.xda-developers.com/ho...m-unofficial-lineageos-14-1-honor-4c-t3591305
Flash this with sdcard its compatible with ur phone or move the zip file with USB or put in ur sdcard and flash it with twrp hit thanks if it helped
Click to expand...
Click to collapse
In fastboot it does not show in listed device.
I would love to flash that rom but I have no custom recovery like twrp Is it possible to flash it with update package?
Valkenburgh Margin said:
In fastboot it does not show in listed device.
I would love to flash that rom but I have no custom recovery like twrp Is it possible to flash it with update package?
Click to expand...
Click to collapse
https://www.facebook.com/amaandip.singh
talk to me on fb
https://drive.google.com/open?id=0B0MKgCbUM0itNVB1elljU2NPR0k
here is a updater for fastboot
Just asking what tool are u using
Amaan007 said:
https://www.facebook.com/amaandip.singh
talk to me on fb
https://drive.google.com/open?id=0B0MKgCbUM0itNVB1elljU2NPR0k
here is a updater for fastboot
Just asking what tool are u using
Click to expand...
Click to collapse
THAAANKSS TO THIS MAN! He completely taught me things and assisted me. Cheers for you man! How to close this thread? My
Huawei Y6II is completely fixed and rooted! Thanks xda
@matt4321 plz close this thread
Thread closed

Categories

Resources