Is there any way to stop default bada applications functionality in order to make another application serve the user in the same way?
for example if I make a messaging app and wanna to make it default messaging app instead of bada ones what should I…
When we changed manifest.xml from 2.0 to 1.2 or 1.0 generated from "Application Manager" and try to build app in 2.0 IDE in bada. I am getting below errors
cannot find -lc-newlib C/C++ Problem
cannot find -lm-newlib C/C++ Problem
make: ***…
We are developing one bada base c++ application . We need to provide application cometibility for Bada 1.0.0, Bada 1.2.0 and Bada 2.0.x. We have successfully build and tested on Bada 2.0.x. Now we are trying to test application on 1.0 and 1.2 and…
I'm trying to write application on the Samsung Bada platform. I'd like to make this application be available on different screen sizes and here are problems with this...
I have to make it work on mobile devices like: Wave 3 GT-8600 (480x800), Wave Y…
I'm trying to add the ListViewItemEventListener I have in a class called Main to a class named Search so I can handle the events for the classes in the same listener.
But I don't know how I can achieve this goal, or if even is possible?
This of…
I'm looking for some function to determine opening and closing virtual keyboard on samsung bada.
There is way to determine this?
I'm looking for it because when we focusing on text field - keyboard opening and "working" size of screen changes to:…
I have an project writen in action script. Because I have multiple customers that need essentially the same application but with different assets, I'd like to automate the build process.
I found out that there is a MakePackage.jar and…
I need to send video stream between 2 mobile devices. Bada has no support for rtsp so i found its possible to tunnel it through http. can someone help me out with a sample on how to start of. Im new to bada application development.
I have jut started with my bada app development and am stuck on the helloworld program because my emulator does not execute I get the following error:
error
Please help.
I've got some problem with static pointers and variables in Bada. First I tried to create singleton class and did something like this:
Header:
static Session *getInstanceOf();
private:
static Session *instance;
Source:
Session*…
Is there a way to allow ftp browsing in mobile phones.
ftp://ipaddress
or
ftp://username:password@ipaddress
both are not working in mobile phones.
please help me
I would like to know what could be the problem in the code below.
I'm part of a university team developing solutions in Bada using NFC and server connections. To encrypt the comunication we have though use Aes encryption, but I'm stopped in the…
http://developer.bada.com/events/bada2.0-Now-Live
Samsung has release 2.0 SDK for bada.
Anyone tried to installed it? What are the differences 2.0 has from 1.2??