Project

General

Profile

UnsignedBuildsInstallation » History » Version 2

Denis 'GNUtoo' Carikli, 02/05/2019 10:29 PM

1 1 Denis 'GNUtoo' Carikli
h1. UnsignedBuildsInstallation
2
3
As the Android build system also produces files like system.img and boot.img, theses can be installed through the bootloader (either with fastboot or heimdall) without any signatures check.
4
5
That can be useful if you just built Replicant and want to test it without having to generate a zip install file.
6
7 2 Denis 'GNUtoo' Carikli
The resulting system.img might be a sparse ext4 image which needs to be converted to a normal image before flashing.
8
9
Also make sure to refer to the Replicant installation guide to make sure that you are using heimdall or fastboot correctly, to not break your device.