Backup a XT1069(MotoG 2nd Gen) in a "bootloop" - G 2014 Q&A, Help & Troubleshooting

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......

Related

HTC ONE soft brick i think

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.

[Q] stuck in bootloader after failed ruu

Hi
i was trying to run a 1.28 ruu on my 2.19 base...it failed withan error 140.
Now i am stuck in bootloader and if i select recovery or reboot or fsctory reset, i always come back to the bootloader.
what can i do to solve this problem andhavea working phone again ? i wanted to do s-off, but my laptop is not finding my device in adb mode. Fastboot usb is working on the phone.
any idea ?
thx
L
lionel7 said:
Hi
i was try to run a 1.28 ruu on my 2.19 base...it failed withan error 140.
Now i am stuck in bootloader and if i select recovery or reboot or fsctory reset, i always come back to the bootloader.
what can i do to solve this problem andhavea working phone again ? i wanted to do s-off, but my laptop is not finding my device in adb mode. Fastboot usb is working on the phone.
any idea ?
thx
L
Click to expand...
Click to collapse
Can someone help me ?
Thx
1)Goto bootlader - > fastmode , and flash custom recovery again.
2) When receive custom recovery, flash rom.
3) Get S-OFF, and only when try to flash RUU, without S-OFF you can't downgrade from 2.19 to 1.28
tash2013 said:
1)Goto bootlader - > fastmode , and flash custom recovery again.
2) When receive custom recovery, flash rom.
3) Get S-OFF, and only when try to flash RUU, without S-OFF you can't downgrade from 2.19 to 1.28
Click to expand...
Click to collapse
Thx, but my laptop is not recognizing my device in adb mode . My phone shows fastboot USB tough...
Strange no ?
Why you need adb?
Flash recovery via fastboot.. type
1) fastboot flash recovery your_recovery_image.img
2) fastboot erase cache
tash2013 said:
Why you need adb?
Flash recovery via fastboot.. type
1) fastboot flash recovery your_recovery_image.img
2) fastboot erase cache
Click to expand...
Click to collapse
Probably to push the custom rom onto the SD card in order to flash it in recovery
MacHackz said:
Probably to push the custom rom onto the SD card in order to flash it in recovery
Click to expand...
Click to collapse
When he will receive working recovery with sideload support, the adb sideload command will be work fine as there will be a support interface(protocol) from recovery.
Did you relock? What error did you get? Was it the right ruu.
lionel7 said:
Thx, but my laptop is not recognizing my device in adb mode . My phone shows fastboot USB tough...
Strange no ?
Click to expand...
Click to collapse
What does your device manager on the laptop show? Try different usb port. stay away from usb 3.0 ports to be safe. sometimes i have to unplug and replug before the phone shows..Also reboot laptop if still dont see it.
---------- Post added at 06:00 PM ---------- Previous post was at 05:56 PM ----------
tash2013 said:
Why you need adb?
Flash recovery via fastboot.. type
1) fastboot flash recovery your_recovery_image.img
2) fastboot erase cache
Click to expand...
Click to collapse
Pretty sure he meant his laptop isnt seeing his phone. Cant do those commands you suggested unless phone shows to be connected..
nugzo said:
What does your device manager on the laptop show? Try different usb port. stay away from usb 3.0 ports to be safe. sometimes i have to unplug and replug before the phone shows..Also reboot laptop if still dont see it.
---------- Post added at 06:00 PM ---------- Previous post was at 05:56 PM ----------
Pretty sure he meant his laptop isnt seeing his phone. Cant do those commands you suggested unless phone shows to be connected..
Click to expand...
Click to collapse
The phrase from OP in the first post: "Fastboot usb is working on the phone."
tash2013 said:
The phrase from OP in the first post: "Fastboot usb is working on the phone."
Click to expand...
Click to collapse
Fastboot and ADB are two very different modes.
The phone can be detected in fastboot and not be detected in dab, either due to a driver issue or bad usb cable.
MacHackz said:
Fastboot and ADB are two very different modes.
The phone can be detected in fastboot and not be detected in dab, either due to a driver issue or bad usb cable.
Click to expand...
Click to collapse
I'm sorry, what do you try to explain to me? I know about these modes.
Please read carefully dialogs and why my phrase was told.
At a topic starter works fastboot, but adb doesn't work, ADB and NOT WILL fully work without OS on phone. he tries something to do with phone using adb, way in anywhere in case of its situation.
tash2013 said:
I'm sorry, what do you try to explain to me? I know about these modes.
Please read carefully dialogs and why my phrase was told.
At a topic starter works fastboot, but adb doesn't work, ADB and NOT WILL fully work without OS on phone. he tries something to do with phone using adb, way in anywhere in case of its situation.
Click to expand...
Click to collapse
You're saying ADB won't work with no OS?
Go wipe your system and be amazed when ADB still works ;D
MacHackz said:
You're saying ADB won't work with no OS?
Go wipe your system and be amazed when ADB still works ;D
Click to expand...
Click to collapse
I wrote "fully work" , try to go adb shell without OS?
tash2013 said:
I wrote "fully work" , try to go adb shell without OS?
Click to expand...
Click to collapse
Okay, adb shell has nothing to do with this.
Take a look at my guide for ADB below to help you understand the push process
MacHackz said:
Okay, adb shell has nothing to do with this.
Take a look at my guide for ADB below to help you understand the push process
Click to expand...
Click to collapse
OK, please explain to me, how I can flash recovery using adb, without OS?
tash2013 said:
OK, please explain to me, how I can flash recovery using adb, without OS?
Click to expand...
Click to collapse
You flash recovery using fastboot mode in HBOOT... ADB is for pushing the rom to the phone in recovery :cyclops:
MacHackz said:
You flash recovery using fastboot mode in HBOOT... ADB is for pushing the rom to the phone in recovery :cyclops:
Click to expand...
Click to collapse
YES! Without OS, only one way to flash recovery - fastboot! Therefore I advise to OP to forget adb, to flash recovery.
tash2013 said:
YES! Without OS, only one way to flash recovery - fastboot! Therefore I advise to OP to forget adb, to flash recovery.
Click to expand...
Click to collapse
I see I see, I think he already did that though He's having issues getting adb to work in recovery
MacHackz said:
I see I see, I think he already did that though He's having issues getting adb to work in recovery
Click to expand...
Click to collapse
if I correctly understood his first post, he can't come in recovery at all.. reset to bootloader.

