Hi, On Thursday, January 27, 2011 9:45:47 PM UTC+1, Hank wrote: > > I have been trying to make my application a pre-loaded application on > the Android OS Kernel. Within these two makefiles: generic.mk and > core.mk, I added my application to the list of pre-loaded applications > found under PRODUCT_PACKAGES:=, but when I load my custom kernel my > application is not installed. Is there something else I need to do?
I think it's better to add such packages to your device .mk files see PRODUCT_PACKAGES in device/htc/dream/device_dream.mk Greetings -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
