I've changed mdkutility by simple adding send brocast intent after detection
Motorola GitHub sources
protected void onModAttach(boolean attach) {
Intent sendIntentTasker = new Intent ();
sendIntentTasker.setAction("whateve.yourname.MOD_CONNECTION")...