[android-developers] screen light off problem

2010-12-21 Thread Nayan
Hi All , I am trying to do the screen back light on and off through program but i am unable to do the screen baclight off through program . my code is as follows static PowerManager pm=null; static PowerManager.WakeLock wl=null; //for light on if(pm == null) { pm = (PowerManage

[android-developers] Re: play RTSP stream using MediaPlayer or VideoView

2010-07-14 Thread nayan
Hi Yadnesh, I want to build ffmpeg on android. If you have builded ffmpeg for android, can you provide me steps for the same and after that I want to play rtsp stream using ffplay on android.Do you have any idea how to do this? Thanks, NBK On Jul 2, 7:18 pm, Yadnesh Phadke wrote: > Hi All, > >

[android-developers] error error "Could not find method javax.activation.DataHandler.getContent, referenced from method javax.mail.internet.MimeMessage.getContent"

2009-06-01 Thread Nayan Jyoti Sharma
I am getting bellow mentioned errors while executing my POP3 client application this error is coming while executing Message[] messages = folder.getMessages(); Please help me to resolve this issue... Nayan 05-29 18:28:54.955: ERROR/dalvikvm(738): Could not find method