Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

difference between Nokia's MeeGo 1.2 "Harmattan" and intel Meego?

Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying that it is differed from intel MeeGo. Is it true? What is Maemo?

Is Maemo same as MeeGo Harmattan? Where can we download SDK to develop applications for it with simulator? Is Intel meego sdk (Intel note book, tablets) enough? Any guide please?

like image 321
senthilM Avatar asked Jul 01 '11 06:07

senthilM


People also ask

Why was MeeGo discontinued?

Nokia wanted to make MeeGo its primary smartphone operating system in 2010, but after a change in direction it was stopped in February 2011, leaving Intel alone in the project. The Linux Foundation canceled MeeGo in September 2011 in favor of Tizen, which Intel then joined in collaboration with Samsung.

Is MeeGo is a smartphone operating system?

MeeGo is an open-source Linux-based operating system for smartphones and tablets, developed initially by Nokia and Intel as a common successor of their Maemo and Moblin OS projects.

What OS that was supported by the joint company of Nokia and Intel?

Nokia and Intel will merge two of their mobile operating systems into Meego, a Linux-based, open operating system for everything from advanced smartphones to netbooks, connected TVs and tablet computers, the companies said at a joint press conference on Monday.

Is Nokia N9 an android?

3 Ice Cream Sandwich on Nokia N9. Here's some news that you don't hear every day and is certainly an eye-opener. The Nokia N9 is getting Ice Cream Sandwich.


1 Answers

Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying that it is differed from intel MeeGo. Is it true?

They have different package managers. Nokia's MeeGo is DEB-based, Intel's MeeGo is RPM-based.

Nokia's MeeGo 1.2 Harmattan API = Intel's MeeGo 1.2 Core API + Nokia Specific APIs

So, the main part of the API including Qt 4.7.2 and Qt Mobility 1.2 is well compatible.

See also binary compatibility report between MeeGo 1.2 Core and MeeGo 1.2 Harmattan on x86 generated by the abi-compliance-checker tool.

enter image description here

From the Nokia Glossary:

MeeGo 1.2 Harmattan API

The official name for Harmattan API. A recommended set of APIs in the Harmattan platform to be used for application development. MeeGo 1.2 Harmattan API consists of MeeGo API and Nokia Specific APIs, and it is a subset of Platform API.

MeeGo API

The set of APIs that are supported by all MeeGo-compliant devices and available for MeeGo application development. MeeGo API is a future-proof set of APIs that is forward-compatible within a major MeeGo release. MeeGo API is a part of MeeGo 1.2 Harmattan API.

Nokia Specific APIs

Nokia Specific APIs contain additional libraries that can be used when creating applications for Nokia devices. Nokia provides compatibility to this API set for the next two major Nokia releases. Nokia Specific APIs are a part of MeeGo 1.2 Harmattan API.

Other questions:

What is maemo?

Maemo is the Linux-based innovative platform from Nokia started in 2005. It's installed on N900 (Maemo 5), N800 (Maemo 4) and other experimental devices.

Is maemo same as MeeGo Harmattan?

Yes, Maemo 6 and MeeGo 1.2 Harmattan are two names of the same platform.

Where can we download SDK to develop applications for it with simulator?

The Harmattan Platform SDK including the emulator is here.

Any guide please?

  • Harmattan Platform Guide
  • Develop for the Nokia N9
  • Harmattan API Documentation
like image 70
14 revs Avatar answered Sep 28 '22 15:09

14 revs