Accidentally Erased internal storage, phone only booting to bootloader, please help!! - One (M8) Q&A, Help & Troubleshooting

Just rooted/s-off my device and decided to factory reset it to start using it for regular usage. I accidentally clicked erase internal storage in tmrp recovery and deleted the whole os on the phone as well. Is there any way to side load a rom with recovery to get the phone to boot up again or is my phone practically a brick till a RUU is released. I have the tmobile version.
Please Help!!

You can adb push a ROM then flash it or fastboot flash a rom directly from you computer.

rashad1 said:
You can adb push a ROM then flash it or fastboot flash a rom directly from you computer.
Click to expand...
Click to collapse
Care to share how, I'm trying to sideload a rom through adb but it keeps failing at 100%. This is what im doing
adb devices shows my device and sideload next to it. Next I do
Adb sideload rom_name.zip.
it hits 100% and the phone says sideload failed. Dunno what im doing wrong

Gja88 said:
Care to share how, I'm trying to sideload a rom through adb but it keeps failing at 100%. This is what im doing
adb devices shows my device and sideload next to it. Next I do
Adb sideload rom_name.zip.
it hits 100% and the phone says sideload failed. Dunno what im doing wrong
Click to expand...
Click to collapse
i don't know why it would be failing at 100%...check to see if it copied, and if it didn't then try to fastboot flash it

I would just adb push. Much more reliable.
Sent from my HTC One_M8 using xda app-developers app

rashad1 said:
i don't know why it would be failing at 100%...check to see if it copied, and if it didn't then try to fastboot flash it
Click to expand...
Click to collapse
Yeah continues failing, rather worried, how would I go about fastboot flashing it? Any clue

exad said:
I would just adb push. Much more reliable.
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
Care to share how thats done? i just want to get this phone working again lol

adb push romfilename.zip /sdcard/
It will look like it's hanging for about 5-10 mins. Then it will give a confirmation with bytes sent
Sent from my HTC One_M8 using xda app-developers app

I fastboot flashed the GPE Rom onto my T-Mobile M8...there's no stock RUU yet so this will have to do.
http://firewater-soff.com/instructions/
http://forum.xda-developers.com/showthread.php?t=2708653

exad said:
adb push romfilename.zip /sdcard/
It will look like it's hanging for about 5-10 mins. Then it will give a confirmation with bytes sent
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
trying it now, ill keep u guys updated, I'm ****ting bricks over here.

Gja88 said:
trying it now, ill keep u guys updated, I'm ****ting bricks over here.
Click to expand...
Click to collapse
Alright I got it up and running bro. I appreciate it. Apprently the rom i was sideloading was the problem and failed to install when I tried installing it. ARHD is installing as I'm typing this. Thanks again.

Np. For future reference you cannot flash a rom using fastboot.
Sent from my HTC One_M8 using xda app-developers app

Showing failure.

Related

Superwiped without rom

