2

This is my first question in this site..! Quite a tough i guess..!

Actually i want to capture the phone screen (not emulator) for a time period say 15min and save it in sd card. I googled and learnt about Rooting.Rooting is not a constraint to me. I wanna capture the screen. I have no idea how to do this,

I just need your valuable suggesstion :

  • How could i determine whether the phone has root access from my app..?
  • How could i read each frame and record it..?

                     - Share your suggestions please..! 
    

Thanks - Mohan kumar

  • following links may be somewhat helpful to you http://stackoverflow.com/questions/2059309/java-applet-screen-capture-to-a-video and http://stackoverflow.com/questions/5504191/capture-live-video-from-webcam-using-java – Amit Apr 12 '12 at 10:53
  • Thanks Rahul. I went through the link you specified here.It was pretty helpful, I wanna capture the screen in android mobile. Does android supports swing,applet...? They were using those things. Lemme check(try) it out. I should show my gratitude for your response. – Mohan Kumar Apr 12 '12 at 11:30

1 Answers1

0

Here you will find sample code which reads directly from the framebuffer. Still you would need to convert the screenshots to video. You can look here for pointers how to do this.

Community
  • 1
  • 1
Renard
  • 6,909
  • 2
  • 27
  • 23