You Are Here:

Community: Wiki

This page was last modified on 26 November 2007, at 09:36.

How to change the Wallpaper

From Forum Nokia Wiki

_LIT(kImgKey, "IdleImg");
_LIT(kIndexKey, "IdleIndex");
_LIT(kDimIndexKey, "DimIndex");
_LIT(kPathKey, "IdlePath");
_LIT(kPathValueKey, "c:\\system\\data\\backgroundimage.mbm");
 
RSharedDataClient sharedClient;
CleanupStack::PushL(&sharedClient);
const TUid idleUid = {0x10005a32};
if(sharedClient.Assign(idleUid)==KErrNone)
{
sharedClient.SetInt(kImgKey, 1);
sharedClient.SetInt(kIndexKey, 0);
sharedClient.SetInt(kDimIndexKey, 1);
sharedClient.SetString(kPathKey, kPathValueKey);
}
sharedClient.Close();

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
User Rating: qfnZuserE5FratingQNx1E2E0000X