You Are Here:

Community: Blogs

Who am I?

amitkankani

Expertise in C++ for Symbian OS, Application Development for Symbian Series 60. Currently working in "Eterno Infotech Private Limited", as a Software Specialist. My main interests: Designing and developing Applications for smart phones.

More can be read at: http://www.forum.nokia.com/main/forum_nokia_champion/forum_nokia_champions/Amit_Kankani.html

 

Calendar

« October 2008 »
Mo Tu We Th Fr Sa Su
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
 

Amit Kankani's Forum Nokia Blog

Inconsistent standby screen UID

amitkankani | 27 October, 2008 15:38

Hi all,

 

this is a very trivial issue I have faced....... and its regarding the UID of standby screen, or the phone default screen.

The problem I noticed is that the UIDs are different for different versions, and worse yet, different for different Feature packs too !!! and to add to that, no constants define which could have easily taken care of this....

 

well let me get into details:

The UID of standby screen (the process is called Phone) on 2nd edition is: 0x100058b3

The UID of standby screen (the process is called Standby Mode) on 3rd edition and 3rd edition FP1 is: 0x101fd64c

The UID of standby screen (the process is called Standby Mode) on 3rd edition FP2 is:0x102750F0

and I don't yet know what it is for 5th Edition.

So now if anyone wants to use the UID of standby screen, then one needs to define these with appropriate macros and use them. May be something like this:

#ifdef __SERIES60_3X__
const TUid KUidStandBy = { 0x101fd64c }; // For 3rd Edition
const TUid KUidStandBy_FP2 = { 0x102750F0 }; // For 3rd edition Emulator and FP2 devices
#else // #ifdef __SERIES60_3X__
const TUid KUidStandBy = { 0x100058b3 }; // For 2nd Edition
#endif // #ifdef __SERIES60_3X__

and then use it... 

It would be much better if there was a constant defined by Symbian headers which could be used, so that there wouldn't be any problems like this .....

Hope Symbian does this from next version of their SDKs, or have already done it on 5th Edition ? I don't know about this on 5th Edition, probably some of you could comment....

 

 
 

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 
RDF Facets: qdcZidentifierQSxhttpE3aE2fE2fblogsE2eforumE2enokiaE2ecomE2fblogE2fpaulE2dcoultonsE2dforumE2dnokiaE2dblogE2farchivesE2f2009E2f04E2fX qdcZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qdcZtypeQUqfntypeZBlogContentQ qdcZtypeQUqfntypeZCommunityContentQ qdcZtypeQUqfntypeZE52esourceQ qdcZtypeQUqfntypeZWebpageQ qdcZtypeQUqmarsZManagedE52esourceQ qdcZtypeQUqwebZInformationE52esourceQ qdcZtypeQUqwebZPageQ qdcZtypeQUqwebZE52esourceQ qdcZtypeQUqrdfsZE52esourceQ qfnZtypeQUqfntypeZBlogContentQ qfnZtypeQUqfntypeZCommunityContentQ qfnZtypeQUqfntypeZE52esourceQ qfnZtypeQUqfntypeZWebpageQ qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX qrdfZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qrdfZtypeQUqfntypeZBlogContentQ qrdfZtypeQUqfntypeZCommunityContentQ qrdfZtypeQUqfntypeZE52esourceQ qrdfZtypeQUqfntypeZWebpageQ qrdfZtypeQUqmarsZManagedE52esourceQ qrdfZtypeQUqwebZInformationE52esourceQ qrdfZtypeQUqwebZPageQ qrdfZtypeQUqwebZE52esourceQ qrdfZtypeQUqrdfsZE52esourceQ