Re: Automotive Message Broker 0.10 release

2013-10-18 Thread Chino Aureus
i see.  I missed the plugins directory.

Thanks :)


On Sat, Oct 19, 2013 at 1:11 AM, Rees, Kevron wrote:

> AMB has a number of plugins.  The OBD2 plugin is what you want.  You
> have to enable it at configure time for it to build.  Take a look at
> the README[1] for the plugin to see how to enable it and configure it
> with your device.  There is also a wiki page[2] on how to get AMB to
> work with OBD-II scantools on Tizen.
>
> Cheers,
> Kevron
>
> [1] -
> https://github.com/otcshare/automotive-message-broker/blob/0.10/plugins/obd2plugin/README
> [2] -
> https://wiki.tizen.org/wiki/Automotive_Message_Broker#Configuring_and_using_the_OBD-II_plugin
>
> On Fri, Oct 18, 2013 at 9:54 AM, Chino Aureus 
> wrote:
> > Hi Kevron,
> >
> > Thanks.
> >
> > I'm trying to understand AMB's architecture.  Upon looking at the doc
> > included in the package, it seems that AMB package does not include
> modules
> > or source code that directly connects to an OBD2 source e.g.
> USB/BLUETOOTH.
> > Is this correct?
> >
> > I was able to build AMB in ubuntu 12.10 now and I have a OBD2 device from
> > Scantool.  Any suggestion how can test AMB with my device?
> >
> > :)
> >
> > Thanks in advance.
> > Chino
> >
> >
> > On Fri, Sep 13, 2013 at 6:34 AM, Rees, Kevron 
> > wrote:
> >>
> >> After months of steady improvements, 0.10 is now officially released.
> >>
> >> Release notes for release 0.10
> >>
> >> New features:
> >>
> >> - Added org.automotive.Manager DBus interface.
> >> - Added org.automotive.Manager.findProperty method for finding a
> specific
> >> object path for a given property
> >> - OBD2 add support for AT/ST calls (ie, atrv for battery voltage)
> >> - Added automatic and configurable timeout for get() calls
> >> - Added error type for get() calls
> >> - Added getHistory dbus method for vehicle data objects
> >> - Added time and sequence properties to dbus vehicle data object
> >> - Implemented org.freedesktop.DBus.Properties.PropertiesChanged signal
> >>
> >> Changes:
> >>
> >> - AbstractPropertyType class now contains information for zone and the
> >> property name (zone is unused in 0.10)
> >> - Clean up sink subscription process so that subscription only happens
> >> once regardless of whether the property is supported or not at the time
> >>
> >> Fixes:
> >>
> >> - Fill in the fromGVariant() methods in list and map abstract property
> >> types
> >>
> >> Thanks,
> >> Kevron
> >>
> >> ___
> >> 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
> >
>
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: TIZEN IVI 3.0 for OMAP 4460 Blaze Tablet

2013-10-18 Thread Rudolf Streif
Hi Ravi,


>
> I would like to know whether its possible to flash tizen ivi 3.0 into
> omap4460 blaze tablet.
>

That would depend if the firmware of this tablet allows reflashing the
entire operating system.


> If so can you please provide the link for the images and flashing tutorial.
>
There are no Tizen IVI 3.0 images for this tablet. I don't know about any
instructions to flash this
tablet with a new operating system.

If its not ported yet, can you please guide to port tizen 3.0 ivi into omap
> 4460 blaze tablet.
>
> We are working on an OMAP5 port of Tizen IVI for the TI OMAP5 EVM. We are
close. The majority of the
packages are building and we can boot the board with the Tizen IVI 3.0
stack into the console. We are
still working on X support.

When it's done we will make images and instructions on how to build it
available.


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


Re: Automotive Message Broker 0.10 release

2013-10-18 Thread Rees, Kevron
AMB has a number of plugins.  The OBD2 plugin is what you want.  You
have to enable it at configure time for it to build.  Take a look at
the README[1] for the plugin to see how to enable it and configure it
with your device.  There is also a wiki page[2] on how to get AMB to
work with OBD-II scantools on Tizen.

