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

How to compile bada gcc toolchain from command line?

I want to develop a helloworld application but want to compile it using Command line not by BADA IDE.
Suvin
  • 31
  • 6
1
vote
2 answers

Monitoring GPS Coordinates

I need to monitor GPS Coordinates changes at every 15 min and take action based on that. as per bada developer guide report "only one application allowed to run at a time if another application try to run first one is closed" .so that how do i…
Suriyan Suresh
  • 2,964
  • 14
  • 51
  • 80
1
vote
1 answer

How can I programatically get the MEID/ESN in Bada?

I am trying to gain access to the MEID/ESN using C/C++ on Samsung's Bada OS. I would appreciate if someone could point me in the right direction (websites, documentation, etc). Thanks much! -Kamran
1
vote
0 answers

Can't get birthday field using Phonegap for bada

While developing an application for bada2 using PhoneGap i'v got a following problem: I tried to refer to my phone contacts and see their birthdays. But when I trying to get the values ​​of the field birthday I always get null. Contact picks up…
Andrey
  • 43
  • 6
1
vote
1 answer

Debugging badaWAC application

I'm develop web app for bada platform using badaWAC api. What are the ways to debug badaWAC application? May be exists some browser plugin for this target?
CAMOBAP
  • 5,523
  • 8
  • 58
  • 93
1
vote
2 answers

Understanding of QA and publishing process in samsung app store

I'm developing an app for samsung bada. Refer post: Using self developed Bada application for own smartphones It tells: - upload app to the seller site; - now you can download it; I have 2 questions here: 1) How much time does it take from second to…
Sonic
  • 11
  • 3
1
vote
1 answer

Getting error in app porting

I am porting an app from HVGA (Bada 2.0.2 device ) to WVGA( Bada 1.2) using ecllipse( version 2.0.2 ). For this I have done the following changes in my project Project-> Properties/Bada build Set Model WVGA and set AutoScaling…
dinesh
  • 41
  • 4
1
vote
1 answer

ABORT_ERR: XMLHttpRequest Exception 102: The user aborted a request in synchronous requests on bada

Hi everyone I amsending one string in post method for that I have following code: function sendText(txt) { var internetUrl="http://myURL/"; var url =internetUrl+ encodeURI("customer/Ri_logon.asp?requestString="); var…
PPD
  • 5,660
  • 12
  • 52
  • 86
1
vote
2 answers

Android: best way to provide options for listview items

I am new in Android developing, and my question is about what is the best way to provide options for listview items? On the Bada OS, you can slide any listview item horizontally away, and access the options for that…
Zoli
  • 841
  • 8
  • 31
1
vote
1 answer

Bada linker does not complain on missing symbols, runtime crashes possible

Take a sample bada app, any one. For example, "BasicApp". Into MainForm.cpp, insert the following: extern void Hello(); Do not define the function anywhere. Then under MainForm::OnInitializing, place a call to it: MainForm::OnInitializing(void) { …
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
0
votes
1 answer

Is it possible to write Phonegap Plugins for Windows, Bada and Symbian?

Is it possible to write Phonegap Plugins for Windows 7, Bada and Symbian Platforms?
RK-
  • 12,099
  • 23
  • 89
  • 155
0
votes
1 answer

How do I deploy a Java ME app to Bada?

I've read that it's possible to develop and deploy Java ME apps to Samsung Bada phones. But how do you deploy the apps to the emulator and/or phone? Are there any Eclipse plugins for this? Any pointers or links to a guide would be helpful.
Gorkamorka
  • 448
  • 1
  • 8
  • 22
0
votes
2 answers

How can I extend/combine Interface classes containing pure virtual functions?

I am using: class ISearchFuncs : public Osp::Ui::IActionEventListener , public Osp::Ui::ITextEventListener , public Osp::Ui::IScrollPanelEventListener { public: virtual result CloseOverlayKeyb() = 0; virtual result…
John
  • 6,433
  • 7
  • 47
  • 82
0
votes
1 answer

Use Boost Library with Bada

How can i use boost library with bada SDK? I have already build boost library on my pc. I found this hints, but i don't understand very well what i should exactly to do. Thanks!!
user1005633
  • 625
  • 3
  • 9
  • 23
0
votes
1 answer

Process task abnormally terminated with exit code (PM_ASSERT_ERROR)

The application is crashing when i move back from a child form to parent form. It is giving Process task abnormally terminated with exit code (PM_ASSERT_ERROR) Crashed Appl Task Call stack I think that if some thread is running in child form, the…
Char2674
  • 93
  • 9