- Edited
Hi,
In the build instruction, there's an option "Faster builds for development use only" which produces images signed with the default public keys, generated by the command
m
However it is unclear how to flash the resulting images to the device for development purposes.
My plan is to build the 'eng' ROM and flash it on the device. After that, I'm planning to update and debug the platform application by the following workflow:
- Rebuild the application module by using the
mmm
command; - Copy the updated APK to /system/priv-app/ (as the eng variant is rooted and I presume the APK is signed with the same "default public keys").
Can you please advise how to flash the "faster development build" on the device, and is there any best practice for the platform app development?
Also, I found this sentence in the build manual: "For an emulator build, always use the development build approach below". Is it possible to install a developer variant of GrapheneOS on the emulator? If yes, is there an instruction?