Cheers,
Kevron

[1] - 
https://github.com/otcshare/automotive-message-broker/blob/0.10/plugins/obd2plugin/README
[2] - 
https://wiki.tizen.org/wiki/Automotive_Message_Broker#Configuring_and_using_the_OBD-II_plugin

On Fri, Oct 18, 2013 at 9:54 AM, Chino Aureus  wrote:
> Hi Kevron,
>
> Thanks.
>
> I'm trying to understand AMB's architecture.  Upon looking at the doc
> included in the package, it seems that AMB package does not include modules
> or source code that directly connects to an OBD2 source e.g. USB/BLUETOOTH.
> Is this correct?
>
> I was able to build AMB in ubuntu 12.10 now and I have a OBD2 device from
> Scantool.  Any suggestion how can test AMB with my device?
>
> :)
>
> Thanks in advance.
> Chino
>
>
> On Fri, Sep 13, 2013 at 6:34 AM, Rees, Kevron 
> wrote:
>>
>> After months of steady improvements, 0.10 is now officially released.
>>
>> Release notes for release 0.10
>>
>> New features:
>>
>> - Added org.automotive.Manager DBus interface.
>> - Added org.automotive.Manager.findProperty method for finding a specific
>> object path for a given property
>> - OBD2 add support for AT/ST calls (ie, atrv for battery voltage)
>> - Added automatic and configurable timeout for get() calls
>> - Added error type for get() calls
>> - Added getHistory dbus method for vehicle data objects
>> - Added time and sequence properties to dbus vehicle data object
>> - Implemented org.freedesktop.DBus.Properties.PropertiesChanged signal
>>
>> Changes:
>>
>> - AbstractPropertyType class now contains information for zone and the
>> property name (zone is unused in 0.10)
>> - Clean up sink subscription process so that subscription only happens
>> once regardless of whether the property is supported or not at the time
>>
>> Fixes:
>>
>> - Fill in the fromGVariant() methods in list and map abstract property
>> types
>>
>> Thanks,
>> Kevron
>>
>> ___
>> 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
>
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: Automotive Message Broker 0.10 release

2013-10-18 Thread Chino Aureus
Hi Kevron,

Thanks.

I'm trying to understand AMB's architecture.  Upon looking at the doc
included in the package, it seems that AMB package does not include modules
or source code that directly connects to an OBD2 source e.g.
USB/BLUETOOTH.   Is this correct?

I was able to build AMB in ubuntu 12.10 now and I have a OBD2 device from
Scantool.  Any suggestion how can test AMB with my device?

:)

Thanks in advance.
Chino


On Fri, Sep 13, 2013 at 6:34 AM, Rees, Kevron wrote:

> After months of steady improvements, 0.10 is now officially released.
>
> Release notes for release 0.10
>
> New features:
>
> - Added org.automotive.Manager DBus interface.
> - Added org.automotive.Manager.findProperty method for finding a specific
> object path for a given property
> - OBD2 add support for AT/ST calls (ie, atrv for battery voltage)
> - Added automatic and configurable timeout for get() calls
> - Added error type for get() calls
> - Added getHistory dbus method for vehicle data objects
> - Added time and sequence properties to dbus vehicle data object
> - Implemented org.freedesktop.DBus.Properties.PropertiesChanged signal
>
> Changes:
>
> - AbstractPropertyType class now contains information for zone and the
> property name (zone is unused in 0.10)
> - Clean up sink subscription process so that subscription only happens
> once regardless of whether the property is supported or not at the time
>
> Fixes:
>
> - Fill in the fromGVariant() methods in list and map abstract property
> types
>
> Thanks,
> Kevron
>
> ___
> 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: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release

2013-10-18 Thread Rusty Lynch
First please provide the specific image you are using.  

We have images that are basically trunk images (i.e. bleeding edge,
updated every time any time a maintainer submits a change into the build
system.)   These images are available from:
http://download.tizen.org/snapshots/tizen/ivi/ivi/

