I'm using htc desire-HD. When I use the camera to capture video with
Intent(MediaStore.ACTION_VIDEO_CAPTURE)
I give it a duration limit with
intent.putExtra(MediaStore.EXTRA_DURATION_LIMIT,MAX_DURATION).
The camera seems to ignore the duration limit. On a Nexus-s, Motorola RAZR, Galaxy SII it does work. Is there a different way to limit the capture video duration on htc devices?