RE: RE: Need help on installing wgt file

2014-04-24 Thread Wang, Ning W
Are you by any chance using an old image where wrt-commons is not installed 
properly?
You can try re-installing wrt-commons by:
1. rpm -e wrt-commons --nodeps
2. zypper in wrt-commons
3. reboot

Thanks,
Ning
From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of karthik karthik
Sent: Friday, April 25, 2014 1:47 PM
To: Xiong, LijinX; Ylinen, Mikko
Cc: ivi@lists.tizen.org
Subject: Re: RE: Need help on installing wgt file


Hi,

I tried installing .wgt file from /opt/usr/apps/.preinstallWidgets , but same 
error as before.

Thanks,
karthik



From: Xiong, LijinX mailto:lijinx.xi...@intel.com>>;
To: karthik karthik 
mailto:karthikkarthik...@yahoo.in>>; Ylinen, Mikko 
mailto:mikko.yli...@intel.com>>;
Cc: ivi@lists.tizen.org 
mailto:ivi@lists.tizen.org>>;
Subject: RE: Need help on installing wgt file
Sent: Fri, Apr 25, 2014 3:28:25 AM


Try this command:  wrt-installer -i 
/opt/usr/apps/.preinstallWidgets/GhostCluster.wgt


Thanks
Lijin

From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of karthik karthik
Sent: Friday, April 25, 2014 11:15 AM
To: Ylinen, Mikko
Cc: ivi@lists.tizen.org
Subject: Re: Need help on installing wgt file


Hi Mikko,

yes, weston is run as user 'app'.

I am already using root privileges, but still wrt-installer don't work. any 
other checks i might be missing?

Thanks,
karthik



From: Ylinen, Mikko >;
To: karthikkarthik...@yahoo.in 
>;
Cc: ivi@lists.tizen.org 
>;
Subject: Re: Need help on installing wgt file
Sent: Tue, Apr 22, 2014 12:56:58 PM



On Tue, Apr 22, 2014 at 12:23 PM, 
karthikkarthik...@yahoo.in 
mailto:karthikkarthik...@yahoo.in>> wrote:

Hi,

I wanted to install a widget and then launch it on Tizen image, so I am first 
trying to install the GhostCluster.wgt file in Weston terminal using below 
command:


Weston terminal most likely means you're running as user 'app'.

At the moment you'd need root privileges for wrt-installer.

-- Mikko




___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: RE: Need help on installing wgt file

2014-04-24 Thread karthik karthik

Hi,

I tried installing .wgt file from /opt/usr/apps/.preinstallWidgets , but same 
error as before.

Thanks,
karthik

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: Need help on installing wgt file

2014-04-24 Thread Xiong, LijinX

Try this command:  wrt-installer -i 
/opt/usr/apps/.preinstallWidgets/GhostCluster.wgt


Thanks
Lijin

From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of karthik karthik
Sent: Friday, April 25, 2014 11:15 AM
To: Ylinen, Mikko
Cc: ivi@lists.tizen.org
Subject: Re: Need help on installing wgt file


Hi Mikko,

yes, weston is run as user 'app'.

I am already using root privileges, but still wrt-installer don't work. any 
other checks i might be missing?

Thanks,
karthik



From: Ylinen, Mikko mailto:mikko.yli...@intel.com>>;
To: karthikkarthik...@yahoo.in 
mailto:karthikkarthik...@yahoo.in>>;
Cc: ivi@lists.tizen.org 
mailto:ivi@lists.tizen.org>>;
Subject: Re: Need help on installing wgt file
Sent: Tue, Apr 22, 2014 12:56:58 PM



On Tue, Apr 22, 2014 at 12:23 PM, karthikkarthik...@yahoo.in 
> wrote:

Hi,

I wanted to install a widget and then launch it on Tizen image, so I am first 
trying to install the GhostCluster.wgt file in Weston terminal using below 
command:


Weston terminal most likely means you're running as user 'app'.

At the moment you'd need root privileges for wrt-installer.

-- Mikko


___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Need help on installing wgt file

2014-04-24 Thread karthik karthik
Hi  Mikko,

yes, weston is run as user 'app'.

I am already using root privileges, but still wrt-installer don't work. any 
other checks i might be missing?

Thanks,
karthik

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Native application delopyment on IVI

2014-04-24 Thread Tomasz Olszak
Dnia czwartek, 24 kwietnia 2014 12:08:59 Jimmy Huang pisze:
> In Lemolo, it didn't define a smack manfiest, so by default smack label will
> set to the floor "_", but it should have one defined, something like this:
> 
> 
>   
> 
>   
> 
> 
> 
> The org.tizen.dialer.xml is the application manifest that registers that app
> with the app framework, that basically allow your app can be launched from
> the home screen.
> 
> See
> https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming
> /html/basics_tizen_programming/tizen_app_model/application_package_manager.h
> tm
> 
> Jimmy
Thanks for the hints Jimmy, however I have a few doubts.

So far my understanding is following: 
%manifest section in rpm spec file provides some metadata (for rpm? pkgcmd rpm 
backend?) to correctly set smack permissions. That's what *.manifest files are 
for. The *.xml files on the other hand are metadata for pkgmgr.

Unfortunately it seems that there is more than one *.xml manifest format. [1] 
describes tpk manifest structure. It is different from org.tizen.dialer.xml. 
For example there is no "Label" or  "ui-application" elements in tpk manifest 
format. 

Do they differ or [1] is incomplete?

The other thing is how the *.xml is discovered? In tpk it is called 
manifest.xml and resides in "info" subdirectory.

[1] 
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/ide_sdk_tools/manifest_element_hierarchy.htm
-- 
regards, 
Tomasz Olszak
Qt for Tizen | http://qt-project.org/wiki/Tizen
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Tizen IVI 3.0 M2 March 2014 has been released

