RE: [TizenIVI 3.0]Question about WebApplication Install on the wayland

2014-04-28 Thread VanCutsem, Geoffroy
Hi Andy,

I would agree with Paul, it's best to use wrt-installer if you can to 
install/remove applications. If your application is written in HTML5/JS, there 
is Tizen Device API for that too:
- tizen.package API: 
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.device.apireference/tizen/package.html

If you want an example on how such Web API is used, take a look here: 
https://review.tizen.org/git/?p=profile/ivi/Modello_Appmanager.git;a=tree;h=refs/heads/tizen;hb=refs/heads/tizen

Thanks,
Geoffroy

From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Hanchett, Paul
Sent: Monday, April 28, 2014 5:47 PM
To: Yang Andy
Cc: ivi@lists.tizen.org
Subject: Re: [TizenIVI 3.0]Question about WebApplication Install on the wayland

Why not just spawn a call to wrt-installer?

Duplicating something the system already does, could lead to a fragile design 
and there's significant risk-- You may not have access to all of the relevant 
data structures (both knowledge and execution privilege), there's always the 
possibility that a bug in your code could kill the system, and worst you 
potentially have to play catch-up if the install process changes.

Just some thoughts...  :-)

Paul



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 Limited
Registered Office: Abbey Road, Whitley, Coventry CV3 4LF
Registered in England No: 1672070

On Mon, Apr 28, 2014 at 1:27 AM, Yang Andy 
mailto:williamyan...@hotmail.com>> wrote:
Hi Ning

I want to design software architecture as below:

1.Put web application on the folder.

2.Develop a applcation which will display web application Icon or name from the 
folder.

3.When user click the selected application icon ,i will do some action similar 
[wrt-installer] to insatll web application.

The question is that  whether i can design function similar wrt-installer or 
not.

For example i can write some script to simulate wrt-installer.

Could you give me some advice?

Thank you.

Andy

From: ning.w.w...@intel.com
To: williamyan...@hotmail.com; 
ivi@lists.tizen.org
Subject: RE: [TizenIVI 3.0]Question about WebApplication Install on the wayland
Date: Mon, 28 Apr 2014 07:52:59 +


Hi Andy,



How could you browse files in a folder? A file explorer? To my knowledge, it's 
not available in IVI yet. So no way to install a web app by double click either.



Thanks,

Ning

From: IVI 
[mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of Yang Andy
Sent: Monday, April 28, 2014 3:33 PM
To: ivi@lists.tizen.org
Subject: [TizenIVI 3.0]Question about WebApplication Install on the wayland









Hello everyone

I have one question about WebApplication Install on the wayland.

At present,we have to use command [wrt-installer] to install web application on 
the wayland terminal.

Is there method which can install web application by double click the 
application icon on the folder?

or is there a plan that will add this function by TizenIVI community?

[TizenIVI version]
3.0

Thank you.

Andy

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

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


Re: [TizenIVI 3.0]Question about WebApplication Install on the wayland

2014-04-28 Thread Hanchett, Paul
Why not just spawn a call to wrt-installer?

Duplicating something the system already does, could lead to a fragile
design and there's significant risk-- You may not have access to all of the
relevant data structures (both knowledge and execution privilege), there's
always the possibility that a bug in your code could kill the system, and
worst you potentially have to play catch-up if the install process changes.

Just some thoughts...  :-)

Paul



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 Limited
Registered Office: Abbey Road, Whitley, Coventry CV3 4LF
Registered in England No: 1672070


On Mon, Apr 28, 2014 at 1:27 AM, Yang Andy wrote:

