Adding apks to ROM properly

How to make it properly?

Solved by myself, thx.

Is it easy enough to do? I would also like to try this but have no knowledge on the process.

Do you want to package the apk file into the firmware or add the apk source to the Android source code?Both ways are possible.:grinning:

3 Likes

There are 3 Apps from the Playstore that I would like to add to the Android image that Khadas supplies. So instead of downloading them all the time they will be there when the Android OS is installed.

There is currently no tool to add apk directly to the Android image provided by khadas.You can add it in the Android source code, recompile and package.:slightly_smiling_face:

I could not find the folder system/app, where did you put the app or .apk? Thanks