Languages

Menu
Sites
Language
Unable to launch any application

On starting application example memo (pre installed app)  nothing happens. Using samsung remote test lab.

From logs 

ERROR 11-28 09:24:28.035 2649 2649   Tizen::Base::Collection virtual result Tizen::Base::Collection::ArrayList::IndexOf(const Tizen::Base::Object&, int, int, int&) const(290) > [E_OBJ_NOT_FOUND] The arraylist is empty.
ERROR 11-28 09:24:28.035 2649 2649   Tizen::Base::Collection virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating.
ERROR 11-28 09:24:28.035 2649 2649   Tizen::Base::Collection virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating.
ERROR 11-28 09:24:28.035 2649 2649   Tizen::Base::Collection virtual result Tizen::Base::Collection::ArrayList::IndexOf(const Tizen::Base::Object&, int, int, int&) const(290) > [E_OBJ_NOT_FOUND] The arraylist is empty.
ERROR 11-28 09:24:28.035 2649 2649   Tizen::App virtual void Tizen::App::_ContextManager::OnApplicationTerminated(const Tizen::App::AppId&, int)(477) > Not registered pid(31734)
INFO 11-28 09:24:25.480 31734 31734   Memo int OspMain(int, char**)(58) > Application finished.
ERROR 11-28 09:24:25.480 2649 2649   Tizen::App result Tizen::App::_ContextManager::Unregister(int)(241) > Unknown pid(31734).
ERROR 11-28 09:24:25.155 31734 31734   Tizen::App static bool Tizen::App::_AppImpl::OnCreate(void*)(221) > [E_INIT_FAILED] Osp AppService is not running.
INFO 11-28 09:24:16.895 31734 31734   Memo int OspMain(int, char**)(48) > Application started.

Responses

10 Replies
kimi

Hi,

you are able to run the application in the Emulator?

 

Kimi,

Anurag Bharati

Hello Kimi

Yes, its working in emulator but not on samsung remote test lab device. I checked time its same on my computer and in device.

kimi

Hi,

Does your application use Partner Privilege?

Kimi

Vadim Lopatin

Have you built ARM package for Remote Test Lab?

For Emulator, x86 package is used.

If you haven't changed options before building package for test lab, use Project Options / C++ / Tizen - select ARMV7A toolchain.

BTW, a few days ago I met strange problem: package built with GCC ARM toolchain was crashed on Remote Test Lab, but once I've rebuilt it using LLVM/ARM toolchain, it has been started ok.

 

 

Anurag Bharati

Hey buggins thanks for reply,

My configuration was 'Release' and build for 'ARMv7-a'.

kimi

Hi,

Try in other servers also (it might be due to net connection problem), if the issue persists then post your query in http://developer.samsung.com/remotetestlab/rtlFeedback.action

 

Kimi

Anurag Bharati

Hello,

Thanks kimi!

No net problems and my app doesn't use partner privilege. Since it was not working so I checked pre installed apps ( like memo) and it dosen't worked.

Lenco

Hi,

On another note, how do you get logs from remote test lab device?

Thanks.

Arnaud Dagnelies

Right click on the border > Test > Logs

Anurag Bharati

Hey Arnaud thanks for replying Lenco. It feels good to be part of an active community :)