- Thread starter
- #16
Okay, I'm running out of time while I'm finding out that I should have prepared better for uploading my rom. So. To keep my promises, I have put up an ota image over here (expect slow download). Installing this will fail with a failed assert. However, you can solve this with the solution over here. I'm trying to make a compatible recovery in the meantime.
EDIT: I've also put up a system.img and boot.img file, which you can flash with fastboot, like this:
$ fastboot -i 0x17ef flash system system.img
$ fastboot -i 0x17ef flash boot boot.img
In sum, please test if you can! Warning: I haven't tested the ota package myself! You have to manually change it a bit to use it. I'll improve later.
EDIT: I've also put up a system.img and boot.img file, which you can flash with fastboot, like this:
$ fastboot -i 0x17ef flash system system.img
$ fastboot -i 0x17ef flash boot boot.img
In sum, please test if you can! Warning: I haven't tested the ota package myself! You have to manually change it a bit to use it. I'll improve later.
Last edited: