Re: tizen-ivi api's documentation

2014-01-13 Thread Rees, Kevron
Forgot to mention, GhostCluster's source and specifically the web api
usage can be found here: /opt/usr/apps/GV3ySIINq7/res/wgt/business.js
on the filesystem or here:
https://github.com/otcshare/GhostCluster/blob/master/business.js on
the internets.

On Mon, Jan 13, 2014 at 2:14 PM, Rees, Kevron  wrote:
> GhostCluster, which comes pre-installed on tizen ivi is a good example
> of the Vehicle Web API.  But here is the spec
> https://review.tizen.org/gerrit/gitweb?p=profile/ivi/wrt-plugins-ivi.git;a=blob;f=src/Vehicle/Vehicle.idl;h=767e04958293427619bc1762a47d2b0646b8454f;hb=refs/heads/tizen
>
> Like Mikko said, for native API, see the automotive message broker
> docs: https://github.com/otcshare/automotive-message-broker/tree/master/docs
> Start with "README" and then Manager.txt.  amb.idl is also pretty
> useful to find out what types are available.  You can also look at the
> tizen wiki for AMB's DBus plugin:
>
> https://wiki.tizen.org/wiki/AMB_DBus_Plugin
>
> Hope that helps!
> Kevron
>
> On Thu, Jan 9, 2014 at 11:04 PM, Ylinen, Mikko  wrote:
>>
>>
>>
>> On Fri, Jan 10, 2014 at 7:48 AM, Anurag K Bharati 
>> wrote:
>>>
>>> Hello,
>>>
>>> I want to display speedomete in my app. Where can I find the documentation
>>> of api's provided by tizen-ivi. What should I do to get speedometer or any
>>> other gauge reading?
>>
>>
>> Is it a web app? For web apps you should use Vehicle API (implemented in
>> wrt-plugins-ivi). For native apps, one option
>> is to use AMB (see automotive-message-broker-doc) directly.
>>
>> -- Mikko
>>
>> ___
>> 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 api's documentation

2014-01-13 Thread Rees, Kevron
GhostCluster, which comes pre-installed on tizen ivi is a good example
of the Vehicle Web API.  But here is the spec
https://review.tizen.org/gerrit/gitweb?p=profile/ivi/wrt-plugins-ivi.git;a=blob;f=src/Vehicle/Vehicle.idl;h=767e04958293427619bc1762a47d2b0646b8454f;hb=refs/heads/tizen

Like Mikko said, for native API, see the automotive message broker
docs: https://github.com/otcshare/automotive-message-broker/tree/master/docs
Start with "README" and then Manager.txt.  amb.idl is also pretty
useful to find out what types are available.  You can also look at the
tizen wiki for AMB's DBus plugin:

https://wiki.tizen.org/wiki/AMB_DBus_Plugin

Hope that helps!
Kevron

On Thu, Jan 9, 2014 at 11:04 PM, Ylinen, Mikko  wrote:
>
>
>
> On Fri, Jan 10, 2014 at 7:48 AM, Anurag K Bharati 
> wrote:
>>
>> Hello,
>>
>> I want to display speedomete in my app. Where can I find the documentation
>> of api's provided by tizen-ivi. What should I do to get speedometer or any
>> other gauge reading?
>
>
> Is it a web app? For web apps you should use Vehicle API (implemented in
> wrt-plugins-ivi). For native apps, one option
> is to use AMB (see automotive-message-broker-doc) directly.
>
> -- Mikko
>
> ___
> 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: logging in webapps

2014-01-13 Thread Ylinen, Mikko
On Mon, Jan 13, 2014 at 2:34 PM, Anurag K Bharati
wrote:

>   How should I put log messages in logfiles?
> Log files in /var/log/ dosen't contain any of log messages generated by
> these apps.
>

The September release had dlogutil enabled.

- install dlogutil
- dlogctrl set platformlog 1
- make sure 'logger' kernel driver is loaded
- run dlogutil
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


logging in webapps

2014-01-13 Thread Anurag K Bharati
Hello,

In web apps I'm using "window.console.log(logmsg)" but where should I look for 
logs?



Wayland terminal from where apps are launched, no log messages are shown.

root:~> wrt-launcher -s oaA3XcXopW.Menu >logs
root:~> cat logs
result: launched

How should I put log messages in logfiles? Log files in /var/log/ dosen't 
contain any of log messages generated by these apps.



I'm using vmware to run following tizen-ivi release

root:~> cat /etc/tizen-release
Tizen 3.0.0 (i386)
VERSION = 3.0.0
CODENAME = Next
BUILD_ID=tizen_20130829.9_ivi-release-mbr-i586



Regards,
Anurag Bharati

~~Disclaimer~~~
Information contained and transmitted by this e-mail is confidential and 
proprietary to iGATE and its affiliates and is intended for use only by the 
recipient. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution, copying or use of this e-mail is strictly 
prohibited and you are requested to delete this e-mail immediately and notify 
the originator or mailad...@igate.com . iGATE does 
not enter into any agreement with any party by e-mail. Any views expressed by 
an individual do not necessarily reflect the view of iGATE. iGATE is not 
responsible for the consequences of any actions taken on the basis of 
information provided, through this email. The contents of an attachment to this 
e-mail may contain software viruses, which could damage your own computer 
system. While iGATE has taken every reasonable precaution to minimise this 
risk, we cannot accept liability for any damage which you sustain as a result 
of software viruses. You should carry out your own virus checks before opening 
an attachment. To know more about iGATE please visit www.igate.com 
.

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


RE: Issue with initialising repo, per developer guide instructions

2014-01-13 Thread Mark De Roussier
Hello Mikko, hello Paul,

I avoided the problem by the simple method of creating a key without a 
passphrase. Sorry I didn’t try that first ☹.  I understand that the 
‘gerrit.googlesource’ references in the output are normal. When it gets going, 
repo gives a lot of feedback about progress, but most of it is not terribly 
useful when you’re doing such a huge sync – it’s just hard to know the overall 
status. It took about 18 hours of downloading and subsequent processing, but I 
think I’m there now.

Thanks,
Mark



MARK DE ROUSSIER
Team Lead

Symphony Teleca
Sunley House, 46 Jewry Street, Winchester, Hampshire, SO23 8RY
Phone: +441962891219, Fax: +441962868867
mark.derouss...@symphonyteleca.com
www.symphonyteleca.com

Teleca Limited, a company registered in England & Wales, registration number 
2773878, registered office at Sunley House, 46 Jewry Street, Winchester, 
Hampshire SO23 8RY. VAT registration number GB 674 6583 90

Follow what's going on at Symphony Teleca's blog on 
www.symphonyteleca.com/blog. Please 
consider the environment before you print.

Notice to recipient: This e-mail (including any attachments) is meant for the 
intended recipient only, may contain confidential and proprietary information, 
and is protected by law. If you received this e-mail in error, please 
immediately notify the sender of the error by return e-mail, delete this 
communication and any attachments, and shred any printouts. Unauthorized 
review, use, dissemination, distribution, copying or taking of any action based 
on this communication is strictly prohibited.

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