Hi, > The phone reboots. But then I am not able to use the touch screen at all. I > cant unlock the phones sim card. If I hold down the power button for a while > and reboot it. The touch screen works. Not sure what causes that, but maybe > the kernel has been removed and switched out with the old one?
How did you build the kernel? I suspect your device is missing the touch screen drivers (maybe the drivers you have in your device are not compatible with your kernel). `fastboot boot` just loads your boot image into ram, it does not flash the boot partition. That's why the device switches back to the old kernel after reboot. > Another similar question is. If Id like to put the Image.lz4-dtb file inside > the AOSP ROM. Where should I put it, and is that possible? If that would make > me able to flash both kernel and ROM at the same time? You should update the files in device/google/crosshatch-kernel and then run `make bootimage`. Cheers, Alessio -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