2014-04-24 Thread Hofemeier, Ulf
The Tizen IVI team is pleased to announce the completion of our next
milestone release, Tizen IVI 3.0 M2 March 2014 for In-Vehicle
Infotainment (IVI). We are also very excited to announce the release
of the Tizen SDK for In-Vehicle Infotainment:
https://wiki.tizen.org/wiki/Tizen_IVI_SDK

This release features kernel 3.13.3, Wayland 1.4 and sample HomeScreen
(ICO) version 0.9, which is now using the GENIVI layer management
engine. Light Media Scanner (LMS) provides a fast and lightweight
media indexing service. "Cowhide" adds a web technology framework
allowing access to UI buttons and widgets, offering day/night mode
properties that are exposed by Automotive Message Broker. With this
release the SMACK based 3-domain security framework was added to
ensure restricted information sharing amongst system processes is
enabled. It is expected to be the last release using the webkit-efl
based Tizen Web Runtime (WRT). Future Tizen IVI releases will include
Crosswalk as the WRT engine. Crosswalk is based on Chromium/Blink
which are well-established projects with a proven track record of
providing top-level performance and have strong community support.

We also added a sample UI "Modello," which is entirely written using
HTML5/JS technologies. It serves as a Proof-of-Concept and is not yet
fully-functional so please treat this as alpha quality for now. The
complete release notes are available here:
https://wiki.tizen.org/wiki/IVI/Tizen-IVI_3.0-M2-March2014

For more information about Tizen for In-Vehicle Infotainment (IVI),
please go and visit our wiki at: https://wiki.tizen.org/wiki/IVI

If you are new to Tizen IVI Project and are looking for ways to start
contributing, please refer to our "How to Contribute" wiki page at
https://wiki.tizen.org/wiki/How_to_contribute_to_Tizen_IVI

Regards,

Ulf (on behalf of the Tizen IVI team)
Technical Marketing Engineer
Intel Corporation
System Software Division
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Native application delopyment on IVI

2014-04-24 Thread Jimmy Huang
In Lemolo, it didn't define a smack manfiest, so by default smack label 
will set to the floor "_", but it should have one defined, something 
like this:



  

  



The org.tizen.dialer.xml is the application manifest that registers that 
app with the app framework, that basically allow your app can be 
launched from the home screen.


See 
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/basics_tizen_programming/tizen_app_model/application_package_manager.htm


Jimmy



From: Tomasz Olszak 
Date: Thu, Apr 24, 2014 at 8:19 AM
Subject: Native application delopyment on IVI
To: "ivi@lists.tizen.org" 


Hi,
is [1] up to date? How it is related to lemolo package, especially [2]
and [3]? What is the difference between *.xml and *.manifest files?

I'm asking because I wanted to provide some automated packaging and
depoyment system for Qt Creator IDE and Tizen IVI.

[1] https://wiki.tizen.org/wiki/Security/Application_installation_and_Manifest
[2] 
https://review.tizen.org/gerrit/gitweb?p=profile/ivi/lemolo.git;a=blob;f=packaging/lemolo.spec;h=5fdc3af85cf3c0670abed54b1b6f8cfdf6ee7df9;hb=refs/heads/tizen
[3] 
https://review.tizen.org/gerrit/gitweb?p=profile/ivi/lemolo.git;a=blob;f=org.tizen.dialer.xml;h=f77c76dbd9bced95f0b0662bc302a4f5b0441b1c;hb=refs/heads/tizen

--
regards,
Tomasz Olszak
Qt for Tizen | http://qt-project.org/wiki/Tizen
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Native application delopyment on IVI

2014-04-24 Thread Tomasz Olszak
Hi,
is [1] up to date? How it is related to lemolo package, especially [2]
and [3]? What is the difference between *.xml and *.manifest files?

I'm asking because I wanted to provide some automated packaging and
depoyment system for Qt Creator IDE and Tizen IVI.

[1] https://wiki.tizen.org/wiki/Security/Application_installation_and_Manifest
[2] 
https://review.tizen.org/gerrit/gitweb?p=profile/ivi/lemolo.git;a=blob;f=packaging/lemolo.spec;h=5fdc3af85cf3c0670abed54b1b6f8cfdf6ee7df9;hb=refs/heads/tizen
[3] 
https://review.tizen.org/gerrit/gitweb?p=profile/ivi/lemolo.git;a=blob;f=org.tizen.dialer.xml;h=f77c76dbd9bced95f0b0662bc302a4f5b0441b1c;hb=refs/heads/tizen

-- 
regards,
Tomasz Olszak
Qt for Tizen | http://qt-project.org/wiki/Tizen
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Proposal for new component in Tizen IVI

2014-04-24 Thread Abhishek Sharma
Hi Matti-Pekka,

Thanks for pointing to the implementation and details of Tizen IVI Murphy. I am 
studying and analyzing the same.

Regards
Abhishek

--- Original Message ---
Sender : ivi-requ...@lists.tizen.org
Date : Apr 24, 2014 17:07 (GMT+09:00)
Title : IVI Digest, Vol 26, Issue 99

Send IVI mailing list submissions to
ivi@lists.tizen.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.tizen.org/listinfo/ivi
or, via email, send a message with subject or body 'help' to
ivi-requ...@lists.tizen.org

You can reach the person managing the list at
ivi-ow...@lists.tizen.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of IVI digest..."


Today's Topics:

   1. Re: automotive-message-broker cmake errors (Tomasz Olszak)
   2. Re: automotive-message-broker cmake errors (Rees, Kevron)
   3. Re: Proposal for new component in Tizen IVI (Sivosuo, Matti-Pekka)
   4. Re: Web browser on tizen ivi (ismail yildiz)
   5. RE: Web browser on tizen ivi (VanCutsem, Geoffroy)


