I am not able to go inside CWM when i flash a kernel using fastboot.
I flashed this kernel and i used this command.
fastboot boot kernelname.img
I am KA17 ICS
Did i miss anything ?
karthicvkn said:
I am not able to go inside CWM when i flash a kernel using fastboot.
I flashed this kernel and i used this command.
fastboot boot kernelname.img
I am KA17 ICS
Did i miss anything ?
Click to expand...
Click to collapse
Command is like this fastboot flash boot kernelname.img
shadowdevil said:
Command is like this fastboot flash boot kernelname.img
Click to expand...
Click to collapse
Thanks dude, i corrected it, it works !!!
moved posts here:http://forum.xda-developers.com/showthread.php?p=25674051
Please do not open new threads with same topics as existing, it will disperse the information. Posting in an existing thread will help to other members to find the same questions & answers. Thanks.
Related
I tried booting various sense and aosp roms, but my phone won't boot past the flying 3d or any other boot animations. Can someone please help? I tried wiping everything. It worked at first but it doesn't now.
I think this belongs in the questions part of the thread.(Im sure a mod might move it) Other than that can you even do a Nandroid restore?
SilverSuperman said:
I think this belongs in the questions part of the thread.(Im sure a mod might move it) Other than that can you even do a Nandroid restore?
Click to expand...
Click to collapse
i tried that too. I think it has to do something with flashing a bad kernel
Ok in order for anyone to help you more could you please tell which hboot you have, also specify further about your problem. For example: does your phone just freeze at some point or does the bootscreen keep running and never gets past it or is it taking over the world or what?
---------- Post added at 12:08 AM ---------- Previous post was at 12:05 AM ----------
Im asking because there has been alot of views on this and ppl just pass it up because its in the wrong section. Dont take offense to this plz. Im sure u knew this due to you have been a member since Oct. 2009
SilverSuperman said:
Ok in order for anyone to help you more could you please tell which hboot you have, also specify further about your problem. For example: does your phone just freeze at some point or does the bootscreen keep running and never gets past it or is it taking over the world or what?
Click to expand...
Click to collapse
HB1.5
it keeps freezing at the flying 3d animatio.
I think you should re-post this in the questions and answers part of the thread and leave this one alone. Otherwise theres gonna be ppl that will "flame" you and say that we have a section for questions and answers. Technically of course it doesnt belong here anyways. Just re-post it over there too and for some reason ppl will be more willing to help you.
ok heres your fix
1-take the rom of your choice put in your sd card
2-then take boot.img out of your rom and recovery.img of your choice and place it in android-sdk/platform-tools
(rename recovery u have to recovery.img then place it in android-sdk/platform-tools)
3-if runing widows hold shift and right click then open with command prop
4-then reboot your phone into fastboot (make sure u have fastboot drivers installed)
5- then type this in command prop
fastboot flash boot boot.img
after its done type this
fastboot boot recovery.img
then it will take u into recovery then do all wipes and flash rom of your choice
and enjoy
hope this helps u
sac23 said:
ok heres your fix
1-take the rom of your choice put in your sd card
2-then take boot.img out of your rom and recovery.img of your choice and place it in android-sdk/platform-tools
(rename recovery u have to recovery.img then place it in android-sdk/platform-tools)
3-if runing widows hold shift and right click then open with command prop
4-then reboot your phone into fastboot (make sure u have fastboot drivers installed)
5- then type this in command prop
fastboot flash boot boot.img
after its done type this
fastboot boot recovery.img
then it will take u into recovery then do all wipes and flash rom of your choice
and enjoy
hope this helps u
Click to expand...
Click to collapse
You can take the boot.img piece out that is not needed. Once you power on phone holding power and volume down, choose fastboot, connect usb, and just do fastboot boot recovery.img this will give you full access and when you flash the rom, it will install kernel and all necessary files.
Sent from my PG86100 using XDA App
He provided the fix for the problem he's having right now. So his steps are correct. Now in the future he'd want to do the
Code:
fastboot boot recovery.img
To help with flashing in the future.
nolimit78 said:
He provided the fix for the problem he's having right now. So his steps are correct. Now in the future he'd want to do the
Code:
fastboot boot recovery.img
To help with flashing in the future.
Click to expand...
Click to collapse
I didn't think that was needed. What exactly does fastboot flash boot boot.img do?
Sent from my PG86100 using XDA App
There is a limitation with HTC's unlock, recovery does not have permission to write to the boot partition, this is where the kernel goes. What this means is that you can't flash a kernel through the normal recovery. Which also means that you can't flash a ROM that requires a custom kernel. There are two ways that I know of to work around this. One is to just flash the kernel(boot.img) from fastboot, the other, and easier way is to boot recovery from fastboot and just do everything from there.
Sent from my PG86100 using XDA App
is there a way around all of this besides fastboot? or anything i can do in recovery instead?
mariojp said:
is there a way around all of this besides fastboot? or anything i can do in recovery instead?
Click to expand...
Click to collapse
My 3D is not yet rooted, but you should be able to flash everything you need without a computer. You will need Flash Image GUI, which is found in the market, or can be downloaded via the XDA post. It's JoeyKrim's program.
Here's a stickied thread, over in the Android Dev forum
http://forum.xda-developers.com/showthread.php?t=1306248
Hi everybody.
I have been folowing the development of cm9 by Jokersax for quite some time now. Right now I am using the CM7 RC but I would like to get back to cm9 soon. Since the last update he has been adding a system.img file to flash using fastboot.
My question now is:
Do I only have to flash the system.img and that's it?
fastboot wipe everything and then flash the system.img?
What about a boot.img?
Do I have to flash that too?
I know I could use cwm instead but I would like to understand the fastboot method also...
samiam21 said:
I know I could use cwm instead but I would like to understand the fastboot method also...
Click to expand...
Click to collapse
Start here >
http://wiki.cyanogenmod.com/wiki/Fastboot
and here >
http://android-dls.com/wiki/index.php?title=Fastboot
Ok. If I only flash the system.img, I will get the cm9 rom running? I don't see anything about boot.img ...
Sent from my MB860 using Tapatalk
samiam21 said:
Ok. If I only flash the system.img, I will get the cm9 rom running? I don't see anything about boot.img ...
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
I think boot.img is about the kernel?
ri123 said:
I think boot.img is about the kernel?
Click to expand...
Click to collapse
Sure it is
http://wiki.cyanogenmod.com/wiki/Fastboot#Typical_Partition_Layout
scandiun said:
Sure it is
http://wiki.cyanogenmod.com/wiki/Fastboot#Typical_Partition_Layout
Click to expand...
Click to collapse
What about fastboot flash zip rom.zip??? Does this need a meta-inf folder?
guys i need to flash a rom cuz i cant use my phone at all.
hi,
i cant enter recovery mode, phone just reboots automatically and when it does it just stays at "why so serious" screen, i get: bootloader err command error !!!, i cant flash a rom with fastboot (i have debugging activated).
i can do nothing with my phone now.
its a htc desire btw.
i need help please.
Thanks!
Lawrence7 said:
its a htc desire btw.
i need help please.
Thanks!
Click to expand...
Click to collapse
This is the Atrix 4G forum................you are in the wrong place!
I'd hate to revive a dead thread here but.. anyone who understands fastboot willing to give me a hand with something?
My Atrix is stuck in boot loop because my battery died during a flash in TWRP. I tried going back into TWRP to recover back to my nandroid backup but TWRP just stays at the splash screen.. I've tried to ash a rom via fastboot update and no dice so far.. any assistance is very much appreciated
EDIT: Found this thread here: http://forum.xda-developers.com/showthread.php?t=1421522 should probably work so mods feel free to delete this post. If I encounter an issue I'll post there/
MewRai95 said:
I'd hate to revive a dead thread here but.. anyone who understands fastboot willing to give me a hand with something?
My Atrix is stuck in boot loop because my battery died during a flash in TWRP. I tried going back into TWRP to recover back to my nandroid backup but TWRP just stays at the splash screen.. I've tried to ash a rom via fastboot update and no dice so far.. any assistance is very much appreciated
EDIT: Found this thread here: http://forum.xda-developers.com/showthread.php?t=1421522 should probably work so mods feel free to delete this post. If I encounter an issue I'll post there/
Click to expand...
Click to collapse
You can try entering recovery mode ( before the splash screen appears ) and wipe cache , wipe dalvik and wipe data, then reboot.
is there someone who is having problems "failed (unrecognized command bork)" during a flash kernels on flashtool? I have this problem and still have not found a way to resolve this. I can't use the kernel above android version 4.0.4, I can flash the kernel only in the kernel has version 4.0.4 down. please someone help me
onnyprima said:
is there someone who is having problems "failed (unrecognized command bork)" during a flash kernels on flashtool? I have this problem and still have not found a way to resolve this. I can't use the kernel above android version 4.0.4, I can flash the kernel only in the kernel has version 4.0.4 down. please someone help me
Click to expand...
Click to collapse
im sure you doing something wrong.
make sure <ou have:
-flashtool installed & ITS DRIVERS!!!!!!
-android sdk installled
also try flashing the boot.img via fastboot cmd window (google how-to) (its best IMO)
bejunk said:
im sure you doing something wrong.
make sure <ou have:
-flashtool installed & ITS DRIVERS!!!!!!
-android sdk installled
also try flashing the boot.img via fastboot cmd window (google how-to) (its best IMO)
Click to expand...
Click to collapse
okey thank's, i'll try to flashing the boot.img via fastboot cmd window, n will be back to report it :good::fingers-crossed:
onnyprima said:
okey thank's, i'll try to flashing the boot.img via fastboot cmd window, n will be back to report it :good::fingers-crossed:
Click to expand...
Click to collapse
ok good luck to you so it work
bejunk said:
ok good luck to you so it work
Click to expand...
Click to collapse
oh it work like a charm thnks to bejunk, thats very helpful:good::good:
Hi,
I have the problem with kernel, I'am using ViMiRo rom with dediacated kernel by mikhei777, but each time after phone reboot the old one kernel (nexus prime) is restored. So, each time after reboot I need to instal new kernel. I am doing that via fastboot.
What can be the reason, what to do?
Maybe wrong fastboot command ??
use - fastboot flash boot boot.img
don't use - fastboot boot boot.img
ckpv5 said:
Maybe wrong fastboot command ??
use - fastboot flash boot boot.img
don't use - fastboot boot boot.img
Click to expand...
Click to collapse
It's working!!!!!!
Many thanks!
MARCIN2M said:
It's working!!!!!!
Many thanks!
Click to expand...
Click to collapse
Just press the thanks button instead of telling him..
I may have executed
Code:
fastboot flash [B][COLOR="Red"]boot[/COLOR][/B] stock_recovery.img
instead of
Code:
fastboot flash [B][COLOR="red"]recovery[/COLOR][/B] stock_recovery.img
.
Is there a place were I can download the stock bootloader to flash it back into place?
neumannrf said:
I may have executed
Code:
fastboot flash [B][COLOR="Red"]boot[/COLOR][/B] stock_recovery.img
instead of
Code:
fastboot flash [B][COLOR="red"]recovery[/COLOR][/B] stock_recovery.img
.
Is there a place were I can download the stock bootloader to flash it back into place?
Click to expand...
Click to collapse
are we suppose to guess what phone it's for ?
boot.img is actually the kernel does your phone work at all ?
clsA said:
instead of .
are we suppose to guess what phone it's for ?
boot.img is actually the kernel does your phone work at all ?
Click to expand...
Click to collapse
Oh, sorry, I thought I had posted this thread to the Honor 5X forum, so that the phone would obvious to everyone reading the thread.
Arobase40 said:
There are almost a dozen of Honor 5x sub-versions and each file also depends on the Android version, and it's also hard to guess if you need a bootloader (kernel) or a recovery !
Anyway, watch at clsa's repository, you may find what you need...
Click to expand...
Click to collapse
It's for KIW-L24. Thanks for the suggestion!