Can i boot image over fastboot, without flash ? This means, that next boot will be normal flashed kernel ?
Related
i have a problem with my boot up,
my phones has an bootloop, but i can start it up by booting up in bootloader and flash boot.img manually then it boots up 1 time, if i shut it down and restart it, it has a bootloop again so before every boot up i have to reflash the boot.img can anyone help me?
Are u sure that u typed :
Fastboot flash boot boot.img
MarcelHofs said:
Are u sure that u typed :
Fastboot flash boot boot.img
Click to expand...
Click to collapse
thx, that was the problem i only used the command: fastboot boot boot.img
I was already assuming that
Hi,
when I flash kernel (LX11 kernel) with fastboot and install rom with cwm then i reboot and the old kernel flashes back (original sony logo).
I tried various rom-s and kernel, but always the same problem
gmocibob said:
Hi,
when I flash kernel (LX11 kernel) with fastboot and install rom with cwm then i reboot and the old kernel flashes back (original sony logo).
I tried various rom-s and kernel, but always the same problem
Click to expand...
Click to collapse
You are using wrong command to flash the kernel.
You are using
Code:
fastboot boot boot.img
but you must use
Code:
fastboot flash boot boot.img
If you miss the 'flash' part, you will hotboot the kernel, that means this kernel is used for first boot after the flashing, afterwards the kernel on phone memory is used.
Someguyfromhell said:
You are using wrong command to flash the kernel.
You are using
Code:
fastboot boot boot.img
but you must use
Code:
fastboot flash boot boot.img
If you miss the 'flash' part, you will hotboot the kernel, that means this kernel is used for first boot after the flashing, afterwards the kernel on phone memory is used.
Click to expand...
Click to collapse
Thanks, now I know something new
hi guys
just wonder..if i flash a new rom using flashtool or just flash through recovery,
should i boot up first then flash any mod or i just can flash the mod right after flashing rom and then make the 1st boot up?
or i can do in both ways?
Hi , I'm on Oos 3.5.2
My device can't boot into recovery
And can't do factory data reset !!
Sorry for my bad English but i need help
Because I can't flash any custom rom or anything ..
Help me plz ?
you could try an app to boot into recovery
broke23 said:
you could try an app to boot into recovery
Click to expand...
Click to collapse
No thing new , still cant boot to recovery
Every time i try to boot into recovery the device shows black screen and not open
Sorry for my very bad English
Which version of twrp are you running??
Because you'll need the modified twrp 3.0.2-19 if you are on the Community Builds. Official twrp doesn't work on Community Builds.
Stock recovery from OP will also give you a black screen unless you take the one from inside e.g. the CV 3.5.4 image.
But since you can't get into Recovery to flash it... Can you go into fastboot? Maybe someone can extract it. From there you can flash with
fastboot flash recovery recovery.img
fastboot boot recovery.img
will temporarily boot but not flash recovery.
I plan on building AOSP following the Sony insctructions. If for some reason I flash a bad recovery can this phone still boot in fastboot mode with a broken recovery? I'm asking because recently I had a friend brick his Asus phone because you need to boot into recovery to be able to go to fastboot. I didn't expect that since on my Xiaomi you can go straight to fastboot without recovery..
fastboot is separate from recovery on this phone, yes.
Also, you can test the recovery first without flashing by using fastboot boot recovery.img, it boots into the recovery image without flashing it.