--

Message: 1
Date: Wed, 23 Apr 2014 21:18:07 +0200
From: Tomasz Olszak 
To: ivi@lists.tizen.org
Subject: Re: automotive-message-broker cmake errors
Message-ID: <1533767.JyEsqo0yRN@tolszak-ms-7823>
Content-Type: text/plain; charset="utf-8"

Dnia ?roda, 23 kwietnia 2014 19:01:41 joachim rodrigues pisze:
> CMake Error at /opt/local/share/cmake-2.8/Modules/FindBoost.cmake:1106
> (message): Unable to find the requested Boost libraries.
> 
> 
> Unable to find the Boost header files. Please set BOOST_ROOT to the root
> directory containing Boost or BOOST_INCLUDEDIR to the directory containing
> Boost's headers.
> Call Stack (most recent call first):
> CMakeLists.txt:79 (find_package)
Your system lacks boost development files, I'm not mac user but first shoot in 
google gives some hints:

http://stackoverflow.com/questions/104322/how-do-you-install-boost-on-macos



--

Message: 2
Date: Wed, 23 Apr 2014 12:57:44 -0700
From: "Rees, Kevron" 
To: Tomasz Olszak 
Cc: "ivi@lists.tizen.org" 
Subject: Re: automotive-message-broker cmake errors
Message-ID:

Content-Type: text/plain; charset=ISO-8859-2

In addition to boost, you'll need to install all the modules that
cmake said it couldn't find.  Such as json-c.  It appears to have
found the others.

-Kevron

On Wed, Apr 23, 2014 at 12:18 PM, Tomasz Olszak wrote:
> Dnia ?roda, 23 kwietnia 2014 19:01:41 joachim rodrigues pisze:
>> CMake Error at /opt/local/share/cmake-2.8/Modules/FindBoost.cmake:1106
>> (message): Unable to find the requested Boost libraries.
>>
>>
>> Unable to find the Boost header files. Please set BOOST_ROOT to the root
>> directory containing Boost or BOOST_INCLUDEDIR to the directory containing
>> Boost's headers.
>> Call Stack (most recent call first):
>> CMakeLists.txt:79 (find_package)
> Your system lacks boost development files, I'm not mac user but first shoot in
> google gives some hints:
>
> http://stackoverflow.com/questions/104322/how-do-you-install-boost-on-macos
>
> ___
> IVI mailing list
> IVI@lists.tizen.org
> https://lists.tizen.org/listinfo/ivi


--

Message: 3
Date: Thu, 24 Apr 2014 09:36:11 +0300
From: "Sivosuo, Matti-Pekka" 
To: ivi@lists.tizen.org
Subject: Re: Proposal for new component in Tizen IVI
Message-ID: <5358b0db.1030...@linux.intel.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi Abhisek,

On 23.4.2014 14:11, Abhishek Sharma wrote:
> Case 1:
> As times, it is observed that when a particular infotainment application is 
> installed and run, it affects functioning of some of the other existing 
> working applications. Typically, error message displayed is "running out of 
> memory". In such a scenario, if there is out of memory detected for a 
> particular service, HM can initiate
> (a) Garbage collection mechanism like GC in android to recover the unused 
> memory besides restarting the service.
> (b) termination of high memory consuming, less priority background services.
>
> Case 2:
> HM can maintain a threshold value of the memory for a given service, If 
> memory consumed exceeds the threshold value and it is detected by resourced, 
> HM shall notify the same to the corresponding service.

In Tizen IVI Murphy has also mechanism for monitoring and controlling 
system resources like memory and CPU. You might want to look into 
implementation and documentation available to see if we could find some 
synergy here.

https://review.tizen.org/gerrit/gitweb?p=profile/ivi/murphy.git;a=tree;f=src/plugins/system-monitor
https://review.tizen.org/gerrit/gitweb?p=profile/ivi/murphy.git;a=tree;f=src/plugins/system-controller

Thanks,
Matti-Pekka


--

Message: 4
Date: Thu, 24 Apr 2014 10:03:54 +0200
From: ismail yildiz 
To: Olivier Delbeke 
Cc: ivi@lists.tizen.org
Subject: Re: Web browser on tiz

Re: Re: Re: Proposal for new component in Tizen IVI

2014-04-24 Thread Abhishek Sharma
Hi Jeremiah,

Please find my comments below inline:

Regards,
Abhishek

--- Original Message ---
Sender : Jeremiah Foster
Date : Apr 23, 2014 21:04 (GMT+09:00)
Title : Re: Re: Proposal for new component in Tizen IVI

On Wed, Apr 23, 2014 at 1:11 PM, Abhishek Sharma  
wrote:

Hi Jeremiah,

Till date, we have been primarily involved with Tizen IVI release for 
Pandaboard.

Where does this release live? I see this: 
https://wiki.tizen.org/wiki/IVI/IVI_Platforms and 
https://wiki.tizen.org/wiki/Tizen_IVI_Getting_Started_Guide_For_PandaBoard
but that does not seem to have any repos connected with it. Also, its looks 
like you're pulling in some Android drivers to do stuff like WLAN. What is the 
deal with Bluetooth? Are you not using bluez? 
 Pandaboard is another reference board for Tizen IVI. For hardware 
adaptation firmware driver for WLAN, bluetooth corresponding to that board was 
used. Bluez is present as well. 
All the details related to the Tizen IVI releases can be found at 
https://wiki.tizen.org/wiki/IVI/IVI_Nov_25,_2013_2.0_ARM_release. Please check 
the same for more info on packages/ downloads. 


