I have a bada phone. It receives radio via an FM (frequency modulated) antennae. It can record this natively (don't know about publicly available API's). http://www.technostarry.com/mobiles/fm-radio-record-samsung-wave-bada-phone/
I have an Android…
Hi i want to run a service in Bada which runs on the Boot and it should be able do activities like a sound of some seconds.
1) How it can be done
2 Which APIs can i use.
I' ve downloaded an example app from Bada documentation, DigitalLocker, and I' ve done and I' m doing some test, I had some problems, but with some help I solved, now I have another problem with X and Y axis in Item forms (personalIdItem, webacco,…
I use bada SDK 1.2 and there is no HTML/JS editor.
What project do you recommend to add in Help->Install New Software?
I have tried 2 projects on sf.net(add jars to plugins) but they didn't work.
I am using bada and refer to the tutorial here, which begins:
class MainForm:
public Osp::Ui::Controls::Form,
public Osp::Ui::IActionEventListener,
public Osp::Ui::ITouchEventListener
{
I am running code where I…
What's the deal with this, it's driving me crazy?
I run this piece of code;
if(GetControlCount() > 0)
{
RemoveAllControls();
}
And as soon as I step over the RemoveAllControls(); line I get the following…
I'm trying to upgrade a Bada app from 1.2 to 2.0 with no experience of Bada. I have the project building and can run it in the emulator but I get a load of warnings and I cant click the text boxes to get a keyboard and enter anything in the…
I have just created a new project with Bada SDK 2.0.2. When creating the new project I was asked to select a model i.e either HVGA, QVGA, or WQVGA.
Now my problem is that if I select a QVGA model than I am not able to run my app in HVGA and WQVGA.…
How can I write a service running in background for a Bada app? I need to write a service that starts when the device it booted up, and need it to run in background, so that it listens to incoming sms messages, and do some special actions once it…
I want to develop a bada application that generate notes when user touches the screen.
Is there any way to do that? I remember my old Amstrad CPC 464 had a BASIC instruction, SOUND, to generate sounds programmatically.
Is there any library to do…
When I try to run FormTransition in UiControlAnimator (SDK example) I get an exception saying
"0086.598,EXCEPTION,P32,T00,A124,Osp::Ui::Animations::FrameAnimator::GetStatus (126) > [] Animation is not supported."
How can I fix this?