| Reply | « Previous Thread | Next Thread » |
|
Is possible to set wallpaper from J2ME midlet?
maybe try to save the image first and then set the file as wallpaper.. I dunno is there any clue? Thx Anyway!! |
|
Yes it is possible and i've seen it done. However you cannot use Forms, Lists, etc as the Displayable object in this case. Have a look at the Canvas class.
I'll give a quick example. Given you have a byte array called image containing the image data e.g. byte[] image = imageData.. public class test extends Canvas { public void paint(Graphics g) { g.drawImage(image,getWidth()/2,getHeight()/2,Graphics.VCENTER|Graphics.HCENTER); } } |
|
What I meant is to set the Symbian Wallpaper. not just display the image in fullscreen. It's like extracting the image from my application and set it as wallpaper. Is is possible? to set the Symbian Wallpaper from Midlet?
|
|
Simple answer: No
|
|
Any clue on platform other than J2ME?
|
|
May be you could try with Symbian C++ (I have not yet tried myself!)
Hope this links are of some interest. http://discussion.forum.nokia.com/fo...=set+wallpaper http://discussion.forum.nokia.com/fo...=set+wallpaper http://discussion.forum.nokia.com/fo...=set+wallpaper Regards Gopal |
|
I want the source code for setting wallpaper in j2me please send me it's urgent.
|
| pratibha_kasved |
| View Public Profile |
| Find all posts by pratibha_kasved |
|
If you are talking about setting the phone wallpaper (visible also from other applications) from Java, that is not possible, as rexwal answered.
Hartti |
|
Is it possible to set an image as wallpaper in j2me?
|
| pratibha_kasved |
| View Public Profile |
| Find all posts by pratibha_kasved |
|
Hartti have already answered your question. Please go through the answer from Hartti.
Regards Gopal |
|
The answer has been posted once in this thread before you asked for the first time. It was: No.
The answer has been posted as reply to your question, too. It was also: No. Now you want it a third time, it seems. Anyway, the answer is still: No. And, before you have to ask again, it is also not possible to set a photo, movie, video, animated GIF, other application written in any programming language, a PDF file, a TIFF file or any other kind of item as a phone wallpaper in J2ME. There are no Java APIs/classes to set the phone wallpaper to anything. There are also no documented (published) C++ APIs to se the wallpaper to anything (for phone models where C++ application development is possible). |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| When can you set the screensaver's Refresh Timer Value? | azhrei | Symbian Tools & SDKs | 6 | 2008-08-23 11:12 |
| 6630 wallpaper bug | dakku | General Symbian C++ | 0 | 2004-12-29 21:45 |
| To Mr. Graham Hughs and/or other experts on MIDP MIDlet packaging... | zhaolikang | Mobile Java General | 12 | 2003-10-28 07:15 |
| 6100 and image/vnd.nok-wallpaper can't set wallpaper | digitalss | Digital Rights Management & Content Downloading | 1 | 2003-06-10 18:05 |
| how to set the wallpaper to full screen? | dodoro | Digital Rights Management & Content Downloading | 1 | 1970-01-01 02:00 |