Re: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Rees, Kevron
The easiest thing to do is to navigate to the wrt-plugins-ivi project and navigate to src/Vehicle/config.xml and plugin_initializer.cpp On Fri, Feb 21, 2014 at 9:23 AM, Hanchett, Paul wrote: > Kevron-- Neither of those links work for me-- I'm asked to log in and after > I do it says "Not Found".

Re: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Hanchett, Paul
Those work, Joel. Paul Hanchett --- Infotainment Engineer MSX on behalf of Jaguar Land Rover One World Trade Center, 121 Southwest Salmon Street, 11th Floor, Portland, Oregon, 97204 Email: phanc...@jaguarlandrover.com --- Business Details: Jaguar Land Rover Limit

Re: Does this warning have any significance?

2014-02-21 Thread Rees, Kevron
It's probably related to the system being run with "Security=none". It's probably a benign warning. On Fri, Feb 21, 2014 at 10:03 AM, Deshpande, Ketan wrote: > Hello Kevron, > > I am using tizen_20140115.4_ivi-release-mbr-i586-sdb.raw.bz2. Thats where I > got the message. > > Is there any other

Re: Does this warning have any significance?

2014-02-21 Thread Deshpande, Ketan
Hello Kevron, I am using tizen_20140115.4_ivi-release-mbr-i586-sdb.raw.bz2. Thats where I got the message. Is there any other log that you would like me to provide? dmesg or something similar? Thanks & Regards, - Ketan On 21 February 2014 22:39, Rees, Kevron wrote: > What image? > > On Fri,

RE: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Jones, Brian J
Sorry about that, guess the lack of coffee was affecting my reading comprehension this morning. Glad you found the issue though! From: Deshpande, Ketan [mailto:kdesh...@jaguarlandrover.com] Sent: Friday, February 21, 2014 9:59 AM To: Jones, Brian J Cc: Rees, Kevron M; ivi@lists.tizen.org Subject

Re: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Deshpande, Ketan
Hello Brian, I was not trying to access the http://tizen.org/privilege/vehicle"/> I have created a testplugin of my own which I was trying to access through the http://tizen.org/privilege/testplugin"/>. The plugin is based on the vehicle plugin. Thanks & Regards, - Ketan On 21 February 2014 2

Re: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Deshpande, Ketan
Hello Kevron, All the steps were correct except for the 'wrt-installer -p' which you mentioned. That cracked the mystery for us. Now my plugin is getting loaded and I can give calls to my required 'tizen.testplugin'. Thanks a ton!!! Thanks & Regards, - Ketan On 21 February 2014 22:28, Rees,

RE: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Clark, Joel
Paul, how about these? https://review.tizen.org/git/?p=profile/ivi/wrt-plugins-ivi.git;a=blob;f=src/Vehicle/config.xml;h=9ec1b590d62a8a5a1d8bd7e31d97c4a53898fb8c;hb=HEAD https://review.tizen.org/git/?p=profile/ivi/wrt-plugins-ivi.git;a=blob;f=src/Vehicle/plugin_initializer.cpp;h=95b2b58ee66e8df63

Re: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Hanchett, Paul
Kevron-- Neither of those links work for me-- I'm asked to log in and after I do it says "Not Found". Paul Hanchett --- Infotainment Engineer MSX on behalf of Jaguar Land Rover One World Trade Center, 121 Southwest Salmon Street, 11th Floor, Portland, Oregon, 97204 Email: phanc..

Re: Does this warning have any significance?

2014-02-21 Thread Rees, Kevron
What image? On Fri, Feb 21, 2014 at 8:38 AM, Deshpande, Ketan wrote: > Hello All, > > Whenver I try to install an RPM I get this warning. > > "Smackfs isn't mounted at (null). Going to the image build mode. " > > Does this have any significance? or I can just neglect and move forward? So > far, r

RE: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Jones, Brian J
Also, I wasn't clear if you were trying to use tizen.org/privilege/testplugin directly. To my knowledge that doesn't do anything, if you want to use the vehicle plugin you need to include http://tizen.org/privilege/vehicle"/> in your app's config.xml file. -Original Message- From: ivi-b

Re: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Rees, Kevron
If your so isn't loading when your app runs, it's probably because the so is either in the wrong place, or you are missing the config that tells the wrt about your plugin. Take a look at Vehicle's config: https://review.tizen.org/gerrit/gitweb?p=profile/ivi/wrt-plugins-ivi.git;a=blob;f=src/Vehicle

Does this warning have any significance?

2014-02-21 Thread Deshpande, Ketan
Hello All, Whenver I try to install an RPM I get this warning. "Smackfs isn't mounted at (null). Going to the image build mode. " Does this have any significance? or I can just neglect and move forward? So far, rpm installation is the only condition where I have seen this warning appear. Thanks

Re: Getting the log output for WRT plugin

2014-02-21 Thread Ylinen, Mikko
Hi, On Fri, Feb 21, 2014 at 2:21 PM, Deshpande, Ketan < kdesh...@jaguarlandrover.com> wrote: > > The 'TIZEN_ENGINEER_MODE' enabled the debug logs(LoggerD) only. Ideally > the LoggerI and LoggerE prints should come by default because they are > defined outside 'TIZEN_ENGINEER_MODE' macro. > > Exce

Re: Developing a Web Run Time(WRT) plugin

2014-02-21 Thread Deshpande, Ketan
Hello Geoffroy, I have another doubt, when the rpm installation does take place, doesnt it create any new ld.conf file? or update any such file? I am just trying to search for the vehicle and I am not getting an output. I tried $ ldconfig -v | grep vehicle I have absolutely no output. Then where

Re: Getting the log output for WRT plugin

2014-02-21 Thread Deshpande, Ketan
Hello Mikko, Tried a bit more and finally got the log to work. It comes with journalctrl itself. Basically, we need to enable the debug log of Vehicle WRT itself. This is what I tried. 1. Download the 'wrt-plugins-ivi-0.13.0-2.9.src.rpm' 2. Extract the source code 3. Added ADD_DEFINITIONS("-DTIZ

Ghostcluster App on Web simulator

2014-02-21 Thread Tulika Baranwal
Hi All I have a little doubt with running the Tizen IVI Apps. I wanted to know that for testing your IVI app programmes where do you run them? Is a real hardware support for Tizen IVI is necessary for it or the web simulators would do? Because I have been trying to run the apps on Web simulator

Re: Getting the log output for WRT plugin

2014-02-21 Thread Ylinen, Mikko
Hi, On Thu, Feb 20, 2014 at 2:49 PM, Deshpande, Ketan < kdesh...@jaguarlandrover.com> wrote: > Hello All, > > Thank you all for this information. Now I can get to see the system logs. > However, the issue I still face is I cannot see the 'Vehicle WRT plugin' > logs. > > For example, I can see th