I've built a native tpk using tizen sdk 2.1 which works fine on tizen x86 emulator. After installing the same tpk (pkgcmd -q -i -t tpk -p /opt/apps/PKGS/Application.tpk) on hardware(tizen 2.0 running on intel atom ),
the app icon shows up on home screen.

But At run time it fails to run. Attached log.

https://developer.tizen.org/forums/general-support/how-create-applications-tizen-ivi
There is no mention on this link about ivi native apps(tpk) using tizen sdk.

How can I make tpk (native app ) run on the hardware running tizen ivi 2.0 ?

/***********************************************************************
//BASIC APP after installation
-sh-4.1# /opt/usr/apps/EM9lRFtOXn/
bin/     data/    info/    lib/     res/     setting/ shared/  
-sh-4.1# /opt/usr/apps/EM9lRFtOXn/bin/BasicAppTest
BasicAppTest      BasicAppTest.exe  
-sh-4.1# /opt/usr/apps/EM9lRFtOXn/bin/BasicAppTest
BasicAppTest      BasicAppTest.exe  
-sh-4.1# /opt/usr/apps/EM9lRFtOXn/bin/BasicAppTest.exe 
/opt/usr/apps/EM9lRFtOXn/bin/BasicAppTest.exe: symbol lookup error: 
/opt/usr/apps/EM9lRFtOXn/bin/BasicAppTest.exe: undefined symbol: 
_ZN5Tizen2Ui9Container16OnBoundsChangingERKNS_8Graphics14FloatRectangleES5_
-sh-4.1# /opt/usr/apps/EM9lRFtOXn/bin/BasicAppTest     
-sh-4.1# dlogutil 
arc = 1, optind = 1 ,Kb 0, rotate 4
--------- beginning of /dev/log_main
E/Tizen::Base( 2953): result Tizen::Base::String::SubString(int, 
Tizen::Base::String&) const (1113). > [E_OUT_OF_RANGE] The startIndex(12) MUST 
be greater than or equal to 0, and less than the length of this string(12).
E/Tizen::Base::Runtime( 2953): static Tizen::Base::Runtime::_EventManager* 
Tizen::Base::Runtime::_EventManager::GetCurrentEventManager() (293). > 
[E_OBJ_NOT_FOUND] This is not OSP thread.
E/Tizen::Base::Runtime( 2953): result 
Tizen::Base::Runtime::_Event::Initialize() (208). > [E_INVALID_OPERATION] Event 
manager does not exist.


/**************************************************************************************************************************************/
//Another native app after install @runtime 
-sh-4.1# /opt/usr/apps/F8FRirfZju/bin/TestTodo.exe 
/opt/usr/apps/F8FRirfZju/bin/TestTodo.exe: symbol lookup error: 
/opt/usr/apps/F8FRirfZju/bin/TestTodo.exe: undefined symbol: 
_ZN5Tizen2Ui9Container16OnBoundsChangingERKNS_8Graphics14FloatRectangleES5_
-sh-4.1# /opt/usr/apps/F8FRirfZju/bin/TestTodo     
TestTodo      TestTodo.exe  
-sh-4.1# /opt/usr/apps/F8FRirfZju/bin/TestTodo
-sh-4.1# dlogutil 
arc = 1, optind = 1 ,Kb 0, rotate 4
--------- beginning of /dev/log_main
E/Tizen::Base( 3106): result Tizen::Base::String::SubString(int, 
Tizen::Base::String&) const (1113). > [E_OUT_OF_RANGE] The startIndex(12) MUST 
be greater than or equal to 0, and less than the length of this string(12).
E/Tizen::Base::Runtime( 3106): static Tizen::Base::Runtime::_EventManager* 
Tizen::Base::Runtime::_EventManager::GetCurrentEventManager() (293). > 
[E_OBJ_NOT_FOUND] This is not OSP thread.
E/Tizen::Base::Runtime( 3106): result 
Tizen::Base::Runtime::_Event::Initialize() (208). > [E_INVALID_OPERATION] Event 
manager does not exist.


/*******************************************************************************************************************************************/

_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to