Hi People
I was so stupid to install that "recovery.img" from Team Venom, that made me unable to access HTC Sense. So now I cant put the boot.img to my phone.. I can only access the recovery from Team Venom, and normal recovery and the HBOOT. How do I now get into Sense 5, or able to put in the file?
I did ofcourse make a backup, but where do I then find it and apply it?
Fixed! I used ADB Sideload to do the trick
just so you know we cannot access internal sd from recovery EVER and never ever from fastboot
Lloir said:
just so you know we cannot access internal sd from recovery EVER and never ever from fastboot
Click to expand...
Click to collapse
Just out of interest is there any specific details for this as the HOX you can do this from recovery (ie usb mount the internal SD etc) but having just come to the HOX+ I find this is not available. While I was able to use adb push to upload my rom zip I was curious as to the technical reason's for the difference as I thought the two phone were virtually identical.
Related
I've followed the post by xboarder56. My phone has an unlocked bootloader and is rooted. I did not receive any errors when running the command: Fastboot flash boot [boot.img path]. I attempted to use QuikSense and BeastMod. I am using windows, but have access to linux if necessary (would prefer to finish this in windows though).
I believe the problem might be that I do not have an sdcard. Also, I did not see any directions relating to copying files TO the phone, and as such did not. Does loading the boot.img load these files onto the phone or is this something that I need to be doing (also, how do you do that? Guessing I will need linux for that since I don't have an sdcard and will need to write to the device while windows can't read it).
You need a SD card, but xboarder is working on a recovery that doesn't require one
Sent from my HTC Amaze 4G using XDA App
I thought it might be as much. I ordered an sdcard and it should be here tomorrow. Do I need to perform any additional steps (such as copying files somewhere) or are the steps I am already performing going to be enough?
xboarder said the new recovery works with internal memory as well so shouldn't be a card problem
So I got my SD card and copied all the files to the root of it and performed the flash again. Still nothing. Where should I be copying the files to?
Valde_Edius said:
So I got my SD card and copied all the files to the root of it and performed the flash again. Still nothing. Where should I be copying the files to?
Click to expand...
Click to collapse
Let's backtrack.
What recovery do you have currently?
Stock, xboarders recovery (identifiable with the X in the background) or the CWM Recovery?
What files did you put and where did you put them?
Name the files you downloaded them and where you put them (external sdcard, internal sdcard, in a folder, etc)
Are you able to flash anything?
Did you format your sdcard from the phone?
So yeah... answer those for us please.
If the files are on the root of your INTERNAL SDCARD then you need xboarder's recovery.
If the files are on the root of your EXTERNAL SDCARD then you need the standard clockwork recovery (download from ROM Manager)
So I htcdev unlocked. install amon ra, then I used nanbackup, then i install RezROM ICS
now i need to restore
and according to this post
http://forum.xda-developers.com/showthread.php?t=1447432
I need to flash the original PH98IMG.zip from the bootloader. I however don't know how to get PH98IMG.zip on my internal sdcard. I dont have access to android. or and sdcard adapter
so how can i do this
is there an adb command perhaps that will allow my to push the PH98IMG.zip to internal storage... Please help
boot into recovery. you can copy that to the sd card while it is in recoery
in recovery connect your phone to the computer and put the original PH91IMG.ZIP in the same folder as your adb.exe then run "adb push ph91img.zip /sdcard2/" without quotes. im not 100% sure of if thats it but if not just ask and ill test it till i figure it out still somewhat a noob haha
Also, correct me if I'm wrong, but will the phone read from the internal SD? I thought it only looked on external?
You are correct, you'll want to make sure that it's on the external sdcard (sdcard2).
I usually use either amon ra to mount the external sd card to Windows, or use adb to push. I usually find adb push to be my method of choice.
Also, I've found sometimes that when using the adb push command, you may need to first mount the external sd card in the mount menu in amon ra. For the sake of ease, I recommend just turning on use mass storage on the external card through amon ra.
Was just wondering if anyone had tested to see if boot manager worked on the phone. If it does, I'll consider unlocking via HTCdev. I know there aren't a lot of roms out right now, but i loved using it on my OG Evo.
Sent from my EVO using XDA
This is a good question.
I tried manually adding in the parameters, but I don't think it can mount the necessary storage for this to work.
I think I need to send an e-mail to the devs to see if we can get it working. Since we're able to flash to the boot partition directly with a custom recovery after unlocking, there's no reason Boot Manager shouldn't work.
The obstacle I have currently is that it wants to install the ROMs on the internal storage, rather than the external SD card .
Hello All,
I can see my files are all there (on the external sd card located permanently inside the TF201) when look via the pc but recovery doesn't seem to be able to mount the internal sdcard so I cannot get at the zip files I put on the internal sdcard to flash from recovery.
I was running a very happy TF201 running Virtuous Prime until I decided to change a font a few days ago. That was a bad move. On reboot everything was stuck on the intro splash screen. I managed to get into recovery & somehow managed to get my new rom (CM10 ish) flashed & i thought all was well until I realised that in all the 'heat of battle' the usual wipe re wipe/wipe dalvick/reset privileges routine had been omitted from my routine. Worse still I had flashed the rom but not yet flashed the Jelly Bean GAPPS.
So the system was still hanging at the splash screen (although this time at least it was the CM10 splash screen (progress is so sweet) but now, just when I thought it couldn't get any worse, when I go into recovery to apply a zip from an sdcard I get told that E:Can't mount /sdcard/ so I cant get at my file to flash!
I'm 3 days into this now & I am definitely loosing the plot so please please give me a nudge in the right direction .A have adb up & running & have just fastbooted a new recovery img over onto the prime because I read that this might sort my problem. Well, it didn't so here I am. Please assume I am a noob 1st class although I may surprise you with some of my knowledge that I've picked up over the last few days & years working in systems (though not Android) so maybe I wont!
Get this sorted with me & I'll be forever in your debt. Please let me know what other information you may need to give me a push in the right direction. Thanks for reading this & thanks for deciding to help me hang on to that thread of sanity that is left.
I have also asked for help on TransformerForums; because I'm new to this site I cannot provide you with the link. Sorry.
correct me if i got this wrong; so you are able to get into CWM und you see your device via
Code:
adb devices
right?
now can you push files via
Code:
adb push
to your device?
If so we had the exact same problem don't worry theres a fix for this:
first if you're in adb type:
Code:
adb shell
now you should see this "#" somewhere in front of your command line
type
Code:
ls
now it should show you the folders on your device, try to navigate to the directory /data/media via
Code:
cd /data/media/
now push the rom you want to flash in this directory, for example:
Code:
adb push ROM.zip /data/media/ROM.zip
the rom should be in the same folder as your adb.exe
essentially /data/media is your internal storage so you should now be able to flash the rom of your choice.
I hope i could help because I had almost exactly the same problem and was about to go crazy until i found this solution
success...
s0undless said:
correct me if i got this wrong; so you are able to get into CWM und you see your device via
Code:
adb devices
right?
now can you push files via
Code:
adb push
to your device?
If so we had the exact same problem don't worry theres a fix for this:
first if you're in adb type:
Code:
adb shell
now you should see this "#" somewhere in front of your command line
type
Code:
ls
now it should show you the folders on your device, try to navigate to the directory /data/media via
Code:
cd /data/media/
now push the rom you want to flash in this directory, for example:
Code:
adb push ROM.zip /data/media/ROM.zip
the rom should be in the same folder as your adb.exe
essentially /data/media is your internal storage so you should now be able to flash the rom of your choice.
I hope i could help because I had almost exactly the same problem and was about to go crazy until i found this solution
Click to expand...
Click to collapse
This has sorted the problem. Thank you very much for this. Could you please tell me the significance of the 'ls' line?
I followed your instruction which resulted in my being able to flash a ROM which still hung at the intro flash screen. Since I could now see the internal file system was mounting (& accessible) I decided to attempt to replace the recovery package with TWRP which is absolutely fantastic; you are able to access both internal & external sdcards + there's a very intuitive 'touch' UI.
I was beginning to wonder if I was going to get out of this one, but, thanks to you all is well.
ls is just to ensure you are in the right directory. the next time your rom is stuck at the boot screen try to give it some more time if this doesn't work wipe the dalvik and cache via recovery and it should be able to boot if flashing was successful. and yes you are absolutly right TWRP is waaay better than CWM. Glad I was able to help you get this sorted.
Enjoy your Weekend
soundless
No dice
I have same issue as user above. I connect my TF201 to my computer and I get Driver issues saying This device cannot start. (Code 10). I did everything restared computer, deleted drivers scan hardware changes reinstalled drivers, and everything. I can't get the adb working. I keep scanning and it says there isn't any devices.
I had a bad ROM flash and my TF201 will no longer boot. I can get it into the CWM v5.8.3.4 but it will not read my SD card. I tried 3 SD cards and none of them will read. I formatted them FAT32 from what I read and even tried FAT and NTFS just to see if that made a difference and that didn't work. WHen I click to install zip from sdcard it points to my internal storage. I created a backup but again just my luck the first time while reading on ways to fix the issue I ended up in the Asus fastboot load screen and being use to the CWM commands I hit volume down (moved cursor to the left hovering over wipe data) and hit volume up thinking it would go back to the USB symbol but that wiped all the data off the device.
I restared and booted back into CWM and selected install zip from SD card now nothing shows up since it no longer reads any internal data (accidently deleted) and it doesn't read my SD card.
So, at this point I feel I'm out of ideas. ADB doesn't work to try transfering a file directly to the device and CWM doesn't read SDcards so I can't flash a new ROM on the device to get it working again.
Any help would be much appreciated.
Why is CWM still used !!!!!
All recent bricks I've seen here were CWM related!!
See here: http://forum.xda-developers.com/showthread.php?t=1841001 second post for replacing cwm by twrp.
Just had this issue with the bad cm10 rom. TWRP saved the day!
---------- Post added at 02:04 PM ---------- Previous post was at 02:02 PM ----------
Crezabek said:
I have same issue as user above. I connect my TF201 to my computer and I get Driver issues saying This device cannot start. (Code 10). I did everything restared computer, deleted drivers scan hardware changes reinstalled drivers, and everything. I can't get the adb working. I keep scanning and it says there isn't any devices.
I had a bad ROM flash and my TF201 will no longer boot. I can get it into the CWM v5.8.3.4 but it will not read my SD card. I tried 3 SD cards and none of them will read. I formatted them FAT32 from what I read and even tried FAT and NTFS just to see if that made a difference and that didn't work. WHen I click to install zip from sdcard it points to my internal storage. I created a backup but again just my luck the first time while reading on ways to fix the issue I ended up in the Asus fastboot load screen and being use to the CWM commands I hit volume down (moved cursor to the left hovering over wipe data) and hit volume up thinking it would go back to the USB symbol but that wiped all the data off the device.
I restared and booted back into CWM and selected install zip from SD card now nothing shows up since it no longer reads any internal data (accidently deleted) and it doesn't read my SD card.
So, at this point I feel I'm out of ideas. ADB doesn't work to try transfering a file directly to the device and CWM doesn't read SDcards so I can't flash a new ROM on the device to get it working again.
Any help would be much appreciated.
Click to expand...
Click to collapse
Use Fastboot and flash TWRP Recovery. CWM still cannot use external sd cards! There are simple instructions on their website.
TWRP will give you the option to install from either the internal sd card or external sd card. I've found it to be a better bet all round than clockwork mod recovery. It uses a touch interface which saves more time than you'd imagine. Just one tip; occasionally the contents of the external sd card don't show. If that happens, just reboot into recovery (again) & everything will be as it should be. Hope this helps.!...
Sent from my GT-I9100 using xda premium
Crezabek said:
I have same issue as user above. I connect my TF201 to my computer and I get Driver issues saying This device cannot start. (Code 10). I did everything restared computer, deleted drivers scan hardware changes reinstalled drivers, and everything. I can't get the adb working. I keep scanning and it says there isn't any devices.
I had a bad ROM flash and my TF201 will no longer boot. I can get it into the CWM v5.8.3.4 but it will not read my SD card. I tried 3 SD cards and none of them will read. I formatted them FAT32 from what I read and even tried FAT and NTFS just to see if that made a difference and that didn't work. WHen I click to install zip from sdcard it points to my internal storage. I created a backup but again just my luck the first time while reading on ways to fix the issue I ended up in the Asus fastboot load screen and being use to the CWM commands I hit volume down (moved cursor to the left hovering over wipe data) and hit volume up thinking it would go back to the USB symbol but that wiped all the data off the device.
I restared and booted back into CWM and selected install zip from SD card now nothing shows up since it no longer reads any internal data (accidently deleted) and it doesn't read my SD card.
So, at this point I feel I'm out of ideas. ADB doesn't work to try transfering a file directly to the device and CWM doesn't read SDcards so I can't flash a new ROM on the device to get it working again.
Any help would be much appreciated.
Click to expand...
Click to collapse
Did updating recovery sort this out? If not, shout & I may be able to help.
Some people act this way: come to ask for help, and never come back...
Hi all,
I was using latest Revolver and gave a try on CM10 Beta4
I can open a adb shell but could not execute adb push file /dir propertly
EE:Can't mount /sdcard
damn!
wish restore my Revolver4 backup :good:
rafael_mfr said:
Hi all,
I was using latest Revolver and gave a try on CM10 Beta4
I can open a adb shell but could not execute adb push file /dir propertly
EE:Can't mount /sdcard
damn!
wish restore my Revolver4 backup :good:
Click to expand...
Click to collapse
push it to /data/media
sent from my i9250
bk201doesntexist said:
push it to /data/media
sent from my i9250
Click to expand...
Click to collapse
I tried to push it already, but I can't as mentioned before.
ADB recognizes my device, open 'adb shell' but push command don't work.
push file.zip /data/media/file.zip
*file is on the same folder as adb.exe
EDIT: Resolved using EasyFlasher Tool. As described on this post.
Can anyone rpvoide me step by step instructions on how to fix this?
My situation
I accidentally flashed a hox for my kernel ( this one http://forum.xda-developers.com/showthread.php?t=2074244 ). Now i am stuck on the flash screen also i can't access the sd card from computer but i can still send commands into usb fast boot. I don't have a zip on the sd card to flash boot in. I have a backup ab file of my data and apks but i can't use it inside the hox. I went to the dev section and trying everyone kernel but i am stuck on the flash screen. I thought i could fix it by formating so i formated sd and card and system. It made it terribly worst (lost all data).
Additional information I had a look at this thread and it seems to be useful http://forum.xda-developers.com/showthread.php?t=1630459&page=17
I think thes are the files for my phone http://forum.xda-developers.com/showthread.php?t=1995685
http://htcdev.com/devcenter/downloads
My phone is a htc one x+ international. CID number is CID HTC__622
I have access to bootloader
lots of files here http://forum.xda-developers.com/showthread.php?t=2074211
i found that this thread contains the latest rom image files http://forum.xda-developers.com/showthread.php?t=1987885
When i use a ruu to update i get error 140. My image is version 1.7 but the latest RUU i can find is 1.4 :/
I found out that you can push files into the sd card if you can't access it by computer http://forum.xda-developers.com/showthread.php?t=1667929 http://forum.xda-developers.com/showthread.php?t=752279 but i got a error read only file system
help plz !
ok after failing at everytyhing and not getting any further than the flashscreen for what ever rom i flash. I have decided to restore to stock. Can anyone help me with this?
sadpwner said:
I accidentally installed a hox for my kernel ( this one http://forum.xda-developers.com/showthread.php?t=2074244 ). Now i am stuck on the load screen also i can't access the sd card from computer but i can still send commands into usb fast boot. I don't have a zip on the sd card to flash boot in. I have a backup ab file of my data and apks but i can't use it inside the hox.
I think thes are the files for my phone http://forum.xda-developers.com/showthread.php?t=1995685
http://htcdev.com/devcenter/downloads
My phoe is a htc one x+
help plz !
Click to expand...
Click to collapse
its a htc one x+ international btw. The phone doesn't support openning it so i can't get the sd card or batteyr out. The computer detects the sd card but i can't access the driver. It just beeps that it reads it. I can go into bootloader fine but everyt kernel i use just gets me stuck on the flash screen. I formated the sd drive but it didnt work still and i lost my data on it. i have it backed up though.
bump
Flash the stock firmware
'elkos' said:
Flash the stock firmware
Click to expand...
Click to collapse
cant find one for my cid.
sadpwner said:
cant find one for my cid.
Click to expand...
Click to collapse
http://www.droidevelopers.com/f461/14207-htc-one-x-stock-rom-shipped-ruu-enrc2b.html That is the stock RUU files.