I try to build a custom application for GUI Testing with Robotium. This test needs to turn ON/OFF Wifi simulating user input. The final application has a signature mismatch with system signature needed in order to use com.android.settings. The error message is :
Error=Permission Denial: starting instrumentation ComponentInfo{com.jayway.test/android.test.InstrumentationTestRunner} from pid=253, uid=253 not allowed because package com.jayway.test does not have a signature matching the target com.android.settings
How can I bypass signature lookup? Can I use a custom ROM for my HTC Magic phone to do this?
Any thoughts on how to make this work would be appreciated!