Hi guys I would like to ask how to Pre-install android application.
Because I have specific device and I wanted to make my application pre-installed.
Thank y
First we need all the pre-requisites needed.
We need to root our device to have super user capability, In my case I root my nexus one
install superuser (http://www.appbrain.com/app/superuser/com.noshufou.android.su)
Install BusyBox (to do shell command "cp") -- available in android market (http://www.appbrain.com/app/busybox/stericson.busybox)
Execute the following commands in the terminal emulator to remount the /system directory as read/write and to install the application into the /system/app directory (http://www.nexusforum.net/nexus-one-application-day/524-nexus-one-app-day-2-8-10-powermanager.html):
Thanks for all those who helped me.