Re: [android-porting] Re: How to add Pre-loaded Application?

2011-01-29 Thread Deva R
(just a thought) if multiple level .mk 's are used, search in your setup if PRODUCT_PACKAGES is later overridden by another PRODUCT_PACKAGES:= make it to PRODUCT_PACKAGES+= On Sat, Jan 29, 2011 at 2:05 AM, freakingtux kees.jongenbur...@gmail.com wrote: Hi, On Thursday, January 27, 2011 9:45:47

Re: [android-porting] Re: Run application during boot up(.apk file)

2011-01-29 Thread freakingtux
Hi, On Wednesday, January 27, 2010 9:39:41 AM UTC+1, hackbod wrote: The am command requires that the entire system be running, since it makes calls on the activity manager. You are mixing two completely different levels of the system. init is the very lowest-level user space code that

Re: [android-porting] Re: Run application during boot up(.apk file)

2011-01-29 Thread Dianne Hackborn
The only time you can avoid asynchronous binding is if you can ensure the service is always running and never ever disappears, which means its interface published from an object in the system process. Only core system services are in this category. On Sat, Jan 29, 2011 at 1:14 AM, freakingtux

[android-porting] Re: Difference between zImage (bootp) and boot.img

2011-01-29 Thread Srikant
boot.img = Kernel Image (zImage) + Android Ramdisk Image (ramdisk- uboot.img) On Jan 28, 6:52 pm, codeworkx dani.hillenbr...@googlemail.com wrote: Hey Guys. What's the difference between a bootp zImage (kernel + initrd) and a android boot.img? We're porting Gingerbread to Samsung Galaxy S