Hello
I want to develop a BADA application which will print the message Helloworld.I have downloaded BADA SDK.It could be done in BADA IDE but i want to compile and run it using command prompt.Now for that we need to compile it using GCC tool chain i think.My Helloworld code is in C:Helloworld.So i have changed directory to it and also h...
the BADA IDE is executing the commands
cs-make all 'Building file:
../src/AnimationApp.cpp' 'Invoking:
bada C++ Compiler' i686-mingw32-g++
-D_DEBUG -DSHP -DBUILD_DLL -I"C:/bada/1.0.0b3/include" -I"C:/bada/1.0.0b3/IDE/workspace2/AnimationApp/inc" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/AnimationApp.d" -MT"src/Anim...
Hello
I was trying to compile a simple Helloworld program for BADA but through command prompt.After compiling i ma getting the errors as
c:/Helloworld/src/Helloworld.cpp:12: error: prototype for 'Osp::App::Application HelloWorld::CreateInstance()' does not match any in class 'HelloWorld'
C:/Helloworld/inc/HelloWorld.h:21: error: candida...
Hello
I am Compiling BADA sample appliction ApplicationApp but from command prompt.Now for thisi needed commands so i had a look at BADA IDE console while Building ApplicationApp.The command console showed for compiling was
i686-mingw32-g++ -D_DEBUG -DSHP -DBUILD_DLL -I"C:/bada/1.0.0b3/include" -I"C:/bada/1.0.0b3/IDE/workspace2/Animatio...
Hi, Can Java apps run on the Samsung Wave Bada OS?
...
Can anyone suggest me a file archiving library for bada?
I've looked at minizip (which uses zlib) and bzip2, but they both use Linux or Windows headers for file access, which the bada SDK does not provide.
...
Would it be possible for me to build an application that enables people to encrypt call coming to me with my public key and then for me to decrypt the call data at my end using my own private key. This way I basically have a more secure communication channel which I am assuming because RSA is hard to crack would be difficult to monitor.
...
I'm trying to integrate Maps to my Bada application. I've tried deCarta but unfortunately it comes with an ad. There is an ad on each form that displays a map and it's not pleasant.
So, can you please recommend me another maps API that will work well with the Bada platform. Does Google Maps API or Yahoo's service go along well with Bad...
I've been developing a mobile app recently. The app is nearly finished with all features and it usually works fine when I test it.
However, sometimes when I navigate between forms, the app crashes: "Simulator.exe has stopped working..."
It doesn't occur on a specific form or place, but randomly, as far as I've observed. How do I track ...
How do I get started with development for the bada OS used in Samsung Wave?
What are the pre-requisites for this task? (I only know some C & C++)
...
i store blob data with php like this
$this->_db->exec"CREATE TABLE media (url TEXT, content BLOB)");
$fp = fopen($encoded['path'], 'rb');
$sql = "INSERT INTO media (url, content) VALUES (?, ?)";
$stmt = $this->_db->prepare($sql);
$stmt->bindValue(1, $encoded['url'], PDO::PARAM_STR);
$stmt->bindValue(2, $fp, PDO::PARAM_LOB);
$stmt->exec...
I have read in other sources that we can use Data API from Youtube to get the 3gp link and feed it to the native Video Player. The problem, i always receive "Bad Requestion" Error and don't know why
Here is my code:
url = L"rtsp://v3.cache6.c.youtube.com/CiILENy73wIaGQlvkzjVhV1k7BMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp";
ArrayList...
I just start to try out my Hello World app development on Bada. I installed the SDK 1.0.0 on Windows XP (VM on Mac OS X).
In my Hello World app, I only add a Form and modified OnAppInitializing function and OnForeground function.
I tried both Run and Debug. The simulator is launched and running fine. But the progress of my Hello World ...
Can applications written for Symbian OS be ported to Bada?
...
The Bada site list the Windows OS as a system requirement for installing the Bada SDK.
Is it possible to create Bada apps using Linux?
...
Hello
I want to change the appearance of the standard calculator application found in BADA to
match this image of a calculator.
Can anyone help me understand how to do this?
Thanks
...
I executed a code to get xml content from timesofindia but its not woking and the code which i used is
doc=xmlReadDoc(NULL,"http://timesofindia.indiatimes.com/rssfeeds/-2128936835.cms",NULL,0);
I am new to bada.Somebody please help me.
...
Is there any hint whether Bada OS supported scheduled task ?
E.g. App A set a timer or schedule, then App A is suspended or closed. When the timer is expired, the application would be called and proceed.
Possible ? or any alternative ?
...
My application in working fine in Samsung BADA simulator but not working in device. My application is for S8500, available for download https://sourceforge.net/projects/wavechm/ with source code. I don't know what to do now?
...
I am in a need of multiple Transaction. But Bada is allowing me to do only one transaction. How to increase the number of Transaction? The code which i am using is
result HttpClient::TestHttpGet(Osp::Base::String link1)
{
int r1;
result r = E_SUCCESS;
HttpTransaction* pTransaction = null;
HttpRequest* pRequest = null;
String hostAddr(l...