I have to let the Smart phone vibrate and simultaneously play a sound.
I tried something like this:
soundPool.play(sID, 1.0f, 1.0f, 1, 0,1.0f);
vibrator.vibrate(90);
The Problem is that the Phone vibrates instantly but the soundpool starts with a little delay.