... and, at this moment those images are broken.  This is not IVI
specific breakage so the minute-by-minute discussion on fixing this is
happening on the main Tizen 3.0 development mailing list.

We also have images built out of a mostly frozen portion of the backend
build system.  These images are available via:
http://download.tizen.org/snapshots/tizen/ivi/ivi-release/

... and, these images work just fine today. We will still have very
specific updates flowing into these images, which will result in a new
image created each time we let a change in, but the idea is that the
bazillions of changes happening in the core OS are ignored and instead
we only let a very few critical bug fixes in.

So... unless you are intending to help us get the core back into shape
then pull from the second URL.

Now... once you have an image that we expect to work you can access the
command-line by just moving to a virtual terminal the same way you do on
any Linux system.  Just press control-alt-F? where the function key
needs to be 3 or higher.  Pressing control-alt-F2 will return you back
to wayland and control-alt-F1 is reserved to display critical messages.

--rusty

On Fri, 2013-10-18 at 18:36 +0530, venkat wrote:
> How to enable Weston terminal and how to launch it?
> 
> Regards,
> Venkat
> 
> On Friday 18 October 2013 03:28 PM, Clark, Joel wrote:
> > To get the UI to work on other platforms/displays, you should check the  
> > /etc/xdg/weston/weston.ini file to make sure your display has an [output] 
> > description for it.
> >
> > Regards
> > Joel
> >
> >
> > -Original Message-
> > From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
> > Behalf Of venkat
> > Sent: Friday, October 18, 2013 2:03 AM
> > To: VanCutsem, Geoffroy; ivi@lists.tizen.org
> > Subject: Re: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release
> >
> > Hi Geoffroy,
> >
> > We tried the latest image, but we don't get the Home screen UI, just hangs 
> > and shows blank. Not sure what the issue is, trying on a laptop.
> > How to disable Home screen UI and enable Weston shell/launcher?
> > One other question is, mm-player is it ported to Wayland? If not, how does 
> > the HTML5 Media player handles playback. As I understand from Tizen Mobile 
> > version, mmplayer webkit plugin is used for media playback. Is it different 
> > plugin in Tizen IVI?
> >
> > Regards,
> > Venkat
> >
> > On Friday 11 October 2013 09:35 PM, VanCutsem, Geoffroy wrote:
> >>> -Original Message-
> >>> From: venkat [mailto:patn...@allgosystems.com]
> >>> Sent: Friday, October 11, 2013 2:35 PM
> >>> To: VanCutsem, Geoffroy; ivi@lists.tizen.org
> >>> Subject: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release
> >>>
> >>> Hi,
> >>>
> >>> I am trying MediaPlayer to play videos on Tizen  IVI 3.0 M2 running
> >>> on laptop with i3 core. I could play videos with gstreamer
> >>> (gst-launch) commandline, but MediaPlayer doesn't play any videos, it
> >>> shows thumbnail but can't be played. What could be the issue?
> >> What exact version of Tizen IVI are you using? If I recall correctly,
> >> the  tag did not work properly in the Tizen IVI 3.0-M2-Aug
> >> preview... so that may be your issue. Can you try with one of the
> >> latest version, e.g.:
> >> http://download.tizen.org/releases/daily/tizen/ivi/ivi-release/latest/
> >> images/ivi-release-mbr-i586/
> >>
> >> Geoffroy
> >> 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
> >
> 
> ___
> 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


subsurfaces and EFL

2013-10-18 Thread Antognolli, Rafael
Hi Halley,

The patches for subsurface support in EFL are integrated, and they should 
appear in the next image built for Tizen:IVI. So the example (buffer_object) 
that I sent you earlier should compile just fine, let me know if you have any 
problem.

Now, notice that in that example, I use the wl_buffer (an shm buffer) both 
attaching it to the subsurface, and using its pixel data directly setting them 
on the evas image object, depending on the subsurface being visible or not.

