How can we take screenshots in a symbian s60 phone using j2me code?
How can we take screenshots in a symbian s60 phone using j2me code?
Hi ajay.hakke,
The only way I could think of is if you are using a Canvas. See the following thread.
http://www.developer.nokia.com/Commu...ot-of-a-Canvas
-tiviinik
And even then, it applies only to that, particular app (MIDlet); it is not possible with J2ME to get a screenshot of the screen for other apps, or the system menus/apps. On S60/Symbian you can do it with native C++ code, though.