Tagged Questions
BREW is an application framework for mobile phones. BREW was created by Qualcomm in 2001 and has evolved through several versions. According to Qualcomm's BREW website, there are over 250 million BREW-enabled devices, comprising over 1400 handset models. The primary development language for BREW is C using the BREW SDK. A simulator application is supplied with the SDK. Other resources: Wikipedia article on BREW Qualcomm's BREW forums
7
votes
1answer
94 views
How can I allow rapache/brew to securely connect to a MySQL database?
I'm developing a web application using rapache and brew. Within the R code, I want to use the RMySQL package to query a MySQL database, but I am questioning the best way to access the login details ...
5
votes
2answers
926 views
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 ...
4
votes
1answer
149 views
old script, new server, unexpected error
I have an R script that pulls data from a MySQL database, processes it, creates several charts and graphs, prints these graphs to files and returns the file names as strings. It was working fine on ...
4
votes
1answer
1k views
Keg-only homebrew formulas
Today I installed the curl formula via homebrew, but after installing it (and re-sourcing the shell) i noticed that :
% which curl
/usr/bin/curl
as a matter of fact, the output of brew install ...
4
votes
2answers
291 views
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 ...
4
votes
2answers
281 views
What is a simple way to combine two Emacs major modes, or to change an existing mode?
In Emacs, I'm working with a file that is a hybrid of two languages.
Question 1: Is there a simple way to write a major mode file that combines two major modes?
Details:
The language is called ...
4
votes
4answers
230 views
basic ideas of brew
I want to know idea of Binary Runtime Environment for Wireless tutorial(Brew). Any one provide some useful links to learn brew.
4
votes
3answers
494 views
Is there a way to use Lua on BREW 3.0 platform?
It looks like BREW 4.0 will have Lua included. But is it possible to use Lua on older BREW 3.0 (or even BREW 2.0)?
3
votes
1answer
104 views
mysql connection error on rails 2.3.14
I've been trying to work MySQL on Rails 2.3.14. I've to work with Rails2 but i can't work MySQL.
I've setup MySQL with brew according to ...
3
votes
2answers
252 views
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 ...
3
votes
2answers
3k views
brew install mysql, error when trying to stop the server
After:
brew install mysql
mysql_install_db
and I try to stop the MySQL server:
$ mysql.server stop
Shutting down MySQL
.. ERROR! Manager of pid-file quit without updating file.
How can I fix the ...
3
votes
4answers
149 views
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 ...
2
votes
1answer
169 views
Multidimensional array as a flat array problem
I'm looking at two lines of code that somebody wrote and there is an exception in the 2nd one, however I don't understand why.
char** array = (char**) new char [2] [6];
...
2
votes
1answer
1k views
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 ...
2
votes
1answer
614 views
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.
2
votes
1answer
150 views
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.
2
votes
1answer
484 views
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.
...
1
vote
1answer
21 views
Is there a list of packages installable with brew ( the package manager for OS X )?
Recently I've installed brew and I was wondering if there is a list of available packages somewhere in the web.
1
vote
3answers
34 views
Command line installers
Ok I want to install the command line version of git on a Mac OSX machine.
Should I be using "brew" or macports or something else?
I want a good command line software manager and there are many.
1
vote
1answer
829 views
Postgres is failing with 'could not open relation mapping file “global/pg_filenode.map” '
I'm having an issue with my install of postgres in my development environment and I need some help diagnosing it. I haven't yet had any luck in tracking down a solution.
I have postgres 9.0.4 ...
1
vote
1answer
52 views
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 ...
1
vote
2answers
60 views
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 = ...
1
vote
0answers
41 views
Is it possible to have data connectivity at the same time as telephony connectivity in Brew MP?
I want to intercept an incoming phone call, then before it is answered I want to send out and receive some UDP packets.I have got all three of these areas of functionality working successfully in ...
1
vote
2answers
386 views
virtualenv only creates /lib/Python2.6 when I also have Python2.7 (OS X)
I installed virtualenv on my new MacBook Pro (first time Mac user) before I did anything else (probably a bad idea). When I create an env it contains /lib/Python2.6 inside of it. Afterward I installed ...
1
vote
1answer
135 views
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 ...
1
vote
1answer
289 views
Will Brew MP Run without Sourcery G++ ARM Compiler?
can I compile & run Brew MP Applications without Sourcery G++ ARM Compiler?
1
vote
2answers
267 views
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?
1
vote
1answer
640 views
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 ...
1
vote
4answers
561 views
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.
...
0
votes
0answers
77 views
ffmpeg install fail OSX 10.7.2
Can you help me?
I try to install a ffmpeg using a brew, but i can't.
It seems like the dependencies was successfully installed.
I am using a Mac OSX 10.7.2 and the XCode 4.2.1.
I couldn't install ...
0
votes
0answers
41 views
Problems with brew configuration
I am a newbie to coding, but have managed to install both Brew and Ruby on Rails on my iMac running OSX Leopard.
Though I get these error outputs from it: ➜ ~ brew doctor
fatal: Not a git ...
0
votes
1answer
79 views
Using brew with Ruby 1.9.2
I'm trying to get ImageMagick with Homebrew, but I keep getting errors. Then I did a "brew doctor" and I get:
Ruby version 1.9.2 is unsupported.
Homebrew is developed and tested on Ruby ...
0
votes
1answer
44 views
Getting a “bad interpreter” error when using brew
I'm getting this error when I try to run any brew command.
Holger-Sindbaeks-MacBook-Air:~ holgersindbaek$ brew help
-bash: /usr/local/bin/brew: /usr/bin/ruby: bad interpreter: No such file or ...
0
votes
1answer
107 views
Brew, Lion, Qt 4.8.0
I know this is a Noob Question but I'm new to Mac OS.
I have installed qt under Lion with brew like this: brew install qt --build-from-source.
How could I use Qt now? Has brew installed Qt Creator ...
0
votes
1answer
44 views
Lion connecting rails to postgresql , with ssd boot drive
I'm trying to use postgresql with my rails development on Lion. My machine is currently set to boot from a solid state and store /home folder on a seperate hd. I'm able to create users for postgres ...
0
votes
2answers
59 views
Having Trouble Using “brew link” to switch between PostgreSQLs
I want to run a Rails app on Heroku so I installed PostgreSQL on my Snow Leopard machine using Homebrew. Currently, brew installs 9.1.2 into /usr/local/Cellar/postgresql. After some research, I ...
0
votes
0answers
50 views
How to Install imagemagick 8-bit depth with homebrew
I'm using Mac Lion with RVM, homebrew and bundler and the rmagick gem
When I execute the following command:
brew install imagemagick
convert --version
the imagemagick version that is installed is ...
0
votes
1answer
119 views
newbie error on installing python on OS X Lion via brew
I get this error when running on OX Lion:
brew install python
Error: MD5 mismatch
Expected: c8cfcfd42ec9ab900fb3960a3308eef2
Got: f783444754861f9b33e9f4083bd97b60
Archive: ...
0
votes
1answer
32 views
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 ...
0
votes
1answer
24 views
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, ...
0
votes
1answer
29 views
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 ...
0
votes
1answer
42 views
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?
0
votes
1answer
20 views
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 ...
0
votes
1answer
47 views
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 ...
0
votes
1answer
74 views
Push Notification for BREW OS Handsets?
I know the smartphone providers are now providing Push Notifications. I have searched and found Android, iPhone, Blackberry, WP7, Symbian are in the list.
But I want to know whether I can use Push ...
0
votes
1answer
471 views
0
votes
0answers
149 views
What is a good open source beer database to contribute to and receive information from? [closed]
Anyone know a good open source directory to contribute to, or a place that gives access to brewing information openly so that one could be started?
0
votes
1answer
67 views
BREW TBT Process?
I am new To TBT Process. If i want to test my build in TBT for a particular device, I have to pay, OK... but If want to test for another device model, do I have to pay again? After passing TBT ...
0
votes
2answers
130 views
what is make file?
What is the need of Make File? IN which situation we have to alter that file for Brew Application?
0
votes
1answer
226 views
BREW MP needs signature file?
Qualcomm announced the new BrewMP OS. In earlier versions I downloaded signature files
to run the app in device through App Loader. Is the signature file needed for BrewMP devices?
Can I check the ...