I had same problem. I wrote the service but It never binds, following
lines always give returns false:
boolean ret = getInstrumentation().getContext().bindService(intent,
mServiceConnection, Context.BIND_AUTO_CREATE);
Am I doing something wrong to bind the service.