Model not rendering properly, might be related to depth buffer?

do you disable writing into depth buffer in any of your material used in the scene ?
if you do use “DepthWrite off”, please refer to http://hub.jmonkeyengine.org/forum/topic/buffer-writeable-checking-is-missing-in-clearbuffers-opt-on-android/.
i have just fix a similar problem to yours.