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/tize

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 bu

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. > > Th

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, > >

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 a

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

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

[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

[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?