Hi!
I think I may have bricked my phone. I superwiped but I forgot to put a ROM
so now I have nothing on my phone.
Can I flash a ROM from my computer to my phone?
Thx in advance!
Flash a stock image using the Google images, then you can re-flash a custom one
If you still have cwr, mount USB in cwr, put a rom on there, flash from. If you don't have a recovery, you should be able to adb push the recovery file and flash through boot loader, then mount USB in recovery, copy rom to phone, flash.
Sent from my Galaxy Nexus using XDA App
Fastboot and download mode are your friends ;-)
Sent from my Galaxy Nexus using xda premium
EddyOS said:
Flash a stock image using the Google images, then you can re-flash a custom one
Click to expand...
Click to collapse
Where do I find them? I am sorry im a n00b :S
Cutting-TM said:
Fastboot and download mode are your friends ;-)
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
+1 What he said! /\
look at thread that has the odin stock rom
If you're a n00b then why on earth did you unlock the phone in the first place? Surely you should've researched what you were doing in case something like this happened?
Kotd424 said:
Hi!
I think I may have bricked my phone. I superwiped but I forgot to put a ROM
so now I have nothing on my phone.
Can I flash a ROM from my computer to my phone?
Thx in advance!
Click to expand...
Click to collapse
all is very easy to fix
1. Change ROM name to rom.zip
adb shell
mount /data
exit
adb push rom.zip /data/media
Now reboot into recovery and flash ROM.
Its all in here
http://groups.google.com/group/android-building/msg/43c3a418144fc6c5
This has helped me out twice already, and its where the factory images will be when the OTAs start, so of you're impatient and want them as soon as you can get them here
Sent from my Galaxy Nexus using Tapatalk
I think we need to put up a sticky again explaining what "brick" means.
mike1986. said:
all is very easy to fix
1. Change ROM name to rom.zip
adb shell
mount /data
exit
adb push rom.zip /data/media
Now reboot into recovery and flash ROM.
Click to expand...
Click to collapse
Hi, when I write adb shell, it says device not found.
i have install usb drivers but it dosent work
spences10 said:
Its all in here
http://groups.google.com/group/android-building/msg/43c3a418144fc6c5
This has helped me out twice already, and its where the factory images will be when the OTAs start, so of you're impatient and want them as soon as you can get them here
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
thx!
nbdysreal said:
If you still have cwr, mount USB in cwr, put a rom on there, flash from. If you don't have a recovery, you should be able to adb push the recovery file and flash through boot loader, then mount USB in recovery, copy rom to phone, flash.
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Mount usb isn't working yet on Galaxy Nexus CWM 5.5.0.2 recovery you need to have a working rom to put your files in the phone
ok, nobody knows why I get error: device not found when i type adb shell?
I cant make it work... :S would really appreciate it
Kotd424 said:
ok, nobody knows why I get error: device not found when i type adb shell?
I cant make it work... :S would really appreciate it
Click to expand...
Click to collapse
Did adb work before? Sounds like the drivers aren't installed properly
And if you are trying to use the images from what I linked earlier you need to be in fastboot not adb
Sent from my Galaxy Nexus using Tapatalk
spences10 said:
Did adb work before? Sounds like the drivers aren't installed properly
And if you are trying to use the images from what I linked earlier you need to be in fastboot not adb
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
ok i also have the fastboot but what do I write?
fastboot boot <image name> ? that didnt work for me
Got it working now.
Thx everybody for the help. I didnt know that you should use adb in recovery mode.

bricked?

