Mudassir
Mudassir

Reputation: 13204

Unable To Start Opera Mini With The Given URL

I am using the following code to start the Opera Mini web browser with the given URL;

try {
    ApplicationManager.getApplicationManager().launch("operette$2dhifi?" + url);
} catch (ApplicationManagerException e) {
    updateInfo(e.toString());
}

But its throwing

ApplicationManagerException: module not found.

When I try without the URL

ApplicationManager.getApplicationManager().launch("operette$2dhifi");

, Opera starts fine. But I don't want to start the blank browser, I want to start it with my URL.

Looked at the BlackBerry forum and googled it also but unable to find the solution. Please guide me in the right direction.

I am developing on

Upvotes: 3

Views: 596

Answers (0)

Related Questions