93 Comments , PUBLISHED
UPDATE: The contest winners have been announced. Thanks for your participation!
We want to hear your advice, product feedback, and experiences on writing apps for Tizen devices and build the knowledge base of Tizen.org members.
Post a comment to this blog related to application development for Tizen devices. To be eligible for prizes, your comment must be at least 100 words long (that’s only about the length of this section), and include one of the following:
- A testimonial on experience developing a Tizen app
- Recommendations and/or product improvements for future releases of Tizen and/or product improvements
- A solution to a specific challenge in Tizen development
- Advice or a demo on how to write an app for Tizen
- Porting an existing app to Tizen
- Using Tizen SDK
We will award $50 gift cards for the first 50 eligible entries, and three monthly prizes of a 480 GB SSD drive. The Grand Prize is an Intel Core* i7 desktop PC. Our judging panel of Tizen experts at Intel will be looking for technical accuracy, relevance, innovation, enthusiasm, community building/reaction, and overall quality of posts. Complete contest details can be found on the Intel website.
Privacy Statement:
Intel is committed to respecting your privacy. By commenting on this blog, you are agreeing to provide Intel with your name and email address. This information will be used only for prize distribution. If you win, Intel will ask for your permission to collect your mailing address for award delivery purposes only. Once the contest has ended and all winners’ awards have been mailed, all personal information provided to Intel will be deleted. To learn more about Intel’s privacy practices, please visit http://www.intel.com/privacy.
The Fine Print:
- Contest open to registered members of Tizen Community at http://tizen.org.
- Contest open to participants worldwide. All national and local laws and regulations of the resident’s country of residence apply. Contest is void wherever restricted or prohibited by law.
- No purchase necessary.
- Entrants must be able to speak, read, and understand English.
- Participants must be 18 years or older to enter.
- Contest runs from 7:00 PM PACIFIC May 7, 2012 to 7:00 PM PACIFIC August 7, 2012.
- Post must meet community and content guidelines for Tizen.org.
Complete Rules and Terms of Contest Entry This contest is subject to the Complete Rules and Terms of Contest Entry found on the Intel website.
Comment below. We want to hear from you.
Comments
BY Eric Mantion,
BY Eric Mantion,
Update: potential prize winners have been all notified by email now. People have until November 30, 2012, 5PM PST to respond by email or their contest entry will be removed from prize consideration.
Once eligibility of receiving prizes have been verified, the list of winners will be posted here.
If you have questions, please message me.
BY jezra,
BY Eric Mantion,
BY jezra,
BY Peter Zoll,
BY Eric Mantion,
BY jezra,
BY Josh Bancroft,
BY Phil rzr,
BY jezra,
BY Ahmet YILDIRIM,
BY Aloke Das,
BY Peter Zoll,
Performance counter stats for 'dd if=/dev/zero of=/dev/null count=1000000':
5,099 cache-misses # 0.005 M/sec (scaled from 66.58%) 235,384 cache-references # 0.246 M/sec (scaled from 66.56%) 9,281,660 branch-misses # 3.858 % (scaled from 33.50%) 240,609,766 branches # 251.559 M/sec (scaled from 33.66%) 1,403,561,257 instructions # 0.679 IPC (scaled from 50.23%) 2,066,201,729 cycles # 2160.227 M/sec (scaled from 66.67%) 217 page-faults # 0.000 M/sec 3 CPU-migrations # 0.000 M/sec 83 context-switches # 0.000 M/sec 956.474238 task-clock-msecs # 0.999 CPUs
0.957617512 seconds time elapsed
For Tizeneers, three go-fasts are
1. use GPUs to do some of the computing 2. strive to take more than your share of cache 3. multi-thread
perf gives you a good idea how successful you have been at #2
BY Peter Zoll,
BY Phil rzr,
TRANSIG : A testimonial on experience developing a Tizen app
Here are a few comments, I plan to reformat this into a tutorial.
More details up to come (sources, video, demos) on those URL :
INTRODUCTION
When tizen came up, I was quiet amazed on this new Linux Platform, coming from MeeGo, I expected to port some of my projects (Qt/Qml) to compare ...
But unfortunately TiZen is so far restricted to HTML5/JavaScript API.
So I had to think about a new product, I wanted to dig into multimedia API but I felt I had a wait a bit to get them more mature...
Finally, I thought about creating a WebDav client to be manage my files...
DEVELOPMENT PROCESS
First I created an HTML file and started to code with in my favorite editor (emacs)
I had some javascript knowledge since netscape year, so It was quiet easy to get familiar with jquery, JS API : local storage XmlHttpRequest...
After synch'ing files on my private server, and tested it on tizen's lb default browser,
It went working...
PACKAGING
The final goal was to have a local app that can connect to any WebDav server so I did use the SDK to migrate my "webpage" into a tizen app...This was pretty easy, just generate a default project and merge previously written code...
After upgraded SDK, updated time of target, deployment succeed. we're done
FUTURE
Today I am facing a major issue with using XmlHttpRequest from local file ...
so I had to figure it out before releasing a beta version of the product...
Anyway the project is opensource and welcome any review patches at the URL at the top
MORE
RECOMMENDATIONS AND/OR PRODUCT IMPROVEMENTS FOR FUTURE RELEASES OF TIZEN AND/OR PRODUCT IMPROVEMENTS
A SOLUTION TO A SPECIFIC CHALLENGE IN TIZEN DEVELOPMENT
Unsure this is an acceptable solution, but using XmlHttpRequest in Tizen WebApps puzzling me ...
I guess running a local webserver would unblock this null's Origin restriction...
I am listing existing workarounds
ADVICE OR A DEMO ON HOW TO WRITE AN APP FOR TIZEN
Try to stick to standards as much as you can, since the devices are not in mass market.
Depending on a risky feature can be a problem (like XmlHttpRequest on local files)
PORTING AN EXISTING APP TO TIZEN
As said previously , create your project out of tizen and test it on your regular browser will save you deployment to target, once mature, you can integrate it into a tizen generated project.. and keep testing this on your desktop browser...
Using the Tizen SDK
I was lazy to discover all feature in eclipse, and preferred my regular tools (emacs, chromium etc), but I figured out how to use basic features to deploy project on device
Get the SDK working a debian amd64 through a chroot into bohdi linux i386
BY Peter Zoll,
BY Maria Baker,
BY Peter Zoll,
BY Peter Zoll,
BY John Ixion,
BY Peter Zoll,
BY karthik s,
BY karthik s,
BY Peter Zoll,
Has anyone applied for (or, better yet, been approved for or even received) a Tizen developer device? Availability was announced June 19, but I am still not seeing anything available even when selecting <any>.
Would anyone have any notion when (or if) Tizen netbooks (mentioned in the list) will be available?
At one time Intel was handing out ExoPC tablets with MeeGo layered on top of Win7. Would anyone have managed to remove MeeGo and upgrade to Tizen? If so, did the Tizenized ExoPC perform with credible speed and stability?
Is it safe to assume Oracle will NOT have a Java for Tizen and that one should use the Java for LINUX?
BY Nabeel Jamal,
BY Vivin NL,
BY Ahmet YILDIRIM,
BY Muhammad Hakim Asyari,
BY jezra,
BY John Ixion,
BY jezra,
BY jezra,
BY John Ixion,
BY oytun eren sengul,
BY Sebastian Stiffel,
BY John Ixion,
BY Shashank Rathore,
BY michele tameni,
BY Peter Zoll,
BY Timo Jyrinki,
BY Newton Chan,
BY Newton Chan,
BY x xiao,
BY jezra,
BY John Ixion,
BY jezra,
BY yuning liang,
BY yuning liang,
BY John Ixion,
Pages