Re: Issue with initialising repo, per developer guide instructions

2014-01-10 Thread Hanchett, Paul
I've noticed in some other contexts that there will be 4 "password:" prompts but the first two appear to be a double prompt leading you to enter the password only three times. Then it looks like it hangs. If you enter the password a fourth time it (echos and) continues on as it should. This may o

Re: Execution of native application/shell script from web/wrt application on Tizen IVI

2014-01-10 Thread Vadym Novikov
Thanks, I'll try. On Fri, Jan 10, 2014 at 4:29 PM, Baptiste Durand < baptiste.dur...@open.eurogiciel.org> wrote: > Vadym, > > It is possible to launch a native app or shell script trought WRT api as > indicated by Brian * only if your native application or SHELL script is > installed with a mani

Re: Execution of native application/shell script from web/wrt application on Tizen IVI

2014-01-10 Thread Baptiste Durand
Vadym, It is possible to launch a native app or shell script trought WRT api as indicated by Brian * only if your native application or SHELL script is installed with a manifest (xml file). * You can find some example on last image (/usr/share/packages/browser.xml). You can add it by the hands,

setup-ivi announcement

2014-01-10 Thread Artem Bityutskiy
Hello, I've implemented the "setup-ivi" project and documented it here: https://wiki.tizen.org/wiki/IVI/artem-setup-ivi It is not deployed to Tizen IVI builds yet, but this is what I would like to do soon. The project implements several useful features. The most useful one is the OS cloning feat

Issue with initialising repo, per developer guide instructions

2014-01-10 Thread Mark De Roussier
Hi everyone, I'm attempting to initialise my git repo for Tizen 3.0 IVI, using the instructions provided here : https://source.tizen.org/documentation/developer-guide/cloning-tizen-source I have verified my ssh connection using the instructions provided in the Installing Development Tools sect

Re: package error while building AIL from source code

2014-01-10 Thread Ylinen, Mikko
On Fri, Jan 10, 2014 at 1:20 PM, Prathamesh P Ghanekar < prathamesh.ghane...@igate.com> wrote: > Thanks Mikko , but we are not going the GBS way. We downloaded the tar > file, and building it using ‘cmake,make,make install’ approach. > > Can you help us with the packages required? > I cannot, so

RE: package error while building AIL from source code

2014-01-10 Thread Zhang, Qiang Z
I am not clear why -clean is not allowed while building cmke, what's the detail error/reason? From: Prathamesh P Ghanekar [mailto:prathamesh.ghane...@igate.com] Sent: Friday, January 10, 2014 7:24 PM To: Zhang, Qiang Z; Ylinen, Mikko Cc: gene...@lists.tizen.org; ivi@lists.tizen.org Subject: RE:

RE: package error while building AIL from source code

2014-01-10 Thread Prathamesh P Ghanekar
We are facing errors in cmake itself, cmake doesn't allow to use -clean. Thanks and regards, Prathamesh From: Zhang, Qiang Z [mailto:qiang.z.zh...@intel.com] Sent: 10 January 2014 16:49 To: Ylinen, Mikko; Prathamesh P Ghanekar Cc: gene...@lists.tizen.org; ivi@lists.tizen.org Subject: RE: package

RE: package error while building AIL from source code

2014-01-10 Thread Prathamesh P Ghanekar
Thanks Mikko , but we are not going the GBS way. We downloaded the tar file, and building it using 'cmake,make,make install' approach. Can you help us with the packages required? -Prathamesh From: Ylinen, Mikko [mailto:mikko.yli...@intel.com] Sent: 10 January 2014 16:46 To: Prathamesh P Ghanekar

RE: package error while building AIL from source code

2014-01-10 Thread Zhang, Qiang Z
Could you please try to build with -clean? It will clean up existing build root and creating new build env again. Thanks Qiang From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Ylinen, Mikko Sent: Friday, January 10, 2014 7:16 PM To: Prathamesh P Ghanekar Cc:

Re: package error while building AIL from source code

2014-01-10 Thread Ylinen, Mikko
On Fri, Jan 10, 2014 at 12:38 PM, Prathamesh P Ghanekar < prathamesh.ghane...@igate.com> wrote: > Hi, > > > > We are trying to build Tizen package ail-0.2.55 form the source code. But, > we are getting following package dependencies. > > > > -- checking for modules 'glib-2.0;sqlite3;dlog;db-util;

package error while building AIL from source code

2014-01-10 Thread Prathamesh P Ghanekar
Hi, We are trying to build Tizen package ail-0.2.55 form the source code. But, we are getting following package dependencies. -- checking for modules 'glib-2.0;sqlite3;dlog;db-util;xdgmime;vconf' -- package 'dlog' not found -- package 'db-util' not found -- package 'xdgmime' not found --