Hi,
How to check setting values of built in web application?
And
How to change the bookmark(on/off) settings of built web application through my application?
Please help.
Hi,
How to check setting values of built in web application?
And
How to change the bookmark(on/off) settings of built web application through my application?
Please help.
Nice thread. However you have an other one from a few minutes ago: http://discussion.forum.nokia.com/fo...d.php?t=139955
Hey, :-)
Not getting any break through. So trying all the way to gather information.
;-)
But why do not you try?
The browser have 2 possible UIDs: 10008d39 and 1020724d (these UID-s are documented in the 'Utilizing external views' or something similar docs in the UI section on www.forum.nokia.com, Documentation / Symbian C++). So check 10008d39.txt and 1020724d.txt in that folder.
Then simply log the variables into a file (my guess would be that logging 'int' settings is enough), modify the setting, create the log file again, and compare the changes.
'cap_rd=alwayspass' shows that you should not have any problems with reading the data even on the device.