ROMs developers and ROMs users - be aware!
I know this thread doesn't contain any "created" thing, but it's quite important to let every developer here know, that their boot.img flashing commands in updater-script doesn't work with S-ON devices. We didn't realize it quickly because there are no custom kernels yet. But no matter if you use package_extract_file or write_raw_image or dd command - this wont work for most users here with just htcdev.com unlocked devices.
So the only solution for now is to download custom ROM, extract boot.img from inside it if developer didn't provide it separately (like I did) and flash it in fastboot mode using following command:
fastboot flash boot <boot_name.img>
f.g.
fastboot flash boot boot.img
fastboot flash boot boot_2.0.0.img
etc...
Also keep in mind that fastboot flash is the only way to use custom boot.img because fastboot boot doesn't work yet either.
I really hope we'll get S-OFF possibility soon!
Last edited: