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
1 answer

Default bada applications

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…
0
votes
1 answer

Bada manifest error: cannot find -lc-newlib

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: ***…
Chetan Bhalara
  • 10,326
  • 6
  • 32
  • 51
0
votes
2 answers

How to download lower version SDK like 1.0.0 and 1.2.0?

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…
Chetan Bhalara
  • 10,326
  • 6
  • 32
  • 51
0
votes
1 answer

Small device list in Samsung Bada IDE

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…
Denis
  • 2,429
  • 5
  • 33
  • 61
0
votes
1 answer

Add anothers class ListViewItemEventListener

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…
Araw
  • 2,410
  • 3
  • 29
  • 57
0
votes
1 answer

Some function to determine opening of virtual keyboard on Samsung Bada

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:…
Denis
  • 2,429
  • 5
  • 33
  • 61
0
votes
1 answer

How to Open new static page useing button click in Bada

I have put image in header with button and click on button then open a new window.
KeTaN
  • 724
  • 8
  • 22
0
votes
1 answer

MakePackage.exe displaying no output

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…
OrhanC1
  • 1,415
  • 2
  • 14
  • 28
0
votes
1 answer

How to get real width and height of the screen in the bada widget?

Does anyone know how to get REAL width and height of the screen in the bada (Samsung Wave) widget?
Denis
  • 2,429
  • 5
  • 33
  • 61
0
votes
1 answer

Tunnelling RTSP through HTTP

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.
Bala
  • 390
  • 3
  • 8
  • 25
0
votes
1 answer

Lost connection to emulator error

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.
Jonah
  • 2,097
  • 4
  • 20
  • 22
0
votes
3 answers

Bada, Static pointer crash

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*…
jimmy
  • 23
  • 4
-1
votes
2 answers

Ftp site browsing in mobile phones

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
Liri
  • 19
  • 2
  • 6
-1
votes
1 answer

AES EncryptN BADA solution

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…
-1
votes
1 answer

bada 2.0 SDK; anyone use it?

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??
1 2 3
10
11