htc one m8 s-off - One (M8) Q&A, Help & Troubleshooting

im trying to get soff but it just keeps hanging like this
C:\Users\KingKong\Desktop\platform-tools>adb reboot
C:\Users\KingKong\Desktop\platform-tools>adb wait-for-device push firewater /dat
a/local/tmp
ive waiting over 10 mins and nothing has been sent to my phone please hel

tommydee90 said:
im trying to get soff but it just keeps hanging like this
C:\Users\KingKong\Desktop\platform-tools>adb reboot
C:\Users\KingKong\Desktop\platform-tools>adb wait-for-device push firewater /dat
a/local/tmp
ive waiting over 10 mins and nothing has been sent to my phone please hel
Click to expand...
Click to collapse
As you do the ADB REBOOT command, does your phone reboots?
Do you have any screen lock/Pattern / Face lock enabled?
Also, try restarting your PC/Laptop, it has helped me several times while using ADB

yes tried all that c/m will not let me type so i close it open it backup and says device offline :s im confused https://www.youtube.com/watch?v=--Hlms1BuPg&feature=youtu.be i follows his instructions

tommydee90 said:
yes tried all that c/m will not let me type so i close it open it backup and says device offline :s im confused https://www.youtube.com/watch?v=--Hlms1BuPg&feature=youtu.be i follows his instructions
Click to expand...
Click to collapse
adb kill-server then adb start-server fixed my problems when i had "device offline"

Related

Really need help. hboot install went wrong