My phone was just downloading a file and now it won't boot past the green HTC logo white screen. The last rom I was using was one of mikroms. I have tried to restore from a backup as well as flashing a new from via recovery. I get an error during installing boot.img- I even get errors when recovery boots up. I posted images of my hbootand recovery. Any help would be greatly appreciated.
Use a newer recovery. I recommend 4EXT recovery touch. Also, you're probably gonna have to flash a new ROM. You also don't need to manually flash the boot.IMG since you're s-off.
Sent from my KangBang'd out vivow
tylerlawhon said:
Use a newer recovery. I recommend 4EXT recovery touch. Also, you're probably gonna have to flash a new ROM. You also don't need to manually flash the boot.IMG since you're s-off.
Sent from my KangBang'd out vivow
Click to expand...
Click to collapse
I already tried installing a new from, what I was saying is that error about installing boot.img happened when it was trying to install the from via recovery. For right now I'm just trying to get the phone to boot up. I don't think a different recovery will make that happen
scottyh73 said:
I already tried installing a new from, what I was saying is that error about installing boot.img happened when it was trying to install the from via recovery. For right now I'm just trying to get the phone to boot up. I don't think a different recovery will make that happen
Click to expand...
Click to collapse
Well considering yours is super outdated, it could be. Older recoveries may not work right all the time. Thus being why they released later versions.
Sent from my KangBang'd out vivow
Dude, even if you don't think a diffrent recovory will help just do it anyway. You can't break your phone anymore than it already is.
Sent from my HTC Incredible 2 using xda app-developers app
Had this happen a while back. Had to run a stock ruu, then reload recovery, then flash super user for root.
Sent from my ADR6350 using xda app-developers app
You're on an old radio, too. Probably the recovery is the culprit, though.
Sent from my vivow using xda app-developers app
Thanks for all of the suggestions guys. I'll try to flash a new recovery tonight and if that doesn't work I'll try updating radios. I'll post back with results. Cheers!
Well Im basically stuck. My computer will not recognize the inc. I have never synced this device up with this computer when it was up and running. Only with my rezound. Either way when the device is connected adb will not recognize the device as well as the computer will not recognie the usb device. Every file i try to push to it in bootloader i get error messages that device was not found. Tried fastboot flashing a new recovery as well as new radios but no luck. Ive also reinstalled htc sync, then removed. Recognizes my rezound no problem
if you have a micro->sd card adapter, place the recovery onto the root of it then go into CWM and install from sdcard, see if that works
JehC said:
if you have a micro->sd card adapter, place the recovery onto the root of it then go into CWM and install from sdcard, see if that works
Click to expand...
Click to collapse
Are you saying to install the new recovery zip, in recovery? I didn't think you could do that, and it didn't work. I've tried flashing new radios but it gets stuck on the very last part of the update and freezes until I take the battery out.
scottyh73 said:
Well Im basically stuck. My computer will not recognize the inc. I have never synced this device up with this computer when it was up and running. Only with my rezound. Either way when the device is connected adb will not recognize the device as well as the computer will not recognie the usb device. Every file i try to push to it in bootloader i get error messages that device was not found. Tried fastboot flashing a new recovery as well as new radios but no luck. Ive also reinstalled htc sync, then removed. Recognizes my rezound no problem
Click to expand...
Click to collapse
It should recognize it in recovery, did you try that it just bootloader
Sent from my Incredible 2 using xda app-developers app
jeremytn86 said:
It should recognize it in recovery, did you try that it just bootloader
Sent from my Incredible 2 using xda app-developers app
Click to expand...
Click to collapse
I only tried in the boot loader. So you're saying connect it to the computer while in recovery, and then run the fast boot flash recovery command?
scottyh73 said:
I only tried in the boot loader. So you're saying connect it to the computer while in recovery, and then run the fast boot flash recovery command?
Click to expand...
Click to collapse
Install drivers, turn phone on by holding down volume plus power, then go into recovery, then plug phone to PC. Should be recognized now.
Sent from my Incredible 2 using xda app-developers app
---------- Post added at 04:04 PM ---------- Previous post was at 04:03 PM ----------
Type adb devices to check afterwards
Sent from my Incredible 2 using xda app-developers app
jeremytn86 said:
Install drivers, turn phone on by holding down volume plus power, then go into recovery, then plug phone to PC. Should be recognized now.
Sent from my Incredible 2 using xda app-developers app
---------- Post added at 04:04 PM ---------- Previous post was at 04:03 PM ----------
Type adb devices to check afterwards
Sent from my Incredible 2 using xda app-developers app
Click to expand...
Click to collapse
The computer does recognize the device when i go into recovery. Then when i run the flash recovery command through adb it says waiting for device. It will not show sending recovery though until i go into bootloader on the device. Then adb shows "okay" and "writing recovery....." It will show this forever until i unplug the device.
Try adb wait for device after that
Sent from my Incredible 2 using xda app-developers app
jeremytn86 said:
Try adb wait for device after that
Sent from my Incredible 2 using xda app-developers app
Click to expand...
Click to collapse
not quite sure exactly what you mean by that...just keep waiting while it says waiting for device while in recovery? I waited about 20 minutes..then tried waiting another 30 minutes while it was saying "writing recovery" while in bootloader
So im pretty sure the device is just done for at this point. I decided to just try to flash the device back to stock with this http://forum.xda-developers.com/showthread.php?t=1599767.. This also just got stuck on the recovery section. Should i just give up? lol

Wiped all my data accidentally and can not use usb mount twrp 2.3.2.3,please help?