I was trying to modify your example to use this, but I am not sure if I can 
have direct access to the pixel data of the wl_buffer that you provide from the 
gst plugin. Is this true? That's part of what I need to have full control over 
the subsurface.

Another solution option would be to modify the example to attach 2 elements to 
the gstreamer pipeline, that receive the same buffer queue using a tee 
component, and switching each of them would receive the buffers by adding 
"valve" components to both. This way, when the subsurface is created, we set it 
as the window handle, and turn on that part of the pipeline. When the 
subsurface is destroyed, we remove it as a window handle and turn off the video 
overlay element, and turn on another element that just decodes the video on a 
normal buffer, that can be used to feed the pixels for the image object.

Well, take a look at my example, see if you understand the way that the 
subsurfaces can be used in EFL now, and we can discuss more about it on Monday.

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


Re: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release

2013-10-18 Thread venkat

How to enable Weston terminal and how to launch it?

Regards,
Venkat

On Friday 18 October 2013 03:28 PM, Clark, Joel wrote:

To get the UI to work on other platforms/displays, you should check the  
/etc/xdg/weston/weston.ini file to make sure your display has an [output] 
description for it.

Regards
Joel


-Original Message-
From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of venkat
Sent: Friday, October 18, 2013 2:03 AM
To: VanCutsem, Geoffroy; ivi@lists.tizen.org
Subject: Re: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release

Hi Geoffroy,

We tried the latest image, but we don't get the Home screen UI, just hangs and 
shows blank. Not sure what the issue is, trying on a laptop.
How to disable Home screen UI and enable Weston shell/launcher?
One other question is, mm-player is it ported to Wayland? If not, how does the 
HTML5 Media player handles playback. As I understand from Tizen Mobile version, 
mmplayer webkit plugin is used for media playback. Is it different plugin in 
Tizen IVI?

Regards,
Venkat

On Friday 11 October 2013 09:35 PM, VanCutsem, Geoffroy wrote:

-Original Message-
From: venkat [mailto:patn...@allgosystems.com]
Sent: Friday, October 11, 2013 2:35 PM
To: VanCutsem, Geoffroy; ivi@lists.tizen.org
Subject: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release

Hi,

I am trying MediaPlayer to play videos on Tizen  IVI 3.0 M2 running
on laptop with i3 core. I could play videos with gstreamer
(gst-launch) commandline, but MediaPlayer doesn't play any videos, it
shows thumbnail but can't be played. What could be the issue?

What exact version of Tizen IVI are you using? If I recall correctly,
the  tag did not work properly in the Tizen IVI 3.0-M2-Aug
preview... so that may be your issue. Can you try with one of the
latest version, e.g.:
http://download.tizen.org/releases/daily/tizen/ivi/ivi-release/latest/
images/ivi-release-mbr-i586/

Geoffroy
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



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


Re: TIZEN IVI 3.0 for OMAP 4460 Blaze Tablet (Ravi Abi)

2013-10-18 Thread prasanna
There is already a Tizen IVI 2.0  port & Release notes available for 
OMAP4430 reference platform.

https://wiki.tizen.org/wiki/Tizen_IVI_Getting_Started_Guide_For_PandaBoard


On 10/18/2013 05:30 PM, ivi-requ...@lists.tizen.org wrote:

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. TIZEN IVI 3.0 for OMAP 4460 Blaze Tablet (Ravi Abi)


--

Message: 1
Date: Fri, 18 Oct 2013 16:16:08 +0530
From: Ravi Abi 
To: ivi@lists.tizen.org
Subject: TIZEN IVI 3.0 for OMAP 4460 Blaze Tablet
Message-ID:

Content-Type: text/plain; charset="iso-8859-1"

Hi,



I would like to know whether its possible to flash tizen ivi 3.0 into
omap4460 blaze tablet. If so can you please provide the link for the images
and flashing tutorial. If its not ported yet, can you please guide to port
tizen 3.0 ivi into omap 4460 blaze tablet.



Regards

Ravindran A
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.tizen.org/pipermail/ivi/attachments/20131018/2abbdfcb/attachment-0001.html>

