I am writing a test suite for other applications that run system intent, in particular ACTION_DOCK_EVENT.
I know that I need to add android:sharedUserId="android.uid.system"android to my manifest in the manifest tag, and I need to install my application in / system / app instead of the usual / data / data. I have root access so that is not a problem.
The problem I am facing seems to be that I also need to sign my application using the system key. Where can I get the system key, usernames and passwords? I suppose I can create my own version of Android and sign it with my own keys, but since I have root access, should there be an easier way?
I have N1 with CM7, and the emulator with keys.
Thank.
source
share