i rooted the first time my beautiful phone unlocked and installed twrp 2.3.2.3 i did the nandroid backup ,,,,but i like all the time when i flash any rom wiped everything to get less issues ....but in this case i wiped everything and now i dont have anything to install it,,and i see the usb mount in this recovery is not working and there is not sd card either to take it out from the phone and insert it to my computer and put the rom and put it back to my phone....so my phone is dead ....any idea? i will appreciate it...thanks
LGNPST?
Sent from my LG-LS970 using xda app-developers app
sorry... what do you mean?
Oh sorry. LGNPST is a software tool to load stock firmware. If you go to the lg-optimus-g irc on freenode and ask around im sure one of the guys there will direct you to the automated LGNPST.
Sent from my LG-LS970 using xda app-developers app
simpkill said:
Oh sorry. LGNPST is a software tool to load stock firmware. If you go to the lg-optimus-g irc on freenode and ask around im sure one of the guys there will direct you to the automated LGNPST.
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
hooo thanks,,,can i go back to stock with that software tool and revive my phone?
Yup. It should save you. As long as you can get into download mode. Do you still see the lg logo when you try to boot?
Sent from my LG-LS970 using xda app-developers app
simpkill said:
Yup. It should save you. As long as you can get into download mode. Do you still see the lg logo when you try to boot?
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
yes ,,,i have rooted and installed twrp 2.3.2.3...but all i need is push the file rom and install it..i wll try to install adb and push it from there
Good plan.
Sent from my LG-LS970 using xda app-developers app
ALBERTOSCLN said:
yes ,,,i have rooted and installed twrp 2.3.2.3...but all i need is push the file rom and install it..i wll try to install adb and push it from there
Click to expand...
Click to collapse
did you figure out how to push the file on twrp? i just did the same damn thing UGHH
twoslo said:
did you figure out how to push the file on twrp? i just did the same damn thing UGHH
Click to expand...
Click to collapse
im still trying to push it by adb but not lucky yet...im in recovery mode and i did the unmount system ,data,cache before to push it and i used this code in cmd adb push c:\users\username\downloads\rom.zip/sdcard/rom.zip
and i tryed this also adb push rom.zip/sdcard/rom.zip(replacing rom with exact name of the rom includind the .zip) when i typed these 2 codes automatically found the files and when i press enter i saw a lot of letter,,,it tooks like 2 second but nothing happened,and i came back to my phone
and i checked for the file but nothing i found,,,,any idea?
ALBERTOSCLN said:
im still trying to push it by adb but not lucky yet...im in recovery mode and i did the unmount system ,data,cache before to push it and i used this code in cmd adb push c:\users\username\downloads\rom.zip/sdcard/rom.zip
and i tryed this also adb push rom.zip/sdcard/rom.zip(replacing rom with exact name of the rom includind the .zip) when i typed these 2 codes automatically found the files and when i press enter i saw a lot of letter,,,it tooks like 2 second but nothing happened,and i came back to my phone
and i checked for the file but nothing i found,,,,any idea?
Click to expand...
Click to collapse
In the dev section there is a tutorial on how to restore a phone from soft brick. I realize you're not actually soft bricked, but it has instructions about sideloading zip files to recovery. Might help you.
Sent from my LG-LS970 using xda app-developers app
simpkill said:
In the dev section there is a tutorial on how to restore a phone from soft brick. I realize you're not actually soft bricked, but it has instructions about sideloading zip files to recovery. Might help you.
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
thanks...
If you're using TWRP you can go to advanced>adb sideload and use the 'adb sideload <filename>' command to push a ROM to the phone which will then automatically install. That way you can avoid losing root.
stevek216 said:
If you're using TWRP you can go to advanced>adb sideload and use the 'adb sideload <filename>' command to push a ROM to the phone which will then automatically install. That way you can avoid losing root.
Click to expand...
Click to collapse
i tried to use adb but it doesnt work,,i just done by restore LGSPST...IT WAS EASY I UNROOTED AND RESTORED ,,,,AND AFTER THAT I ROOTED AGAIN,,,,

Need Help Desperately! LGOG Stuck in CWM

