Video on Weston ivi shell

2014-09-08 Thread karthik karthik
Hi, I am trying to run video on the wayland surface using Weston ivi shell. I am able to run a video. But when I am trying to hide the layer on which I render video, the screen goes corrupt. Can anyone explain why this happens. To hide the layer, I set the visibility of each surfac

Emotion 1.7.8 on march release - working ??

2014-08-31 Thread karthik karthik
Hi, I am trying to run emotion examples on tizen march release. But I am not able to run them. I am getting the error that I am not able to find the generic backend. I am getting the same error as in tizen bug TIVI 1731 (emotion doesn't work). Can someone help me with this.. Does e

wrt launcher launch request failing

2014-08-30 Thread karthik karthik
Hi, I am working on the march release of tizen ivi. To get the emotion video player running, i had upgraded to emotion 1.93 on the june release. On doing it, when i try to launch applications using wrt launcher or tizen core apis, the launch files. The messge is as follows Launch.c: a

Permission error - Weston ivi she'll

2014-08-24 Thread karthik karthik
Hi, I am trying to launch a binary from the home screen of the Weston ivi she'll using execve commands. But I am getting permission errors. The binaries are not example weston client programs but compiled applications (for example, binary to play audio) and runs on the desktop shell.

GBS build using a external library file.

2014-08-21 Thread karthik karthik
Hi,     The application I have written has a dependency on a external library not present in tizen. In such a case, is there a way to include the library in the build process.    The library I am dependent on is libjansson.so. I am using March Tizen IVI release.. Thanks, Sathish___

Weston ivi shell 1.5.0 - Absence of ivi surface creator

2014-08-20 Thread karthik karthik
Hello, I was kind of comparing Weston ivi shell 1.4.0 and 1.5.0. The concept of ivi surface creator seems to be gone in case of the later release. I also checked in the clients folder of 1.5.0, whether the application create their own ivi surface. I could not find it there

AUL_LAUNCH_APP fails with return value -3 (AUL_R_ECOMM)

2014-07-31 Thread karthik karthik
Hi,      I am trying to launch the web apps using aul_launch_app api's. I have taken launch_app as a example and implementing it..      When I launch the app, what I see sometimes (4 out of 10 times) is that the launch fails because of communication error..  AUL_R_ECOMM = -3,   /**

Question on weston ivi shell

2014-07-30 Thread karthik karthik
Hi, Can you help me with this. I set the environment variable and got the log.. I tried to look for wl_shell bind in the log (pasted the part below).. I tried to look for wl_shell bind after after wl_compositor_surface_create step(i have attached the full log as a seperate file

problem with aul_launch_app with tty screens

2014-07-30 Thread karthik karthik
Hi, I am trying to use aul_launch_app to launch web applications. I try to launch it in two ways 1) through the terminal i get. 2) using tty screens like ./name -tty=1. I am able launch in the first way but in the second way, i am not able launch. I could see that launch is successful t

Question on weston ivi shell

2014-07-29 Thread karthik karthik
Hi, I set the environment variable and got the log.. Just want to confirm whether this is the understanding from the log.. I tried to look for wl_shell bind in the log.. I tried to look for it after after wl_compositor_surface_create step.. [2505277.728] wl_registry@2.global(14

Re: Questions on weston-ivi-shell

2014-07-28 Thread karthik karthik
or with detail logs. You can observe what happens on it. If you can provide basement of snapshot and sandbox of your modification, I can try. BR, Nobuhiko Tanibata > -Original Message- > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of karthik > karthik > Sent: Mo

RE: Questions on weston-ivi-shell

2014-07-28 Thread karthik karthik
rk only support xdg-shell.. So IVIsurfaceCreator can not >find any wl_shell, I assume. > > > >BR, > >Nobuhiko Tanibata > > > > > > > >From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of karthik karthik >Sent: Saturday, July 26, 2014 8:43 P

Re: Questions on weston-ivi-shell

2014-07-26 Thread karthik karthik
, you can use to control the wl_surface by using ivi layoutAPIs.   If you want to get notification when an application create wl_shell_surface, you can use the following event in ivi_application.xml, extension event for TIZEN IVI only.           BR, Nobuhiko   From:IVI [mail

Questions on weston-ivi-shell

2014-07-22 Thread karthik karthik
Hi,     In the process of trying to understand layer management, I had understood the following. Need some help to check whether I am right with these understanding. Steps :- To put an image file on to a layer :- 1) Use wl_compositor_create_surface to create a wayland surface. 2) Write the im

RE: Questions on Weston-ivi-shell

2014-07-21 Thread karthik karthik
Thanks for the reply,   Hence, even if I use the latest Weston code from the tizen repo, I will be using the code with the temporary fix "Ivi surface creator".    I am right to assume this ?? ___ IVI mailing list IVI@lists.tizen.org https://li

