Hi Community,
I'm using kitkat4.4.2 with SabreAutoQ board. I follow the Android User's Guide to build the android from source code and it is OK. I want to customize the image by removing unnecessary packages such as camera, email, messaging and contacts. Does anyone know how to remove this packages by modify AOSP files?
Regards,
Bruce
Solved! Go to Solution.
Hi jamesbone,
The links are about how to remove apps from AOSP ROM but not from AOSP source code.
I have removed Camera2 and Email packages from AOSP by changing the generic_no_telephony.mk file under /build/target/product/.
Regards,
Bruce
Hello Bruce,
Do you check this link before, http://wiki.cyanogenmod.org/w/Barebones
http://wiki.cyanogenmod.org/w/Barebones It shows how to remove apk from Andriod AOSP. You can check it
Hi jamesbone,
The links are about how to remove apps from AOSP ROM but not from AOSP source code.
I have removed Camera2 and Email packages from AOSP by changing the generic_no_telephony.mk file under /build/target/product/.
Regards,
Bruce