Re: [Tizen General] Unable to launch menu-screen

2013-01-23 Thread Vijay Zanvar
Most likely /opt/apps/org.tizen.menu-screen does not exists on your platform. Please check. Best, Vijay Zanvar On Wed, Jan 23, 2013 at 2:30 PM, dhruv.cha...@smartplayin.com wrote: I could set VCONFKEY_STARTER_SEQUENCE, and verified the same as below. $vconftool get

[Tizen General] GBS and Mic build

2013-01-23 Thread embedded linux
Hi all, I want to know that is it necessary to build the package before including it in the ks file in the %packages section?. Because when I included few packages in KS file without compiling them, mic did not give any error. How are GBS and MIC are related? When a package is compiled using GBS,

Re: [Tizen General] GBS and Mic build

2013-01-23 Thread Li, Hao H
Hi If you include packages in ks file, it will try to download file from repo in your ks file or get it from --local-pkgs-path parameter during mic running If you don't build the packages that are included in ks file and mic didn't give any error, I guess it comes from repo in ks file GBS is

[Tizen General] Pulling image from tizen device

2013-01-23 Thread James
Hello, I just received a Tizen development device and was wondering if there is a procedure to pull the current image off of the device before (to be able to restore ) testing a new image on it? Thanks in advance ___ General mailing list

Re: [Tizen General] Repo path not present for armv7l in /snapshots/trunk/common/latest/repos/base

2013-01-23 Thread Wang, Ning W
You can use the release repositories instead of snapshots: http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-base/armv7l/packages/ http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-main/armv7l/packages/ From: general-boun...@lists.tizen.org

Re: [Tizen General] Repo path not present for armv7l in /snapshots/trunk/common/latest/repos/base

2013-01-23 Thread Vijay Zanvar
Note that there are two repository locations: snapshots and releases. It is recommended that the *releases* repository is used because it is considered to be more stable. Using the *snapshots* repository may lead to build dependencies errors, as packages are published soon after they are uploaded

Re: [Tizen General] Repo path not present for armv7l in /snapshots/trunk/common/latest/repos/base

2013-01-23 Thread embedded linux
Hi Vijay, Thanks for the reply. I used the command mentioned by you and I get the following: sudo gbs build -A armv7l -R http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-base/armv7l/-R

Re: [Tizen General] Repo path not present for armv7l in /snapshots/trunk/common/latest/repos/base

2013-01-23 Thread venkat . sana
Hi, Please check your /var/tmp/root-gbs/ , there should be tizen2.0.conf file, please use -D and provide the conf file in your /var path, will fix the problem. And also use --debug option to get more logs while building. Thanks, Venkat Raju. -Original Message- From: embedded linux