(→Developing) |
(→Developing) |
||
| Line 57: | Line 57: | ||
*[[ARM/N950/Hardware|N950 Specific hardware]] | *[[ARM/N950/Hardware|N950 Specific hardware]] | ||
*Forum: http://forum.meego.com/showthread.php?t=3625 | *Forum: http://forum.meego.com/showthread.php?t=3625 | ||
| + | |||
| + | * Fixing MALF state on your N9/N950: [[N950/Fixing MALF state]] | ||
| + | |||
=== Developing === | === Developing === | ||
* Add Harmattan toolchain to QtCreator [http://forum.meego.com/showpost.php?p=26029&postcount=103] | * Add Harmattan toolchain to QtCreator [http://forum.meego.com/showpost.php?p=26029&postcount=103] | ||
| - | *[[Software]]: http://harmattan-dev.nokia.com/pool/harmattan-beta/ ? | + | |
| - | *Community SW: | + | *[[Software]]/[[APT]]: http://harmattan-dev.nokia.com/pool/harmattan-beta/ ? |
| + | deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free | ||
| + | |||
| + | * Community SW: | ||
**PackRat (http://ageofikon.com/prh/) -- Automatically search repositories listed on this [http://wiki.meego.com/Community_Office/Community_device_program/Nokia/Development_repos page] (add them to the page and they will be indexed when PackRat refreshes nightly, if they match this regex: "/(http:\/\/\S+\/)home:\/(\S+?)<\/a>/" ) | **PackRat (http://ageofikon.com/prh/) -- Automatically search repositories listed on this [http://wiki.meego.com/Community_Office/Community_device_program/Nokia/Development_repos page] (add them to the page and they will be indexed when PackRat refreshes nightly, if they match this regex: "/(http:\/\/\S+\/)home:\/(\S+?)<\/a>/" ) | ||
**http://repo.pub.meego.com/home:/ | **http://repo.pub.meego.com/home:/ | ||
| Line 73: | Line 79: | ||
* Qt Quick Components: http://harmattan-dev.nokia.com/docs/library/html/qt-components/qt-components.html?tab=1 | * Qt Quick Components: http://harmattan-dev.nokia.com/docs/library/html/qt-components/qt-components.html?tab=1 | ||
* Pure QML Elements: http://harmattan-dev.nokia.com/docs/library/html/qt4/qdeclarativeelements.html?tab=1 | * Pure QML Elements: http://harmattan-dev.nokia.com/docs/library/html/qt4/qdeclarativeelements.html?tab=1 | ||
| - | |||
== Reporting bugs and ways to get support == | == Reporting bugs and ways to get support == | ||
N950 Landing page
Contents |
This page will have a collection of links for N950 developer kit users. In other words people from Nokia Community Device Program.
| File | md5sum |
|---|---|
| Beta 1 (1.2011.22-6) | |
| Linux_OCF_22-6_EMMC_RM680-OEM1-916.bin | 1c233f8ecf38b2debc1a77b6ca7fb104 |
| Linux_Quick_OCF_22-6_EMMC_RM680-OEM1-916.bin | 482ce0b01cef4432d3565f5b1674600d |
| Beta 2 (1.2011.34-2) - released 2011-09-19 | |
| Linux_OCF_34-2_EMMC_RM680-OEM1-916.bin | 6eb05b04842fb9fae2451dc266888eb9 |
| Win_OCF_34-2_EMMC_RM680-OEM1-916.exe | 277f302303ef888963586331341fd324 |
| Mac_OCF_34-2_EMMC_RM680-OEM1-916.bin | 17f3a296f9eeb960e8a477509871b57c |
extracting OCF:
function extract-OCF {
ARCHIVE=`head -c 10000 "$1" | awk '/^__ARCHIVE_BELOW__/ {print NR + 1; exit 0; }'`
echo "Extracting the archive from OneClickFlasher to current directory in 5s... (^C to abort)"
sleep 5
echo "Extracting started at "`date "+%H:%M:%S"`
tail -n +$ARCHIVE "$1" | tar -C . -xf -
echo "Extracting finished at "`date "+%H:%M:%S"`
}
extract-OCF <OCF.bin>
deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free
Reporting bugs is really tricky thing to do because of the problem about which component is guilty: is it MeeGo core component or Nokias component of Harmattan.
MeeGo bugtracker
Nokia developers bugtracker
Developer resources: MeeGo mailing lists
List of Twitter Users using a N950 devkit (Please contact zehjotkah to get added)
http://wiki.meego.com/Community_Office/Community_device_program/Nokia/Development_repos
There is also a freshly established Shared Community Repository for Harmattan that you can find here:
https://build.pub.meego.com/project/show?project=home%3Arzr%3Aharmattan
do
echo 'deb http://repo.pub.meego.com/home:/rzr:/harmattan/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/ ./' >>/etc/apt/sources.list.d/nicks.list
More details at http://rzr.online.fr/q/harmattan
This must be researched a bit if here could be links to other resources having lists etc details about stuff under work to N950/N9. If you have ideas, please use discussion page!
Community repo / collaborative maintenance :