Do you put the values in your model behaviors ?

try use

NewtonSetBodyAutoActiveState (body, 0); //use this before , it turn off the auto activate
NewtonSetBodyActiveState (body, 1);

You need all parameters in the wed behaviors to it works.

best regards,

MArcio