I am trying to install android application in factory test mode. I make device(beagle board) to enter into factory test mode with corresponding android froyo build. It is entering factory test mode successfully, and when I try to install an application from ADB shell, it shows the following error
(ERROR : could not find package manager,Is the system running?)
I am using required permission in manifest file. But it is showing above error. any help would be greatly appreciated.
<uses-permission android:name="android.permission.FACTORY_TEST"></uses-permission>