Saturday, 19 December 2015

[How to] Flashing kernel



I have a rooted HTC one M9. I saw the HTCU tag so the device bootloader is also unlocked. Android version is 5.0.2

I compiled a custom kernel and updated it using abootimage.

I then tried:

Code:


adb reboot bootloader
fastboot boot boot.img
adb wait-for-device shell


I could use also

Code:


fastboot flash boot boot.img

but i want for the begining the boot.img to be lost on reboot.

The device is waiting in fastboot Menu with following options:
Reboot
Reboot to bootloader
Boot to download mode
Boot to recovery mode
Power down

When i give command:

Code:


fastboot devices

I get no device (empty list).

How can i update the kernel?
Is there a problem with fastboot?

Download from this link

No comments:

Post a Comment