RE: Questions on Weston-ivi-shell

2014-07-21 Thread karthik karthik
Thanks for the reply, I came across this question on the genivi mailing list "http://lists.genivi.org/pipermail/genivi-ivi-layer-management/2014-June/001302.html";.. In this, what I assume is said is that IVISurfaceCreator is a temporary fix. Is it like that ?.. Another thing I was able to see

Questions on Weston-ivi-shell

2014-07-21 Thread karthik karthik
Hi, I am trying to understand layer management under Weston. I have tried to understand the home screen application. I have few questions. I have read that the program "IVISUrfaceCreator" is responsible creating the layer management surfaces when we launch binaries. But the latest vers

Re: RE: ecore main loop in launch_app utility

2014-06-16 Thread karthik karthik
Thanks Ning,    Do I get this correct. Is it best to use it but not it must be used. I am asking this because my aim is to use the 'aul_launch_app' to launch an html5 application. Hence I just want to use tizen core api...   I have one more question. Wh

ecore main loop in launch_app utility

2014-06-13 Thread karthik karthik
Hi, I am trying to understand the launch_app utility. The doubt I have is that the launch_app.c has a ecore main loop within which the aul_launch_app command to launch application is used.. What is the actual use of this ecore main loop ?   Should all native c application should

Re: RE: Problem with default ac domain package

2014-05-21 Thread karthik karthik
That helped. Thanks. ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

Re: Problem with default ac domain package

2014-05-21 Thread karthik karthik
Hi, Is it the version of linux I am using is the problem you are referring to. I am using ubuntu 12.04 with kernel 3.8.0-29. (to do the build) Is the solution, upgrading of linux kernel like moving to higher version of ubuntu ?? Thanks __

Re: Problem with default ac domain package

2014-05-21 Thread karthik karthik
Hi, Can you explain your reply. Do you mean the kernel rpm I use will doing gbs build is old. ??   Meanwhile, I tried downloading the latest set of rpm from the path given below. Still facing the same issue while doing gbs build. Thanks ___

Re: Ico homescreen application problem

2014-05-16 Thread karthik karthik
Thanks Geoffroy,   The link helped. I am now able to launch ICO homescreen application.    Is there a way to see the messages or logs it creates while running ?? Thanks. ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinf

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 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

Launch weston ivi shell - unresponsive homescreen..

2014-04-07 Thread karthik karthik
Hi, I tried this package from the link you had sent.. still the same error persists.. ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

Re: Launch weston ivi shell - unresponsive homescreen..

2014-04-06 Thread karthik karthik
Thanks Geoffroy for the reply, " It looks like gbs does not even reach the remote repo at all. Could it be blocked by a firewall or is there a proxy that you'd still need to configure?" Yes, it can be a proxy issue. I will check it.. As you have explained below in quotes "The method that you c

Re: Launch weston ivi shell - unresponsive homescreen..

2014-04-04 Thread karthik karthik
Hi, I launch them from the screen using a mouse click.. When I give the command "ps -ef", I could the launched native app on the list..but the application is not seen on the ivi screen on the emulator.. Along with weston - new version, I installed the weston ivi shell clients package too.. the

Re: Launch weston ivi shell - unresponsive homescreen..

2014-04-04 Thread karthik karthik
Sent from Yahoo Mail on Android ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

RE: Launch weston ivi shell - unresponsive homescreen..

2014-04-04 Thread karthik karthik
Thanks to all for the replies, Stanislav, Big thanks for the rpm. You rpm worked.. I am able to interact with the screen.. But I am not able to launch the native applications as such. Any reason why I am not able to launch ?? Geoffroy/Qiang, I tried you .gbs.cong file. I have attached the deb

Re: Launch weston ivi shell - unresponsive homescreen..

2014-04-03 Thread karthik karthik
Hi, Still the same error.. ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

Re: Launch weston ivi shell - unresponsive homescreen..

2014-04-03 Thread karthik karthik
Hi, Attached the gbs.conf  file.. [general] tmpdir=/var/tmp/ profile = profile.tizen3.0 packaging_branch = tizen work_dir=. upstream_branch = none user = pg803606 passwdx = QlpoOTFBWSZTWR1PPIsAAAGbgAgAYAAIACIMiAAgACIGgeoQAw1SqGGOPF3JFOFCQHU88iw= #Current profile name which should match a pr

Launch weston ivi shell - unresponsive homescreen..

2014-04-03 Thread karthik karthik
Hi, I am trying gbs build as mentioned in the below mail.. But I am facing the below errors.. I cannot download from tizen reposistories on the fly.. But I have a local copy of all the packages.. How to link them so that they are picked up while doing gbs build ? Error is attached below.. Ubu