> Hi Ning
>
> I want to design software architecture as below:
>
> 1.Put web application on the folder.
>
> 2.Develop a applcation which will display web application Icon or name
> from the folder.
>
> 3.When user click the selected application icon ,i will do some action
> similar [wrt-installer] to insatll web application.
>
> The question is that  whether i can design function similar wrt-installer
> or not.
>
> For example i can write some script to simulate wrt-installer.
>
> Could you give me some advice?
>
> Thank you.
>
> Andy
> --
> From: ning.w.w...@intel.com
> To: williamyan...@hotmail.com; ivi@lists.tizen.org
> Subject: RE: [TizenIVI 3.0]Question about WebApplication Install on the
> wayland
> Date: Mon, 28 Apr 2014 07:52:59 +
>
>
>  Hi Andy,
>
>
>
> How could you browse files in a folder? A file explorer? To my knowledge,
> it's not available in IVI yet. So no way to install a web app by double
> click either.
>
>
>
> Thanks,
>
> Ning
>
> *From:* IVI [mailto:ivi-boun...@lists.tizen.org] *On Behalf Of *Yang Andy
> *Sent:* Monday, April 28, 2014 3:33 PM
> *To:* ivi@lists.tizen.org
> *Subject:* [TizenIVI 3.0]Question about WebApplication Install on the
> wayland
>
>
>
>
>
>
>
>
>
> Hello everyone
>
> I have one question about WebApplication Install on the wayland.
>
> At present,we have to use command [wrt-installer] to install web
> application on the wayland terminal.
>
> Is there method which can install web application by double click the
> application icon on the folder?
>
> or is there a plan that will add this function by TizenIVI community?
>
> [TizenIVI version]
> 3.0
>
> Thank you.
>
> Andy
>
> ___
> 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


Why the xkeyboard-config package disappeared?

2014-04-28 Thread olszak . tomasz
It have provided /usr/share/X11/xkb directory and it still exists in 
Tizen:IVI:Release repository.

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


Re: Change display resolution in 3.0

2014-04-28 Thread Hofemeier, Ulf
Hi Prabhuram,

Can you please post the output of ls -Z /etc/xdg/weston/weston.ini

Thanks,
Ulf

On Sun, Apr 27, 2014 at 8:06 PM, Wang, Ning W  wrote:
> You need to check whether the resolution you input in weston.ini is really 
> supported by your monitor.
> You can run weston-info to check.
>
> Thanks,
> Ning
> -Original Message-
> From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Prabhuram Murugan
> Sent: Monday, April 28, 2014 10:29 AM
> To: IVI Tizen
> Subject: Change display resolution in 3.0
>
> Hello ,
>
> I followed the below wiki link for changing the display resolution,
>
> https://wiki.tizen.org/wiki/IVI/Tizen-IVI_3.0-M2-March2014#Tweaking_your_screen_settings
>
> The output of journalctl -b in my NDis166 board shows something like
>
> mode : 1024 * 600@60.00 preferred, current mode : 1024*768@71.00 mode : 
> 1024*768@60.00
>
> As I need res of 1024*768,  I created a weston.ini file in /etc/xdg/weston/ 
> and added the below configs
>
> [output]
> name=VGA1
> mode=1920x768
> transform=0
>
> However I could not see any change in the screen resolution after reboot.
> Even we tried res of 800*600 but results are same
>
> Please let me know if I missed something,
>
> Thanks and Regards,
> Prabhuram M
> ___
> 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: [TizenIVI 3.0]No sound head from 3.5 jack headset after system reboot

2014-04-28 Thread Yang Andy
To Jaska

Thank you very much for your reply.

I will try.

Andy.

> From: jaska.uimo...@intel.com
> To: williamyan...@hotmail.com; ivi@lists.tizen.org
> Subject: RE: [TizenIVI 3.0]No sound head from 3.5 jack headset after system 
> reboot
> Date: Mon, 28 Apr 2014 07:53:48 +
> 
> Hi Andy,
> 
> You may have to open the alsamixers manually after reboot.
> 
> I didn't want to push any changes or fixes to images, because 
> there we're some issues and we're at freeze. 
> 
> I'll put some patches to pulseaudio and it 's configuration, which 
> will fix this, so you could compile and install it later. For now 
> this is an annoyance...
> 
> br,
> Jaska
> 
> 
>  
> 
> From: IVI [ivi-boun...@lists.tizen.org] on behalf of Yang Andy 
> [williamyan...@hotmail.com]
> Sent: Monday, April 28, 2014 10:46 AM
> To: ivi@lists.tizen.org
> Subject: [TizenIVI 3.0]No sound head from 3.5 jack headset after system reboot
> 
> Hello everyone
> 
> About this issue,do anyone know how to fix this problem?
> 
> I do some setting following below jira,but it does not work.
> 
> https://bugs.tizen.org/jira/browse/TIVI-2799
> 
> 
> [TizenIVI version]
> 3.0
> 
> Thank you.
> 
> Andy
> -
> Intel Finland Oy
> Registered Address: PL 281, 00181 Helsinki 
> Business Identity Code: 0357606 - 4 
> Domiciled in Helsinki 
> 
> 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


