Questions tagged [bada]

bada is Samsung's platform for mobile devices.

External Resources

  1. bada Developer site
  2. bada official Twitter
  3. Samsung Developers, the official forum for developers run by Samsung
152 questions
0
votes
3 answers

How to reload Bada application without restarting the emulator?

Is it possible, and if yes then please tell me how I can do it.
Boris Rusev
  • 642
  • 1
  • 10
  • 17
0
votes
2 answers

Problem debugging C++ with an Eclipse based IDE

This is a weird question in that I'm not sure where to start looking. First of all, I haven't done any C++ programming for the last 10 years so it could be me thats forgotten a few things. Secondly, the IDE I'm using is Eclipse based (which I've…
Senkwe
  • 2,256
  • 3
  • 24
  • 33
0
votes
3 answers

Detect compilation on Bada OS

I would like to do something similar to #ifdef __linux__, but with the bada SDK. Is there a constant defined by default? Also, can I detect when I am compiling for the simulator?
0
votes
1 answer

Image manipulation library for mobile application

I need a C/C++ image manipulation library for mobile image application, The library should have Brightness/contrast Levels Effects - Grayscale, Sepia and so on I particularly want to use it on Samsung BADA Platform. I want the the one event hough…
Suriyan Suresh
  • 2,964
  • 14
  • 51
  • 80
0
votes
3 answers

J2ME UI on Samsung Bada platform

When a J2ME application runs on Samsung phone with Samsung Bada an OS that supports TouchWhiz (GT-S5320, in my case),a virtual keypad is shown on the screen by default and always! This virtual keypad consists of the following keys -…
Kiran Kuppa
  • 1,457
  • 10
  • 18
0
votes
1 answer

C++ Array of Variable sized Arrays

I am very new to C++ and I realise the following is not necessarily as easy as I'd like it to be, but I'd really appreciate a more expert opinion. I am essentially trying to achieve a dynamic iteration over a variable sized array of variable sized…
adam
  • 22,404
  • 20
  • 87
  • 119
0
votes
1 answer

KissFFT output returns nan value?

currently i m working on the Tizen IDE. I had read the input data from the MicroPhone and Try to apply FFT on it... but everytime I gets the nan output from the FFT. Here is my code.. ShortBuffer *pBuffer1 = pData->AsShortBufferN(); fft = new…
Sunny Shah
  • 12,990
  • 9
  • 50
  • 86
0
votes
1 answer

How to develop applications for windows or bada using phonegap and eclipse plugin?

I have installed eclipse phonegap plugin and I am easily able to make applications for android. However I want to make application for any other platform like bada, tizen , blackberry, etc. But when I create new Phonegap project, it doesn't show any…
Naveen
  • 7,944
  • 12
  • 78
  • 165
0
votes
1 answer

Are core bada interfaces built upon improper usage of C++ constructs?

Few years ago I was browsing through the just-released Samsung BADA SDK and related materials, and I was astonished by the amount 'tutorials' and 'guidelines' which tried to clarify various basic aspects of the language and platform through…
quetzalcoatl
  • 32,194
  • 8
  • 68
  • 107
0
votes
1 answer

How to light up screen or turn screen on?

If screen is in off state, then how can I light up screen or turn screen on. Answer for Android and Bada both are acceptable to me. Thanks.
user1390378
  • 403
  • 2
  • 7
  • 20
0
votes
1 answer

Program file in Bada Development

When I try to launch my Bada application from the BadaIDE to the simulator is returns and error detailing "A program file was not specified in the launch configuration." If I go to the launch configuration can't to set my "Code Binary Path:" because…
Abbie Ben
  • 21
  • 1
  • 4
0
votes
1 answer

Running sample PhoneGap apllication 'cordova-bada-wac' on Bada IDE emulator

I've download sample project from https://github.com/apache/cordova-bada-wac and try to run application using PhoneGap on Bada IDE. I've properly configured Bada IDE v.2.0.5 (WVGA) and API version 2.0. When import this project as "Bada Flash / C++…
danielu78
  • 1
  • 3
0
votes
3 answers

Unresolved inclusion error in Bada

I'm developing and app for Bada OS and i need use vectors and other standar structures from stl. But when i write: #include The Bada sdk throws me an error: unresolved inclusion: vector I'm looking for a solution on Internet and the…
Adrian
  • 86
  • 1
0
votes
1 answer

XMLHttpRequest Exception 102

Hi I have one function which uses XMLHttpRequest for get data as: function responseData() { console.log("Inside responseData function @@@@@@@@@@@@@@@@@@@@@@@@@@@@@"); url="http://myURL.asp"; …
PPD
  • 5,660
  • 12
  • 52
  • 86
0
votes
2 answers

Using self developed Bada application for own smartphones

Hello Stackoverflow Community. I'm doing some research about the most common operating Systems for Smartphones and the license (signing) conditions for developing . At the moment i have some trouble with getting the needed informations about the…
JustCoding
  • 399
  • 1
  • 5
  • 18