RE: [android-porting] adding package to system image

2010-04-22 Thread Martin Krahulik
[mailto:android-port...@googlegroups.com] On Behalf Of Deva R Sent: 22. dubna 2010 0:34 To: flameonmy...@gmail.com Cc: android-porting Subject: Re: [android-porting] adding package to system image see if this helps... touch a java file in the AlarmClock application, and then do a 'make showcommands

[android-porting] adding package to system image

2010-04-21 Thread flame on
Hi, I want to add an application to system image, do i have to do anything special to do this. I have added folder for my application to packages/ apps and written a make file and manifest file similar to those present in other applications in packages/apps So now if apps like AlarmClock etc get

Re: [android-porting] adding package to system image

2010-04-21 Thread Deva R
see if this helps... touch a java file in the AlarmClock application, and then do a 'make showcommands' That will show you the build steps executed, and you will know how the code from the java file makes all the way to the system.img Now, touch a java file in your app, and do the same. You