[Tizen General] SDK 2.2.1 for Mac OS X

2013-11-14 Thread JoonCheol Park
Sorry for moving this from app-dev list. This list looks okay for this SDK question. -- Forwarded message -- From: JoonCheol Park Date: 2013/11/13 Subject: SDK 2.2.1 for Mac OS X To: application-...@lists.tizen.org Hi, I tried to install new sdk on my Mac (OSX 10.8.5). and I

Re: [Tizen General] How to start with Tizen 2.0 release source code?

2013-03-18 Thread JoonCheol Park
Hi Uichi, I recommend that repo init without -b option. Because, some git repositories of Tizen don't have tizen_2.0 branch. You may can see some error regarding to this... Anyway, You can try below methods after 'repo sync' if you want to see tizen_2.0 branch from some repositories.. $ cd framew

Re: [Tizen General] Latest Tizen Source code

2013-02-27 Thread JoonCheol Park
t; These error I got for some projects which has upstream branch. > > Is there anyway to fetch these or just ignore.Please confirm. > > > > How ever I have commented the projects paths in the manifest and > > downloaded complete project. > > > Thanks & Rgds,

Re: [Tizen General] How can I debug tizen IVI platform.

2013-02-26 Thread JoonCheol Park
I don't know about the IDE/development tools of Tizen based on eclipse. If you changed native stuffs - framework, library, webkit, efl or osp app... you can use gdb or lldb (I'm sure whether tizen is using llvm), and nm, ldd, ps, xwininfo, strace, dbus-monitor... traveling under /proc ... If you w

[Tizen General] tizen-manifest is not available for few hours due to Gitorious down

2013-02-26 Thread JoonCheol Park
Hi list, FYI Gitorious.org is checking its file system consistency during reboot. According to #gitorious in IRC, It'll take for few hours. If you are using tizen-manifest now, you may cannot do 'repo sync' until gitorious's traffic light indicates 'Green'. http://status.gitorious.org/ Cheers, JC

Re: [Tizen General] Latest Tizen Source code

2013-02-25 Thread JoonCheol Park
For more details - http://gitorious.org/tizen-toys/pages/Home#tizen-manifest++ It's automatically updated everyday by Bot (If you are interesting about this Bot, review the tizen-manifest's python codes. it uses internal gerrit/git ssh protocols. it's quite fun.) After you do 'repo init', you can