Based on requirements for Tizen IVI, we started looking into contributing for 
System Health Manager.

As mentioned in previous communications, the main idea of System Health Manager 
is to provide for a minimum fault tolerance capability by identifying 
faults/failure at runtime and take corrective (recovery) actions accordingly.

Did you look at Node Health Monitor? It likely does what you need.
 yes we are analysing it and will propose a way forward. 

Systemd was the obvious choice for the same as it typically starts most of the 
critical services and receives signals from them. The System Health Manager is 
simple standalone system component which captures the state of monitored 
critical services using Systemd dbus signals and interfaces, saves them in the 
database as fault-data of services and calls a pre-defined recovery client for 
the detected/diagnosed failure.

Please find some of the use cases which warrants components like System Health 
Manager in an IVI platform.

Case 1:
As times, it is observed that when a particular infotainment application is 
installed and run, it affects functioning of some of the other existing working 
applications. Typically, error message displayed is "running out of memory". In 
such a scenario, if there is out of memory detected for a particular service, 
HM can initiate
(a) Garbage collection mechanism like GC in android to recover the unused 
memory besides restarting the service.
(b) termination of high memory consuming, less priority background services.

Case 2:
HM can maintain a threshold value of the memory for a given service, If memory 
consumed exceeds the threshold value and it is detected by resourced, HM shall 
notify the same to the corresponding service.

Case 3:
If an abrupt termination of a service is detected due to signal or core-dump, 
HM shall apply a corresponding recovery strategy like CheckPointing/Restart, 
service restart, node restart, deferred restart etc.

Case 4:
Update, maintain fault data which can be uploaded to server for remote 
diagnostics purposes. It could also transfer this data on a CAN bus using AMBD 
to the OBD port.

Case 5:
If a service/app has been scheduled for a deferred/ delayed start, the system 
shall keep a track of this.

@Jean-Pierre
Thanks for providing the details and links for the code base. We are currently 
going through that and we propose on how we could have a synergy to co-develop 
this component. We are looking into Node State Controller in details
 and will take a decision to co-work to see how we could potentially integrate 
that solution into Tizen IVI. Will propose on that shortly.

This is good news.

We suggest to proceed with the following steps.
1. Discuss and share the use cases and requirements (we have already started 
that).
2. Understand similarity and differences and how to address them.


GENIVI has done significantly work the last few years in defining a middleware 
stack that is suitable for an IVI unit. One of the things we've gone through, 
for example, is bluez which we've worked hard to align with. This is something 
that Tizen also uses and is an example of how we as an industry can collaborate 
on a common code base. You appear to be moving away from bluez (judging by the 
kernel configs you recommend in the wiki.) Can you tell me what the plan is for 
having bluetooth on your system?
 Pandaboard release is based on Tizen IVI releases. However, hardware 
specific components naturally will be different. Please see the link mentioned 
earlier for release details.

3. Address the issues like modularity, dependency on other modules and their 
availability in Tizen IVI platform.

You appear to have a lot of dependencies on Android components. Can you explain 
why that is? 
 Our proposal in discussion does not have anything to do with 
Andorid. A passing reference is made

Re: Web browser on tizen ivi

2014-04-24 Thread ismail yildiz
Yes MiniBrowser works now, and my web app works
I send the email before to look on the screen
thank you


2014-04-24 10:34 GMT+02:00 Maciej Polanski :

>  Hi,
>
> On my older, VMPlayer TizenIVI I have such error messages too, but
> MiniBrowser starts after this.
> So your problem may be elsewhere.
> If you are using VMPlayer - did you use patch that makes web apps work on
> VMPlayer?
>
> /Maciej
>
>
> W dniu 2014-04-24 10:28, ismail yildiz pisze:
>
>  Thanks now I have some improvement.
>  I have this issue :
> ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check
> failed: m->handle == NULL
> ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check
> failed: m->handle == NULL
> ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check
> failed: m->handle == NULL
> ERR<19343>:elementary elm_gesture_layer.c:3680 elm_gesture_layer_add()
> could not add 0xa666858 as sub object of 0xa640140
> ERR<19343>:elementary elm_layout.c:1847 elm_layout_add() could not add
> 0xa6678d8 as sub object of 0xa640140
>
>
>
> 2014-04-24 10:23 GMT+02:00 Wu, DaweiX :
>
>>  You can try to ‘export XDG_RUNTIME_DIR=/run/user/5000/’ from ssh
>> connection , if you launch it from weston terminal, no need do this .
>>
>>
>>
>> *From:* IVI [mailto:ivi-boun...@lists.tizen.org] *On Behalf Of *ismail
>> yildiz
>> *Sent:* Thursday, April 24, 2014 4:04 PM
>>
>> *To:* Olivier Delbeke
>> *Cc:* ivi@lists.tizen.org
>>  *Subject:* Re: Web browser on tizen ivi
>>
>>
>>
>> Anybody have already resolved this problem ??
>>
>>
>>
>> 2014-04-23 15:27 GMT+02:00 Olivier Delbeke :
>>
>> Hi Ismail,
>>
>> You can get rid of the "Could not connect to Wayland display" error by
>> executing
>> export WAYLAND_DISPLAY=wayland-0
>>
>> Then, executing "MiniBrowser" should work (it works for me, as user
>> 'app').
>>
>> Best regards,
>>
>> Olivier
>>
>>
>>
>> [image: Inactive hide details for ismail yildiz ---04/23/2014 02:59:08
>> PM---ismail yildiz ]ismail yildiz
>> ---04/23/2014 02:59:08 PM---ismail yildiz 
>>
>> *ismail yildiz >*
>> Sent by: "IVI" 
>>
>> 04/23/2014 02:59 PM
>>
>> To
>>
>> ivi@lists.tizen.org
>>
>> cc
>>
>>Subject
>>
>> Web browser on tizen ivi
>>
>>
>>
>>
>>
>> Hi all,
>>
>> Someone have a web browser functional on tizen ?
>> Because when I launch chromium-browser I have the sandbox issue (
>> usr/lib/chromium/chrome --no-sandbox )
>> When I launch Minibrowser, I have a efl problem :
>> ecore_wl ecore_wl.c:173 ecore_wl_init() Could not connect to Wayland
>> display
>> ewebkit2
>> /home/abuild/rpmbuild/BUILD/webkit2-efl-123997_0.12.1/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:96
>> ewk_init() could not init ecore_wl.
>>
>> ___
>> IVI mailing list
>> IVI@lists.tizen.org
>> https://lists.tizen.org/listinfo/ivi
>>
>> This mail, and any attachments thereto, is intended only for use by the
>> addressee(s) named herein and may contain legally privileged and/or
>> confidential information. If you are not the intended recipient, please
>> note that any review, dissemination, disclosure, alteration, printing,
>> copying or transmission of this mail and/or any file transmitted with it,
>> is strictly prohibited and may be unlawful. If you have received this mail
>> by mistake, please immediately notify the sender as well as our mail
>> administrator at postmas...@aweurope.be, and permanently destroy the
>> original as well as any copy thereof.
>>
>>
>>
>
>
>
> ___
> IVI mailing listIVI@lists.tizen.orghttps://lists.tizen.org/listinfo/ivi
>
>
>
> ___
> IVI mailing list
> IVI@lists.tizen.org
> https://lists.tizen.org/listinfo/ivi
>
>
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Web browser on tizen ivi

