[android-developers] Re: urgent help Integrating code with Android home screen code.

2010-02-12 Thread deeMurthy
Hey.. Any luck?? Even if you add your project files (xml java) into the packages directory [where launcher, settings...etc apps sit], you will have to enlist it in the generic.mk file and build, for the system to consider it as a system application. The correct path is what Rogerio has

Re: [android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-27 Thread Rogério de Souza Moraes
Hi satish, What Darshana means is that you need to put you aplication inside the source code of Android. You need to donwload the source code of Android and put your application inside it. The file that he told you is the file: android_source_code_root/build/target/product/generic.mk inside

Re: [android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-27 Thread satish bhoyar
Thanks.. I will look in to it.. thanks, satish 2010/1/27 Rogério de Souza Moraes rogerio.so...@gmail.com Hi satish, What Darshana means is that you need to put you aplication inside the source code of Android. You need to donwload the source code of Android and put your application inside

Re: [android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-27 Thread satish bhoyar
Hi, in the file generic.mk there are all the separate application are there. but i want my files to be part of the android code. Cant it be possible that i will just add my file in the directory where the launcher code for android sits , i will add just files (xml java), then as we call our

Re: [android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-26 Thread satish bhoyar
Hi darshana, thanks for the reply. I am still stuck. can u guide me where i can find this file? do u mean it is Android.mk or anything else? Thanks, satish On Fri, Jan 22, 2010 at 9:47 PM, deeMurthy darshana.mur...@wipro.comwrote: Hi Satish, If m not wrong, you are playing around with

[android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-22 Thread deeMurthy
Hi Satish, If m not wrong, you are playing around with cupcake/donut or eclair code directly. In that case you will have to build your app into the system for your homescreen code to recognise it. Include your application into the generic.mk and rebuild the code. This should work. Cheers! On