Hi  i use service bind when my activity in enter  background 
contineue Video recording.

service.java
.......
.......

stopRecord(){
 new Thread(){
  public void run(){
    .....
    mediarecorder.stop(); << hanging here
    .....
  }
 }
}

activity.java

button stop.setOnclickListener(){
 stopService(.......) << call stopRecord()
}

this code every Device fine but Galaxy Nexus was hanging.

Logcat message 
Timed out waiting for incoming camera video frames:xxxxxxxxxx ms

anybody find same problerm and find solution?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to