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
75
votes
5 answers

How to suppress warnings in external headers in Visual C++

I'm starting a new BREW project, and I'd like to compile with Warning Level 4 (/W4) to keep the application code nice and clean. The problem is that the BREW headers themselves don't compile cleanly with /W4. In gcc you can differentiate between…
Bob Whiteman
  • 2,481
  • 2
  • 23
  • 27
6
votes
2 answers

BREW: Why does anyone care for it anymore?

I am aware of the variety of possible platforms for mobile development. However, I pretty much wonder what you can tell me about Qualcomm's BREW? Why does anyone care for it anymore? I mean, with J2ME's portability (the interest in J2ME must surely…
Albus Dumbledore
  • 12,368
  • 23
  • 64
  • 105
3
votes
2 answers

What parts of C++ are / aren't supported with Brew (MP)?

Hi I'm trying to find out what is and isn't possible with C++ on BrewMP. Does anybody have first hand experience of using C++ with Brew, specifically BrewMP, and can say if they have managed to get these things working on a device without too much…
David Preston
  • 2,001
  • 2
  • 13
  • 11
3
votes
1 answer

relationship between REX OS and Brew OS?

I see some devices with REX OS, but it supports Brew Zone, Applications. But BREW itself is the OS, I want to know what is the difference between REX and BREW, relationship between them. Can anyone help? Application platform is as BREW and OS is as…
user141302
3
votes
4 answers

What is a reasonable timeout for acquiring a GPS fix?

I am creating a BREW app that requests the user's position. If the phone cannot acquire the position, I would like to display an error. How long should I wait for my callback to be called before I determine that the phone is not likely to get a GPS…
Andres
  • 5,012
  • 3
  • 24
  • 36
2
votes
1 answer

Schedule app in BREW

Is there any way to launch get a BREW application started according to a schedule? This is basically the same question as this one, only for BREW instead of Windows Mobile.
Tal Pressman
  • 7,199
  • 2
  • 30
  • 33
2
votes
1 answer

BREW: Methods to trace BPOINT error messages

Hi I'm new to BREW mobile development. And I want to know the methods on how to trace the BPOINT error messages in the simulator, like double free of memory which is the TYPE 3 of BPOINT, etc. Thanks. Kramkram
kramkram
2
votes
3 answers

Single application build for multiple mobile devices

Is it possible to have one application binary build for multiple mobile devices (on BREW platform), rather than making a separate build for each device using build script with conditional compilation. In particular is is possible to use single BREW…
Maxim
  • 543
  • 5
  • 13
2
votes
1 answer

How to make a radio button in BrewMp?

How to make a radio button in Brew MP. Please anyone can you help me?
ali
  • 21
  • 2
2
votes
3 answers

basic ideas of brew

I want to know about Binary Runtime Environment for Wireless tutorial(Brew). Any one provide some useful links to learn brew.
JohnRaja
  • 2,377
  • 6
  • 26
  • 47
2
votes
1 answer

Using Trace32 with Qualcomm FFA

Does anyone knows of any resources regarding the debugging of BREW and/or BMP applications on Qualcomm FFA using Lauterbach JTAG/Trace32 (e.g. .cmm scripts, instructions etc.)? Thanks.
Ofir
  • 8,194
  • 2
  • 29
  • 44
2
votes
0 answers

BREW platform - Undefined symbol main

I'm creating application for BREW platform in C++. I'm using Visual Studio and on Brew Simulator project works fine. But there's a error while compiling ARM compilator: error: L6218E: Undefined symbol main (referred from kernel.o) I've done some…
Mariusz Chw
  • 364
  • 2
  • 19
1
vote
1 answer

Trouble linking BREW objects under WinARM4.1x

I'm trying to use WinARM 4.1.1 to compile and link object files for a BREW project. I got started using this page: http://brew.wardco.com/. First thing to note is that I have this successfully working under the GNUDE tool chain. When I switched over…
Adam
  • 433
  • 5
  • 11
1
vote
1 answer

How to make BREW sdk apps on a mac

I have an LG Cosmos Touch and wanted to know if there was any way that I could make apps for it. I know it is possible on a windows computer but I have a mac. So, can I do it?
Coder404
  • 742
  • 2
  • 7
  • 21
1
vote
1 answer

Home button event in HTC Smart, delivered to my own app?

I want to get an event to my application when someone presses the Home button: (The silvery button with an arrow pointing left is the Home Button on the HTC Smart.) However, when I press the button, no event at all arrives to my app. If I connect…
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
1
2 3