Questions tagged [brewmp]

Brew MP is an application framework for mobile phones, built upon the Brew framework. Brew MP will eventually replace Brew.

34 questions
1
vote
2 answers

RAII classes for Brew

Writing code in Brew when local interfaces are being used in it can be repetitive and error prone to make it robust, i.e.: Foo() { ISomeInterface* interface = NULL; int err = ISHELL_Createnstance(…,...,&interface); err = somethingThatCanFail(); if…
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378
1
vote
1 answer

is there any Brew App store?

is any Brew Appstore available for Brew Applications?
user141302
1
vote
1 answer

How to stop an app from being launched in BREW MP

I am new to BREW MP platform so i don't know that much as u guys know about it. I need your suggestion in figuring out an issue. I want to make an app which always run in a background (I have found that it is possible in BREW). I want my app to stop…
1
vote
2 answers

Creating Brew MP applications using Eclipse

I have followed steps mentioned in https://brewmobileplatform.qualcomm.com/devnet/multiplatform_sdk.jsp#eclipse to install all the applications which includes Eclipse, Code Sourcery. If I create a application and try to run, a FlexNet dialog comes…
Vinay
  • 4,743
  • 7
  • 33
  • 43
1
vote
1 answer

Will Brew MP Run without Sourcery G++ ARM Compiler?

can I compile & run Brew MP Applications without Sourcery G++ ARM Compiler?
user141302
1
vote
2 answers

has BREW MP JVM?

If BREW MP has JVM ( java - car ) , If it supports all Java ( J2ME Applications), There is no need to develop applications through BREW , TBT etc....is it true?
user141302
1
vote
2 answers

Draw string using IDISPLAY_DrawText in current bitmap buffer

This question is related to BREW framework which used in CDMA phones. But I think this topic is also related in general memory buffer for graphics. I just want to ask is how can I write a string using IDISPLAY_DrawText in a current bitmap buffer? …
domlao
  • 15,663
  • 34
  • 95
  • 134
1
vote
1 answer

Does BREW 3.1.5 support STL?

I'm creating an application in BREW, by using C++. Does 3.1.5 sdk version support STL?
Mariusz Chw
  • 364
  • 2
  • 19
1
vote
1 answer

Trying to develop an App on BREW MP

The handset maker bypassed the Qualcomm/BREW certification or authentication process. The phone only runs on the Sprint Network. I cannot access developer mode because I lack the required signature. I registered with BREW dev team, etc. Since the…
0
votes
1 answer

Alternative way to detect/fingerprint phone make and model?

As seen in this question, there is a problem with using OS supplied APIs to detect make and model of a particular handset. (In that case, an HTC Smart.) Is there some other way to indirectly determine the make and model? For instance, can one look…
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
0
votes
1 answer

Why does not detecting phone make and model work on HTC Smart?

I can not seem to detect handset make and model on the Brew MP phone HTC Smart? (Same as Dopod F3188 and HTC F3188.) I am using ISHELL_GetDeviceInfoEx(s, AEE_DEVICEITEM_MANUFACTURER_NAME, NULL, &nItemLen); Only empty strings are returned. What…
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
0
votes
1 answer

Activate virtual keyboard on Brew MP phone?

I have added a text input field to my application. It is supposed to show a virtual keyboard when an input field is touched. It actually works fine in the simulator, but touching the input field crashes and reboots the physical handset. (A Dopod…
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
0
votes
1 answer

How to detect phone handset brand and model info on Brew?

How do I runtime detect which make and model a phone is, which is running Brew or Brew MP?
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
0
votes
1 answer

Unexpected error AEE_EBADCLASS when calling ISHELL_BrowseURL

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.
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
0
votes
1 answer

Brew MP handset developer activation

I have a Brew MP which I want to upload my app to. But I understand, it must first be "developer activated" before it will accept my apps. In the Qualcomm tools, I use the Target Manager, but I find no way to activate the phone. I have a Brewmp.com…
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173