[Q] Is CWM Recovery supported on HOX JB 4.1.1 ? - HTC One X

Hi All,
I can't get any version of CWM Recovery working on updated HOX
I'm not flashing it, just doing "fastboot boot imgname" ( this worked for me well before ), and phone hangs with white htc boot screen
I'd like to do backup before i try new Android Revolution HD
After i reset it ( pwr+voldown ), phone boots correctly and works fine, it's just recovery that is not working.
cid HTC_032, hboot 1.36
Any idea ? Am I the only one having this problem ?
Best Regards.
Edit:
fastboot shows this:
downloading 'boot.img'... OKAY
booting... OKAY
it seems like image is being correctly uploaded to memory but not executed

Flash recovery:
fastboot flash recovery imgname
Sent from my HTC One X using xda app-developers app

hahhahhaaa said:
Flash recovery:
fastboot flash recovery imgname
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Yes, but i don't want to flash it. i want to boot into cwm recovery without flashing it. This was possible before ota today.
Code:
C:\aaa>fastboot.exe
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
[U][B] boot <kernel> [ <ramdisk> ] download and boot kernel[/B][/U]
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
reboot reboot device normally
reboot-bootloader reboot device into bootloader
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id

You want to enter the stock or custom recovery ?
Do this
Fastboot erase cache
Helped many people not being able to enter the recovery
And if you want to flash a boot.img its not
Fastboot boot boot.img
But
Fastboot flash boot.img
With fastboot boot boot.img you run the phone once with that specific kernel and with a reboot its undone ! It's more used for test purposes
Your edited tekst in the op says clearly
Downloading boot.img and not recovery.img
Was your command right ?
And btw what's wrong with running the custom recovery and enter from the bootloader or directly from the os . I have a 4-way reboot (also the option to boot into recovery)

Erasing cache didn't help
What's wrong with flashing custom recovery, is that i always try read-only methods before i alter something, even if its useless but working
And I'm genuinely afraid of flashing something that seems to not work
Anyway, this is output from cmd:
Code:
C:\Users\gstawik\Desktop\Android\Flash_boot_17.x_0.1\fastboot>fastboot-windows.e
xe boot ..\..\recovery-clockwork-5.8.4.0-endeavoru.img
downloading 'boot.img'... OKAY
booting... OKAY
C:\Users\gstawik\Desktop\Android\Flash_boot_17.x_0.1\fastboot>
And it DID work many times before the HTC JellyBean OTA update.
Also, i get it, "fastboot flash recovery imgname" to flash, "fastboot boot imgname" to boot directly, now I'm sad, because i feel like my English sucks :crying:
EDIT:
Other fastboot binary versions, including newest one from SDK, do not solve this problem.

Well then i'm a bit in the dark now,.never "played" with these commands. I just flash the damn thing and enter it

I damn did flash this thing and it's working, damn thanks for help anyway
Sent from my HTC One X using xda app-developers app

staviq said:
I damn did flash this thing and it's working, damn thanks for help anyway
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
:thumbup:

Related

cannot use any PC36IMG.zip files.

