Menu
Sites
Language
Annoying bugs found already

Hi There

I have long experience in bada development I am looking forward to port some of my apps to Tizen

However I have discovered many issues already in Tizen SDK and Emulator in the past 2 days running on Ubuntu / windows xp 32 bits (slow machine). These are really pain and I can't port may apps because of them

I will list what I remember

1-
Using file manager :FindAppControlN(L"tizen.filemanager",
L"http://tizen.org/appcontrol/operation/pick");
Is not working .. No images or sounds files list

Deperected OnAppControlCompleted() and new API OnAppControlCompleteResponseReceived() and OnAppControlStartResponseReceived() all not called at all

Log shows system runtime error about failing to join threads E-SYSTEM-ERROR

2 - Compatibility OSP issues
These methods complain and ask for file path to start with /Home or /Media /Storgecard - They don't take new API
GetAudioMetaN
GetImageMetaN

//
static bool Tizen::Content::_ContentManagerUtilImpl::VerifyFilePathCompatibility(const Tizen::Base::String&) (1026). > The contentPath should start with /Home, /Media, or /Storagecard/Media.
static Tizen::Content::AudioMetadata* Tizen::Content::_ContentManagerUtilImpl::GetAudioMetaN(const Tizen::Base::String&) (280). > [E_INVALID_ARG] /opt/apps/*******/data/test.mp3 is not compatible.
//

3- The IDE does not report compatibility issues under problems view even if you check it in project propertites

I am sure there are more bugs but can't remember them now but I think there are more API methods with similar issues to second problem

Edited on 18 03, 2014

Responses

2 Replies
Vineet Tiwari
Hi, All the above errors are relative to native programming, please post in "native forum " support to get more help.
 kavish
Request to download migration tool from the below link and install it with Tizen SDK. http://developer.samsung.com/bada/repository/add-on/migration-tool/ Please go through more details for installtion with the following link. http://developer.bada.com/library/Migration-Tool-Installation-for-Converting-bada-Applications-to-Tizen-Applications After installation, please check "bada C++ application with bada 2.0 to Tizen native application" in you installed tizen-sdk/documentation path. 1. In the IDE, select File > Import >Tizen >Import bada Project and click Next. 2. Select your existing bada C++ application project and click Finish. 3. If your build fails check removed or changed API list in the SDK documents.