Re: Launch weston ivi shell - unresponsive homescreen..

2014-04-01 Thread karthik karthik
Hi, Thanks for the reply.. is it not just possible to move the source code from repository from which the code was pulled in, make the changes to evdev.c  as per the patch and build it in the tizen emulator using make.. Is there any problem in this approach ?? ___

Re: Launch weston ivi shell - unresponsive homescreen..

2014-03-31 Thread karthik karthik
Hi, Should I go into the evdev file and manually make changes or is there any automatic way of adding the patch ??    Will this error appear if a hardware is used. Currently I am using emulator.. Thanks.. ___ IVI mailing list IVI@lists.tize

Launch weston ivi shell - unresponsive homescreen..

2014-03-31 Thread karthik karthik
Hi,     I tried to install weston ivi shell in tizen emulator. I am able to get the ivi screen with the homescreen button.     But I am not able to launch/move to a new screen. It is as if the whole screen is inactive..     I installed the rpm packages for ivi shell from tizen..     Can someo

Re: RE: RE: RE: Error installing wayland.. in tizen emulator.

2014-03-30 Thread karthik karthik
Thanks ,   But will the different architecture problem not cause any issues.   Like, how to be sure that the latest installed wayland is used ?? Thanks, ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

Re: RE: RE: RE: Error installing wayland.. in tizen emulator.

2014-03-30 Thread karthik karthik
Hi, It worked.. I have force installed it now.. how to check whether I am  using the latest version of wayland ?? Thanks.. ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

Re: RE: RE: Error installing wayland.. in tizen emulator.

2014-03-30 Thread karthik karthik
Hi, I am getting this error when I use the "ignorearch" option.. Smackfs isn't mounted at (null). Going to the image build mode. Preparing... file /usr/lib/libwayland-client.so.0 from install of libwayland-client-1.4.0-10.29.i686 conflicts with file from

Re: RE: Hybrid app

2014-03-23 Thread karthik karthik
Hi,     So if we use web sockets, we need to create web UI part and native daemon (a shared library ).   Hence no need to create an native app.. is my assumption right ? ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

Re: RE: Genivi layer manager in Tizen

2014-03-13 Thread karthik karthik
Thanks Zhigang,     But it doesn't come with tizen emulator image.     We need to install the genivi shell using the rpm, right? ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

Re: RE: Genivi layer manager in Tizen

2014-03-13 Thread karthik karthik
Thanks Ning,     Will the genivi layer manager come installed with the tizen emulator image. Or should I install the rpm packages to use it. Thanks ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

Re: Not able to run web app in TIZEN 3.0 emulator.

2014-03-11 Thread karthik karthik
The error you had pointed out only happens when I launch the app from ANSICON shell. When I do the same series of command on the wayland terminal on the emulator, there doesn't throw up.. But the application is still not showing up on the emulator. I tried the command on another installation o

Re: RE: Not able to run web app in TIZEN 3.0 emulator.

2014-03-11 Thread karthik karthik
Hi, I am using windows 7 64 bit OS. I am able to see the terminal icon on the top left corner. I had not used the sdb root on command in the shell. Thanks, Karthik ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

Re: Not able to run web app in TIZEN 3.0 emulator.

2014-03-11 Thread karthik karthik
Hi, I start the emulator in the ide using emulator manager button in the connection manager.. Once I see the emulator screen, I right click on the emulator and select “Shell” from menu that pops up. This opens a windows with name ”ansicon.exe” The command I enter into the window are below sh

Re: RE: RE: RE: Not able to run web app in TIZEN 3.0 emulator.

2014-03-11 Thread karthik karthik
Hi, I looked at security profile page in the IDE. The certificate is created. I think I reported it wrongly in the mail. Is there any log report file that takes the log for emulator I can assist you with.. Thanks, Karthik ___ IVI mailing list I

Re: RE: Not able to run web app in TIZEN 3.0 emulator.

2014-03-10 Thread karthik karthik
Thanks for the reply,     I have installed the TIZEN IVI SDK 3.0 ALPHA version. Emulator came along with sdk..    I am trying to launch the web apps that came with the sdk namely ghost cluster app.    I am able to see it on the web simulator application but not able to run on the

Not able to run web app in TIZEN 3.0 emulator.

2014-03-09 Thread karthik karthik
Hi, In relation with the problem. Is the OS important . I am using windows 7 system with intel hd graphics card 2000. Would using a UBUNTU OS help.. Would this be a reason for not showing the launched application. Thanks, Karthik ___ IVI mailin

Re: RE: Not able to run web app in TIZEN 3.0 emulator.

2014-03-09 Thread karthik karthik
Hi, I tried that but it didn't work. Thanks, Karthik ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi