help in flashing - HTC One S

if i want to flash boot.img but its inside the zip folder and inside other folders, how do i do it? i tried to use twrp and flash but it flash the zip only, i want to know how to flash files inside a zip folder or someone told me u can flash using boot loader and i don't know how to do it

Extract the boot.img file on your PC from the zip you have in a fastboot folder on your c drive. Connect your phone to the PC with USB debugging on. Go into the bootloader. Chose fastboot. Now from cmd prompt in windows type 'fastboot flash boot boot.img'. That should do it.
Sent from my HTC One S using Tapatalk

Related

Trouble installing new recovery

Im trying to get my new XOOM from unlock to root and having a nightmare!
I have read and followed guides from the forum but still can't get the new recovery on?
I have done fastboot oem unlock and followed the instructions on the tab and at the end it says complete. Next once it reboots enabled usb debugging and rebooted into bootloader, all ok so far but when I try to run the command "fastboot flash recovery recovery-tiamat-r4c-100611-1150-cwm.img" it comes up with "cannot load"? I have tried with and without the. img at the end and also renamed the file "recovery" and "recovery.img" and still the same thing.
Has anyone had this same problem and can get me back on track please.
Sent from my MZ604 using xda premium
(this not applicable for steady hawkins recovery)
if you have adb installed.
copy files from platform tools folder to "tools" folder.
put tiamat recovery image in tools folder.
rename recovery..tiamat as recovery(not recovery.img)
commands:
adb reboot bootloader
fastboot flash recovery recovery.img
Ok, will give it a try when I get to my computer and will report back.
Thank you
Sent from my Desire HD using xda premium
Our Indian cricket team is in your country desperately need a win
rohit3192 said:
(this not applicable for steady hawkins recovery)
if you have adb installed.
copy files from platform tools folder to "tools" folder.
put tiamat recovery image in tools folder.
rename recovery..tiamat as recovery(not recovery.img)
commands:
adb reboot bootloader
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
nope that didnt work, same thing error: cannot load 'recovery.img
ok now im getting someware
still not working but when i do adb devices it says list of devices attached but nothing?
Just a note usb debbuging is on
Sent from my MZ604 using xda premium
rohit3192 said:
(this not applicable for steady hawkins recovery)
if you have adb installed.
copy files from platform tools folder to "tools" folder.
put tiamat recovery image in tools folder.
rename recovery..tiamat as recovery(not recovery.img)
commands:
adb reboot bootloader
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
First of all, it really doesn't matter if all your files that you need are in Tools or Platform tools, as long as they are all in there and your command window is operating out of that folder.
Second, you are making a good point re: the img file extension...in Windows, it sometimes is set to hide file extensions, so it is possible that someone could already have the img file extension there and not see it and add it again, making recovery.img.img which of course wouldn't work.
I don't think this is the OP's problem, but you never know.

need help flashing recovery

I went ahead and did the oem unlock but when I try and flash the recovery (or boot) image through fastboot using this:
C:\androidsdk\tools\fastboot flash recovery XXXXXXX.img
or
C:\androidsdk\tools\fastboot flash boot rootboot.img
I keep getting this error:
error: cannot load 'XXXXXXX.img'
I've trouble shooted all of the main things. ...my device is definitely attached. I have the recovery .img file in the same folder as fastboot (along with the 2 needed .dll files). I've also done stuff like re-install usb drivers, re-install sdk, I've oem unlocked 3 times.
I have a stock wifi xoom with 3.2
Here are the 2 main root guides I've been using
http://forum.xda-developers.com/showthread.php?t=1170760&highlight=how+to+root
http://forum.xda-developers.com/showthread.php?t=1242241&highlight=how+to+root
Thank you for your help
in cmd(assuming windows) type cd c:/•••••tools
your xoom should be in adb reboot bootloader
type fastboot flash recovery recovery.img
rename recovery file as recovery.img and place in tools/platformtools as the case may be.
sending this message from stock xoom.
awesome, thanks. What you told me was enough to show me what I was doing wrong.
In case someone else reads this later on I had to type
cd C:\androidsdk\tools ...hit enter
then it looked like this
C:\androidsdk\tools> ...and I then typed
fastboot flash recovery XXXX.img
earlier I also renamed the folder to androidSDK from android-sdk

[Q] boot img help

hi I have a htc one s and im what you call a noob im confused about this boot img and how to install it this is what I know so far....I mage a folder on c drive of pc called android I then put in adb and fastboot with 2 dll files as well into that folder.i downloaded a rom holoblackbean2.2 I put that zip file on the htc internal mem card now this is where I get stuck I can get into bootloader and install the zip file but how to do the boot img where do I put it and how to install it... hoping some one can explain it easily and clearly thanks in advance
ppm48 said:
hi I have a htc one s and im what you call a noob im confused about this boot img and how to install it this is what I know so far....I mage a folder on c drive of pc called android I then put in adb and fastboot with 2 dll files as well into that folder.i downloaded a rom holoblackbean2.2 I put that zip file on the htc internal mem card now this is where I get stuck I can get into bootloader and install the zip file but how to do the boot img where do I put it and how to install it... hoping some one can explain it easily and clearly thanks in advance
Click to expand...
Click to collapse
Read the first post of PACman ROM. It has very detailed instructions.
Put the boot.img in the folder where is adb and fastboot. Boot into bootlader. Plug phone into computer. You should see "fastboot USB" in red.
Open terminal and go to the adb folder. Type fastboot devices. You should see your phone device number. This step is to verify your connection.
Next type: fastboot flash image boot.img. That should flash the boot image. You should be done.
thank you my friend much appreciated

Change from Philz CWM to TWRP?

I flashed Philz recovery and I want to change back to TWRP 3.1, but Philz will only recognize zip files and not img files. How do I get a zip version of TWRP or how do I flash the img file? I also cannot get Philz to mount to my PC, and a lot of things are crashing on my current rom so I can't install any apps.
Download adb and fastboot. and also mfastboot, extract everything to single folder
download twrp .img from https://dl.twrp.me/falcon/ and copy .img to adb folder
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
adb reboot bootloader
You should now be in fastboot mode.
Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:
mfastboot flash recovery twrp.img (you may get partition mismatch error but neglect it and reboot to recovery)
and reboot to recovery thats all
More info https://twrp.me/motorola/motorolamotog2013.html
You can follow my tutorial here : https://forum.xda-developers.com/moto-g/help/guide-tutorial-motorola-moto-g-4g-to-t3516234
Enjoy

Question help if ou wanna

Hello i am new here in this forum and i wanna know why i cant load my phone with a twrp recovery cause i've install it on my phone but the recovery stay in the official samsung recovery if i can get help this will be very kind thx
There Are 2 Options.
1.try rooting your phone and after rooting it extract the tar by the Odin file you downloaded copy the img file to your phone and open the twrp app and try flashing it to recovery and if u dont wanna have root uninstall it.
2. in twrp reboot to fastboot and extract the .tar file and copy it to the fastboot directory and type fastboot flash recovery (twrp.img) and reboot.
elosanta said:
1.try rooting your phone and after rooting it extract the tar by the Odin file you downloaded copy the img file to your phone and open the twrp app and try flashing it to recovery and if u dont wanna have root uninstall it.
2. in twrp reboot to fastboot and extract the .tar file and copy it to the fastboot directory and type fastboot flash recovery (twrp.img) and rebootthx but
Click to expand...
Click to collapse
elosanta said:
1.try rooting your phone and after rooting it extract the tar by the Odin file you downloaded copy the img file to your phone and open the twrp app and try flashing it to recovery and if u dont wanna have root uninstall it.
2. in twrp reboot to fastboot and extract the .tar file and copy it to the fastboot directory and type fastboot flash recovery (twrp.img) and reboot.
Click to expand...
Click to collapse
Thx but i already find a solution by reinstalling the stock rom and flash it again

Categories

Resources