Something happened to my phone while it was in my pocket tonight, I pulled it out after work and it's on the CWM main screen it tried to install some update zips that failed and now I can't reboot my phone, so it's pretty screwed up right now.
I can't seem to mount USB storage so it appears on my laptop, I figured if I could do that it would be as simple as flashing a new ROM but it doesn't seem to work.
Any help is appreciated, I will be watching the thread since I need this phone to work as I use it as my primary line.
I seem to have ADB access and my 3 backup files from FreeGee, they are aboot-sprint-backup, boot-sprint-backup and recovery-sprint-backup. Are those what I need to use to restore my phone and where do I flash each image to?
Do you have a ROM on your SD currently and have you wiped system.
Sent from my LG-LS970 using xda premium
neemot said:
Do you have a ROM on your SD currently and have you wiped system.
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
No I've never flashed a rom yet on my phone, was waiting for a more polished CM10.1. I've also wiped everything I can, system, davlik, cache, battery stats, fixed permissions.
What may have happened, and I'm not sure how it ended up into recovery mode, was I had the system update notification popping up and I kept hitting install later. Now some how my phone just unlocks itself and accepts and installs the update?! I have no idea, this phone quite literally has a mind of its own. It does complex operations with no one inputting commands.
Lgnpst might be the way to go. Hit up the irc.
Edit: don't leave your phone in recovery too long. You might hard brick.
Check out this guide http://forum.xda-developers.com/showthread.php?t=2082084
Sent from my LG-LS970 using xda app-developers app
ABurningFalcon said:
Lgnpst might be the way to go. Hit up the irc.
Edit: don't leave your phone in recovery too long. You might hard brick.
Check out this guide http://forum.xda-developers.com/showthread.php?t=2082084
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
I actually just found the side load a zip on the menu so I'm gonna try that as soon as I get a rom downloaded.
Edit: Sideload had no effect, I sideloaded the ZVB Stock Rooted Rom and it still only reboots into CWM.
The guys over at the irc are way smarter than I am. Head over there. They'll fix you up.
Sent from my LG-LS970 using xda app-developers app
ABurningFalcon said:
The guys over at the irc are way smarter than I am. Head over there. They'll fix you up.
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
Right on man, I'll give it a try after work possibly. Don't have a lot of time to mess with the damn thing thanks to work. Great time for it to mess up!
flukeSG2 said:
Right on man, I'll give it a try after work possibly. Don't have a lot of time to mess with the damn thing thanks to work. Great time for it to mess up!
Click to expand...
Click to collapse
The issue is the reboot to recovery flag is set in your misc.
Run these commands from an adb shell to clear it:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/misc of=/data/media/misc-bad-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc bs=1 count=1088
Shelnutt2 said:
The issue is the reboot to recovery flag is set in your misc.
Run these commands from an adb shell to clear it:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/misc of=/data/media/misc-bad-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc bs=1 count=1088
Click to expand...
Click to collapse
It can boot out of recovery thanks to your instructions, but it won't boot past the Sprint splash where it says 4G LTE now. Any suggestions?
flukeSG2 said:
It can boot out of recovery thanks to your instructions, but it won't boot past the Sprint splash where it says 4G LTE now. Any suggestions?
Click to expand...
Click to collapse
This happened to a friends phone last night, exact same issue. Use LGNPST to push the unlocked ZVB onto your phone. Fixed the problem for my friend in a heartbeat.
flukeSG2 said:
It can boot out of recovery thanks to your instructions, but it won't boot past the Sprint splash where it says 4G LTE now. Any suggestions?
Click to expand...
Click to collapse
Do a factory reset in recovery. (Wipe cache/data)
Sent from my LG-LS970 using xda app-developers app
Shelnutt2 said:
Do a factory reset in recovery. (Wipe cache/data)
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
Didn't seem to change anything. Guess I'll have to find this LGNPST thing and try it out like these guys are telling me.
Xiutehcuhtli said:
This happened to a friends phone last night, exact same issue. Use LGNPST to push the unlocked ZVB onto your phone. Fixed the problem for my friend in a heartbeat.
Click to expand...
Click to collapse
Do you know what caused the problem? I mean my phone was in my pocket the whole night, I never looked at it...I knew I should have too, but dammit I was working. Stupid phone.
flukeSG2 said:
Didn't seem to change anything. Guess I'll have to find this LGNPST thing and try it out like these guys are telling me.
Click to expand...
Click to collapse
Just push a ROM zip to your internal in recovery, wipe and flash. adb push c:\path\to\dfile /data/media
Sent from my LG-LS970 using xda app-developers app
Shelnutt2 said:
Just push a ROM zip to your internal in recovery, wipe and flash. adb push c:\path\to\dfile /data/media
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
so I just pushed the rom over to the phone but recovery isn't showing it and I can't direct it to a /data/media folder
gonna try to sideload again
Sideloading didn't work either. Alright, on to LGNSPT I guess.

[Q] can access bootloader, but there's a problem.

