Hello,

I am trying to run Tizen 3.0 common on Odroid-U3 board.

I downloaded the pre-built Tizen 3.0 common image for Odroid-U3, from
following URL. (2015.Q2 version, both kernel & platform.)
http://download.tizen.org/snapshots/tizen/common-3.0.2015.Q2/tizen-3.0.2015.Q2-common_20150630.1/images/arm-wayland/

Launcher and an EFL app(org.tizen.calculator) are launched successfully.

When I click web app icons on launcher such as Annex, however, it does not
show any response.
I had expected that windows for those apps are opened.

I tried to run the Crosswalk app via sdb with following command, but an
error occured. (xwalkctl told me that annex's app id is 33CFo0eFJe.annex)

$ xwalk-launcher 33CFo0eFJe.annex
/usr/bin/xwalk-launcher: line 9: /usr/lib64/xwalk/xwalk: No such file or
directory

Inspecting /usr/bin/xwalk-launcher, it was indicating binaries and
libraries of 64bit crosswalk, not included in the platform image.
Therefore, I modified line 9 of xwalk-launcher to indicate 32bit
crosswalk's binaries and libraries.

/usr/lib/xwalk/xwalk --process-per-site --disable-shared-process-mode
--disable-setuid-sandbox
--external-extensions-path=/usr/lib/tizen-extensions-crosswalk "$@"

However, in this case, other errors are occured as follows.

[1231/194236:ERROR:browser_main_loop.cc(164)] Running without the SUID
sandbox! See
https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for
more information on developing with the sandbox on.
[1231/194236:INFO:desktop_factory_wayland.cc(17)] Ozone:
DesktopFactoryWayland
[1231/194236:INFO:audio_manager_pulse.cc(258)] Failed to connect to the
context.  Error: Connection refused
[1231/194236:INFO:desktop_factory_wayland.cc(17)] Ozone:
DesktopFactoryWayland
 [CoreGL] <1279> (Mon Mar  9 05:59:30 UTC 2015) Library initializing...
[CoreGL] Driver GL version 2.0
  -> Completed
 [CoreGL] <Fastpath> :  (0) Default API path enabled...
[1231/194236:WARNING:proxy_service.cc(899)] PAC support disabled because
there is no system implementation
[1231/194237:WARNING:xwalk_external_extension.cc(47)] Error loading
extension '/usr/lib/tizen-extensions-crosswalk/libtizen_time.so':
libicui18n.so.48: cannot open shared object file: No such file or directory
[1231/194237:WARNING:xwalk_extension_server.cc(411)] Failed to initialize
extension: /usr/lib/tizen-extensions-crosswalk/libtizen_time.so
[1231/194237:WARNING:xwalk_external_extension.cc(47)] Error loading
extension '/usr/lib/tizen-extensions-crosswalk/libtizen_system_info.so':
/usr/lib/tizen-extensions-crosswalk/libtizen_system_info.so: undefined
symbol: _ZN19SysInfoNetworkTizen14StartListeningEv
[1231/194237:WARNING:xwalk_extension_server.cc(411)] Failed to initialize
extension: /usr/lib/tizen-extensions-crosswalk/libtizen_system_info.so
[/home/abuild/rpmbuild/BUILD/vconf-buxton-0.3/src/vconf-buxton.c:769] Error
2 while getting buxton key memory/data-provider-master/started
[/home/abuild/rpmbuild/BUILD/vconf-buxton-0.3/src/vconf-buxton.c:769] Error
2 while getting buxton key memory/data-provider-master/started
[/home/abuild/rpmbuild/BUILD/vconf-buxton-0.3/src/vconf-buxton.c:1788] key
memory/data-provider-master/started doesn't exist
[1231/194237:ERROR:desktop_drag_drop_client_wayland.cc(14)] Not implemented
reached in
views::DesktopDragDropClientWayland::DesktopDragDropClientWayland(aura::Window*)
[1231/194237:ERROR:desktop_window_tree_host_ozone.cc(601)] Not implemented
reached in virtual void
views::DesktopWindowTreeHostOzone::OnRootViewLayout()
[1231/194237:ERROR:desktop_window_tree_host_ozone.cc(622)] Not implemented
reached in virtual void
views::DesktopWindowTreeHostOzone::SizeConstraintsChanged()
[1231/194237:ERROR:desktop_window_tree_host_ozone.cc(601)] Not implemented
reached in virtual void
views::DesktopWindowTreeHostOzone::OnRootViewLayout()
[1231/194237:ERROR:desktop_window_tree_host_ozone.cc(580)] Not implemented
reached in virtual void
views::DesktopWindowTreeHostOzone::SetWindowIcons(const gfx::ImageSkia&,
const gfx::ImageSkia&)
[/home/abuild/rpmbuild/BUILD/vconf-buxton-0.3/src/vconf-buxton.c:769] Error
2 while getting buxton key db/setting/auto_rotate_screen
[1231/194237:ERROR:surface_factory_ozone.cc(53)] Not implemented reached in
virtual scoped_ptr<ui::SurfaceOzoneCanvas>
ui::SurfaceFactoryOzone::CreateCanvasForWidget(gfx::AcceleratedWidget)
[1231/194237:FATAL:software_output_device_ozone.cc(22)] Failed to
initialize canvas
/usr/bin/xwalk-launcher: line 10:  1260 Aborted
/usr/lib/xwalk/xwalk --process-per-site --disable-shared-process-mode
--disable-setuid-sandbox
--external-extensions-path=/usr/lib/tizen-extensions-crosswalk "$@"

How could I fix this problem?
Do you have any idea?

Regards,
Gyeonghwan Hong.

-- 
Gyeonghwan Hong (RedCarrottt)
Embedded Software Lab.
Sungkyunkwan University
[email protected]
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to