--

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


End of IVI Digest, Vol 20, Issue 40
***


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


TIZEN IVI 3.0 for OMAP 4460 Blaze Tablet

2013-10-18 Thread Ravi Abi
Hi,



I would like to know whether its possible to flash tizen ivi 3.0 into
omap4460 blaze tablet. If so can you please provide the link for the images
and flashing tutorial. If its not ported yet, can you please guide to port
tizen 3.0 ivi into omap 4460 blaze tablet.



Regards

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


RE: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release

2013-10-18 Thread Clark, Joel
To get the UI to work on other platforms/displays, you should check the  
/etc/xdg/weston/weston.ini file to make sure your display has an [output] 
description for it.

Regards
Joel


-Original Message-
From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of venkat
Sent: Friday, October 18, 2013 2:03 AM
To: VanCutsem, Geoffroy; ivi@lists.tizen.org
Subject: Re: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release

Hi Geoffroy,

We tried the latest image, but we don't get the Home screen UI, just hangs and 
shows blank. Not sure what the issue is, trying on a laptop. 
How to disable Home screen UI and enable Weston shell/launcher?
One other question is, mm-player is it ported to Wayland? If not, how does the 
HTML5 Media player handles playback. As I understand from Tizen Mobile version, 
mmplayer webkit plugin is used for media playback. Is it different plugin in 
Tizen IVI?

Regards,
Venkat

On Friday 11 October 2013 09:35 PM, VanCutsem, Geoffroy wrote:
>
>> -Original Message-
>> From: venkat [mailto:patn...@allgosystems.com]
>> Sent: Friday, October 11, 2013 2:35 PM
>> To: VanCutsem, Geoffroy; ivi@lists.tizen.org
>> Subject: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release
>>
>> Hi,
>>
>> I am trying MediaPlayer to play videos on Tizen  IVI 3.0 M2 running 
>> on laptop with i3 core. I could play videos with gstreamer 
>> (gst-launch) commandline, but MediaPlayer doesn't play any videos, it 
>> shows thumbnail but can't be played. What could be the issue?
> What exact version of Tizen IVI are you using? If I recall correctly, 
> the  tag did not work properly in the Tizen IVI 3.0-M2-Aug 
> preview... so that may be your issue. Can you try with one of the 
> latest version, e.g.: 
> http://download.tizen.org/releases/daily/tizen/ivi/ivi-release/latest/
> images/ivi-release-mbr-i586/
>
> Geoffroy
> 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
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release

2013-10-18 Thread venkat

Hi Geoffroy,

We tried the latest image, but we don't get the Home screen UI, just 
hangs and shows blank. Not sure what the issue is, trying on a laptop. 
How to disable Home screen UI and enable Weston shell/launcher?
One other question is, mm-player is it ported to Wayland? If not, how 
does the HTML5 Media player handles playback. As I understand from Tizen 
Mobile version, mmplayer webkit plugin is used for media playback. Is it 
different plugin in Tizen IVI?


Regards,
Venkat

On Friday 11 October 2013 09:35 PM, VanCutsem, Geoffroy wrote:



-Original Message-
From: venkat [mailto:patn...@allgosystems.com]
Sent: Friday, October 11, 2013 2:35 PM
To: VanCutsem, Geoffroy; ivi@lists.tizen.org
Subject: MediaPlayer issue in Tizen IVI 3.0 M2 Aug release

Hi,

I am trying MediaPlayer to play videos on Tizen  IVI 3.0 M2 running on laptop
with i3 core. I could play videos with gstreamer (gst-launch) commandline,
but MediaPlayer doesn't play any videos, it shows thumbnail but can't be
played. What could be the issue?

What exact version of Tizen IVI are you using? If I recall correctly, the 
 tag did not work properly in the Tizen IVI 3.0-M2-Aug preview... so 
that may be your issue. Can you try with one of the latest version, e.g.: 
http://download.tizen.org/releases/daily/tizen/ivi/ivi-release/latest/images/ivi-release-mbr-i586/

Geoffroy
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