This is a discussion on How to programmatically set the wallpaper of Symbian s60 ? within the Mobile Software Development forums, part of the Software Development category; How to programmatically set the wallpaper of Symbian s60 ?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Setting the wallpaper of Series 60 2nd edition devices was way too difficult as it involved killing the phone app and restarting it. But for third edition Nokia provides two documented APIs declared in AknsWallpaperUtils.h for achieving this. TInt SetIdleWallpaper(const TDesC& aFilename, CCoeEnv* aCoeEnv, TInt aWaitNoteTextResourceID = 0, TInt aWaitNoteResourceID = 0); TInt SetSlidesetWallpaper(CDesCArray& aSelectedFiles, CCoeEnv* aCoeEnv, TInt aWaitNoteTextResourceID = 0, TInt aWaitNoteResourceID = 0); Hope this helps |
| |||
| As my device is a Nokia N70 which is series s60 2nd edition, this code didn't work for me. Can u suggest me some code to perform the same on this device ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/mobile-software-development/2431-how-programmatically-set-wallpaper-symbian-s60.html | |||
| Posted By | For | Type | Date |
| Symbian | This thread | Refback | 08-12-2007 12:41 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can we move an image programmatically in pocket pc without flickering using C#? | mobilegeek | Mobile Software Development | 3 | 04-23-2008 09:17 PM |
| Symbian C++ Mp3 Streaming | prasannavigneshr | Symbian | 8 | 08-09-2007 11:32 AM |
| How to format a Symbian Phone | itbarota | Mobile Software Development | 3 | 08-06-2007 08:56 AM |
| How to animate an image using C# windows application programmatically? | mobilegeek | C# Programming | 1 | 07-30-2007 12:42 AM |
| How to do click operation on a button programmatically using JavaScript? | kingmaker | HTML, CSS and Javascript Coding Techniques | 1 | 07-21-2007 01:27 AM |