so, someone is selling a bricked or possibly soft bricked phone, the dude said that he was trying to unroot it and some how while he was s-on he ended up deleting the os. he says it boots to the bootloader and everything and he says that while he tries to sideload something it fails... is the phone bricked for good? or there's hope?
thanks in advance!
juanshop said:
so, someone is selling a bricked or possibly soft bricked phone, the dude said that he was trying to unroot it and some how while he was s-on he ended up deleting the os. he says it boots to the bootloader and everything and he says that while he tries to sideload something it fails... is the phone bricked for good? or there's hope?
thanks in advance!
Click to expand...
Click to collapse
Collect some more answers prior to buying. But I would say as long as the display comes up and bootloader shows there is hope.
Fails while sideloading sometimes doesn't mean anything, as he has to sideload a ROM.zip while a backup would fail.
Sent from my HTC One_M8 using XDA Free mobile app
HTCNerdYoda said:
Collect some more answers prior to buying. But I would say as long as the display comes up and bootloader shows there is hope.
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
What other questions you think should be asked in order to assess the situation better? I am not a m8 guy so I'm kind of lost I just asked the basic does it still goes to boot loader because I know that's a sign that the phone might not be completely ****ed hp
Sent from my HTC One using XDA Premium 4 mobile app
juanshop said:
What other questions you think should be asked in order to assess the situation better? I am not a m8 guy so I'm kind of lost I just asked the basic does it still goes to boot loader because I know that's a sign that the phone might not be completely ****ed hp
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I just wanted to say that maybe I'm wrong and some others should confirm what I'm saying .
But from what I learned you could re-flash TWRP in this state and first flash a custom ROM such as ViperOne using adb sideload to get it up and running. From this point one could then revert to stock using the correct backup.
Would be interesting if the
fastboot getvar all
command comes up with the version-main and which cid and mid this One M8 has.
Sent from my HTC One_M8 using XDA Free mobile app
He can run fastboot getvar all in the boot loader ?
Sent from my HTC One using XDA Premium 4 mobile app
juanshop said:
He can run fastboot getvar all in the boot loader ?
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
If he is in bootloader and connects the phone to pc he can run this command using cmd on his pc as long as he has adb/fastboot driver installed on his pc.
Sent from my HTC One_M8 using XDA Free mobile app
juanshop said:
so, someone is selling a bricked or possibly soft bricked phone, the dude said that he was trying to unroot it and some how while he was s-on he ended up deleting the os. he says it boots to the bootloader and everything and he says that while he tries to sideload something it fails... is the phone bricked for good? or there's hope?
thanks in advance!
Click to expand...
Click to collapse
Ask him to buy a sdcard and put a ROM.zip on it then put it in his M8.
Then boot to recovery to install ROM (he deleted his OS so I believe the custom recovery still there)
ckpv5 said:
Ask him to buy a sdcard and put a ROM.zip on it then put it in his M8.
Then boot to recovery to install ROM (he deleted his OS so I believe the custom recovery still there)
Click to expand...
Click to collapse
I'm gonna ask him if he can get into the recovery and see if he has a custom one. Because if he does I'm sure I could just put a SD in there and get a nice m8 for about 220.
Edit: he says he doesn't think so and supposedly tried installing one and wouldn't work.
Sent from my HTC One using XDA Premium 4 mobile app
Ask him whether he installed a GPE ROM before ... I've seen many have problem when trying to unroot or back to Sense from a GPE.
Get the fastboot getvar all info from him. If his device is on bootloader/fastboot then he should be able to run this command. If he can have this info, then it just a soft brick.
Gotta go now ...
ckpv5 said:
Ask him whether he installed a GPE ROM before ... I've seen many have problem when trying to unroot or back to Sense from a GPE.
Get the fastboot getvar all info from him. If his device is on bootloader/fastboot then he should be able to run this command. If he can have this info, then it just a soft brick.
Gotta go now ...
Click to expand...
Click to collapse
He has no idea what he's doing I asked him if he could do it and he doesn't know how :/
Sent from my HTC One using XDA Premium 4 mobile app
juanshop said:
He has no idea what he's doing I asked him if he could do it and he doesn't know how :/
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
He doesn't know how to do "fastboot getvar all" then how can he said he was unable to install a recovery ?
I still believe, nothing is wrong with his M8, other than OS was deleted with a custom recovery ... a simple fix by placing a ROM.zip on external sdcard will fix it.
Can he get a screenshot/a pic of the bootloader ?
ckpv5 said:
He doesn't know how to do "fastboot getvar all" then how can he said he was unable to install a recovery ?
I still believe, nothing is wrong with his M8, other than OS was deleted with a custom recovery ... a simple fix by placing a ROM.zip on external sdcard will fix it.
Can he get a screenshot/a pic of the bootloader ?
Click to expand...
Click to collapse
he says a friend is the one that helped him with all that, i think what im going to do is drive up there with a laptop and try to see if i can get the command through. so as long as i get fastboot getvar all i should be good to go.
by the sounds of it, he doesnt have a custom recovery, he says they tried installing it and failed, also he said something about uploading a rom (sideload i think?) and also failed. well see when i get my hands on it probably this Monday.
juanshop said:
he says a friend is the one that helped him with all that, i think what im going to do is drive up there with a laptop and try to see if i can get the command through. so as long as i get fastboot getvar all i should be good to go.
by the sounds of it, he doesnt have a custom recovery, he says they tried installing it and failed, also he said something about uploading a rom (sideload i think?) and also failed. well see when i get my hands on it probably this Monday.
Click to expand...
Click to collapse
That maybe the best. Get a look on it yourself. I don't think there's something wrong with it too.
Just a little bit work to be done to set it uo again.

Categories

Resources