mTrucking = true; mCounter = 0; Thread t = new Thread(this); t.start();
return mCounter;
while (mTrucking) mCounter++;
mTrucking = false;