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…
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
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…
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?
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…
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…
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…
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…
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)
{
…
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.
I am using:
class ISearchFuncs :
public Osp::Ui::IActionEventListener
, public Osp::Ui::ITextEventListener
, public Osp::Ui::IScrollPanelEventListener {
public:
virtual result CloseOverlayKeyb() = 0;
virtual result…
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!!
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…