Phone is essentially bricked

Okay, I have the HTC One for Sprint. I flashed it using TWRP 2.5 and I can only currently access the bootloader.
I accidentally wiped everything off my phone and when I plug it in my computer sometimes recognizes it has HTCONE or as Android Device, either way I cannot send files over using adb sideload. Gives me the error that there is no device.
Currently my device somehow also got "unrooted" in the process. I am looking at the phone not being able to transfer any roms I want over to install a new OS nor can I restore it to the old OS.
Is there anything I can do?
PS: I did install the drivers and other devices. If someone can please help me even over teamviewer it would absolutely make my day. I have been troubleshooting this device for about 30 hours straight now.
Since you can access bootloader, you'll probably be ok..
What happens when you try to access recovery?
what happens in "fastboot usb" in your bootloader when you command
Code:
fastboot devices
If your device shows just do
Code:
fastboot flash recovery name_of_recovery.img
Download one of these recoveries (since you have the Sprint version) <- this will get you into recovery if you're not already able to access it..
http://techerrata.com/browse/twrp2/m7wls
yup
redbull123 said:
Since you can access bootloader, you'll probably be ok..
What happens when you try to access recovery?
what happens in "fastboot usb" in your bootloader when you command
Code:
fastboot devices
If your device shows just do
Code:
fastboot flash recovery name_of_recovery.img
Download one of these recoveries (since you have the Sprint version) <- this will get you into recovery if you're not already able to access it..
Click to expand...
Click to collapse
Well I have the recovery since thats the only one I can access. Thing is though neither of my computers can recognize the device and I cannot send the rom necessary to boot the OS.
I can access the Bootloader and I can access the Recovery. I cannot access the memory on the phone in order to send files over
Have you tried flashing the RUU? Hopefully this can help:
http://forum.xda-developers.com/showthread.php?t=2250904
sweetnsour said:
Have you tried flashing the RUU? Hopefully this can help:
http://forum.xda-developers.com/showthread.php?t=2250904
Click to expand...
Click to collapse
would I be able to unlock the bootloader after
iivezaj said:
would I be able to unlock the bootloader after
Click to expand...
Click to collapse
important part is getting the phone working again then worry about unlocking bootloader
Can always try flashing a custom ROM using an OTG cable if you've wiped the OS. I always wipe my storage and OS when I do a clean install and then flash the ROM straight from my flash drive ... Obviously you'll need to fastboot a custom recovery, if you are able to.
CheesyNutz said:
important part is getting the phone working again then worry about unlocking bootloader
Click to expand...
Click to collapse
im going to try the method you linked me
When you're in recovery do adb devices. If it shows your phone you can sideload a ROM.
AT&T HTC One
GPe 4.3
hi bro, that happened to me as well, i have installed usb driver but adb cannot detect my device. I was running windows 8 that time but when i used windows 7 adb was able to detect my device with no issues and i was able to transfer custom rom zip file to it. I dont know if that could help you but i'm just sharing my experience.
Sent from my IRON Phone
---------- Post added at 10:32 PM ---------- Previous post was at 10:27 PM ----------
can you even go to recovery? if yes, try using other computer, preferably windows 7 or xp.
Sent from my IRON Phone
---------- Post added at 10:39 PM ---------- Previous post was at 10:32 PM ----------
sorry i didnt read this.
Sent from my IRON Phone
I can access the bootloader and the recovery (switched to PhilZ touch) and sideloaded a couple roms but NONE of them work. One of the roms boots up and goes in a restart loop after hitting the front page (no icons on the screen just top bar) Even the stock version of htc one for sprint didn't work it kept resetting my device.
I tried using the RUU also but it gives me a bootloader error saying it cannot be restored after a few minutes of loading.
Well every rom so far attempted has been a dead end. CM, AOKP, all have booted and started a restart loop. I am not sure if its my kernal or anything else.
I just need some help. What I did notice is that even if the devices were working I had no cell signal. Someone please help lol
iivezaj said:
Well every rom so far attempted has been a dead end. CM, AOKP, all have booted and started a restart loop. I am not sure if its my kernal or anything else.
I just need some help. What I did notice is that even if the devices were working I had no cell signal. Someone please help lol
Click to expand...
Click to collapse
Where are you getting these ROMs from? Have you tried the ones in the Sprint HTC One forums?
Sent from my HTC One using xda premium

