Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 12:23, 24 August 2007.

TSS000551 - Different browser UIDs in S60 3rd Edition and S60 3rd Edition, FP1

From Forum Nokia Wiki


Subject:

Different browser UIDs in S60 3rd Edition and S60 3rd Edition, FP1 TSS000551

 

Platform(s): Device(s), SW version(s):
S60 3rd Edition Nokia N95, Nokia N73

Category:

Symbian C++

Subcategory:

Networking, HTTP

Description:

Launching the Web Browser on S60 3rd Edition to open a specified URL (see topic Launching the Web browser on S60 3rd Edition to open a specified URL) does not work in S60 3rd Edition, FP1 devices (for example, Nokia N95).
This is because in S60 3rd Edition devices (for example, Nokia N73) there are two browsers: "Services" and "Web".
"Services" has the UID 0x10008D39 and "Web" has the UID 0x1020724D.
In S60 3rd Edition, FP1 devices (for example, Nokia N95) there is only one browser and the UID is 0x10008D39.
In order for the above example (link provided) to work in S60 3rd Edition, FP1 devices, you have to change the UID from 0x1020724D to 0x10008D39.
const TUid KOSSBrowserUidValue = {0x10008D39};

Creation date:

December 29, 2006

Last modified:

-
 
Powered by MediaWiki