Unexpected error AEE_EBADCLASS when calling ISHELL_BrowseURL

57 Views Asked by At

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.

1

There are 1 best solutions below

0
Prof. Falken On BEST ANSWER

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");