ISHELL_BrowseURL returns AEE_EBADCLASS when callled with a URL. (Such as http://google.com/)

The "po" (IShell*) argument is as far as we know OK. Do you have any advice regarding this? Close applet with the same class works, for instance.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

On the HTC Smart (Same as HTC F3188 or Dopod F3188), the standard browser can not be called.

Instead, call the HTC browser with id 0x0108d987:

int ret = ISHELL_StartAppletArgs(pMe->applet.m_pIShell, 0x0108d987, "http://developer.att.com");

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.