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

一世执手 提交于 2020-01-01 09:28:10

问题


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?


回答1:


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.

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


来源:https://stackoverflow.com/questions/6544233/difference-between-nokias-meego-1-2-harmattan-and-intel-meego

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!