[Q] Noob Flashing Venom ?? - HTC One X

Hi can anyone help me pls and tell me how exactly and what exactly does: Extract boot.img from ROM zip and flash it using ‘fastboot flash boot boot.img’.
Use 'fastboot erase cache' to avoid boot issues.
I mean what do i have to do I know that these are commands in cmd but what do I have to have on my computer .I`m sorry if this question is answered somewhere but i looked for it for 2 hours and did not find it.
Thx in advance for your help

Once you download the VenomRom.zip file.. you need to open it with winrar/winzip/7zip and extract the boot.img file from it...
Extract the boot.img file in your fastboot folder... Now boot your phone into fastboot mode and connect it to your PC.
Open the fastboot folder where you had extracted the boot.img file and right click anywhere in the window along with pressing the shift key... in the menu, click on "Open Command Window Here"
Now run the following code:
Code:
fastboot erase cache
fastboot flash boot boot.img
fastboot erase cache
You can download the fastboot folder from here : http://www.mediafire.com/?cm2famr3xd2cnom

vin4yak said:
Once you download the VenomRom.zip file.. you need to open it with winrar/winzip/7zip and extract the boot.img file from it...
Extract the boot.img file in your fastboot folder... Now boot your phone into fastboot mode and connect it to your PC.
Open the fastboot folder where you had extracted the boot.img file and right click anywhere in the window along with pressing the shift key... in the menu, click on "Open Command Window Here"
Now run the following code:
Code:
fastboot erase cache
fastboot flash boot boot.img
fastboot erase cache
You can download the fastboot folder from here : http://www.mediafire.com/?cm2famr3xd2cnom
Click to expand...
Click to collapse
And what do I have to have in the fastboot folder apart from the zip and the boot.img?Thx for the previous answer
Saw it thx

You don't need the zip file in your fastboot folder... You only need the boot.img file so that you can flash it using the above command!
Copy the zip file on to your phone... you flash that in recovery...
fastboot folder has has 4 files... fastboot.exe, adb.exe and couple of dll files...

vin4yak said:
You don't need the zip file in your fastboot folder... You only need the boot.img file so that you can flash it using the above command!
Copy the zip file on to your phone... you flash that in recovery...
fastboot folder has has 4 files... fastboot.exe, adb.exe and couple of dll files...
Click to expand...
Click to collapse
Thx alot for ur help.One more question though,If i want to flash another kernel how do I do it?
and sorry for beeing ssuch a noob

You flash the boot.img from the downloaded kernel.zip and then install the .zip file in the recovery like a rom. Wipe the dalvik cache and the cache from the partition (all in the recovery) and reboot

In the case of Venom.. you don't need to repack the kernel...
so...
1. Flash the boot.img (of the kernel)
2. Go into recovery and delete cache/dalvic
3. flash the modules.zip file in recovery...
4. Reboot

Related

[Q] Boot image kernel with fastboot ?

Hi,
I got a HTC One X (JB, ARHD 19.2)
I'd like to use the XM-Kernel (http://forum.xda-developers.com/show....php?t=2136731)
but I don't understand the 4th instruction here given in the kernel thread.
"1.Install modules from recovery (Install the zip)
2.Wipe dalvik cache.
3.Erase fastboot cache
4.Flash kernel image with fastboot"
Flash kernel image with fastboot ?
Do I have to unzip the kernel on my computer, use the " new_boot.img " file inside the folder ?
So... The question is : Where's the kernel image ??
the boot.img could be in the .zip file. open it and check it......i dont know if its need to be repacked for the rom you are using by the way....
Open the xmkernel zip and extract 'boot.img' or 'senseboot.img' to your fastboot folder. Copy the intact zip to your sdcard and flash in cwm after flashing kernel. Xmister advises that no repacking is required, but I used the online service anyway.
Thanks for this post, answered my queston. One more thing:
Is there a specific fastboot command for flashing kernal image like there is for, say, boot.img
i.e. fastboot flash boot boot.img?
iang265 said:
Thanks for this post, answered my queston. One more thing:
Is there a specific fastboot command for flashing kernal image like there is for, say, boot.img
i.e. fastboot flash boot boot.img?
Click to expand...
Click to collapse
Yes its
Fastboot erase cache
Fastboot flash boot boot.img
Fastboot erase cache
And as additional info, if you ever made a nandroid backup with twrp recovery you get a boot.emmc.win file (its the boot.img)
Fastboot erase cache
Fastboot flash boot boot.emmc.win
Fastboot erase cache
Mr Hofs said:
Yes its
Fastboot erase cache
Fastboot flash boot boot.img
Fastboot erase cache
And as additional info, if you ever made a nandroid backup with twrp recovery you get a boot.emmc.win file (its the boot.img)
Fastboot erase cache
Fastboot flash boot boot.emmc.win
Fastboot erase cache
Click to expand...
Click to collapse
Thank you, it's worked a treat. :good:

boot.img problem

hi,
I have htc one x phone. I got him with no option to update software (from what I understand that's becuause the company I buy her from flash a rom on the phone that not have this option (I not from usa)). I flash a boot.img wrong and after I flash it my phone got through bootloop.
What can I do?
Thanks.
hvcpxyhbdr said:
hi,
I have htc one x phone. I got him with no option to update software (from what I understand that's becuause the company I buy her from flash a rom on the phone that not have this option (I not from usa)). I flash a boot.img wrong and after I flash it my phone got through bootloop.
What can I do?
Thanks.
Click to expand...
Click to collapse
which rom is on it? download the rom and extract the boot.img from it, then flash that boot.img in fastboot
nogotaclue said:
which rom is on it? download the rom and extract the boot.img from it, then flash that boot.img in fastboot
Click to expand...
Click to collapse
How can i download the rom and copy it to the sdcard?
hvcpxyhbdr said:
How can i download the rom and copy it to the sdcard?
Click to expand...
Click to collapse
what rom is on your phone now?
Are you able to enter fastboot or recovery? Which recovery do you have?
You can push any file to the device using adb; for exampe:
adb push ROM.zip /sdcard/ROM.zip
furius said:
Are you able to enter fastboot or recovery? Which recovery do you have?
You can push any file to the device using adb; for exampe:
adb push ROM.zip /sdcard/ROM.zip
Click to expand...
Click to collapse
I think I know why this happenned. I flash jealy bean rom and I have HBOOT 0.43.0000.
Where can I find the firmware for my cid:044?
hvcpxyhbdr said:
I think I know why this happenned. I flash jealy bean rom and I have HBOOT 0.43.0000.
Where can I find the firmware for my cid:044?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1975140 <<< find CID 044
100% working ....
1- Go into Recover (CWM) and Mount USB
2- Now From your PC create a folder in the root of the storage and call it "clockworkmod"
3- In the "clockworkmod" folder create another folder named "backup"
4- Extract the .zip file in that folder into the phone (do not change the name of the folder extracted cause it could give md5sum problems)(also the folder name must not have any space between words)
5- Reboot phone into Fastboot mode and flash the boot.img by typing in cmd
Code:
CWM NAND: fastboot flash boot path/to/boot.img
TWRP NAND: fastboot flash boot boot.emmc.win
7- Reboot the phone into Recovery again
8- Go to Backup & Restore> restore> and here choose the folder previously extracted, then you have the stock installed
if you need fastboot exe file let me know
husky_doggy said:
http://forum.xda-developers.com/showthread.php?t=1975140 <<< find CID 044
100% working ....
1- Go into Recover (CWM) and Mount USB
2- Now From your PC create a folder in the root of the storage and call it "clockworkmod"
3- In the "clockworkmod" folder create another folder named "backup"
4- Extract the .zip file in that folder into the phone (do not change the name of the folder extracted cause it could give md5sum problems)(also the folder name must not have any space between words)
5- Reboot phone into Fastboot mode and flash the boot.img by typing in cmd
Code:
CWM NAND: fastboot flash boot path/to/boot.img
TWRP NAND: fastboot flash boot boot.emmc.win
7- Reboot the phone into Recovery again
8- Go to Backup & Restore> restore> and here choose the folder previously extracted, then you have the stock installed
if you need fastboot exe file let me know
Click to expand...
Click to collapse
but the Nandroid Backup there for cid 044 required JB HBOOT. My HBOOT is 0.43.0000.
What Can I do?
and How can I update my HBOOT?
When I tried to restore i got error:
error while restoring /system
What can I do?

error on ascend P6

i have a error on ascend P6 its stuck on android logo and in recovery its shows the error i attached a pic. i tried the dload option for software but it doesnt work , please help . i got this phone like this condition only . i dont know history .
missime said:
i have a error on ascend P6 its stuck on android logo and in recovery its shows the error i attached a pic. i tried the dload option for software but it doesnt work , please help . i got this phone like this condition only . i dont know history .
Click to expand...
Click to collapse
Does it have an SDcard in it with a rom in /dload? It sounds like it may be looking for this. Get a card in it and do a force reset (volume up/down pressed and power button pressed .
stuartggray said:
Does it have an SDcard in it with a rom in /dload? It sounds like it may be looking for this. Get a card in it and do a force reset (volume up/down pressed and power button pressed .
Click to expand...
Click to collapse
yeah its loaded in . it just goes to recovery .
P6_firmware(P6-U06,Android_4.2,Emtion_UI,V100R001C00B107,Normal,05011RJP)
this is the zip i have extracted it dload/update.app
is there any other way to load it ?
any adb command to psh the update.app file atleast . coz in recovery its taking adb drivers .
missime said:
any adb command to psh the update.app file atleast . coz in recovery its taking adb drivers .
Click to expand...
Click to collapse
any solution for this error?
in fast boot mode, using adb to flash every *.img file to phone.
Code:
adb wait-for-device
adb.exe reboot bootloader
fastboot.exe flash fastboot fastboot.img
fastboot.exe flash boot boot.img
fastboot.exe flash recovery recovery.img
fastboot.exe flash batt batt.img
fastboot.exe flash cache cache.img
fastboot.exe flash crc crc.img
fastboot.exe flash curver curver.img
fastboot.exe flash efi efi.img
fastboot.exe flash md5rsa md5rsa.img
fastboot.exe flash modemimage modemimage.img
fastboot.exe flash userdata userdata.img
fastboot.exe flash verlist verlist.img
fastboot.exe flash system system.img
fastboot.exe flash cust cust.img
fastboot reboot
vagraxy said:
in fast boot mode, using adb to flash every *.img file to phone.
Code:
adb wait-for-device
adb.exe reboot bootloader
fastboot.exe flash fastboot fastboot.img
fastboot.exe flash boot boot.img
fastboot.exe flash recovery recovery.img
fastboot.exe flash batt batt.img
fastboot.exe flash cache cache.img
fastboot.exe flash crc crc.img
fastboot.exe flash curver curver.img
fastboot.exe flash efi efi.img
fastboot.exe flash md5rsa md5rsa.img
fastboot.exe flash modemimage modemimage.img
fastboot.exe flash userdata userdata.img
fastboot.exe flash verlist verlist.img
fastboot.exe flash system system.img
fastboot.exe flash cust cust.img
fastboot reboot
Click to expand...
Click to collapse
how did u flash the system img...it say its too big..any suggestion please

[Q] Flashing recoveries with access to only bootloader?

Is there a way to flash a recovery with access to only the bootloader/fastboot?
fokum8 said:
Is there a way to flash a recovery with access to only the bootloader/fastboot?
Click to expand...
Click to collapse
if your recovery is a zip file, unzip it and it will contain a img file (maybe recovery.img). You can flash that using
Code:
fastboot flash recovery recovery.img
alresave said:
if your recovery is a zip file, unzip it and it will contain a img file (maybe recovery.img). You can flash that using
Code:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Remember the img must be in the directory with the fastboot.exe and that the correct drivers are installed for it to work. Also it may not be called recovery.img so use the name of the file depending on what it was, then you can use fastboot reboot to reboot afterwards.
Fastboot boot recovery.img is a temp recovery flash I think?

ADB FASTBOOT commands to flash boot.img, recovery.img and recovery1.img

Could someone please help me with the proper commands to flash these 3 files in Fastboot mode with ADB
ADB FASTBOOT commands to flash
boot.img
recovery.img
recovery2.img
https://openkirin.net/user_guide/how-to-flash-extracted-partition-images/
MadGoogler78 said:
Could someone please help me with the proper commands to flash these 3 files in Fastboot mode with ADB
ADB FASTBOOT commands to flash
boot.img
recovery.img
recovery2.img
Click to expand...
Click to collapse
This must be nougat.
Let's say the images are in same folder you are running the cmd window from. If they are not then you need to adjust the command to include the full path to them.
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash recovery2 recovery2.img
Now of you are getting error messages , like , partition length over, or , partition does not exist, then you must not have nougat rom on device.
In that case you will need different commands, and different files. Lol

Categories

Resources