[Q] I accidentally wiped all data on sd card - One (M7) Q&A, Help & Troubleshooting

Hi to anyone who can help me with this... I wiped everything from my HTC M7 or HTC one and can get to TWRP recovery however when I try to do the sideload thing--> it gives me an error or when try to adb push rom.zip /sdcard gives me a bigger error. I wonder if I have the right adb folder.
Can anyone try to help me pl0x

Hi, do you have a screenshot of the bigger error that it gives?
Sent from my HTC One using XDA Premium 4 mobile app

bem809 said:
Hi, do you have a screenshot of the bigger error that it gives?
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
tells me adb server is out of date

Have you deleted HTC Sync from your computer?
Sent from my HTC One using XDA Premium 4 mobile app

bem809 said:
Have you deleted HTC Sync from your computer?
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No but i think now it's loading... TY for the quick response +2 for you

No problem. Hope it works out for you. At least when you restore functionality, you'll have a squeaky-clean phone
Sent from my HTC One using XDA Premium 4 mobile app

intramorph said:
No but i think now it's loading... TY for the quick response +2 for you
Click to expand...
Click to collapse
I don't mean to hijack, but have you got the latest adb files?
Sent from my HTC One using Tapatalk 4

I think I have similiar problem. I had insertcoin and flashed firmware -> looptroop -> recovery was flashed as well -> reflashed CWM. I think my phone is empty now and adb does not find devices so sideload does not work.. It was working earlier so is it bricked now?

juansilti said:
I think I have similiar problem. I had insertcoin and flashed firmware -> looptroop -> recovery was flashed as well -> reflashed CWM. I think my phone is empty now and adb does not find devices so sideload does not work.. It was working earlier so is it bricked now?
Click to expand...
Click to collapse
no it isn't bricked as long as u have custom recovery on ur device or you are not s-off chances are you're not bricked

Related

I need two things for ics for the vivid

I need the known kernels for this device and a way to flash kernels/boot imgs via recovery (in the same sense that we use flash image GUI but to use in recovery when you can't access a CPU )and we might have this today
I'm mobile and I'm having a hard time getting this done
Sent from my HTC PH39100 using XDA App
come at me bro said:
I need the known kernels for this device and a way to flash kernels/boot imgs via recovery (in the same sense that we use flash image GUI but to use in recovery when you can't access a CPU )and we might have this today
I'm mobile and I'm having a hard time getting this done
Sent from my HTC PH39100 using XDA App
Click to expand...
Click to collapse
you cant thats why you need S-OFF without the only way is with fastboot commands.
I have a quick tool that can flash them for you but it does not use the GUI your talking about
S-OFF allows access to ALL parts of the device memory.
Can you attempt to achieve s-off, it seems to be your main concern
Sent from my HTC PH39100 using XDA App
And if you're thinking you can use the developer ICS that was put out there, no amount of kernels we have for the Vivid are going to make it boot.
Sent from an HTC Vivid 4G using xda premium
come at me bro said:
Can you attempt to achieve s-off, it seems to be your main concern
Sent from my HTC PH39100 using XDA App
Click to expand...
Click to collapse
No...that is way beyond me and anyone else with a vivid it seems!!
http://forum.xda-developers.com/showthread.php?t=1511557
cruzin_cruzing said:
http://forum.xda-developers.com/showthread.php?t=1511557
Click to expand...
Click to collapse
Not a decent option.
Sent from my HTC PH39100 using xda premium
Helped me restore without having to wait 8 hrs till I got on my computer to fastboot a kernel didn't help with tiamats ics vivid
Kernel
Sent from my HTC PH39100 using XDA App
Don't mean to clutter anything up, just wanted to say good luck. I'll be happy to make a donation when ics is working. Thanks for all your hard work
Sent from my GT-I9100 using XDA App
Get a hold of the rev team
4D3 said:
No...that is way beyond me and anyone else with a vivid it seems!!
Click to expand...
Click to collapse
Sent from my HTC PH39100 using XDA App
Not sure if it helps but I know the h-boot version of the s-off device I got my rom from was 1.85.
This rom doesn't work on my raider since its s-on.
I'm thinking if we have someone dump the hboot image (s-off) one it may potentialy work out for the community
Sent from my HTC PH39100 using XDA App
I'll see if I can get my buddy to do that, he's not answering right now though, but I'll be talking to him tomorrow for sure.
Bring him over
Sent from my HTC PH39100 using XDA App
come at me bro said:
Bring him over
Sent from my HTC PH39100 using XDA App
Click to expand...
Click to collapse
its not that simple
I know but we can only hope I guess
Sent from my HTC PH39100 using XDA App
can someone explain how to do an h-boot dump please
does this sound correct?
fastboot oem saveprt2sd hboot -n hbootpart.img -a
come at me bro said:
OP can you try this in adb
Code:
cd c:\adb
adb shell
dd if=/dev/block/mmcblk0p12 of=/sdcard/hboot.img
More codes
Code:
param1=ext3
param2=EMMC
param1_sdcard=vfat
param2_sdcard=MTD
sys_mnt=\/dev\/block\/mmcblk0p29
cache_mnt=\/dev\/block\/mmcblk0p35
boot_mnt=\/dev\/block\/mmcblk0p22
data_mnt=\/dev\/block\/mmcblk0p34
sdcard_mnt=\/dev\/block\/mmcblk1p1
one might work
or someone can correct with the correct one
Click to expand...
Click to collapse
Sent from my HTC PH39100 using XDA App
Sent from my HTC PH39100 using XDA App
I think there i too much emphasis on s-off right now, its not required....
christx said:
I think there i too much emphasis on s-off right now, its not required....
Click to expand...
Click to collapse
Yeah it is....yo need it definitely...there is no way in hell ICS
Will run on this device without it...
Why do you deny this...
Oh my ... People are getting stupid...

[RECOVERY] TWRP 2.4.1.0 Touch Recovery for vivo

S-OFF or Bootloader Unlock required
To flash TWRP Touch Recovery to your device, you should to type this command in fastboot mode
fastboot flash recovery TWRP-2.4.1.0-vivo.img
or(in normal boot mode and adb enabled)
adb root
adb push TWRP-2.4.1.0-vivo.img /sdcard
adb shell dd if=/sdcard/TWRP-2.4.1.0-vivo.img of =/dev/block/mmcblk0p21
adb shell rm /sdcard/TWRP-2.4.1.0-vivo.img
dla5244 said:
S-OFF or Bootloader Unlock required
To flash TWRP Touch Recovery to your device, you should to type this command in fastboot mode
fastboot flash recovery TWRP-2.4.1.0-vivo.img
or(in normal boot mode and adb enabled)
adb root
adb push TWRP-2.4.1.0-vivo.img /sdcard
adb shell dd if=/sdcard/TWRP-2.4.1.0-vivo.img of =/dev/block/mmcblk0p21
adb shell rm /sdcard/TWRP-2.4.1.0-vivo.img
Click to expand...
Click to collapse
I try it now
Sent from my Incredible S using xda premium
Dude, you're incredible...
Will try later when I've got access to my computer
Sent from my Incredible S using xda app-developers app
thank you
Sweet
TWRP Recovery is really nice I actually kinda like it better than 4ext although i was completely thrown off by the wipe menu which had cache, dalvik cache, factory reset, system. Nothing a google search couldnt solve though
WTF! Now this makes IncS much more interesting! I'm already bored of pressing keys many times to navigate in CWM instead of a touch recovery in my Epic 4G... And now IncS has it too!
Kudos!
Sent from HTC Incredible S @ CM10.1
Dude... U r incredible hats off
Sent from my Incredible S using xda app-developers app
Just place it on the Root of you SD-Card, boot into Bootloader and here we go!
AndyYan said:
WTF! Now this makes IncS much more interesting! I'm already bored of pressing keys many times to navigate in CWM instead of a touch recovery in my Epic 4G... And now IncS has it too!
Kudos!
Sent from HTC Incredible S @ CM10.1
Click to expand...
Click to collapse
We've had touch recovery for over a year... 4ext touch recovery
Sent from my Incredible S using xda app-developers app
deathgame said:
Dude... U r incredible hats off
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
Make sure to put sunscreen on if you take your hat off
Splux said:
We've had touch recovery for over a year... 4ext touch recovery
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
But this one has the option to adds zips to the queue, so you can flash 5 things at once
markj338 said:
Make sure to put sunscreen on if you take your hat off
But this one has the option to adds zips to the queue, so you can flash 5 things at once
Click to expand...
Click to collapse
Damn computer being turned off... Now I'm even more interested x)
Sent from my Incredible S using xda app-developers app
Splux said:
Damn computer being turned off... Now I'm even more interested x)
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
I added a pgm32img.zip on the first site, just place it in the root of your sd card and reboot into bootloader and voila, TWRP Rec is flashed
Silversniper said:
I added a pgm32img.zip on the first site, just place it in the root of your sd card and reboot into bootloader and voila, TWRP Rec is flashed
Click to expand...
Click to collapse
Nice, must have missed it.
Thanks!
Sent from my Incredible S using xda app-developers app
*edit*
Am I bad at searching, or are there no themes?
Splux said:
We've had touch recovery for over a year... 4ext touch recovery
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
It isn't universal and it isn't as beautiful, is it?
Sent from HTC Incredible S @ CM10.1
AndyYan said:
It isn't universal and it isn't as beautiful, is it?
Sent from HTC Incredible S @ CM10.1
Click to expand...
Click to collapse
With themes, way more beautiful... Then you can get it to look exactly the way you want
My question still stand, are there any themes for this?
Sent from my Incredible S using xda app-developers app
Splux said:
Damn computer being turned off... Now I'm even more interested x)
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
I don't get it
Splux said:
With themes, way more beautiful... Then you can get it to look exactly the way you want
My question still stand, are there any themes for this?
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
I googled 'twrp skins' and came up with a bunch of xda threads
Answer: there are skins
markj338 said:
I don't get it
I googled 'twrp skins' and came up with a bunch of xda threads
Answer: there are skins
Click to expand...
Click to collapse
I searched for themes and found nothing... Didn't even think of searching for skins x)
Sent from my Incredible S using xda app-developers app
*edit *
I give up. I don't find any skins/themes by searching for "twrp skins" either. Google f***ing hate me today.
*edit *
Searched again, and now I found some... For twrp 2.1, like 4 themes... Oh well, I guess I'll stick with stock theme for a while.
cant we flash this using adb ??
adb flash recovery TWRP-2.4.1.0-vivo.img
???
Dheemanth10 said:
cant we flash this using adb ??
adb flash recovery TWRP-2.4.1.0-vivo.img
???
Click to expand...
Click to collapse
Read first post for instructions..
Sent from my Incredible S using xda app-developers app

[Q] recovery help htc one

hey guys i am new to rooting, unlocking, and installing custom roms, i have one problem i am bootloader unlocked and rooted but when i go to install a custom recovery, it tells me in the command window that it was successful but when i go to enter it, all i see is the htc logo and it says entering recovery but after 10 seconds on the screen the phone shuts off and does it every time, does anyone think im doing something wrong. iu really am stuck on this one and i tried to install both types of recovery.. maybe the root didnt work?????
You don't need root (super user) to flash the recovery. Try again. Make sure htc drivers are installed and the phone is recognized by the computer. Also, you may have had a bad download of the recoveries. Try downloading again. I just used the files from the sticky Q&A thread and my recovery install was very quick and painless. Good luck.
Sent from my HTCONE using xda premium
propjockey said:
You don't need root (super user) to flash the recovery. Try again. Make sure htc drivers are installed and the phone is recognized by the computer. Also, you may have had a bad download of the recoveries. Try downloading again. I just used the files from the sticky Q&A thread and my recovery install was very quick and painless. Good luck.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
Thank you.. I will try again.. hopefully it was just the download... Both of them came as zip files from different sources but I will def try... I don't have to remove them from the phone after trying to download the bad ones though?
rickwalsh151 said:
Thank you.. I will try again.. hopefully it was just the download... Both of them came as zip files from different sources but I will def try... I don't have to remove them from the phone after trying to download the bad ones though?
Click to expand...
Click to collapse
Are you using my thread to root/unlock/flash twrp?
Sent from my HTCONE using xda app-developers app
bigdaddy619 said:
Are you using my thread to root/unlock/flash twrp?
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
I did go to your thread but I didn't see a link to download anything maybe it was my computer unless it's hidden lol
rickwalsh151 said:
I did go to your thread but I didn't see a link to download anything maybe it was my computer unless it's hidden lol
Click to expand...
Click to collapse
Nope there are 2 links in the first post they say HERE or HERE everything you need is inside the folder and you cam run your commands from the folder
Sent from my HTCONE using xda app-developers app
bigdaddy619 said:
Nope there are 2 links in the first post they say HERE or HERE everything you need is inside the folder and you cam run your commands from the folder
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Sounds awesome dude thank you I will let u know how it goes
rickwalsh151 said:
Sounds awesome dude thank you I will let u know how it goes
Click to expand...
Click to collapse
Good luck
Sent from my HTCONE using xda app-developers app
bigdaddy619 said:
Good luck
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
the recovery worked but i tried to install a rom and i formatted the device and than rebooted it and now all i see is the htc logo and i cant do anything with the phone.. how can i fix this
That's a bit vague. What Rom and from what rom? Did you wipe system, data, cache, and dalvik cache? Are you s-on or off ?
Sent from my HTCONE using xda premium
rickwalsh151 said:
the recovery worked but i tried to install a rom and i formatted the device and than rebooted it and now all i see is the htc logo and i cant do anything with the phone.. how can i fix this
Click to expand...
Click to collapse
Sounds like you formatted everything check the faq thread in q&a it will tell you how to fix it
Sent from my HTCONE using xda app-developers app
propjockey said:
That's a bit vague. What Rom and from what rom? Did you wipe system, data, cache, and dalvik cache? Are you s-on or off ?
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
s on and i downloaded the rom for the google play edition htc one found on the thread that taylor martian reccommended on pocketnow. i wiped all data than selected reboot than when the phone came back on its stuck on the quietly brilliant screen.. i cannot powerdown to enter fastboot... when i hold down the power button the home and back buttons just flash
rickwalsh151 said:
s on and i downloaded the rom for the google play edition htc one found on the thread that taylor martian reccommended on pocketnow. i wiped all data than selected reboot than when the phone came back on its stuck on the quietly brilliant screen.. i cannot powerdown to enter fastboot... when i hold down the power button the home and back buttons just flash
Click to expand...
Click to collapse
That Rom won't work on a Sprint One as of yet I'm pretty sure
Sent from my HTCONE using xda app-developers app
bigdaddy619 said:
That Rom won't work on a Sprint One as of yet I'm pretty sure
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
how can i get my phone to reboot though if its stuck on the screen
Long hold power and volume down. It should eventually take you to bootloader where you can select boot to recovery and restore a backup. If you don't have one, do an adb sideload of a known working Rom .
Sent from my HTCONE using xda premium
bigdaddy619 said:
Sounds like you formatted everything check the faq thread in q&a it will tell you how to fix it
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
so you think it can be fixed even if i cant get into the bootloader
rickwalsh151 said:
so you think it can be fixed even if i cant get into the bootloader
Click to expand...
Click to collapse
Yes it can be fixed you will have to sideload a Sprint Rom thru twrp
Read this on how to sideload a rom
http://forum.xda-developers.com/showthread.php?t=2317989
Sent from my HTCONE using xda app-developers app
Thank you I did wind up getting into the bootloader then I was able to sideboard a rom
Sent from my HTCONE using xda app-developers app

Trying to port sense5

Trying to port one mini to myst but have black screen and cant boot or run logcat. Can PM file if someone wants to help. Both roms were stock DeOdexed.
blafree64 said:
Trying to port one mini to myst but have black screen and cant boot or run logcat. Can PM file if someone wants to help. Both roms were stock DeOdexed.
Click to expand...
Click to collapse
i have tried as well with two different guides and got stuck at the splash screen also was unable to logcat but i did manage to delete my backups doing it i really want to learn to port.
blafree64 said:
Trying to port one mini to myst but have black screen and cant boot or run logcat. Can PM file if someone wants to help. Both roms were stock DeOdexed.
Click to expand...
Click to collapse
I have also tried. I couldn't even get it to flash. I think the biggest problems is that we don't have a 4.2.2 base for the first yet. If we did it would be so much easier. I am still tinkering but I have a wife and three kids keeping me busy so I'm not getting very far very fast.
If you don't get an error flashing then you are further than I have been able to get. I would love to get this working but not sure how much help I can be.
Sent from Tapatalk
Working on slow go
Sent from my HTC first using xda app-developers app
tried to port m7 it installs boots said setup finished trys to boot gets through bootanimation and saids system process stopped. Help plz cant get logcat to work either.
Go to try to port m4 I guess
Sent from my HTC first using xda app-developers app
blafree64 said:
Go to try to port m4 I guess
Sent from my HTC first using xda app-developers app
Click to expand...
Click to collapse
Following with interest. Sorry I can't help you. --Larry
Hey you tried thanks
Sent from my HTC first using xda app-developers app
blafree64 said:
Hey you tried thanks
Sent from my HTC first using xda app-developers app
Click to expand...
Click to collapse
Actually I have never tried porting, but am now reading about it.
Edit: I had posted an article link, but turns it was not valid for HTC.
Well I give up someone else can try to port the myst. Sorry!
Thou shall not dispond!
blafree64 said:
tried to port m7 it installs boots said setup finished trys to boot gets through bootanimation and saids system process stopped. Help plz cant get logcat to work either.
Click to expand...
Click to collapse
Did you try fix permission in recovery.?
Sent from my HTC One XL using XDA Premium 4 mobile app
24ky said:
Did you try fix permission in recovery.?
Sent from my HTC One XL using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes no help.
blafree64 said:
Yes no help.
Click to expand...
Click to collapse
Only a suggestion, but have you tried porting from the " HTC Evo 4G LTE " like devs did for the " HTC One XL " they manage to get a booting Sense 5 4.1.2, which is a stronger chance for this phone booting since there are no kernel devs that will patch up your kernel for 4.2.2.
Sent from my HTC One XL using XDA Premium 4 mobile app
Going to try again forgot to change boot.img stupid mistake, no go and have posted port from zenrom but can't get WiFi Bluetooth or sound maybe you can help. going to start over with your suggestion thanks
Sent from my MYSTUL using xda app-developers app

Htc one stuck on htc screen

Hey guys I was trying root and flash a rom on my htc one got to the flashing the rom part and cwm crashed while flashing it now I can get into fast boot and recovery is there any file I need to sort this problem out sorry if in wrong place was having no luck finding sombody with this prob
Sent from my GT-N7105 using xda app-developers app
how someone can help you?
where are details about firmware s-off or s-on? hboot version? what did you try to flash, there is few ver htc one.
write to me if you want help and write all details, maybe something wrong with file, did you check md5?
Sent from my HTC One using Tapatalk 2
fanbogo said:
how someone can help you?
where are details about firmware s-off or s-on? hboot version? what did you try to flash, there is few ver htc one.
write to me if you want help and write all details, maybe something wrong with file, did you check md5?
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
I was trying to flash the a team venom rom and it recovery crashed while flashing and wouldn't do anything else I have included a pic of my hoot screen
Sent from my GT-N7105 using xda app-developers app
your recovery version? you can do easy s-off do this. With s-off everything is very easy, but if you have Windows 8 it can be problem for you.
mate check md5 and try again, sometimes instalation freeze
Sent from my HTC One using Tapatalk 2
I have got that twrp recovery and I can't try again the phone won't mount to internal storage for me to put files bk there and I can't find them on the phone now lol any ideas how to get it to mount again
I also have windows vista aswell not windows 8 if that helps lol I just wanna put that viper rom on it and I will be happy then lol
Sent from my GT-N7105 using xda app-developers app
what version twrp.... man numbers im not magician
Sent from my HTC One using Tapatalk 2
V2. 7.0.1 mate sorry wasn't thinking
Sent from my GT-N7105 using xda app-developers app
scouse83 said:
V2. 7.0.1 mate sorry wasn't thinking
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
Why are you running two simultaneous threads? You'll just get everybody confused. Recommend you stick with one thread so people can follow.
Sorry I didn't get any help so I tried again and forgot to remove post if I can lol
Sent from my GT-N7105 using xda app-developers app
scouse83 said:
Sorry I didn't get any help so I tried again and forgot to remove post if I can lol
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
you said you are using TWRP 2.7.0.1. Is there a 2.7.0.1 for the M7_UL? The only one I know is for M7WLS. What is the complete file name of the recovery you have flashed?
I was just asked to post this in here and let other post die so that's what I will do lol
Sent from my GT-N7105 using xda app-developers app
I haven't got that file on my comp anymore to know the full filename I can always get a different recovery if that would help
Sent from my GT-N7105 using xda app-developers app
scouse83 said:
I haven't got that file on my comp anymore to know the full filename I can always get a different recovery if that would help
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
I think you might have flashed a wrong recovery (for M7WLS)
try this recovery: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
better to md5 check both your rom and recovery before you flash them.
Make sure the rom is for M7_UL variant.
Lets hope your partitions are not screwed...
What difference should this make and what will I have to do next lol
Sent from my GT-N7105 using xda app-developers app
alray said:
I think you might have flashed a wrong recovery (for M7WLS)
try this recovery: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
better to md5 check both your rom and recovery before you flash them.
Make sure the rom is for M7_UL variant.
Lets hope your partitions are not screwed...
Click to expand...
Click to collapse
waste of time i told him exactly same thing via prv and he is keep asking same question.
Sent from my HTC One using Tapatalk 2
It's not a waste of time I have flashed the newer recovery and asked what to do next
Sent from my GT-N7105 using xda app-developers app
ehh.. ok mate, without any knowledge you can brick your device, why do you trust me? you dont even know me. Can you read just few basics..? im not trying to be rude mate.
You have everything here, i mean everything all your question are here, use search write your error and thats it..
Your frimware must be correct recovery etc, if you dont know what version firmware or recovery you need, open topic with rom and there must be instalation tip.
You are loosing your time when you waiting here for answer.
sry for poor English.
Sent from my HTC One using Tapatalk 2
scouse83 said:
It's not a waste of time I have flashed the newer recovery and asked what to do next
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
TWRP recovery 2.7.0.1 is probably the M7WLS version not for your phone!
I don't know any 2.7.0.1 version for the M7_UL
So flashing a stable twrp version for your variant is the best move atm (2.6.3.3 or 2.6.3.4)
then try to flash your rom again
clear cache and hopefully it will boot
I know your not being rude mate just i had this phone for 4 days and 3 of them.days I've been stuck with it just need get it working again I've said my problem.and done as people have asked me I spent first day searching for help with this prob and never found any hence why I'm asking for help coz I've got myself stuck
Sent from my GT-N7105 using xda app-developers app
maybe thats only me but i like to read instructions before i will brick something for 400£, or maybe you dont care about money and you like to test, right now you are testing your device.
do you know what is root..?
Sent from my HTC One using Tapatalk 2

Categories

Resources