RE: [TizenIVI 3.0]Question about WebApplication Install on the wayland

2014-04-28 Thread Yang Andy
Hi Ning

I want to design software architecture as below:

1.Put web application on the folder.

2.Develop a applcation which will display web application Icon or name from the 
folder.

3.When user click the selected application icon ,i will do some action similar 
[wrt-installer] to insatll web application.

The question is that  whether i can design function similar wrt-installer or 
not.

For example i can write some script to simulate wrt-installer.

Could you give me some advice?

Thank you.

Andy
 From: ning.w.w...@intel.com
To: williamyan...@hotmail.com; ivi@lists.tizen.org
Subject: RE: [TizenIVI 3.0]Question about WebApplication Install on the wayland
Date: Mon, 28 Apr 2014 07:52:59 +









Hi Andy,
 
How could you browse files in a folder? A file explorer? To my knowledge, it’s 
not available in IVI yet. So no way to install a web app by double
 click either.
 
Thanks,
Ning


From: IVI [mailto:ivi-boun...@lists.tizen.org]
On Behalf Of Yang Andy

Sent: Monday, April 28, 2014 3:33 PM

To: ivi@lists.tizen.org

Subject: [TizenIVI 3.0]Question about WebApplication Install on the wayland


 

 


 

 

Hello everyone



I have one question about WebApplication Install on the wayland.



At present,we have to use command [wrt-installer] to install web application on 
the wayland terminal.



Is there method which can install web application by double click the 
application icon on the folder?



or is there a plan that will add this function by TizenIVI community?



[TizenIVI version]

3.0



Thank you.



Andy





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


RE: [TizenIVI 3.0]No sound head from 3.5 jack headset after system reboot

2014-04-28 Thread Uimonen, Jaska
Hi Andy,

You may have to open the alsamixers manually after reboot.

I didn't want to push any changes or fixes to images, because 
there we're some issues and we're at freeze. 

I'll put some patches to pulseaudio and it 's configuration, which 
will fix this, so you could compile and install it later. For now 
this is an annoyance...

br,
Jaska


 

From: IVI [ivi-boun...@lists.tizen.org] on behalf of Yang Andy 
[williamyan...@hotmail.com]
Sent: Monday, April 28, 2014 10:46 AM
To: ivi@lists.tizen.org
Subject: [TizenIVI 3.0]No sound head from 3.5 jack headset after system reboot

Hello everyone

About this issue,do anyone know how to fix this problem?

I do some setting following below jira,but it does not work.

https://bugs.tizen.org/jira/browse/TIVI-2799


[TizenIVI version]
3.0

Thank you.

Andy
-
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

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


RE: [TizenIVI 3.0]Question about WebApplication Install on the wayland

2014-04-28 Thread Wang, Ning W
Hi Andy,

How could you browse files in a folder? A file explorer? To my knowledge, it's 
not available in IVI yet. So no way to install a web app by double click either.

Thanks,
Ning
From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy
Sent: Monday, April 28, 2014 3:33 PM
To: ivi@lists.tizen.org
Subject: [TizenIVI 3.0]Question about WebApplication Install on the wayland




Hello everyone

I have one question about WebApplication Install on the wayland.

At present,we have to use command [wrt-installer] to install web application on 
the wayland terminal.

Is there method which can install web application by double click the 
application icon on the folder?

or is there a plan that will add this function by TizenIVI community?

[TizenIVI version]
3.0

Thank you.

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


[TizenIVI 3.0]No sound head from 3.5 jack headset after system reboot

2014-04-28 Thread Yang Andy












Hello everyone

About this issue,do anyone know how to fix this problem?

I do some setting following below jira,but it does not work.

https://bugs.tizen.org/jira/browse/TIVI-2799


[TizenIVI version]
3.0

Thank you.

Andy


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


[TizenIVI 3.0]Question about WebApplication Install on the wayland

2014-04-28 Thread Yang Andy








Hello everyone

I have one question about WebApplication Install on the wayland.

At present,we have to use command [wrt-installer] to install web application on 
the wayland terminal.

Is there method which can install web application by double click the 
application icon  on the folder?

or is there a plan that will add this function by TizenIVI community?

[TizenIVI version]
3.0

Thank you.

Andy

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