Help. I stupidly erased internal storage now don't know what to do

I'm a dumb ass-I erased internal storage and now there's nothing on my phone to flash. I'm still in recovery (TWRP), not sure what to do next. Tried to connect my Moto X to the computer but nothing shows up. I installed Moto Device Manager and still nothing. Any ideas for this dumb noob?
scott62185 said:
I'm a dumb ass-I erased internal storage and now there's nothing on my phone to flash. I'm still in recovery (TWRP), not sure what to do next. Tried to connect my Moto X to the computer but nothing shows up. I installed Moto Device Manager and still nothing. Any ideas for this dumb noob?
Click to expand...
Click to collapse
I don't know if you are like me, but if you are then you need to calm down first, otherwise more mistakes might happen.
Nothing bad has happened, yeah it was kinda stupid to erase the internal memory but so what, everyone does stupid stuffs :laugh:
Just download the ROM, whatever your carrier based ROM is, from here, http://sbf.droid-developers.org/phone.php?device=0
Then open ADB and follow the instructions here, Method 1 is recommended, http://forum.xda-developers.com/moto-x/general/guide-moto-x-return-to-100-stock-using-t2446515.
If you have drivers installed on your PC, which I suppose you have, then as soon as you go into bootloader mode, your device will appear on ADB.
That's it.
scott62185 said:
I'm a dumb ass-I erased internal storage and now there's nothing on my phone to flash. I'm still in recovery (TWRP), not sure what to do next. Tried to connect my Moto X to the computer but nothing shows up. I installed Moto Device Manager and still nothing. Any ideas for this dumb noob?
Click to expand...
Click to collapse
Without Philz recovery OTG is not available. I assume you have no system to boot? You wiped memory after you wiped data & before you flashed. RSD & XML restore time.
Does your twrp have USB mount? I think not.
---------- Post added at 07:00 PM ---------- Previous post was at 06:57 PM ----------
From twrp choose reboot to Bootloader which is "RSD" mode/ap-fastboot already.
devilsdouble said:
I don't know if you are like me, but if you are then you need to calm down first, otherwise more mistakes might happen.
Nothing bad has happened, yeah it was kinda stupid to erase the internal memory but so what, everyone does stupid stuffs :laugh:
Just download the ROM, whatever your carrier based ROM is, from here, http://sbf.droid-developers.org/phone.php?device=0
Then open ADB and follow the instructions here, Method 1 is recommended. If you have drivers installed on your PC, which I suppose you have, then as soon as you go into bootloader mode, your device will appear on ADB.
That's it.
Click to expand...
Click to collapse
Thanks for the reply. Did you mean to attach a link for the adb (Method 1)? Not sure where to find that. My phone is not being recognized by my computer either
aviwdoowks said:
Without Philz recovery OTG is not available. I assume you have no system to boot? You wiped memory after you wiped data & before you flashed. RSD & XML restore time.
Does your twrp have USB mount? I think not.
---------- Post added at 07:00 PM ---------- Previous post was at 06:57 PM ----------
From twrp choose reboot to Bootloader which is "RSD" mode/ap-fastboot already.
Click to expand...
Click to collapse
I'm not sure what you mean by all this. I wiped system, data, internal storage all at once.
scott62185 said:
Thanks for the reply. Did you mean to attach a link for the adb (Method 1)? Not sure where to find that. My phone is not being recognized by my computer either
Click to expand...
Click to collapse
Damn, sorry, edited the post. Your phone is not recognised when it's in recovery, which is TWRP, but it might be (should be actually) recognised when you enter bootloader mode (vol down+power), that is if you have the drivers installed.
devilsdouble said:
Damn, sorry, edited the post. Your phone is not recognised when it's in recovery, which is TWRP, but it might be (should be actually) recognised when you enter bootloader mode (vol down+power), that is if you have the drivers installed.
Click to expand...
Click to collapse
Oh! okay, let me try that.
Are you sure I should reboot into bootloader? When I choose that in TWRP it says, "There's no OS, are you sure you want to reboot?"
Right, same results.
Philz cwm recovery could have saved you. It has OTG & USB mount. You could have mounted internal memory from recovery to your PC/Mac then DL a ROM to your now empty internal SD then unmount & flash ROM.
Get it?
scott62185 said:
Are you sure I should reboot into bootloader? When I choose that in TWRP it says, "There's no OS, are you sure you want to reboot?"
Click to expand...
Click to collapse
Ignore that. In any case you should always be able to enter bootloader mode. It doesn't require an OS, at least that's what I think.
You can just hold on to vol down and power for eight seconds from TWRP manually, that should enter bootloader mode anyway.
aviwdoowks said:
Right, same results.
Philz cwm recovery could have saved you. It has OTG & USB mount. You could have mounted internal memory from recovery to your PC/Mac then DL a ROM to your now empty internal SD then unmount & flash ROM.
Get it.
Click to expand...
Click to collapse
He can still flash Philz recovery, then load a rom that way. Download THIS. Reboot to bootloader. Flash recovery
Code:
fastboot flash recovery philz_touch_6.56.2-moto_msm8960dt.img
Then reboot to recovery. Then copy the rom the rom of choice over via USB mount. Then flash....?
gokart2 said:
He can still flash Philz recovery, then load a rom that way. Download THIS. Reboot to bootloader. Flash recovery
Code:
fastboot flash recovery philz_touch_6.56.2-moto_msm8960dt.img
Then reboot to recovery. Then copy the rom the rom of choice over via USB mount. Then flash....?
Click to expand...
Click to collapse
Yep, if he has the drivers installed then he definitely can flash Philz successfully.
Didn't even know Philz existed for X, goodbye TWRP
Oops, I have done that before myself.
gokart2 said:
He can still flash Philz recovery, then load a rom that way. Download THIS. Reboot to bootloader. Flash recovery
Code:
fastboot flash recovery philz_touch_6.56.2-moto_msm8960dt.img
Then reboot to recovery. Then copy the rom the rom of choice over via USB mount. Then flash....?
Click to expand...
Click to collapse
thanks for this but i cannot get my phone recognized by my computer. I have installed (several times) the Motorola Device Manager, but to no avail...
scott62185 said:
thanks for this but i cannot get my phone recognized by my computer. I have installed (several times) the Motorola Device Manager, but to no avail...
Click to expand...
Click to collapse
There's a flashable recovery zip HERE. Flash that in TWRP, then reboot to recovery. Then hopefully your PC will recognize it so you can copy a rom over. That's all I can think of ATM.
gokart2 said:
There's a flashable recovery zip HERE. Flash that in TWRP, then reboot to recovery. Then hopefully your PC will recognize it so you can copy a rom over. That's all I can think of ATM.
Click to expand...
Click to collapse
Thanks for attempting to help me. The only problem with this is, how do I get the file to my TWRP if I can't transfer any files from my computer to my phone?
scott62185 said:
thanks for this but i cannot get my phone recognized by my computer. I have installed (several times) the Motorola Device Manager, but to no avail...
Click to expand...
Click to collapse
Just asking, you are opening ADB and then can't see the device right? I mean I am sure you know that you won't see the device just from OS, Windows, Mac whatever you use.
I mean you are typing this right?
Code:
adb fastboot devices
devilsdouble said:
Just asking, you are opening ADB and then can't see the device right? I mean I am sure you know that you won't see the device just from OS, Windows, Mac whatever you use.
I mean you are typing this right?
Code:
adb fastboot devices
Click to expand...
Click to collapse
I wasn't doing it that way. Thanks for pointing that out. I guess I need to reinstall my adb cause it's not working right. I'm just a noob who doesn't know how all this **** works. Damn, makes me feel so stupid.
scott62185 said:
Thanks for attempting to help me. The only problem with this is, how do I get the file to my TWRP if I can't transfer any files from my computer to my phone?
Click to expand...
Click to collapse
LOL.....yeah....forgot. My bad.
devilsdouble said:
Just asking, you are opening ADB and then can't see the device right? I mean I am sure you know that you won't see the device just from OS, Windows, Mac whatever you use.
I mean you are typing this right?
Code:
adb fastboot devices
Click to expand...
Click to collapse
Now that I think of it, I've had ADB issues and fastboot still worked. Have you gone to the bootloader screen while connected to the PC and done this to see?
Code:
fastboot devices
What I mean is I had no devices recognized when I did
Code:
adb devices
but I did have it recognized by
Code:
fastboot devices
My TWRP shows USB otg when you select storage.
Travisdroidx2 said:
My TWRP shows USB otg when you select storage.
Click to expand...
Click to collapse
So the newest twrp has mounting?
Is that 2711?

Phone stuck in bootloop

Hey everybody
My friend gave me his Mi 9t Pro to repair it as he bricked it accidentally and he knew I had experience with changing ROMs and recoveries.
From what I know, what he did is tried to change dpi and then phone jumped into bootloop.
Let me just state that:
- bootloader is locked
- there is no custom recovery
- I have no authorization for ADB
I am stuck and would be really thankful for any ideas. Wiping data is not an option at the moment as we want to recover data from the phone.
Dropping battery to 0% and then charging didn't work.
Adb is only possible at the very short moment phone gets into boot animation, but as I have no authorization I can't pull files from it.
For whatever I tried ADB sideload when connected with Mi Assistant in recovery didn't help me neither.
If you have any ideas please share them with me, I'll appreciate that a lot
Hilus said:
Hey everybody
My friend gave me his Mi 9t Pro to repair it as he bricked it accidentally and he knew I had experience with changing ROMs and recoveries.
From what I know, what he did is tried to change dpi and then phone jumped into bootloop.
Let me just state that:
- bootloader is locked
- there is no custom recovery
- I have no authorization for ADB
I am stuck and would be really thankful for any ideas. Wiping data is not an option at the moment as we want to recover data from the phone.
Dropping battery to 0% and then charging didn't work.
Adb is only possible at the very short moment phone gets into boot animation, but as I have no authorization I can't pull files from it.
For whatever I tried ADB sideload when connected with Mi Assistant in recovery didn't help me neither.
If you have any ideas please share them with me, I'll appreciate that a lot
Click to expand...
Click to collapse
I can't see any way you're going to keep the data. Recovering the phone is going to wipe everything. Without an unlocked bootloader I can't see any way your going to be able to access the data first before restoring the phone.
As far as restoring the phone, if you can access the official recovery, then you should, hopefully, be able to flash an official recovery ROM from there, or so I believe, I've never actually tried it.
If that fails, then you will need to EDL flash the phone.
This involves taking off the back to put the phone in EDL mode, then paying someone, who has an authorised account, to remotely flash the phone for you.
Robbo.5000 said:
I can't see any way you're going to keep the data. Recovering the phone is going to wipe everything. Without an unlocked bootloader I can't see any way your going to be able to access the data first before restoring the phone.
As far as restoring the phone, if you can access the official recovery, then you should, hopefully, be able to flash an official recovery ROM from there, or so I believe, I've never actually tried it.
If that fails, then you will need to EDL flash the phone.
This involves taking off the back to put the phone in EDL mode, then paying someone, who has an authorised account, to remotely flash the phone for you.
Click to expand...
Click to collapse
Yeah, that's kinda hard situation :/
I can't really flash recovery ROM, cause official recovery has no option for that and adb sideload didn't want to install 'update.zip'. just rebooted the phone and that's all.
I've seen that it's actually possible to put device into EDL without having to disassemble the phone, but fastboot command just reboots the phone.
Thanks for answering either way
Hilus said:
Yeah, that's kinda hard situation :/
I can't really flash recovery ROM, cause official recovery has no option for that and adb sideload didn't want to install 'update.zip'. just rebooted the phone and that's all.
I've seen that it's actually possible to put device into EDL without having to disassemble the phone, but fastboot command just reboots the phone.
Thanks for answering either way
Click to expand...
Click to collapse
Have you tried updating ROM through Mi PC Suite (latest version)?
0xFast said:
Have you tried updating ROM through Mi PC Suite (latest version)?
Click to expand...
Click to collapse
I tried through MiFlash, but it only allows fastboot ROMs, and because bootloader is not unlocked I couldn't flash it. But that's a good idea, I'll try Mi PC Suite, I'll let you know how it ends.
0xFast said:
Have you tried updating ROM through Mi PC Suite (latest version)?
Click to expand...
Click to collapse
I tried, but seeing that mipcsutie is same program as mi assistant, I cannot do anything because it doesn't recognize my phone.
Which version? I'm using https://c.mi.com/thread-1015363-1-0.html on Redmi 6 (locked bootloader & bootloop) and successfully restore. Make sure you've correct driver installed.
---------- Post added at 12:13 AM ---------- Previous post was at 12:10 AM ----------
Because not possible if your bootloader was locked to enter EDL mode, then AFAIK you need Mi Account with authorization to flashing with EDL mode.
Hilus said:
I've seen that it's actually possible to put device into EDL without having to disassemble the phone, but fastboot command just reboots the phone.
Click to expand...
Click to collapse
Are you talking phones in general, or this phone specifically. For this phone the only way is to take the back off and do the 'Test point' method. I've never heard of anyone successfully entering EDL mode using any other method.
Hilus said:
I can't really flash recovery ROM, cause official recovery has no option for that and adb sideload didn't want to install 'update.zip'. just rebooted the phone and that's all.
Click to expand...
Click to collapse
ADB sideload needs the phone to be put into ADB sideload mode first, so to speak. This is why you have the ADB sideload option in TWRP. You don't have this option in the standard recovery.
Hilus said:
I tried, but seeing that mipcsutie is same program as mi assistant, I cannot do anything because it doesn't recognize my phone.
Click to expand...
Click to collapse
0xFast said:
Which version? I'm using https://c.mi.com/thread-1015363-1-0.html on Redmi 6 (locked bootloader & bootloop) and successfully restore. Make sure you've correct driver installed.
Click to expand...
Click to collapse
Also make sure you're using a good USB cable and also try a different USB port.
Also try using your friends PC. I assume they have previously connected the phone to the PC successfully before, so they should have the correct drivers already installed.
Robbo.5000 said:
Are you talking phones in general, or this phone specifically. For this phone the only way is to take the back off and do the 'Test point' method. I've never heard of anyone successfully entering EDL mode using any other method.
ADB sideload needs the phone to be put into ADB sideload mode first, so to speak. This is why you have the ADB sideload option in TWRP. You don't have this option in the standard recovery.
Also make sure you're using a good USB cable and also try a different USB port.
Also try using your friends PC. I assume they have previously connected the phone to the PC successfully before, so they should have the correct drivers already installed.
Click to expand...
Click to collapse
If you connect via 'Mi Assistan' option in recovery the phone connects to pc using adb sideload.
I tried different cables and ports, and I have correct drivers.
0xFast said:
Which version? I'm using https://c.mi.com/thread-1015363-1-0.html on Redmi 6 (locked bootloader & bootloop) and successfully restore. Make sure you've correct driver installed.
---------- Post added at 12:13 AM ---------- Previous post was at 12:10 AM ----------
Because not possible if your bootloader was locked to enter EDL mode, then AFAIK you need Mi Account with authorization to flashing with EDL mode.
Click to expand...
Click to collapse
As I mentioned before, I am not able to enable USB debugging, which is required for this program to work as far as I can see.
Hilus said:
As I mentioned before, I am not able to enable USB debugging, which is required for this program to work as far as I can see.
Click to expand...
Click to collapse
In this case your only option now is to EDL flash. Sorry. Search for guides on how to do this, within these forums. XDA admins have been removing contact details of anyone with an authorised account, who will remotely flash for you. These people charge for doing this, so it's against XDA policy to give details of people who perform paid for services. You will find recent posts from people who've got details of these people who can EDL flash, that will kindly allow you too PM them for details of such persons.
Hilus said:
As I mentioned before, I am not able to enable USB debugging, which is required for this program to work as far as I can see.
Click to expand...
Click to collapse
AFAIK, USB debugging not required just adb sideload to work.
Have you tried looking at the .bat files miflash executes from the fastboot images. You can flash system etc.. without dating perhaps this will reset the dpi

Categories

Resources