2014-04-24 Thread Maciej Polanski

Hi,

On my older, VMPlayer TizenIVI I have such error messages too, but 
MiniBrowser starts after this.

So your problem may be elsewhere.
If you are using VMPlayer - did you use patch that makes web apps work 
on VMPlayer?


/Maciej


W dniu 2014-04-24 10:28, ismail yildiz pisze:

Thanks now I have some improvement.
I have this issue :
ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check 
failed: m->handle == NULL
ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check 
failed: m->handle == NULL
ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check 
failed: m->handle == NULL
ERR<19343>:elementary elm_gesture_layer.c:3680 elm_gesture_layer_add() 
could not add 0xa666858 as sub object of 0xa640140
ERR<19343>:elementary elm_layout.c:1847 elm_layout_add() could not add 
0xa6678d8 as sub object of 0xa640140




2014-04-24 10:23 GMT+02:00 Wu, DaweiX >:


You can try to 'export XDG_RUNTIME_DIR=/run/user/5000/' from ssh
connection , if you launch it from weston terminal, no need do this .

*From:*IVI [mailto:ivi-boun...@lists.tizen.org
] *On Behalf Of *ismail yildiz
*Sent:* Thursday, April 24, 2014 4:04 PM


*To:* Olivier Delbeke
*Cc:* ivi@lists.tizen.org 
*Subject:* Re: Web browser on tizen ivi

Anybody have already resolved this problem ??

2014-04-23 15:27 GMT+02:00 Olivier Delbeke
mailto:olivier.delb...@awtce.be>>:

Hi Ismail,

You can get rid of the "Could not connect to Wayland display"
error by executing
export WAYLAND_DISPLAY=wayland-0

Then, executing "MiniBrowser" should work (it works for me, as
user 'app').

Best regards,

Olivier



Inactive hide details for ismail yildiz ---04/23/2014 02:59:08
PM---ismail yildiz ismail yildiz
---04/23/2014 02:59:08 PM---ismail yildiz
mailto:ismail.yildi...@gmail.com>>

*ismail yildiz mailto:ismail.yildi...@gmail.com>>*
Sent by: "IVI" mailto:ivi-boun...@lists.tizen.org>>

04/23/2014 02:59 PM



To



ivi@lists.tizen.org 

cc



Subject



Web browser on tizen ivi



Hi all,

Someone have a web browser functional on tizen ?
Because when I launch chromium-browser I have the sandbox issue (
usr/lib/chromium/chrome --no-sandbox )
When I launch Minibrowser, I have a efl problem :
ecore_wl ecore_wl.c:173 ecore_wl_init() Could not connect to
Wayland display
ewebkit2

/home/abuild/rpmbuild/BUILD/webkit2-efl-123997_0.12.1/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:96
ewk_init() could not init ecore_wl.

___
IVI mailing list
IVI@lists.tizen.org 
https://lists.tizen.org/listinfo/ivi

This mail, and any attachments thereto, is intended only for use
by the addressee(s) named herein and may contain legally
privileged and/or confidential information. If you are not the
intended recipient, please note that any review, dissemination,
disclosure, alteration, printing, copying or transmission of this
mail and/or any file transmitted with it, is strictly prohibited
and may be unlawful. If you have received this mail by mistake,
please immediately notify the sender as well as our mail
administrator at postmas...@aweurope.be
, and permanently destroy the
original as well as any copy thereof.




___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: Web browser on tizen ivi

2014-04-24 Thread Wu, DaweiX
Yes ,I also see this error but  MiniBrowser shown in UI successfully.

From: ismail yildiz [mailto:ismail.yildi...@gmail.com]
Sent: Thursday, April 24, 2014 4:28 PM
To: Wu, DaweiX
Cc: Olivier Delbeke; ivi@lists.tizen.org
Subject: Re: Web browser on tizen ivi

Thanks now I have some improvement.
I have this issue :
ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check failed: 
m->handle == NULL
ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check failed: 
m->handle == NULL
ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check failed: 
m->handle == NULL
ERR<19343>:elementary elm_gesture_layer.c:3680 elm_gesture_layer_add() could 
not add 0xa666858 as sub object of 0xa640140
ERR<19343>:elementary elm_layout.c:1847 elm_layout_add() could not add 
0xa6678d8 as sub object of 0xa640140

2014-04-24 10:23 GMT+02:00 Wu, DaweiX 
mailto:daweix...@intel.com>>:
You can try to ‘export XDG_RUNTIME_DIR=/run/user/5000/’ from ssh connection , 
if you launch it from weston terminal, no need do this .

From: IVI 
[mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of ismail yildiz
Sent: Thursday, April 24, 2014 4:04 PM

To: Olivier Delbeke
Cc: ivi@lists.tizen.org
Subject: Re: Web browser on tizen ivi

Anybody have already resolved this problem ??

2014-04-23 15:27 GMT+02:00 Olivier Delbeke 
mailto:olivier.delb...@awtce.be>>:
Hi Ismail,

You can get rid of the "Could not connect to Wayland display" error by executing
export WAYLAND_DISPLAY=wayland-0

Then, executing "MiniBrowser" should work (it works for me, as user 'app').

Best regards,
Olivier


[Inactive hide details for ismail yildiz ---04/23/2014 02:59:08 PM---ismail 
yildiz ]ismail yildiz ---04/23/2014 02:59:08 
PM---ismail yildiz mailto:ismail.yildi...@gmail.com>>
ismail yildiz mailto:ismail.yildi...@gmail.com>>
Sent by: "IVI" mailto:ivi-boun...@lists.tizen.org>>

04/23/2014 02:59 PM


To


ivi@lists.tizen.org


cc




Subject


Web browser on tizen ivi








Hi all,

Someone have a web browser functional on tizen ?
Because when I launch chromium-browser I have the sandbox issue ( 
usr/lib/chromium/chrome --no-sandbox )
When I launch Minibrowser, I have a efl problem :
ecore_wl ecore_wl.c:173 ecore_wl_init() Could not connect to Wayland display
ewebkit2 
/home/abuild/rpmbuild/BUILD/webkit2-efl-123997_0.12.1/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:96
 ewk_init() could not init ecore_wl.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi

This mail, and any attachments thereto, is intended only for use by the 
addressee(s) named herein and may contain legally privileged and/or 
confidential information. If you are not the intended recipient, please note 
that any review, dissemination, disclosure, alteration, printing, copying or 
transmission of this mail and/or any file transmitted with it, is strictly 
prohibited and may be unlawful. If you have received this mail by mistake, 
please immediately notify the sender as well as our mail administrator at 
postmas...@aweurope.be, and permanently destroy 
the original as well as any copy thereof.


___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Web browser on tizen ivi

2014-04-24 Thread ismail yildiz
Thanks now I have some improvement.
I have this issue :
ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check failed:
m->handle == NULL
ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check failed:
m->handle == NULL
ERR<19343>: eina_module.c:403 eina_module_symbol_get() safety check failed:
m->handle == NULL
ERR<19343>:elementary elm_gesture_layer.c:3680 elm_gesture_layer_add()
could not add 0xa666858 as sub object of 0xa640140
ERR<19343>:elementary elm_layout.c:1847 elm_layout_add() could not add
0xa6678d8 as sub object of 0xa640140



2014-04-24 10:23 GMT+02:00 Wu, DaweiX :

>  You can try to ‘export XDG_RUNTIME_DIR=/run/user/5000/’ from ssh
> connection , if you launch it from weston terminal, no need do this .
>
>
>
> *From:* IVI [mailto:ivi-boun...@lists.tizen.org] *On Behalf Of *ismail
> yildiz
> *Sent:* Thursday, April 24, 2014 4:04 PM
>
> *To:* Olivier Delbeke
> *Cc:* ivi@lists.tizen.org
> *Subject:* Re: Web browser on tizen ivi
>
>
>
> Anybody have already resolved this problem ??
>
>
>
> 2014-04-23 15:27 GMT+02:00 Olivier Delbeke :
>
> Hi Ismail,
>
> You can get rid of the "Could not connect to Wayland display" error by
> executing
> export WAYLAND_DISPLAY=wayland-0
>
> Then, executing "MiniBrowser" should work (it works for me, as user
> 'app').
>
> Best regards,
>
> Olivier
>
>
>
> [image: Inactive hide details for ismail yildiz ---04/23/2014 02:59:08
> PM---ismail yildiz ]ismail yildiz
> ---04/23/2014 02:59:08 PM---ismail yildiz 
>
> *ismail yildiz >*
> Sent by: "IVI" 
>
> 04/23/2014 02:59 PM
>
>  To
>
>  ivi@lists.tizen.org
>
>  cc
>
> Subject
>
>  Web browser on tizen ivi
>
>
>
>
>
> Hi all,
>
> Someone have a web browser functional on tizen ?
> Because when I launch chromium-browser I have the sandbox issue (
> usr/lib/chromium/chrome --no-sandbox )
> When I launch Minibrowser, I have a efl problem :
> ecore_wl ecore_wl.c:173 ecore_wl_init() Could not connect to Wayland
> display
> ewebkit2
> /home/abuild/rpmbuild/BUILD/webkit2-efl-123997_0.12.1/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:96
> ewk_init() could not init ecore_wl.
>
> ___
> IVI mailing list
> IVI@lists.tizen.org
> https://lists.tizen.org/listinfo/ivi
>
> This mail, and any attachments thereto, is intended only for use by the
> addressee(s) named herein and may contain legally privileged and/or
> confidential information. If you are not the intended recipient, please
> note that any review, dissemination, disclosure, alteration, printing,
> copying or transmission of this mail and/or any file transmitted with it,
> is strictly prohibited and may be unlawful. If you have received this mail
> by mistake, please immediately notify the sender as well as our mail
> administrator at postmas...@aweurope.be, and permanently destroy the
> original as well as any copy thereof.
>
>
>
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: Web browser on tizen ivi

2014-04-24 Thread Wu, DaweiX
You can try to ‘export XDG_RUNTIME_DIR=/run/user/5000/’ from ssh connection , 
if you launch it from weston terminal, no need do this .

From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of ismail yildiz
Sent: Thursday, April 24, 2014 4:04 PM
To: Olivier Delbeke
Cc: ivi@lists.tizen.org
Subject: Re: Web browser on tizen ivi

Anybody have already resolved this problem ??

2014-04-23 15:27 GMT+02:00 Olivier Delbeke 
mailto:olivier.delb...@awtce.be>>:
Hi Ismail,

You can get rid of the "Could not connect to Wayland display" error by executing
export WAYLAND_DISPLAY=wayland-0

Then, executing "MiniBrowser" should work (it works for me, as user 'app').

Best regards,
Olivier


[Inactive hide details for ismail yildiz ---04/23/2014 02:59:08 PM---ismail 
yildiz ]ismail yildiz ---04/23/2014 02:59:08 
PM---ismail yildiz mailto:ismail.yildi...@gmail.com>>
ismail yildiz mailto:ismail.yildi...@gmail.com>>
Sent by: "IVI" mailto:ivi-boun...@lists.tizen.org>>

04/23/2014 02:59 PM


To


ivi@lists.tizen.org


cc




Subject


Web browser on tizen ivi








Hi all,

Someone have a web browser functional on tizen ?
Because when I launch chromium-browser I have the sandbox issue ( 
usr/lib/chromium/chrome --no-sandbox )
When I launch Minibrowser, I have a efl problem :
ecore_wl ecore_wl.c:173 ecore_wl_init() Could not connect to Wayland display
ewebkit2 
/home/abuild/rpmbuild/BUILD/webkit2-efl-123997_0.12.1/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:96
 ewk_init() could not init ecore_wl.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi

This mail, and any attachments thereto, is intended only for use by the 
addressee(s) named herein and may contain legally privileged and/or 
confidential information. If you are not the intended recipient, please note 
that any review, dissemination, disclosure, alteration, printing, copying or 
transmission of this mail and/or any file transmitted with it, is strictly 
prohibited and may be unlawful. If you have received this mail by mistake, 
please immediately notify the sender as well as our mail administrator at 
postmas...@aweurope.be, and permanently destroy 
the original as well as any copy thereof.

___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Web browser on tizen ivi

2014-04-24 Thread ismail yildiz
Yes sorry I have just explain my case to Olivier ...
So I am on the latest daily image (14th of march), I have already tried
with SSH session ( as root, app, tizen user) but same issue.  I have also
tried directly on Weston terminal (as root, app, tizen user) and same issue.
I have this issue :
ecore_wl ecore_wl.c:173 ecore_wl_init() Could not connect to Wayland display
ewebkit2 /home/abuild/rpmbuild/BUILD/webkit2-efl-123997_0.12.1/
Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:96 ewk_init() could not init
ecore_wl.

I used this commands : export WAYLAND_DISPLAY=wayland-0 but nothing improve.






2014-04-24 10:06 GMT+02:00 VanCutsem, Geoffroy :

>  Can you explain a bit more where this error is occurring, I have not
> seen it myself. I typically launch MiniBrowser from the Weston-terminal
> window (as ‘app’ user). Could it be that you were trying to do this from a
> virtual console or an SSH session? Can you let me know what image you are
> using?
>
>
>
> Thanks,
>
> Geoffroy
>
>
>
> *From:* IVI [mailto:ivi-boun...@lists.tizen.org] *On Behalf Of *ismail
> yildiz
> *Sent:* Thursday, April 24, 2014 10:04 AM
> *To:* Olivier Delbeke
> *Cc:* ivi@lists.tizen.org
> *Subject:* Re: Web browser on tizen ivi
>
>
>
> Anybody have already resolved this problem ??
>
>
>
> 2014-04-23 15:27 GMT+02:00 Olivier Delbeke :
>
> Hi Ismail,
>
> You can get rid of the "Could not connect to Wayland display" error by
> executing
> export WAYLAND_DISPLAY=wayland-0
>
> Then, executing "MiniBrowser" should work (it works for me, as user
> 'app').
>
> Best regards,
>
> Olivier
>
>
>
> [image: Inactive hide details for ismail yildiz ---04/23/2014 02:59:08
> PM---ismail yildiz ]ismail yildiz
> ---04/23/2014 02:59:08 PM---ismail yildiz 
>
> *ismail yildiz >*
> Sent by: "IVI" 
>
> 04/23/2014 02:59 PM
>
>  To
>
>  ivi@lists.tizen.org
>
>  cc
>
> Subject
>
>  Web browser on tizen ivi
>
>
>
>
>
> Hi all,
>
> Someone have a web browser functional on tizen ?
> Because when I launch chromium-browser I have the sandbox issue (
> usr/lib/chromium/chrome --no-sandbox )
> When I launch Minibrowser, I have a efl problem :
> ecore_wl ecore_wl.c:173 ecore_wl_init() Could not connect to Wayland
> display
> ewebkit2
> /home/abuild/rpmbuild/BUILD/webkit2-efl-123997_0.12.1/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:96
> ewk_init() could not init ecore_wl.
>
> ___
> IVI mailing list
> IVI@lists.tizen.org
> https://lists.tizen.org/listinfo/ivi
>
> This mail, and any attachments thereto, is intended only for use by the
> addressee(s) named herein and may contain legally privileged and/or
> confidential information. If you are not the intended recipient, please
> note that any review, dissemination, disclosure, alteration, printing,
> copying or transmission of this mail and/or any file transmitted with it,
> is strictly prohibited and may be unlawful. If you have received this mail
> by mistake, please immediately notify the sender as well as our mail
> administrator at postmas...@aweurope.be, and permanently destroy the
> original as well as any copy thereof.
>
>
>
> Intel Corporation NV/SA
> Kings Square, Veldkant 31
> 2550 Kontich
> RPM (Bruxelles) 0415.497.718.
> Citibank, Brussels, account 570/1031255/09
>
> This e-mail and any attachments may contain confidential material for the
> sole use of the intended recipient(s). Any review or distribution by others
> is strictly prohibited. If you are not the intended recipient, please
> contact the sender and delete all copies.
>
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: Web browser on tizen ivi

2014-04-24 Thread VanCutsem, Geoffroy
Can you explain a bit more where this error is occurring, I have not seen it 
myself. I typically launch MiniBrowser from the Weston-terminal window (as 
‘app’ user). Could it be that you were trying to do this from a virtual console 
or an SSH session? Can you let me know what image you are using?

Thanks,
Geoffroy

From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of ismail yildiz
Sent: Thursday, April 24, 2014 10:04 AM
To: Olivier Delbeke
Cc: ivi@lists.tizen.org
Subject: Re: Web browser on tizen ivi

Anybody have already resolved this problem ??

2014-04-23 15:27 GMT+02:00 Olivier Delbeke 
mailto:olivier.delb...@awtce.be>>:
Hi Ismail,

You can get rid of the "Could not connect to Wayland display" error by executing
export WAYLAND_DISPLAY=wayland-0

Then, executing "MiniBrowser" should work (it works for me, as user 'app').

Best regards,
Olivier


[Inactive hide details for ismail yildiz ---04/23/2014 02:59:08 PM---ismail 
yildiz ]ismail yildiz ---04/23/2014 02:59:08 
PM---ismail yildiz mailto:ismail.yildi...@gmail.com>>
ismail yildiz mailto:ismail.yildi...@gmail.com>>
Sent by: "IVI" mailto:ivi-boun...@lists.tizen.org>>

04/23/2014 02:59 PM


To


ivi@lists.tizen.org


cc




Subject


Web browser on tizen ivi








Hi all,

Someone have a web browser functional on tizen ?
Because when I launch chromium-browser I have the sandbox issue ( 
usr/lib/chromium/chrome --no-sandbox )
When I launch Minibrowser, I have a efl problem :
ecore_wl ecore_wl.c:173 ecore_wl_init() Could not connect to Wayland display
ewebkit2 
/home/abuild/rpmbuild/BUILD/webkit2-efl-123997_0.12.1/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:96
 ewk_init() could not init ecore_wl.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi

This mail, and any attachments thereto, is intended only for use by the 
addressee(s) named herein and may contain legally privileged and/or 
confidential information. If you are not the intended recipient, please note 
that any review, dissemination, disclosure, alteration, printing, copying or 
transmission of this mail and/or any file transmitted with it, is strictly 
prohibited and may be unlawful. If you have received this mail by mistake, 
please immediately notify the sender as well as our mail administrator at 
postmas...@aweurope.be, and permanently destroy 
the original as well as any copy thereof.

Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718. 
Citibank, Brussels, account 570/1031255/09

This e-mail and any attachments may contain confidential material for the sole 
use of the intended recipient(s). Any review or distribution by others is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender and delete all copies.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Web browser on tizen ivi

2014-04-24 Thread ismail yildiz
Anybody have already resolved this problem ??


2014-04-23 15:27 GMT+02:00 Olivier Delbeke :

> Hi Ismail,
>
> You can get rid of the "Could not connect to Wayland display" error by
> executing
> export WAYLAND_DISPLAY=wayland-0
>
> Then, executing "MiniBrowser" should work (it works for me, as user
> 'app').
>
> Best regards,
>
> Olivier
>
>
> [image: Inactive hide details for ismail yildiz ---04/23/2014 02:59:08
> PM---ismail yildiz ]ismail yildiz
> ---04/23/2014 02:59:08 PM---ismail yildiz 
>
>
>*ismail yildiz >*
>
>Sent by: "IVI" 
>
>04/23/2014 02:59 PM
>
>
> To
>
>
>ivi@lists.tizen.org
>
>
> cc
>
>
> Subject
>
>
>Web browser on tizen ivi
>
>
> Hi all,
>
> Someone have a web browser functional on tizen ?
> Because when I launch chromium-browser I have the sandbox issue (
> usr/lib/chromium/chrome --no-sandbox )
> When I launch Minibrowser, I have a efl problem :
> ecore_wl ecore_wl.c:173 ecore_wl_init() Could not connect to Wayland
> display
> ewebkit2
> /home/abuild/rpmbuild/BUILD/webkit2-efl-123997_0.12.1/Source/WebKit2/UIProcess/API/efl/ewk_main.cpp:96
> ewk_init() could not init ecore_wl.
>
> ___
> IVI mailing list
> IVI@lists.tizen.org
> https://lists.tizen.org/listinfo/ivi
>
> This mail, and any attachments thereto, is intended only for use by the
> addressee(s) named herein and may contain legally privileged and/or
> confidential information. If you are not the intended recipient, please
> note that any review, dissemination, disclosure, alteration, printing,
> copying or transmission of this mail and/or any file transmitted with it,
> is strictly prohibited and may be unlawful. If you have received this mail
> by mistake, please immediately notify the sender as well as our mail
> administrator at postmas...@aweurope.be, and permanently destroy the
> original as well as any copy thereof.
>
>
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi