I have read the post which title is "Calling the WML Browser from C++", it's about opening url page with wml browser using it's uid on 7650 phone.
I need to do that on 9210, i have tried using the uid provided there:
const TInt KWmlBrowserUid = 0x10008D39;
but it's doing nothing, so i check where the uid point to using GetAppInfo (TApaAppInfo, TUid); and it turns out that it points to nothing.
What i need to know is:
1. Is it possible to calling WML browser with seeded URL on 9210 Communicator ?
2. What is the UID of Wap.app provided in 9210 device/emulator ?