I\'m trying to bind to an AIDL service with my Android app. On most devices I\'m able to bind and start the service using bindService() with the BIND_AUTO_CREATE flag, even