Hi.
Yesterday i rooted my moto x. and everything was okey since i installed a ****in audio beats aplication, it rebooted my phone and them it didnt run! i just can get in the fastmode and when y press vol+ for select recovery or other option it just start the bootloader, appears the motorola logo and no more. the big problem is my bootloader because is locked. i connect the phone with the pc for try something with the sdk but it only recognize the phone when i press the option BPTOOLS in the fastboot, when i choose recovery or other option it just go to de moto logo but dont detect the phone.
please helpme, im freaking out!
carlosj9414 said:
Hi.
Yesterday i rooted my moto x. and everything was okey since i installed a ****in audio beats aplication, it rebooted my phone and them it didnt run! i just can get in the fastmode and when y press vol+ for select recovery or other option it just start the bootloader, appears the motorola logo and no more. the big problem is my bootloader because is locked. i connect the phone with the pc for try something with the sdk but it only recognize the phone when i press the option BPTOOLS in the fastboot, when i choose recovery or other option it just go to de moto logo but dont detect the phone.
please helpme, im freaking out!
Click to expand...
Click to collapse
Start by reinstalling the drivers.
---------- Post added at 12:35 PM ---------- Previous post was at 12:28 PM ----------
The reason you cant get to recovery is because the method you used (the only method) to root this phone overwrites the recovery partition in order to gain read/write access to the system partition. In order for you to get things going again you need to fastboot the system, and recovery partitions. If that doesn't work, you will have to flash completely back to stock.
i installed all the drivers once again and it stils not working, i am at the same. in de ADB console it recognizes the phone but only by the way that i said. i cant get in fastboot because when i type in the console ADB reboot bootloader it reboots into the fastboot but them it doesnt recognize the phone
there is no more ways for flash a new room? or something like that?
carlosj9414 said:
i installed all the drivers once again and it stils not working, i am at the same. in de ADB console it recognizes the phone but only by the way that i said. i cant get in fastboot because when i type in the console ADB reboot bootloader it reboots into the fastboot but them it doesnt recognize the phone
there is no more ways for flash a new room? or something like that?
Click to expand...
Click to collapse
So when in fastboot mode you type
Code:
fastboot devices
and it doesnt show your serial number?
mentose457 said:
So when in fastboot mode you type
Code:
fastboot devices
and it doesnt show your serial number?
Click to expand...
Click to collapse
Yes, it works when i type that.
it shows a serial number
carlosj9414 said:
Yes, it works with commandas with adb but not when y type fastboot, look.
C:\Users\Gerardo\Desktop\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x
86_64-20130917\sdk\platform-tools>adb devices
List of devices attached
TA1760951N device
C:\Users\Admin\Desktop\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x
86_64-20130917\sdk\platform-tools>adb reboot bootloader
C:\Users\Admin\Desktop\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x
86_64-20130917\sdk\platform-tools>adb devices
List of devices attached
Click to expand...
Click to collapse
You are using the wrong command. adb doesnt work in fastboot mode. Once you are in bootloader mode you need to use fastboot commands. Type:
Code:
fastboot devices
mentose457 said:
You are using the wrong command. adb doesnt work in fastboot mode. Once you are in bootloader mode you need to use fastboot commands. Type:
Code:
fastboot devices
Click to expand...
Click to collapse
Yes, you allright. i was confused.
when i type that comand it shows a serial number.
carlosj9414 said:
Yes, you allright. i was confused.
when i type that comand it shows a serial number.
Click to expand...
Click to collapse
Good deal. Now you need to download the correct firmware if you havent already.
http://sbf.droid-developers.org/ghost_rcica/list.php
It's ready, i donwloaded it now what?
carlosj9414 said:
It's ready, i donwloaded it now what?
Click to expand...
Click to collapse
You need to unzip it. Once unziped, move the recovery.img and system.img to the folder on you computer that contains fastboot.exe.
---------- Post added at 01:34 PM ---------- Previous post was at 01:29 PM ----------
Once you are have done that you need to boot your phone back into fastboot mode. When you are in fastboot mode you need to type the following commands:
Code:
fastboot flash recovery recovery.img
Code:
fastboot rlash system system.img
---------- Post added at 01:34 PM ---------- Previous post was at 01:34 PM ----------
What model of phone do you have BTW?
mentose457 said:
You need to unzip it. Once unziped, move the recovery.img and system.img to the folder on you computer that contains fastboot.exe.
---------- Post added at 01:34 PM ---------- Previous post was at 01:29 PM ----------
Once you are have done that you need to boot your phone back into fastboot mode. When you are in fastboot mode you need to type the following commands:
Code:
fastboot flash recovery recovery.img
Code:
fastboot rlash system system.img
---------- Post added at 01:34 PM ---------- Previous post was at 01:34 PM ----------
What model of phone do you have BTW?
Click to expand...
Click to collapse
Oh god, it's done. thanks thanks thanks so much. my phone is back.
carlosj9414 said:
Oh god, it's done. thanks thanks thanks so much. my phone is back.
Click to expand...
Click to collapse
Right on. Glad you got it working again. If you are on a model that is not Verizon or ATT you can unlock your bootloader and flash a real recovery like TWRP or CWM.
mentose457 said:
Right on. Glad you got it working again. If you are on a model that is not Verizon or ATT you can unlock your bootloader and flash a real recovery like TWRP or CWM.
Click to expand...
Click to collapse
Hmmm thanks , i have the international version, twrp works ?
carlosj9414 said:
Hmmm thanks , i have the international version, twrp works ?
Click to expand...
Click to collapse
Yep, like a charm.
Sent from my Moto X.
Related
Successfully unlock the bootloader on my W8 PC and tried to root the phone.
However, I get "waiting for device" after entering "fastboot flash boot Z_DooMLoRD_CF-Auto-Root-ported_FW-350.img" at command prompt.
Thinking that the bootloader unlock was unsuccessful, I repeated the process again and tried the fastboot command again......and it still had the "waiting for device " messsage
I disconnected the phone from the PC and powered on the phone and now its boot-looping.
Please help.....
zorro18888 said:
Successfully unlock the bootloader on my W8 PC and tried to root the phone.
However, I get "waiting for device" after entering "fastboot flash boot Z_DooMLoRD_CF-Auto-Root-ported_FW-350.img" at command prompt.
Thinking that the bootloader unlock was unsuccessful, I repeated the process again and tried the fastboot command again......and it still had the "waiting for device " messsage
I disconnected the phone from the PC and powered on the phone and now its boot-looping.
Please help.....
Click to expand...
Click to collapse
looks like you do not flashed the kernel so it is not booting
PS: Did you have a blue light during flashing ?
BoneMo said:
looks like you do not flashed the kernel so it is not booting
PS: Did you have a blue light during flashing ?
Click to expand...
Click to collapse
Yes...There was blue light during flashing
Still unable to solve problem.
ave downloaded Flashtool and the stock fw but before I start, just wanna confirm if I am doing the right thing by using Flashtool
Me Too....I'm trying to wait until it's battery is gone, have you try this method??
did you two guys resolve this bootloop? and out of interest did you use the "fastboot.exe" from the android sdk or somewhere else?
ratcom said:
did you two guys resolve this bootloop? and out of interest did you use the "fastboot.exe" from the android sdk or somewhere else?
Click to expand...
Click to collapse
no...it's still in boot loop:crying:
and i can't flash .ftf now!!!
---------- Post added at 08:37 AM ---------- Previous post was at 07:49 AM ----------
OK i try to enter fastboot mode and work!! but seems i can't flash .ftf
is any solution??
---------- Post added at 08:55 AM ---------- Previous post was at 08:37 AM ----------
OK i try to enter fastboot mode and work!! but seems i can't flash .ftf
is any solution??
---------- Post added at 09:45 AM ---------- Previous post was at 08:55 AM ----------
Thx everyone!! i solve the boot loop!~
since i can enter fastboot mode through pressing volume up and connect to PC
so i try to flash the remaining stock kernel and work
problem solve!~
Am still stuck with bootloop
I can get into fastboot but cant flash the ftf as well.
I tried Flashtool (not the beta for Z) and also downloaded the French firmware and Z ftf.
But I cant the the green LED on my Z when connected to the PC (My Z had no LED lights)
However, when I launched Flashtool, it was able to detect my phone.
I proceeded to flash with ftf but it stayed "Flashing...." for a very long time.
RaymondCh said:
---------- Post added at 09:45 AM ---------- Previous post was at 08:55 AM ----------
[/COLOR]Thx everyone!! i solve the boot loop!~
since i can enter fastboot mode through pressing volume up and connect to PC
so i try to flash the remaining stock kernel and work
problem solve!~
Click to expand...
Click to collapse
Hey Ray, can you share with me how you do it?
Step-by-step instructions will help greatly.
If mine works, I will be eternally grateful!!!
ratcom said:
did you two guys resolve this bootloop? and out of interest did you use the "fastboot.exe" from the android sdk or somewhere else?
Click to expand...
Click to collapse
I downloaded Fastboot from one of links provided in XDA
Sounds like your pc isn't recognising the phone in fastboot mode. Did you install the drivers?
Sent Using XDA Premium..
Have you Tickled Your Android lately?
(tinyurl.com/ticklemyandroid)
Ticklefish said:
Sounds like your pc isn't recognising the phone in fastboot mode. Did you install the drivers?
Sent Using XDA Premium..
Have you Tickled Your Android lately?
(tinyurl.com/ticklemyandroid)
Click to expand...
Click to collapse
Looks like the drivers is likely the problem. But what drivers are you refering to?
The drivers from Android SDK, The Flashtool/Fastoot drivers or the Z drivers?
I have installed tboth he drivers from Android SDK with Google USB Rev 7 and from Fastboot and Flashtool drivers from Flash.
PC just cant detect phone at all
Thanks to those who responded to my thread.
Any small contribution from you is very much appreciated.
I finally got my set out of bootloop and working again.
zorro18888 said:
Thanks to those who responded to my thread.
Any small contribution from you is very much appreciated.
I finally got my set out of bootloop and working again.
Click to expand...
Click to collapse
What was the cause in the end?
softbrick/bootloop help
HI had the same issue, bootloop, anoying
what you have to do is this: use fastboot and typ, fasboot flash boot boot kernel
the kernel i used was Romaur. press start. after that you will enter recovery in youre phone and go to sideload.
now in sideload, typ adb sideload Romaur kernel, or any i think, just tested Romaur. press enter and after you done, you are not having issues with bootloop anymoore
Hello, i just got an htc one from one of my customers, when i connect cable or switch on it hangs on HTC logo and says below "This build is for development purposes only. Do not distribute outside of htc without HTCs writtten permission". How to fix this phone?
andrew21 said:
Hello, i just got an htc one from one of my customers, when i connect cable or switch on it hangs on HTC logo and says below "This build is for development purposes only. Do not distribute outside of htc without HTCs writtten permission". How to fix this phone?
Click to expand...
Click to collapse
Can you get into recovery by using adb reboot recovery
dazbutler1 said:
Can you get into recovery by using adb reboot recovery
Click to expand...
Click to collapse
NO, it says "device not found". WHen i connect phone to pc it asks me drivers for MTP. BTW after i power off device and press power on and vol down i go into menu which says "fastboot, recovery, factory reset etc". It aslo says "tampered and unlocked on top of screen. ANy ideas?
andrew21 said:
NO, it says "device not found". WHen i connect phone to pc it asks me drivers for MTP. BTW after i power off device and press power on and vol down i go into menu which says "fastboot, recovery, factory reset etc". It aslo says "tampered and unlocked on top of screen. ANy ideas?
Click to expand...
Click to collapse
In fastboot mode open a cmd window where your adb/fastboot folder is and type
fastboot erase cache
Then reboot
gianton said:
In fastboot mode open a cmd window where your adb/fastboot folder is and type
fastboot erase cache
Then reboot
Click to expand...
Click to collapse
I go to c:/android-sdk/platform-tools (thats where fastboot.exe is located) and then type fastboot erase cache, but it gets stuck at <waiting for device>
andrew21 said:
I go to c:/android-sdk/platform-tools (thats where fastboot.exe is located) and then type fastboot erase cache, but it gets stuck at <waiting for device>
Click to expand...
Click to collapse
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
gianton said:
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
Click to expand...
Click to collapse
Yes i have HTC drivers installed...sucessfully erase cache by fastboot after putting phone in bootloader mode, and when i reboot same logo screen. I now plan to go home and flash a ROM to my device, but i have windows 8....is that ok?
andrew21 said:
Yes i have HTC drivers installed...sucessfully erase cache by fastboot after putting phone in bootloader mode, and when i reboot same logo screen. I now plan to go home and flash a ROM to my device, but i have windows 8....is that ok?
Click to expand...
Click to collapse
There are some conflicts with W8 and security that has to be removed in Windows.
Do you have a custom recovery in the device?
Can you reboot in recovery?
gianton said:
There are some conflicts with W8 and security that has to be removed in Windows.
Do you have a custom recovery in the device?
Can you reboot in recovery?
Click to expand...
Click to collapse
Yes i can reboot in recovery and it gives a few menus like:
Install
Wipe
BACKUP
Restore
Mount
Settings
Advanced and
Reboot
Any ideas, also how to flash in windows 8?
andrew21 said:
Yes i can reboot in recovery and it gives a few menus like:
Install
Wipe
BACKUP
Restore
Mount
Settings
Advanced and
Reboot
Any ideas, also how to flash in windows 8?
Click to expand...
Click to collapse
Device is definitely not bricked. :good:
Now go to restore, can you see any folder there?
gianton said:
Device is definitely not bricked. :good:
Now go to restore, can you see any folder there?
Click to expand...
Click to collapse
WHEn i go to restore it doesnt show any folder, but says :internal storage (26034 MB)
WHen i go to reboot, then power off it says "No OS installed! Are you sure you want to power off?". Going home now, will reply in about 40 minutes...
thanks...tell me what to do next.
andrew21 said:
WHEn i go to restore it doesnt show any folder, but says :internal storage (26034 MB)
Also, i checked out some options earlier, dont remeber which but it said no OS installed. Going home now, will reply in about 40 minutes...
thanks...tell me what to do next.
Click to expand...
Click to collapse
You should push with adb a custom ROM.zip file and flash it.
Or mount a USB stick with an OTG cable and flash it from there. But you have to flash TWRP recovery with the OTG USB method.
To push a custom ROM.zip file while you're in recovery mode (also read here):
copy the ROM.zip to the same folder where your adb/fastboot files are.
open a cmd window from that folder
type "adb push ROM.zip /sdcard"
when finished reboot to your recovery
wipe system, data and caches (DON'T wipe the sd card content)
flash your ROM
If you have problems with adb not recognizing your device try a PC with Windows 7 and USB 2 port, install HTC drivers from here and use the mini-sdk for your adb/fastboot folder.
I have this file RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed,
can i use this as custom ROM.zip file and if so how? Thanks
andrew21 said:
I have this file RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed,
can i use this as custom ROM.zip file and if so how? Thanks
Click to expand...
Click to collapse
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
gianton said:
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
Click to expand...
Click to collapse
OK thanks, will try tomorrow and post results, maybe i'll pm you...thanks again
gianton said:
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
Click to expand...
Click to collapse
Why did you give him such an outdated rom?
tyler1234567 said:
Why did you give him such an outdated rom?
Click to expand...
Click to collapse
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
andrew21 said:
OK thanks, will try tomorrow and post results, maybe i'll pm you...thanks again
Click to expand...
Click to collapse
OK will catch up tomorrow too, off to bed now good luck.
gianton said:
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
OK will catch up tomorrow too, off to bed now good luck.
Click to expand...
Click to collapse
WHat are you guys talking about, is this an outdated rom?
gianton said:
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
Click to expand...
Click to collapse
you can follow this guide for windows 8 problems it works a treat, i know because i had problems with adb on windows 8.
http://forum.xda-developers.com/showthread.php?t=2256359&highlight=windows
also i would look at downloading the toolkit in android development. don't panic its definitely not bricked. if you can get adb working you can then flash recovery or rom or both
gianton said:
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
Click to expand...
Click to collapse
How can he have sd card problems? Lol. The phone is wiped dude.
---------- Post added at 01:26 PM ---------- Previous post was at 01:23 PM ----------
andrew21 said:
WHat are you guys talking about, is this an outdated rom?
Click to expand...
Click to collapse
Yes it is, he was trying to prevent you from losing anything on the sd card, since the updated ROM will relocate where the sdcard storage is found.
Although I don't think it is relevant since you most likely have a wiped phone.. Seeing as there is no OS installed.
Howdy,
when I try to install custom recovery on my HTC One, nothing happens.
On the HTC One screen I have in red written FastBoot USB, but when I try to install it nothing happens.
It's says "waiting the device".
I included a screen of my CMD.
I really don't know whats wrong? USB Debugging is enabled.
P.S.: It seems I have trouble with regonizing the phone in windows 8, but I have installed HTC Drivers version 4
Thanks in advance!
Cheers,
David
Just put the .img file in your fastboot folder and type: fastboot flash recovery clockwork-touch-6.0.4.5-m7ul.img
Marc199 said:
Just put the .img file in your fastboot folder and type: fastboot flash recovery clockwork-touch-6.0.4.5-m7ul.img
Click to expand...
Click to collapse
I've done that but nothing happens! The notice in the CMD is still there <waiting for device>? Dunno why...
Daichisan said:
I've done that but nothing happens! The notice in the CMD is still there <waiting for device>? Dunno why...
Click to expand...
Click to collapse
Did you put your phone in fastboot mode? Power + vol down. in command prompt type fastboot devices - if you see your device then you good to go.
---------- Post added at 01:13 PM ---------- Previous post was at 01:09 PM ----------
rocktv88 said:
Did you put your phone in fastboot mode? Power + vol down. in command prompt type fastboot devices - if you see your device then you good to go.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2579231
clsA posted:
"windows 8.1 will not work on hboot below 1.54.000 (the only 1.54 that works is from the new GPE 4.4 update).
your going to need access to a windows 7 PC long enough to update your hboot to 1.55 to be able to use fastboot with your phone again. This usually only happens while flashing a RUU not A Rom. Flashing a rom will not affect your version of hboot "
rocktv88 said:
Did you put your phone in fastboot mode? Power + vol down. in command prompt type fastboot devices - if you see your device then you good to go.
---------- Post added at 01:13 PM ---------- Previous post was at 01:09 PM ----------
http://forum.xda-developers.com/showthread.php?t=2579231
clsA posted:
"windows 8.1 will not work on hboot below 1.54.000 (the only 1.54 that works is from the new GPE 4.4 update).
your going to need access to a windows 7 PC long enough to update your hboot to 1.55 to be able to use fastboot with your phone again. This usually only happens while flashing a RUU not A Rom. Flashing a rom will not affect your version of hboot "
Click to expand...
Click to collapse
My HBOOT version is 1.55.0000, this should work on windows 8 right?
Daichisan said:
My HBOOT version is 1.55.0000, this should work on windows 8 right?
Click to expand...
Click to collapse
sorry, I am not sure. I am using Windows 7. May be you can try to ask clsA for more info.
LOL, I really don't know what have I done, but now it works. I've installed custom rom and superuser.
Thanks anyway!
Daichisan said:
LOL, I really don't know what have I done, but now it works. I've installed custom rom and superuser.
Thanks anyway!
Click to expand...
Click to collapse
:good:
Hello,
I was using my Nexus 6 normally when it froze up so I just rebooted it. When I rebooted it, it entered an endless loop which I can't resolve. I can power/volume down to get to the bootloader screen, but when I try to boot into recovery, I get the TWRP screen but it ask for me to enter my passcode and my screen isn't active so I can't. I don't know what to do. Any help would be appreciated. Thanks.
@surefooted
First, from bootloader, use the following fastboot commands:
fastboot format cache
fastboot format userdata
---------- Post added at 08:33 PM ---------- Previous post was at 08:32 PM ----------
For the password, just enter it normally on the TWRP keyboard.
Evolution_Tech said:
@surefooted
First, from bootloader, use the following fastboot commands:
fastboot format cache
fastboot format userdata
---------- Post added at 08:33 PM ---------- Previous post was at 08:32 PM ----------
For the password, just enter it normally on the TWRP keyboard.
Click to expand...
Click to collapse
thanks for the reply!
It just says waiting for device when I try the fastboot commands.
Also, the keyboard isn't active at all when I get to the TWRP keyboard. And if the screen sleeps, I get a "swipe to unlock for TWRP and can't do that either due to the screen not active.
surefooted said:
thanks for the reply!
It just says waiting for device when I try the fastboot commands.
Also, the keyboard isn't active at all when I get to the TWRP keyboard. And if the screen sleeps, I get a "swipe to unlock for TWRP and can't do that either due to the screen not active.
Click to expand...
Click to collapse
Install this:
http://forum.xda-developers.com/showthread.php?t=2588979
And try the fastboot commands again.
Evolution_Tech said:
Install this:
http://forum.xda-developers.com/showthread.php?t=2588979
And try the fastboot commands again.
Click to expand...
Click to collapse
I still get < waiting for device >.
surefooted said:
I still get < waiting for device >.
Click to expand...
Click to collapse
Are you in bootloader?
Evolution_Tech said:
Are you in bootloader?
Click to expand...
Click to collapse
Sorry for the bad pic. Using an old phone now. This is the bootloader right?
surefooted said:
Sorry for the bad pic. Using an old phone now. This is the bootloader right?
Click to expand...
Click to collapse
Yes.
---------- Post added at 09:54 PM ---------- Previous post was at 09:53 PM ----------
surefooted said:
Sorry for the bad pic. Using an old phone now. This is the bootloader right?
Click to expand...
Click to collapse
When you type:
fastboot devices
What happens?
Evolution_Tech said:
Yes.
---------- Post added at 09:54 PM ---------- Previous post was at 09:53 PM ----------
When you type:
fastboot devices
What happens?
Click to expand...
Click to collapse
surefooted said:
Click to expand...
Click to collapse
Go to start device manager
Android The Greek said:
Go to start device manager
Click to expand...
Click to collapse
Hmm It's not listed in device manager.
What OS is on your PC? The problem is that your PC is not "seeing" the device in fastboot.
---------- Post added at 10:32 PM ---------- Previous post was at 10:29 PM ----------
If on Windows 8.1, you have to disable driver signature checking.
edited..
If on Windows 8 or 8.1, look here:
http://forum.xda-developers.com/showthread.php?t=3129026
---------- Post added at 11:08 PM ---------- Previous post was at 10:50 PM ----------
surefooted said:
Hmm It's not listed in device manager.
Click to expand...
Click to collapse
Any luck?
Evolution_Tech said:
If on Windows 8 or 8.1, look here:
http://forum.xda-developers.com/showthread.php?t=3129026
---------- Post added at 11:08 PM ---------- Previous post was at 10:50 PM ----------
Any luck?
Click to expand...
Click to collapse
No. I've done the unsigned driver thing, reinstalled adb, nothing is working.
surefooted said:
No. I've done the unsigned driver thing, reinstalled adb, nothing is working.
Click to expand...
Click to collapse
Are you using the SDK or fastboot installed via 15 second installer? Is device recognized in ADB?
Evolution_Tech said:
Are you using the SDK or fastboot installed via 15 second installer? Is device recognized in ADB?
Click to expand...
Click to collapse
fastboot installed via 15 second installer, not recognized anywhere
surefooted said:
fastboot installed via 15 second installer, not recognized anywhere
Click to expand...
Click to collapse
Place file on your desktop. Hold shift and right click on desktop. Select open command prompt here.
Maybe a stupid question. Did you plug the phone into the same port you always use? My computer only recognizes my phone on one port. Then try fastboot commands.
I'm sure i can get it to recognize on the other ports but didn't feel like troubleshooting that far.
Sent from my Nexus 6 using Tapatalk
surefooted said:
fastboot installed via 15 second installer, not recognized anywhere
Click to expand...
Click to collapse
Give it a reboot if you're getting not recognised as a command message.
Hi guys,
So, i've been looking forward to install CM13 on my aunt's XT1069, but i had to backup everything in it, pictures and videos from her recent trip.
But when i was starting, i found a problem.
Even after installing Motorola Drivers, my computer didn't recognized the cellphone. Tried to activate developer options to activate debugging, but even touching the version number 7 times, the notification didn't popped up. I thought that was because of some virus, this cellphone is a loadout of ****, from 11,6GB usable memory, there was 500mb free memory. So i just restarted the cellphone.
But when i restarted it, it'd gone into some kind of a bootloop, it boot into the Android 6.0 screen, then goes into a black screen, and then it flashes the Android 6.0 screen instantly periodically. My concern here is not how to recovery the cellphone, but how to backup it with only fastboot available as a tool. Bootloader locked, stock recovery.
Anyway that i can unlock bootloader without wiping data?
Anyway i can backup it on fastboot/recovery?
Any help would be appreciated.
MrRodrigues said:
Hi guys,
So, i've been looking forward to install CM13 on my aunt's XT1069, but i had to backup everything in it, pictures and videos from her recent trip.
But when i was starting, i found a problem.
Even after installing Motorola Drivers, my computer didn't recognized the cellphone. Tried to activate developer options to activate debugging, but even touching the version number 7 times, the notification didn't popped up. I thought that was because of some virus, this cellphone is a loadout of ****, from 11,6GB usable memory, there was 500mb free memory. So i just restarted the cellphone.
But when i restarted it, it'd gone into some kind of a bootloop, it boot into the Android 6.0 screen, then goes into a black screen, and then it flashes the Android 6.0 screen instantly periodically. My concern here is not how to recovery the cellphone, but how to backup it with only fastboot available as a tool. Bootloader locked, stock recovery.
Anyway that i can unlock bootloader without wiping data?
Anyway i can backup it on fastboot/recovery?
Any help would be appreciated.
Click to expand...
Click to collapse
Ya.... possible..... without unlocking bootloader.......
First reboot into fastboot bootloader mode....
Then connect your phone to pc.....
And then type this command in terminal window of adb
adb pull /path1 /path2
Your data will backup in your pc.....
---------- Post added at 03:14 PM ---------- Previous post was at 03:09 PM ----------
skyrajparmar said:
Ya.... possible..... without unlocking bootloader.......
First reboot into fastboot bootloader mode....
Then connect your phone to pc.....
And then type this command in terminal window of adb
adb pull /path1 /path2
Your data will backup in your pc.....
Click to expand...
Click to collapse
Or may be this helplful.....
http://forum.xda-developers.com/and...age-backup-t3389172/post67095838#post67095838
skyrajparmar said:
Ya.... possible..... without unlocking bootloader.......
First reboot into fastboot bootloader mode....
Then connect your phone to pc.....
And then type this command in terminal window of adb
adb pull /path1 /path2
Your data will backup in your pc.....
---------- Post added at 03:14 PM ---------- Previous post was at 03:09 PM ----------
Or may be this helplful.....
http://forum.xda-developers.com/and...age-backup-t3389172/post67095838#post67095838
Click to expand...
Click to collapse
adb commands on fastboot? it'll work?
MrRodrigues said:
adb commands on fastboot? it'll work?
Click to expand...
Click to collapse
U have to install Android sdk and drivers of your mobile into pc....
skyrajparmar said:
U have to install Android sdk and drivers of your mobile into pc....
Click to expand...
Click to collapse
Minimal adb it's enough, but those adb commands would only work out if i had TWRP, which i don't. And i can't unlock boot loader, or it'll wipe data.
MrRodrigues said:
Minimal adb it's enough, but those adb commands would only work out if i had TWRP, which i don't. And i can't unlock boot loader, or it'll wipe data.
Click to expand...
Click to collapse
No... it's not necessary to have TWRP.....
skyrajparmar said:
No... it's not necessary to have TWRP.....
Click to expand...
Click to collapse
Yea, it does. The only way Minimal will recognize the device in adb mode is on TWRP recovery. Otherwise it'll only recognize it as in fastboot. Personal experience.
MrRodrigues said:
Yea, it does. The only way Minimal will recognize the device in adb mode is on TWRP recovery. Otherwise it'll only recognize it as in fastboot. Personal experience.
Click to expand...
Click to collapse
No it's not true..... its work on any recovery n bootloader..... personal experience......
skyrajparmar said:
No it's not true..... its work on any recovery n bootloader..... personal experience......
Click to expand...
Click to collapse
Explain to me then why is not working here, cause u know...
MrRodrigues said:
Explain me then why is not working here, cause u know...
Click to expand...
Click to collapse
=I don't understand why it's not working on your Device......