it keeps saying main version is older update fail. i have tried toast's zips and other threads with this same problem and nothing help. thnx in advance.
You've most likely updated to 1.47? Rooting 1.47 is not possible for now... Check this thread.
If you have a recovery flashed still nandroid a backup with super user. Then goto toasts part two and unlock the nand again.just make sure you use the right pc36img. Its not the same as the 1st on you root with.
i had rooted my phone with nand access before but since i accidentally removed the battery while it was updating the pc36img now i am stuck in the bootscreen black and white and cannot flash any pc36img zips
If your stuck at the evo boot screen you might be screwed . Might be time to try and return it.
stoney05 said:
If your stuck at the evo boot screen you might be screwed . Might be time to try and return it.
Click to expand...
Click to collapse
got any tips?
i would just wait till 2morrow for an answer b4 i water damadge the crap out of the phone
can you boot into recovery? if so, which recovery to do have installed?
Vinny75 said:
can you boot into recovery? if so, which recovery to do have installed?
Click to expand...
Click to collapse
i cannot go into recovery it stays on the evo black and white screen. i am not sure which recovery i have
Tornadobarrage said:
i cannot go into recovery it stays on the evo black and white screen. i am not sure which recovery i have
Click to expand...
Click to collapse
ok, so holding down the volume down button while turning on the power doesn't get you to the boot menu?
Vinny75 said:
ok, so holding down the volume down button while turning on the power doesn't get you to the boot menu?
Click to expand...
Click to collapse
boot menu yes recovery no.when i go to recovery it stay in the evo screen
Tornadobarrage said:
boot menu yes recovery no.when i go to recovery it stay in the evo screen
Click to expand...
Click to collapse
can you go into fastboot? from there you could flast a new recovery... assuming you have the eng boot..
see: http://forum.xda-developers.com/showthread.php?t=705026 the first post has the instructions
Vinny75 said:
can you go into fastboot? from there you could flast a new recovery... assuming you have the eng boot..
see: http://forum.xda-developers.com/showthread.php?t=705026 the first post has the instructions
Click to expand...
Click to collapse
i am trying to do this
Copy recovery-RA-evo-v1.7.0.1.img to a location where fastboot can find it.
Boot your phone into fastboot mode
fastboot devices(press enter) (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery-RA-evo-v1.7.0.1.img(press enter)
where do i put the file so fastboot can find it?
Tornadobarrage said:
i am trying to do this
Copy recovery-RA-evo-v1.7.0.1.img to a location where fastboot can find it.
Boot your phone into fastboot mode
fastboot devices(press enter) (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery-RA-evo-v1.7.0.1.img(press enter)
where do i put the file so fastboot can find it?
Click to expand...
Click to collapse
same directory on computer as fastboot.exe (I think I got fastboot from here http://developer.htc.com/google-io-device.html)
im not sure if i know how to use it
Vinny75 said:
same directory on computer as fastboot.exe (I think I got fastboot from here http://developer.htc.com/google-io-device.html)
Click to expand...
Click to collapse
i already have fastboot in sdk tools every time i try to run fastboot with the recovery there it just closes quickly
Don't double click it.open a cmd prompt and run the commands there
Sent from my PC36100 using XDA App
Vinny75 said:
Don't double click it.open a cmd prompt and run the commands there
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
i have done that and this pops out
c:\android-sdk\tools>fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
reboot reboot device normally
reboot-bootloader reboot device into bootloader
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
c:\android-sdk\tools>
what should i type?
Tornadobarrage said:
i am trying to do this
Copy recovery-RA-evo-v1.7.0.1.img to a location where fastboot can find it.
Boot your phone into fastboot mode
fastboot devices(press enter) (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery-RA-evo-v1.7.0.1.img(press enter)
Click to expand...
Click to collapse
This.make sure the recovery is in the same folder as fast boot
Sent from my PC36100 using XDA App
Vinny75 said:
This.make sure the recovery is in the same folder as fast boot
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
c:\android-sdk\tools>fastboot flash recovery recovery-RA-evo-v1.7.0.1.img
sending 'recovery' (5032 KB)... OKAY [ 1.595s]
writing 'recovery'... INFOsignature checking...
FAILED (remote: signature verify fail)
finished. total time: 2.477s
c:\android-sdk\tools>
it failed what should i do now?

my HOX won't boot to recovery

hello
my HOX running TripNDroid OS ROM anfd if i want go to recovery it's boot to recovery but after 0.1 second it's boot to OS
sorry for my english
Sent from my HTC One X using Tapatalk 2
Boot to fastboot and do fastboot erase cache, which should fix it
nms247 said:
Boot to fastboot and do fastboot erase cache, which should fix it
Click to expand...
Click to collapse
Try this first if not use
fastboot boot recovery.IMG (replace with what its called)
Sent from my HTC One X using xda premium
treebill said:
Try this first if not use
fastboot boot recovery.IMG (replace with what its called)
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
I don't have a PC for now .. is there another way ?
Sent from my HTC One X using Tapatalk 2
If you have got a problem with your adb or fastboot or recovery....
use this:
Download this file "fastboot.zip"
Install this file somewhere in one folder which is named "fastboot" on your PC
=> disk C: root
Unzipped this file on the folder "fastboot" and you will find 3 files:
- adb.exe
- AdbWinApi.dll
- fastboot.exe
and when you need to push something by the bootloader, you can use it.
Don't forget to push on this folder the file that you need. For exemple: boot.img or a recovery.img, etc...
The line command is :
Code:
c:\fastboot>
Enter
Code:
c:\fastboot>fastboot flash recovery recovery.img
Enter
If you want to flash the "recovery.img" file
******************************************************************
If you want to know all lines of command
Code:
c:\fastboot>fastboot
Code:
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
Link to the latest Official recovery:
recovery-clockwork-touch-5.8.3.1-endeavoru.img
MD5: 6ADC7248475C61CC5EB2EC951D3D0DF0
Link to the latest unofficial test recovery with USB issues fixed and automount by RichardTrip
recovery-clockwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
MD5: 13885292CECDFD07C0FA08DF4F15A828
It's very simply and efficient

[Q] TWRP recovery Stuck at Booting recov image

Hi, it's the second time i try to install TWRP recovery v2.2.0+ and each time it keeps getting stuck at the boot with the message
Bootloader version 0.03.06-ics unlock mode
Booting recovery kernel image.
Waited for more than 10 minutes and nothing happened.
i can reboot and and log into ics normally i just don't have access to a recovery.
---I want to know how to properly install twrp , what went wrong and how to fix it.:
the script:
@echo off
cls
echo reboot to bootloader
adb wait-for-device
adb shell su -c "mount -o remount, rw /system/ && mv /etc/install-recovery.sh /etc/install-recovery.offsh;"
adb reboot-bootloader
echo flashing recovery
fastboot flash recovery recovery-A100ICS-TWRP-2.2.0.img
echo -
echo -
fastboot reboot
adb wait-for-device
echo check the recovery XXXXXXXXXXXXXXXX--This is where i'm stuck at.
adb reboot recovery
MY SETUP:
ROM FLEX-A100-REAPER-RELIX_Rev2 , OC A 1500, CWM was working ok.
WIN64
I would suggest downloading the image again, then trying the install script after you delete the current image with the newly downloaded image.
If you feel OK using a terminal its pretty straight forward
Open a terminal and CD to the folder with adb fast boot and recovery image
Example
cd c:\recovery
If powered on type
adb reboot bootloader
After it boots into download protocol type
fastboot erase recovery
fastboot flash recovery twrp.img
Twrp.IMG being whatever the file name is.
fastboot reboot
Let it boot into android then
adb reboot recovery
See what it does.
Tapatalked from my Galaxy S II.
a100/openrecovery-twrp-2.2.2.1-a100.img
renamed to recovery.img and flashed properly.
Same problem. Can it be related to the bootloader number ?
IamModeste said:
a100/openrecovery-twrp-2.2.2.1-a100.img
renamed to recovery.img and flashed properly.
Same problem. Can it be related to the bootloader number ?
Click to expand...
Click to collapse
That's the only boot loader we can flash on so that's fine. Did you download the image again?
Tapatalked from my Galaxy S II.
pio_masaki said:
Did you download the image again?
Click to expand...
Click to collapse
yes i did , donloaded openrecovery-twrp-2.2.2.1-a100.img,
renamed to recovery.img and flashed without any problem.
I redownloaded and flashed it again,
To no avail...
Nothing else to suggest ? I'd like to use a touch enabled recovery.
Sent from the usual suspects.
IamModeste said:
I redownloaded and flashed it again,
To no avail...
Nothing else to suggest ? I'd like to use a touch enabled recovery.
Sent from the usual suspects.
Click to expand...
Click to collapse
Did you erase recovery before flashing?
Theonew said:
Did you erase recovery before flashing?
Click to expand...
Click to collapse
Agreed.
I would try again make sure to: 'fastboot erase recovery', then 'fastboot flash recovery recoveryname.img' (make sure it's recovery [space] then the img name).
You can also try Zeronull's 2.1.1/2.2.0 and Linuxsociety's 2.2.2.0. It could be a bad upload of the 2.2.2.1 img
Answer
There's a file in /system/etc/ called install_recovery.sh that may need to be deleted for the custom recovery to stick. You need root to remove it.
sounds like you may need to start fresh.
Use fastboot to erase the system, boot, recovery and cache, perform a fastboot -w and then install the new recovery and ROM. Erasing the system will kill that recovery file from above.
Let me know. There are a couple of other options that I can think of.
---------- Post added at 06:48 AM ---------- Previous post was at 06:32 AM ----------
Here is what it should look like in fastboot on the command prompt yours will be different of course because mine is setup differently. But basically load up fastboot on windows or whatever you use and first erase the recovery then run fastboot -w and then flash the twrp recovery image and finally fastboot reboot. After reboot hold down volume button and enter recovery as usual. Should work then. My explanation is above. It's the install_recovery.sh file fastboot -w takes care of it! Sorry for bumping and old thread. But it doesn't look like it ever got solved.
Code:
C:\>C:/android/fastboot.exe erase recovery
erasing 'recovery'... OKAY [ 0.733s]
finished. total time: 0.734s
C:\>C:/android/fastboot.exe -w
erasing 'userdata'... OKAY [ 5.480s]
erasing 'cache'... OKAY [ 2.052s]
finished. total time: 7.533s
C:\>C:/android/fastboot.exe flash recovery C:/recoverytwrp.img
sending 'recovery' (4410 KB)... OKAY [ 0.491s]
writing 'recovery'... OKAY [ 0.255s]
finished. total time: 0.746s
C:\>C:/android/fastboot.exe reboot
rebooting...
finished. total time: 0.001s

help with my htc one x

hi guys sorry if i put this in the wrong place but i tried to put the jelly bean on my htc one x on o2 and ive completely messed it up and now it wont boot up its stuck on the o2 screen i don't know what ive done but is there anyway i can get it back to its original state i feel like a complete retard i would be very happy if some one could help me :crying:
What hboot do you have ? And did you flash the boot.img with fastboot commands ?
Can you do fastboot commands
Put the phone in fastboot usb mode and do these commands
Fastboot getvar version-main
Fastboot oem readcid
Post the outcome here please
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Laptop>fastboot getver version-main
'fastboot' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Laptop>
i take it i cant do commands lol
my hboot-1.12.0000
Mr Hofs said:
What hboot do you have ? And did you flash the boot.img with fastboot commands ?
Can you do fastboot commands
Put the phone in fastboot usb mode and do these commands
Fastboot getvar version-main
Fastboot oem readcid
Post the outcome here please
Click to expand...
Click to collapse
Oke 2 mistakes on your side, you dont have the updated hboot to run JB roms and since fastboot commands do not work you didn't flash the boot.img with the commands
Do you have a folder on the pc with adb and fastboot files ? If no
Download this
http://db.tt/ldx3qOOU
And place it like this
C:\fastboot\the files i gave you
And then open a cmd prompt in the folder and do those commands again
sorry for the long wait
it still say waiting for device + i dont think my usb debugging is enabled
Do you have java sdk and the hyc drivers installed ?
Mr Hofs said:
Do you have java sdk and the hyc drivers installed ?
Click to expand...
Click to collapse
(bootloader) DEBUG: cid: O2___001
OKAY [ 0.110s]
finished. total time: 0.110s
C:\Users\Laptop>C:\fastboot\Fastboot getvar version-main
version-main: 2.17.206.2
finished. total time: 0.063s
C:\Users\Laptop>
there we go sorted it
I don't see your ruu on htcruu.com ! You didn't do a nandroid backup before flashing the JB rom ?
Maybe its on file factory but i don't have an account there
I know somebody that has the nandroid backup that you need, he stated the 28th that he was uploading it.
Its in the nandroid backup thread by Matt95 in the general section ! Gonna PM the guy for the nandroid !!! :thumbup:
Mr Hofs said:
I don't see your ruu on htcruu.com ! You didn't do a nandroid backup before flashing the JB rom ?
Maybe its on file factory but i don't have an account there
Click to expand...
Click to collapse
lol so what do i do now lol i aint bothered about jb i just ics back so i can use my hox again
and as for this (You didn't do a nandroid backup before flashing the JB rom) i dont know what you mean so i guess i didnt do it lol
Now lets get a working phone back for you
Do he next please
Download any ICS rom (i can recommend the viper x) and put it on the sdcard of the phone (do that by mounting the sdcard as a usb disk within the recovery) copy the boot.img file from within the rom.zip file and copy it to the fastboot folder
Put the phone in fastboot usb mode and flash the boot.img with this command
Fastboot flash boot boot.img
Fastboot erase cache
Enter the recovery and do a full wipe (do not wipe the sdcard)
Then choose install zip from sdcard and choose the rom.zip and install it ! Reboot and you have a working phone until I have news about the nandroid backup you need, i already sent him a message
Mr Hofs said:
Now lets get a working phone back for you
Do he next please
Download any ICS rom (i can recommend the viper x) and put it on the sdcard of the phone (do that by mounting the sdcard as a usb disk within the recovery) copy the boot.img file from within the rom.zip file and copy it to the fastboot folder
Put the phone in fastboot usb mode and flash the boot.img with this command
Fastboot flash boot boot.img
Fastboot erase cache
Enter the recovery and do a full wipe (do not wipe the sdcard)
Then choose install zip from sdcard and choose the rom.zip and install it ! Reboot and you have a working phone until I have news about the nandroid backup you need, i already sent him a message
Click to expand...
Click to collapse
i do not how to do this you say put it on my sd card how do i that is there any chance you could show me on skype or something matey ?
Sorry mate no Skype here, and I have only my phone now.....but
Can you get into fastboot mode ?
Unplug the cable to the pc
And choose with the volume rocker the HBOOT press 1 time the power button, it loads a second screen and you see the text RECOVERY and navigate to that again and press power button 1 more time , it will start the recovery .....check which version you have (5.4.8.0)
Then select mounts & storage and check the last option .... Mount as usb disk and plug in the cable
Don't worry mate we will get there .... Just stay with me
tommydee90 said:
i do not how to do this you say put it on my sd card how do i that is there any chance you could show me on skype or something matey ?
Click to expand...
Click to collapse
i did what you said and it puts me right where i started again recovery dont work for me
Reflash the recovery , download this one
http://db.tt/Krlm4dPs
Rename it to recovery.img and put it in the fastboot folder on the pc, put the phone back into fastboot usb mode
Do
Fastboot erase cache
Fastboot flash recovery recovery.img
Fasrrboot erase cache
And enter the recovery again !
C:\Users\Laptop>c:\fastboot\fastboot erase cache
erasing 'cache'...
OKAY [ 0.111s]
finished. total time: 0.111s
C:\Users\Laptop>c:\fastboot\fastboot flash recovery recovery.img
error: cannot load 'recovery.img'
C:\Users\Laptop>c:\fastboot\fastboot erase cache
erasing 'cache'...
OKAY [ 0.093s]
finished. total time: 0.094s
C:\Users\Laptop>c:\fastboot\fastboot flas recovery recovery.img
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
C:\Users\Laptop>c:\fastboot\fastboot erase cache
erasing 'cache'...
OKAY [ 0.086s]
finished. total time: 0.086s
i pressed recovery again and it takes me back to fastboot.. the htc load screen come on with red writing at the bottom end of it also i have in pink ***relocked***security warning ***
Ah its relocked, that explains it. Can you find back the unlock_code.bin file that you received by the hycdev site when you first unlocked the device ?
Put that file also in the fastboot folder on pc and reboot the phone again into fastboot usb mode
Do
Fastboot flash unlocktoken unlock_code.bin
This will unlock the bootloader and you will be able to flash the recovery .... So try again
Tom,
If you want I will walk not run you through everything buddy. PM me and we can chat on FB or whatever so you not only sort yourself out but you understand too!
Sent from my HTC One X using xda premium
leonforthewin said:
Tom,
If you want I will walk not run you through everything buddy. PM me and we can chat on FB or whatever so you not only sort yourself out but you understand too!
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
This feels like a small kick in the nuts, you think i ain't helping him the right way
But you can take over and i will enjoy the rest of my evening
Mr Hofs said:
This feels like a small kick in the nuts, you think i ain't helping him the right way
But you can take over and i will enjoy the rest of my evening
Click to expand...
Click to collapse
My bad man, I didn't even think about that. I did the exact same thing when I first messed around with my HOX and I completely panicked. I'm sure after the next reply the issue will be resolved.
leonforthewin said:
My bad man, I didn't even think about that. I did the exact same thing when I first messed around with my HOX and I completely panicked. I'm sure after the next reply the issue will be resolved.
Click to expand...
Click to collapse
No mate you didn't mean no harm, and if its easier for him .... He's has the choice always good that people want to help ! Just messing with ya for a bit

[Q] HTC One X stuck In fastboot with usb debugging disabled

Hello,
I am new with the Htc One X , I also have the nexus 4 and previously had galaxy nexus and had rooted them thought the HTC one X was quite different from that so I really wasn able to understand much abt it while I was done rooting it I tried flashing a rom with CWM but then i did not know that I had to flash the boot .img via cmd then when I tried to do that it didn show the serial in ADB devices as the Developer Options was Off is there ANY OTHER way to push the files in or any other solution to make it work? At the moment its not turning on it directly takes it to the bootloader...
Could somebody please help me with it ?
Hoping for a positive response : (
You don't need adb to flash the boot.img.
What does 'fastboot devices' return?
TToivanen said:
You don't need adb to flash the boot.img.
What does 'fastboot devices' return?
Click to expand...
Click to collapse
MB240W101829 fastboot
this is what it shows on fastboot devices
now what should i do?
Put the boot image to the same folder as your fastboot files and type: fastboot flash boot boot.img
Sent from my One X using xda premium
Type in adb devices and see what it returns.
If you can enter fastboot mode, and have the original boot.img (or custom kernel)
Fastboot flash boot nameofboot.img
Sent from my V360 using xda app-developers app
TToivanen said:
You don't need adb to flash the boot.img.
What does 'fastboot devices' return?
Click to expand...
Click to collapse
I even tried fastboot flash boot boot.img and it didn work here is what i got
C:\Users\Sayf\Downloads\OneXRoot>fastboot flash boot boot.img
sending 'boot' (9799 KB)...
OKAY [ 1.261s]
writing 'boot'...
(bootloader) Format partition LNX done
FAILED (remote: err = 0xa)
finished. total time: 1.492s
Are you sure that is the correct boot.IMG
It looks very large.
Someone correct me if I'm wrong but I'm pretty sure that the boot partition on the phone is only 8mb and the error you're getting is because the file you're trying to flash is larger than the available space for the image
Sent from my HTC One X using xda app-developers app
Correct ! boot.img are never that large !!! The stock is around 8 Mb but not much more than that. all the custom boot.img files are between 5 and 6 Mb.....
i correct myself the stock bot.img is exactly 8 Mb....at least for the 2.17 and 3.18 stock !

Categories

Resources