Build methods:
Includes all components (proprietary and open-source):
make buildotaEmulates an Android recovery on the PC and runs the produced zip inside it:
make testNote
Run buildota first so that the zip exists in the output/ folder.
Includes all components (proprietary and open-source):
./gradlew buildOtaEmulates an Android recovery on the PC and runs the produced zip inside it:
./gradlew installTestNote
Run buildOta first so that the zip exists in the output/ folder.
Includes all components (proprietary and open-source):
Open the project in VS Code and run the buildOta task.
Emulates an Android recovery on the PC and runs the produced zip inside it:
Open the project in VS Code and run the installTest task.
Note
Run buildOta first so that the zip exists in the output/ folder.