well the story is ive rooted the phone ages ago and i just tryed installing hboot.
when i was in the fast boot menu i always saw hboot in the titles up the top where s-off was and my radio.
well i tryed to install hboot using the terminal emulator method and i checked my MD5sums they all matched but when i turned the phone off it takes like 5 minutes to show the htc logo and it vibrates at the same time for 5 minutes or more then stops vibrating stays on the htc logo for a minute or 2 then goes to my roms boot screen and that i think is about normal boot time. it boots fine into my rom i can use it as normal.
but i cant use my 4EXT recovery or my fastboot or bootloader whatever its called.
i really need help im kicking myself for trying to install hboot just to try install a new radio so any help or suggestion would be great.
plus i originally rooted the phone using the hackkit method and i was thinking of going back to stock but because my fastboot/bootlaoder dosnt want to show i dunno what to do
im not much of a wizz at these things but i try my best
Can you boot into recovery from the rom?
Sent from a dream.
I dont think so i tried to get rom manager to boot into recovery and same with just holding the power botton and choosing it that way but i dont think it worked
Sent from my HTC Desire HD With Beats Audio using XDA
Don't think it worked? I'll take that as a no.
Link me to what you did, the hboot thing.
Sent from a dream.
kyaldearing said:
I dont think so i tried to get rom manager to boot into recovery and same with just holding the power botton and choosing it that way but i dont think it worked
Sent from my HTC Desire HD With Beats Audio using XDA
Click to expand...
Click to collapse
OK either you know it did not work or it did work which one is it. The I think it did not work just tells me you did not try it.
Sent from my Desire HD using xda premium
Im dont think it worked cause i waited 10 minutes and nothing happened so i took the battery out
and here is the link to what i did and used forum.xda-developers.com/showthread.php?t=841076
Sent from my HTC Desire HD With Beats Audio using XDA
I skimmed through the page you sent, and I do think it's fixeable. You just need to find someone more knowledgeable than myself. I don't want to recommend anything that could make things worse.
With that said, no idea what the hboot does, where it shows up and so forth. If you care to explain, maybe we can figure something out or, until someone who knows more joins in.
For the meantime, good luck.
Edit: I'm assuming hboot is the white screen before booting, which comes with the hack kit once rooted. Don't know why you wantedbto flash it again.....?
Sent from a dream.
I was going to put it back to stock.
And if no one else joins in then what should i do. If you have ideas please tell im not gonna go racing to try because whats happened but i can always keep them at the back of my mind
Sent from my HTC Desire HD With Beats Audio using XDA
Yeah you messed messed up boot loader. Flashing the eng boot on newer dhds causes issues. Here are some steps to fix it that had worked for others. Also you might want to stop in the ace hack kit irc room. They have actually helped quite a lot of people with this even though its not aahk related. Bunch of nice people there.
Note: All md5sums must be 2a28dcd53ea26504be9a86572a348aa1
let the phone fully boot. This may take 1/2 hour, and may vibrate like mad for a few minutes.
download http://tinyurl.com/6fkvepx
unzip PD98IMG-HBFX.zip to a folder you can get to from command prompt or terminal
get psneuter and gfree from hack kit, put in same folder as hboot.nb0 open command prompt and navigate to this folder
turn on usb debugging
Enter the following into the command prompt:
adb push hboot.nb0 /data/local/tmp/hboot.nb0
md5sum /data/local/tmp/hboot.nb0
adb push gfree /data/local/tmp/gfree
adb push psneuter /data/local/tmp/psneuter
adb shell chmod 777 /data/local/tmp/gfree
adb shell chmod 777 /data/local/tmp/psneuter
adb shell /data/local/tmp/psneuter
adb shell
(should have #)
/data/local/tmp/gfree -f
md5sum /data/local/tmp/hboot.nb0
dd if=/data/local/tmp/hboot.nb0 of=/dev/block/mmcblk0p18
sync
dd if=/dev/block/mmcblk0p18 of=/data/local/tmp/hboot.test
exit
adb pull /data/local/tmp/hboot.test
md5sum hboot.test
adb shell md5sum /dev/block/mmcblk0p18
adb reboot
Note: All md5sums must be 2a28dcd53ea26504be9a86572a348aa1
marsdta said:
Yeah you messed messed up boot loader. Flashing the eng boot on newer dhds causes issues. Here are some steps to fix it that had worked for others. Also you might want to stop in the ace hack kit irc room. They have actually helped quite a lot of people with this even though its not aahk related. Bunch of nice people there.
Note: All md5sums must be 2a28dcd53ea26504be9a86572a348aa1
let the phone fully boot. This may take 1/2 hour, and may vibrate like mad for a few minutes.
download http://tinyurl.com/6fkvepx
unzip PD98IMG-HBFX.zip to a folder you can get to from command prompt or terminal
get psneuter and gfree from hack kit, put in same folder as hboot.nb0 open command prompt and navigate to this folder
turn on usb debugging
Enter the following into the command prompt:
adb push hboot.nb0 /data/local/tmp/hboot.nb0
md5sum /data/local/tmp/hboot.nb0
adb push gfree /data/local/tmp/gfree
adb push psneuter /data/local/tmp/psneuter
adb shell chmod 777 /data/local/tmp/gfree
adb shell chmod 777 /data/local/tmp/psneuter
adb shell /data/local/tmp/psneuter
adb shell
(should have #)
/data/local/tmp/gfree -f
md5sum /data/local/tmp/hboot.nb0
dd if=/data/local/tmp/hboot.nb0 of=/dev/block/mmcblk0p18
sync
dd if=/dev/block/mmcblk0p18 of=/data/local/tmp/hboot.test
exit
adb pull /data/local/tmp/hboot.test
md5sum hboot.test
adb shell md5sum /dev/block/mmcblk0p18
adb reboot
Note: All md5sums must be 2a28dcd53ea26504be9a86572a348aa1
Click to expand...
Click to collapse
I tryed to boot into recovery and it worked took a while but happened and im not a wizz with this so i kinda need a nood version of this method and what its a complete boot
Sent from my HTC Desire HD With Beats Audio using XDA
kyaldearing said:
I tryed to boot into recovery and it worked took a while but happened and im not a wizz with this so i kinda need a nood version of this method and what its a complete boot
Sent from my HTC Desire HD With Beats Audio using XDA
Click to expand...
Click to collapse
Boot is when you power on the cellphone and it goes into your rom.
Sent from a dream.
Teichopsia said:
Boot is when you power on the cellphone and it goes into your rom.
Sent from a dream.
Click to expand...
Click to collapse
ok thank you
thank you so much this method worked perfectly and im so happy my phones back to normal
kyaldearing said:
thank you so much this method worked perfectly and im so happy my phones back to normal
Click to expand...
Click to collapse
Which OS are u using on ur computer.....and when i try the above method the first command is executed nothing happens..help??
waleedbutt256 said:
Which OS are u using on ur computer.....and when i try the above method the first command is executed nothing happens..help??
Click to expand...
Click to collapse
Lol continue writing until there's action, some of the commands don't bring back a report of whats happened. After each command wait like 5/10 seconds just to make sure.
waleedbutt256 said:
Which OS are u using on ur computer.....and when i try the above method the first command is executed nothing happens..help??
Click to expand...
Click to collapse
Im using Windows 7, make sure you have all your ABD drivers and phone drivers installed

[Q] HTC DESIRE HD issue after FROYO

:crying:
I got HTC Desire HD with Gingerbread 2.3.3. I wasnt able to get the complete details (my fault) before downgrading.
I have downgraded it to Froyo (2.2) and after that it is taking more than 5 minutes to Start up with too long vibration and everytime I tried to insert the sim card it switched off and another more than 5 minutes of waiting.
I cannot run RRU and even go to volume down and power switch area (or they call it HBOOT).
I don't know what to do now.
Please help :crying:
Try to pull battery before trying to boot with volume down.
And you it seems that you have messed your bootloader. Was your phone shipped with gingerbread?
This guide should fix it.
Try it with this latest HTC Desire HD RUU .
Wacco001 said:
RUU Update - Flashing Android RUU Update Using HBoot
- First you need the RUU.exe that you intend to install.
- Run the RUU as Administrator.
- Tick the 'I understand the caution indicated above...' box, and click next.
- At this point do not go any further!
- Navigate to C:\Users\xxxxx\AppData\Local\Temp (xxxxx is your user name , and ... AppData is a hidden folder)
- You should see one or two folders like this example: {E328FA5C-81C2-4B70-96AE-D5418A9A5B75}
- Go into the folder with "dotnetinstaller.exe".
- Open the next folder. (like this example: {50F2F878-636A-496F-A7CB-544C067E0C4B}
- Copy "rom.zip" into another folder (outside of temp).
- At this point just Cancel and quit the ROM Update Utility.
- Rename the "rom.zip" to "PD98IMG.zip" and put it on to the root directory of your MicroSD card in your phone.
- Shut down the phone.
- Press the Power button + Volume down button at the same time and hold them untill you get to HBOOT (white screen with skateboarding android).
- Wait for the HBOOT to parse the zip file.
- Follow the on-screen instructions and boot into newly flashed device.
Click to expand...
Click to collapse
RE:
Hi
And you it seems that you have messed your bootloader. Was your phone shipped with gingerbread?
I'm really not sure if this unit was shipped with gingerbread because we only got this as pre-owned from a shop.
The volume down + power button is not working for me anymore.
I have tried the RRU with no luck, but I will try the steps that you have provided.
Thank you so much!
Report back white wherever success or failure you encounter and we'll see further
pongklang said:
:crying:
I got HTC Desire HD with Gingerbread 2.3.3. I wasnt able to get the complete details (my fault) before downgrading.
I have downgraded it to Froyo (2.2) and after that it is taking more than 5 minutes to Start up with too long vibration and everytime I tried to insert the sim card it switched off and another more than 5 minutes of waiting.
I cannot run RRU and even go to volume down and power switch area (or they call it HBOOT).
I don't know what to do now.
Please help :crying:
Click to expand...
Click to collapse
You messed up the bootloader, it happened to me just a few days ago. You need to flash an original hboot.ng0 through adb.
RE:
Muikkuman said:
Report back white wherever success or failure you encounter and we'll see further
Click to expand...
Click to collapse
Sure I will. As of the moment the phone is with my friend. I haven't done the steps since she is still trying to use the |slow boot HTC DESIRE HD Froyo".
I still wanted to fix it and I will do it as soon as I got it back.
Thanks again
pongklang said:
Sure I will. As of the moment the phone is with my friend. I haven't done the steps since she is still trying to use the |slow boot HTC DESIRE HD Froyo".
I still wanted to fix it and I will do it as soon as I got it back.
Thanks again
Click to expand...
Click to collapse
Check the guide in my signature, you have the hboot fix there. It does not work always, but it is worth a try. Don't try to flash a RUU with the hboot in that state or you might brick your device.
hi
glevitan said:
Check the guide in my signature, you have the hboot fix there. It does not work always, but it is worth a try. Don't try to flash a RUU with the hboot in that state or you might brick your device.
Click to expand...
Click to collapse
Please give me the specific link. Thank you so much.
pongklang said:
Please give me the specific link. Thank you so much.
Click to expand...
Click to collapse
Here you are: http://forum.xda-developers.com/showpost.php?p=30020025&postcount=7
You need basic knowledge of adb commands. If you are already S-OFF, then you can skip steps and start in line 15. Hope you can fix it....if you need further help, just let me know. Regards; :good:
Happiness
I was able to resolved my issue. What I did is follow the steps that I've got online/though I know that we also have this on this forum:
md5sum hboot.nb0
adb push hboot.nb0 /data/local/tmp/
adb push gfree /data/local/tmp/
adb push psneuter /data/local/tmp/
adb shell chmod 0755 /data/local/tmp/gfree
adb shell chmod 0755 /data/local/tmp/psneuter
adb shell /data/local/tmp/psneuter
adb shell /data/local/tmp/gfree -f
adb shell
dd if=/data/local/tmp/hboot.nb0 of=/dev/block/mmcblk0p18
dd if=/dev/block/mmcblk0p18 of=/data/local/tmp/hboot.test
sync
exit
adb pull /data/local/tmp/hboot.test
md5sum hboot.test
All md5sums should be 2a28dcd53ea26504be9a86572a348aa1
adb reboot
After that the phone restarted got white HTC screen and then it fades. I got scared cause I thought that I did something wrong again.
I swithced it off and press the volume and power button and got on the hboot screen. I tried to restore and everything with no luck just the phone went black screen.
Oh my head aches :cyclops:
I put the file that I have downloaded online RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed.zip and rename it PD98IMG.zip then again restarted my phone to hboot and successfully updated the PHONE.
Oh My! My phone comes back on 2.3.5 Android!
I'm so happy! Thank you so much! Very much appreciated!
Now how can I root and s-off this android version so I can install custom firmware
pongklang said:
I was able to resolved my issue. What I did is follow the steps that I've got online/though I know that we also have this on this forum:
md5sum hboot.nb0
adb push hboot.nb0 /data/local/tmp/
adb push gfree /data/local/tmp/
adb push psneuter /data/local/tmp/
adb shell chmod 0755 /data/local/tmp/gfree
adb shell chmod 0755 /data/local/tmp/psneuter
adb shell /data/local/tmp/psneuter
adb shell /data/local/tmp/gfree -f
adb shell
dd if=/data/local/tmp/hboot.nb0 of=/dev/block/mmcblk0p18
dd if=/dev/block/mmcblk0p18 of=/data/local/tmp/hboot.test
sync
exit
adb pull /data/local/tmp/hboot.test
md5sum hboot.test
All md5sums should be 2a28dcd53ea26504be9a86572a348aa1
adb reboot
After that the phone restarted got white HTC screen and then it fades. I got scared cause I thought that I did something wrong again.
I swithced it off and press the volume and power button and got on the hboot screen. I tried to restore and everything with no luck just the phone went black screen.
Oh my head aches :cyclops:
I put the file that I have downloaded online RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed.zip and rename it PD98IMG.zip then again restarted my phone to hboot and successfully updated the PHONE.
Oh My! My phone comes back on 2.3.5 Android!
I'm so happy! Thank you so much! Very much appreciated!
Now how can I root and s-off this android version so I can install custom firmware
Click to expand...
Click to collapse
The fix you provide is incomplete....I would suggest you remove it. The complete fix is in the guide I linked you.
If you are already S-OFF, then you just need to flash a custom rom and you are ready to go. Otherwise, you need to use the Hack Kit to achive S-OFF and root.
pongklang said:
I was able to resolved my issue. What I did is follow the steps that I've got online/though I know that we also have this on this forum:
md5sum hboot.nb0
adb push hboot.nb0 /data/local/tmp/
adb push gfree /data/local/tmp/
adb push psneuter /data/local/tmp/
adb shell chmod 0755 /data/local/tmp/gfree
adb shell chmod 0755 /data/local/tmp/psneuter
adb shell /data/local/tmp/psneuter
adb shell /data/local/tmp/gfree -f
adb shell
dd if=/data/local/tmp/hboot.nb0 of=/dev/block/mmcblk0p18
dd if=/dev/block/mmcblk0p18 of=/data/local/tmp/hboot.test
sync
exit
adb pull /data/local/tmp/hboot.test
md5sum hboot.test
All md5sums should be 2a28dcd53ea26504be9a86572a348aa1
adb reboot
After that the phone restarted got white HTC screen and then it fades. I got scared cause I thought that I did something wrong again.
I swithced it off and press the volume and power button and got on the hboot screen. I tried to restore and everything with no luck just the phone went black screen.
Oh my head aches :cyclops:
I put the file that I have downloaded online RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed.zip and rename it PD98IMG.zip then again restarted my phone to hboot and successfully updated the PHONE.
Oh My! My phone comes back on 2.3.5 Android!
I'm so happy! Thank you so much! Very much appreciated!
Now how can I root and s-off this android version so I can install custom firmware
Click to expand...
Click to collapse
HOw di u do this???? i have the same problem though when i try and execute the first command nothing happens
like this
[email protected]:~/IAMADUMBASS1$ adb push hboot.nb0 /data/local/tmp/
thats all nothing goes on!
htc desire hd starts after several minutes with vibration
i got a solution for htc desire hd which starts after several minutes with vibration for a long time
1..first of all download official ruu for desire hd (latest one)
2..turn on ur phone and connect it with pc wia cable
3..run ruu file which u have downloaded
4..when it says that {booting into bootloader} disconnect the cable immediately before mbile turs off
5.. you got an error of 155 on ur pc now dnt close the error page leave the pc running and connect ur phone with anoter pc
6..run ruu on other pc connect ur phone and follow the instructions and let the phone to go into bootloader
7..it will take 15 to 20 min to enter to the bootloader
8..when mobile shows htc logo (shown in bootloader) connect ur phone with the 1st pc
9..press recover button on error page and jst click next (dnt follow the instructions now just go on by clicking next button)
10..it will ask u to update ur phone click update then click next
11..this time ur phone starts flashing
12.. flashing take much time be patient:angel:
13..after flashing your htc starts normally and is repaired
i repair many htc mobiles with this method its 100 % working.i made this solution myself & sry for my bad english

How do I get s off?

So I rooted my phone using the toolkit but I don't have s off. I tried the firewater method but couldn't get it to work. I'm using the att version
Sent from my HTC One_M8 using XDA Premium 4 mobile app
You may need to try it numerous times for it to work as some members said that it didn't work right away for them but after a few more attempts it was all good
Sent from my HTC One or Note 3 via XDA Premium
Also try copying a large file to the phone eg 2gb in size while running the s-off script. Users have reported that it worked for them.
Yeah I tried Firewater and it succeeded but after a few Times. I got stuck at the adb shell command and it would go past there so I exited adb then started again but this time from the adb shell command and it went smoothly from there.
Sent from my HTC One_M8 using xda app-developers app
jonathan413 said:
Yeah I tried Firewater and it succeeded but after a few Times. I got stuck at the adb shell command and it would go past there so I exited adb then started again but this time from the adb shell command and it went smoothly from there.
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
yeah i tried firewater but i dont understand there instructions on how to use adb and what commands to enter.
Ghost said:
Also try copying a large file to the phone eg 2gb in size while running the s-off script. Users have reported that it worked for them.
Click to expand...
Click to collapse
were do i get the s off script?
rtubbs85 said:
yeah i tried firewater but i dont understand there instructions on how to use adb and what commands to enter.
Click to expand...
Click to collapse
Open CMD window and just type exactly what is requested on the firewater website. First fastboot devices to see if you are all up and running then fire away!
Brava27 said:
Open CMD window and just type exactly what is requested on the firewater website. First fastboot devices to see if you are all up and running then fire away!
Click to expand...
Click to collapse
so i opened the cmd window and typed in adb reboot and i says it does not work am i missing something? also it says Push, Prepare, and Execute firewater
Hmm I'm no expert in adb cmd. I just followed instructions but after reboot it should reboot.
Sent from my HTC One_M8
Brava27 said:
Hmm I'm no expert in adb cmd. I just followed instructions but after reboot it should reboot.
Sent from my HTC One_M8
Click to expand...
Click to collapse
what does it mean by Push, Prepare, and Execute firewater? is that something i need to type in?
I think it's just a quote. I ignored that
Sent from my HTC One_M8
Brava27 said:
I think it's just a quote. I ignored that
Sent from my HTC One_M8
Click to expand...
Click to collapse
so the first thing i type into cmd is adb reboot correct?
rtubbs85 said:
so the first thing i type into cmd is adb reboot correct?
Click to expand...
Click to collapse
Ensure device is booted to android with usb debugging enabled.USB 2.0 ports are preferred.You should not be connected using any hubs which may cause connectivity issuesEnsure that lock screen security is disabled on your device.no passcode lockno pattern lockno face lockDownload firewater*HEREPush, Prepare, and Execute firewater:
adb reboot * * **<–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
*
Agree to the terms and conditions you are prompted withAllow the exploit to do its work.Profit
Sent from my HTC One_M8
Brava27 said:
Ensure device is booted to android with usb debugging enabled.USB 2.0 ports are preferred.You should not be connected using any hubs which may cause connectivity issuesEnsure that lock screen security is disabled on your device.no passcode lockno pattern lockno face lockDownload firewater*HEREPush, Prepare, and Execute firewater:
adb reboot * * **<–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
*
Agree to the terms and conditions you are prompted withAllow the exploit to do its work.Profit
Sent from my HTC One_M8
Click to expand...
Click to collapse
alright so when i type in adb reboot it says device not found
Then you have to install the correct drivers and make sure device is in debugging mode usb
Sent from my HTC One_M8
Brava27 said:
Then you have to install the correct drivers and make sure device is in debugging mode usb
Sent from my HTC One_M8
Click to expand...
Click to collapse
i have htc drivers installed and still nothing. i cant figure this out i did it with no issue on my m7

[Q] Problems flashing TWRP (All in one kit v2)

Whenever I try to flash TWRP to my phone it says "error: more than one device or emulator". Can someone help?
tyboxer13 said:
Whenever I try to flash TWRP to my phone it says "error: more than one device or emulator". Can someone help?
Click to expand...
Click to collapse
I'd guess it is some problem with the adb server. Close all cmd and open a new one. Navigate to your adb/fastboot folder and enter the following:
adb kill-server
adb start-server
adb usb
adb devices
If it starts up again and all is fine it should show your device after the last command.
Btw. why is everybody using an all in one toolkit instead of learning to work with adb fastboot properly and doing it the old fashioned way: reading all that's needed to know and start off step by step.
Sent from my HTC One_M8 using XDA Free mobile app

Stuck in bootloop but has very important files.

The bootloop started very randomly one day and my phone kept restarting and the battery became very hot.(I was asleep so I noticed this after I woke up). I had already switched to an iphone but I was using the moto g for music and stuff like that. I was able to boot once and then the storage suddenly got full and the bootloop started again. So, I just removed the battery and left it. I have a whatsapp backup on it that has some very important data which I need at the moment. The phone is stock without root or cwm. Usb debugging was on, I don't know if that helps though. I really need to recover just that one backup file. I went through quite a few threads and didn't find anything that could help me. Is there any way to recover it. I don't mind if the process is tedious.
Z91 said:
The bootloop started very randomly one day and my phone kept restarting and the battery became very hot.(I was asleep so I noticed this after I woke up). I had already switched to an iphone but I was using the moto g for music and stuff like that. I was able to boot once and then the storage suddenly got full and the bootloop started again. So, I just removed the battery and left it. I have a whatsapp backup on it that has some very important data which I need at the moment. The phone is stock without root or cwm. Usb debugging was on, I don't know if that helps though. I really need to recover just that one backup file. I went through quite a few threads and didn't find anything that could help me. Is there any way to recover it. I don't mind if the process is tedious.
Click to expand...
Click to collapse
I guess you can pull files from your phone via ADB commands. Can you get into recovery mode?
sharjeel.019 said:
I guess you can pull files from your phone via ADB commands. Can you get into recovery mode?
Click to expand...
Click to collapse
I can get into recovery but adb only works in sideload so I can't do stuff like adb pull, etc.
If your bootloader is unlocked you can flash twrp and then pull files via adb or by mtp (drag and drop files to pc)
If your bootloader is locked there's nothing you can do
Note adb doesn't work in stock recovery
TheFixItMan said:
If your bootloader is unlocked you can flash twrp and then pull files via adb or by mtp (drag and drop files to pc)
If your bootloader is locked there's nothing you can do
Note adb doesn't work in stock recovery
Click to expand...
Click to collapse
I haven't unlocked the bootloader so I'm assuming it's locked. Is there no way around it?
Z91 said:
I haven't unlocked the bootloader so I'm assuming it's locked. Is there no way around it?
Click to expand...
Click to collapse
No - unlocking the bootloader requires a data wipe
Technically if adb debugging is enabled your phone might boot enough for adb to become available but it might only be for a few seconds before it restarts
You'll keep having to type
adb devices
And see if you get a device listed but the chances of it being available long enough for you to pull anything is pretty much zero
TheFixItMan said:
No - unlocking the bootloader requires a data wipe
Technically if adb debugging is enabled your phone might boot enough for adb to become available but it might only be for a few seconds before it restarts
You'll keep having to type
adb devices
And see if you get a device listed but the chances of it being available long enough for you to pull anything is pretty much zero
Click to expand...
Click to collapse
Ohh, I don't remember exactly where but while researching I had read that it's possible to stop the phone at that boot stage. Is something like that doable?
Z91 said:
Ohh, I don't remember exactly where but while researching I had read that it's possible to stop the phone at that boot stage. Is something like that doable?
Click to expand...
Click to collapse
Found this it may help
Create a script and run it when adb is available on the device - usually sometime after boot logo
Windows version batch script eg run.bat
Code:
@ECHO off
cd /d %~dp0
echo.
echo Waiting for device…
adb wait-for-device
echo.
adb -d shell stop
adb pull (put directory location here)
Linux Version script eg run.sh
Code:
#!/system/bin/sh
echo " "
echo "Wating for device..."
./adb wait-for-device
echo " "
./adb -d shell stop
./adb pull (location of directory here)
TheFixItMan said:
Found this it may help
Create a script and run it when adb is available on the device - usually sometime after boot logo
Windows version batch script eg run.bat
Code:
@ECHO off
cd /d %~dp0
echo.
echo Waiting for device…
adb wait-for-device
echo.
adb -d shell stop
adb pull (put directory location here)
Linux Version script eg run.sh
Code:
#!/system/bin/sh
echo " "
echo "Wating for device..."
./adb wait-for-device
echo " "
./adb -d shell stop
./adb pull (location of directory here)
Click to expand...
Click to collapse
So, I tried this. Bu I realized soon that adb devices was recognizing the device during the boot. SO, the scrip couldn't work I guess. Do I have to do something so that the phone gets recognized during boot.
Z91 said:
So, I tried this. Bu I realized soon that adb devices was recognizing the device during the boot. SO, the scrip couldn't work I guess. Do I have to do something so that the phone gets recognized during boot.
Click to expand...
Click to collapse
If your phone doesn't reach the stage where adb is enabled there's nothing you can do

Categories

Resources