===== TODO =====
I was thinking about something for #n950club
like a migration party to nemomobile MeR JollA etc ... does it sound helpful ?
Let's set a date on irc for all #N950Club to assist ourselves on #NemoMobile and share tips, ie each 1st sunday of month 19H GMT?
PleasE Tell me how to replace LcD ScreeN ?
Ping RzR on IRC
* irc://irc.freenode.net/#n950club
* https://www.reddit.com/r/n950club/
===== QUESTIONS =====
What ? :
http://rzr.online.fr/q/n950club
When ? : Each 1st sun of month ; Sunday, Jan 5, 2014 19:00 UTC
http://www.7is7.com/otto/countdown.html?&title=http%3A//rzr.online.fr/q/n950club%23%201st%20sun%20of%20month%2019h%20utc&year=2014&month=01&date=05&hrs=19&tz=UTC
Where ? : online see you at
irc://irc.freenode.net/#n950club
===== NEWS =====
* http://rzr.online.fr/q/n950club# Let's announce a #n950club meeting on #IrC 1st sunday of month 19h UTC to flash #JollA #SailFishOs #MeeGo @JollaFr
* http://rzr.online.fr/q/n950club# Wondering who bought #N950 for #2025USD , what are his plans ? pls join #MeeGo #HarmattanDev #MeR CommunitY
* http://rzr.online.fr/q/n950club# listing opportunities ($) to be part of #N950Club , prefer #n950 ies into hands of #MeeGo commmunity devels
* http://rzr.online.fr/q/n950club# Yes I am exited about @JollaMobile too, Let me prepare #IRC event for installing #NemoMobile on #n950club / @knobtviker
===== SAILFISH OS post release =====
Source : ThX vgrade piggz
This comes with no warranty
==== Install UniBoot ====
TODO: mount usb
cd /
dir="./home/user/MyDocs/boot"
url='http://www.swagman.org/juice/ubiboot/ubiboot-02/ubiboot-02_0.3.5_301013.tar'
mkdir -p "$dir.tmp"
wget -O- "$url" | tar xfv - -C "$dir.tmp" && mv -f "$dir" "$dir.bak" && mv "$dir.tmp" "$dir"
find boot
boot
boot/md5sums.txt
boot/ubiboot.conf
boot/zImage_2.6.32.54-ubiboot-02_301013
boot/ubiboot-02.menus.cpio
boot/ubiboot.log
boot/ubiboot.dmesg
url="http://www.swagman.org/juice/ubiboot/ubiboot-02/zImage_2.6.32.54-ubiboot-02_040613"
wget $url
unp *.tar
file=zImage_2.6.32.54-ubiboot-02_301013
firmware=DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_RM680-OEM1-916_ARM.bin
sudo flasher -a "$firmware" -k "$file" --flash-only=kernel -f -R
More :
* http://wiki.maemo.org/OS#
* http://wiki.maemo.org/Ubiboot#Using_command_lines
* http://www.swagman.org/juice/ubiboot/ubiboot-02/ubiboot-02_0.3.5_301013.tar
* http://www.swagman.org/juice/ubiboot/README
* http://www.swagman.org/juice/ubiboot/Changelog
* http://wiki.maemo.org/Ubiboot#Using_command_lines
==== Install NemoMobile : ====
* https://wiki.merproject.org/wiki/Nemo/Installing
#url="http://images.formeego.org/n950/nemo/nemo-n950-rnd-20131120.tar.bz2"
#wget -c "$url"
url="magnet:?xt=urn:btih:358b63531ba43a2f960faa1df0a4394b5e078c43&dn=nemo-n950-rnd-20131119.tar.bz2"
aria2c "$url"
file=$(basename -- "$url")
# reboot w/ usb pluged into into Uniboot mode (0.3.5)
destdir="/media/$USER/Alt_OS" # usb-Linux_File-CD_Gadget-0:0/p4
backupdir=${destdir}/local/backup-$(date +%s).tmp/
sudo mkdir -p ${backupdir}
sudo mv $destdir/* $backupdir/ ; df -h
time sudo tar --numeric-owner -xf "${file}" -C "${destdir}" # 1m19.772s
sudo sync ; sudo sync ; sudo sync ; sudo umount /media/$USER/Alt_OS
# ssh root@192.169.2.15 reboot # http://talk.maemo.org/showthread.php?p=1400121#post1400121
# reboot boot - setup wifi
su # passwd=nemo
ssu lr
Enabled repositories (global):
- adaptation0 ... http://repo.merproject.org/obs/nemo:/devel:/hw:/ti:/omap3:/n9xx-common/latest_armv7hl
- adaptation1 ... http://repo.merproject.org/obs/nemo:/devel:/hw:/ti:/omap3:/n950-n9/latest_armv7hl
- mer-core ... http://releases.nemomobile.org/rnd/repos/mer-latest-devel/builds/armv7hl/packages/
- mer-qt ... http://repo.merproject.org/obs/mer:/qt:/devel/latest_armv7hl
- nemo-apps ... http://repo.merproject.org/obs/nemo:/devel:/apps/latest_armv7hl
- nemo-mw ... http://repo.merproject.org/obs/nemo:/devel:/mw/latest_armv7hl
- nemo-ux ... http://repo.merproject.org/obs/nemo:/devel:/ux/latest_armv7hl
Enabled repositories (user):
Disabled repositories (global, might be overridden by user config):
Disabled repositories (user):
==== Now, Upgrade to SailFishOs ====
zypper ar -G https://releases.jolla.com/releases/1.0.0.5/jolla/armv7hl/ jolla
zypper ar -G https://releases.jolla.com/releases/1.0.0.5/hotfixes/armv7hl/ hotfixes
zypper ar -G https://releases.jolla.com/jolla-apps/latest-release/armv7hl/ apps
zypper ref
url=http://releases.sailfishos.org/sdk/0.20130731/jolla/armv7hl/non-oss/armv7hl/libjollasignonuiservice-qt5-0.0.27-10.4.32.jolla.armv7hl.rpm
wget -c $url
zypper in --force libjollasignonuiservice-qt5-0.0.27-10.4.32.jolla.armv7hl.rpm
zypper rm nemo-theme-glacier # needed to install jolla-camera
zypper in jolla-ambient jolla-camera # sol 2 : remove glacier
# Solution 2: deinstallation of nemo-theme-glacier-0.0.4-4.1.Nemo.UX.MTF.noarch
zypper in -t pattern jolla-ui-wayland jolla-mw jolla-sailfish-applications
# 1 downgrade
# Retrieving: jolla-xt9-cp-0.1.1-10.2.2.jolla.armv7hl.rpm # i
# Retrieving: jolla-xt9-0.4.1-10.6.1.jolla.armv7hl.rpm # i
zypper search -s jolla-xt9-cp
# | jolla-xt9-cp | package | 0.1.1-10.2.2.jolla | armv7hl | jolla
zypper in -t pattern jolla-ui-wayland # 80pkg
zypper in -t pattern jolla-ui-wayland jolla-mw # jolla-sailfish-applications
zypper in sailfish-browser jolla-contacts jolla-messages voicecall-ui-jolla
zypper in \
all-translations-pack \
jolla-gallery jolla-gallery-ambience jolla-gallery-facebook \
jolla-hacks jolla-handwriting jolla-preload-ambiences\
jolla-settings-accounts-extensions jolla-settings-bluetooth \
jolla-settings-networking jolla-settings-sync jolla-settings-transferui-qt5 \
jolla-startupwizard jolla-vault-units \
libsocialcache-qml-plugin \
sailfish-components-email-qt5 sailfish-components-store \
telepathy-gabble transferengine-plugins # downgrade
# more apps :
zypper install \
jolla-alarm-ui jolla-calculator jolla-calendar jolla-clock jolla-configuration-n9 \
jolla-demo jolla-developer-mode jolla-development-tools jolla-email jolla-fileman \
jolla-mediaplayer jolla-notes jolla-rnd
zypper in -t pattern jolla-ui-wayland jolla-mw jolla-sailfish-applications # will fail
# jolla-xt9 jolla-xt9-cp
# zypper up
# The following packages are going to be REMOVED:
# contextkit-plugin-mce gzip systemd-config-mer usb-moded-config-n950-n9
# The following package updates will NOT be installed:
# pulseaudio pulseaudio-modules-nemo-common pulseaudio-modules-nemo-mainvolume pulseaudio-modules-nemo-parameters
# pulseaudio-modules-nemo-stream-restore pulseaudio-policy-enforcement statefs-contextkit-subscriber systemd-config-mer
# File './non-oss/armv7hl/jolla-xt9-cp-0.1.1-10.2.2.jolla.armv7hl.rpm' not found on medium 'https://releases.jolla.com/releases/1.0.0.5/jolla/armv7hl/'
zypper verify
# zypper install -f ssu ssu-vendor-data-nemo
# zypper dup
zypper in -t pattern jolla-ui-wayland jolla-mw jolla-sailfish-applications
# Authentication required for 'https://download.jollamobile.com/nemo:/mw/latest_armv7hl/'
ssu dr nemo
zypper in -t pattern jolla-configuration-n9 # jolla-ui-wayland jolla-mw jolla-sailfish-applications
==== A few tweaks before rebooting ====
passwd nemo
sed -e 's|^nemo:[^:]*:|nemo::|g' -i /etc/shadow
grep MyDocs /etc/fstab || echo "/dev/mmcblk0p1 /home/nemo/MyDocs auto auto 0 0" >> /etc/fstab
reboot # TODO
sudo zile /media/rzr/Alt_OS/etc/ssh/sshd_config # permit root login
sudo zile /media/$USER/Alt_OS/etc/shadow-
reboot
su # passwd=nemo
==== Login ====
\ssh -o PubkeyAuthentication=no nemo@tel # wont work open term and su passwd
# open term ; su passwd # nemo
now I managed to create a jolla account (same id as in https://account.jolla.com/ ) and uses the store ...
ssh root@tel
zypper in n950-n9-patterns n950-n9-prjconf nemo-configs-n950-n9
zypper search -s | grep -v '^i ' | more
zypper in gstreamer0.10-ffmpeg gst-av
zypper in usb-moded-developer-mode usb-moded-diagnostics-config usb-moded-defaults
zypper se -s > zypper.txt
Now keep the usb thingy packages else and hope for upgrading it all...
Well I dont suggest to upgrade it all , despite it work gestures will be screwed ....
[root@tel ~]# zypper up
Loading repository data...
Reading installed packages...
The following package updates will NOT be installed:
libjollasignonuiservice-qt5 nemo-qml-plugin-contextkit-qt5 pulseaudio pulseaudio-modules-nemo-common pulseaudio-modules-nemo-mainvolume
pulseaudio-modules-nemo-parameters pulseaudio-modules-nemo-stream-restore pulseaudio-policy-enforcement statefs-contextkit-subscriber
Nothing to do.
==== TODO ====
Install all packages from :
* http://people.debian.org/~timo/Jolla/jolla_packages.txt
* http://fpaste.org/57329/55896481/
==== Problems : ====
* CamerA : not working ?
* Here maps : not installing
* Android : not installing (and said it will not works fine since kernel differs)
* GpS too
==== MISC ====
On issues you can tweaks repos but this is not needed :
url='https://releases.jolla.com/nemo/latest-devel/'
ssu lr | grep "$url" | cut -d' ' -f 3 | xargs -n 1 ssu dr
url="https://releases.jolla.com/thirdparty/latest-devel/"
ssu lr | grep "$url" | cut -d' ' -f 3 | xargs -n 1 ssu dr
url='https://download.jollamobile.com/'
ssu lr | grep "$url" | cut -d' ' -f 3 | xargs -n 1 ssu dr
ssu ar app https://releases.jolla.com/jolla-apps/latest-release/armv7hl/
ssu ar eas https://store-repository.jolla.com/features/latest-release/eas/armv7hl/
ssu ar hotfixes https://releases.jolla.com/releases/1.0.0.5/hotfixes/armv7hl/
ssu ar jolla https://releases.jolla.com/releases/1.0.0.5/jolla/armv7hl/
ssu dr eas
ssu dr store
ssu dr thirdparty
ssu lr | grep ' - ' | cut -d' ' -f 3 | xargs -n 1 ssu er
Authentication required for 'https://download.jollamobile.com/pj:/apps/latest_armv7hl/'
# should not be there confirmed by CM@J
More :
* http://pastebin.com/vpcBewYg
* http://piggz.co.uk/?q=blog/2013/12/01/how-break-perfectly-good-n950
* http://elinux.org/Jolla# Ask questions there please
==== LINKS ====
* http://pastie.org/8520574#11,13
* http://piratepad.net/nVuyI2uxrY
* http://jollafin.blogspot.fi/2013/11/ssu-lr-and-rpm-qa-outputs.html
* http://www.youtube.com/watch?v=Ggo1W39TrQM
* http://talk.maemo.org/showthread.php?p=1391893#post1391893
* http://martinbrook.blogspot.co.uk/2013/12/n950-and-jolla-phone-repos-ive-been.html?m=1
* http://n9.araya.su/images/mic_images/sailfish-1.0.0.5/vgrade/
* https://github.com/martinbrook/jolla-n950-kickstart
* http://infobot.rikers.org/%23n950club/
* http://n9.araya.su/images/mic_images/sailfish-1.0.1.10/
==== SAILFISH OS pre release ====
You can also install this SailFishOs pre-release RootFs (make of sdk)
cd /media/$USER/Alt_OS
url="ed2k://|file|sailfish_n9_0.0.2.tar.bz2|198153262|aa652d5536dbb1c933a32d97b9ae9fe7|/"
url="http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2"
wget -O- "$url" | sudo tar xfvj - -C .
===== LIST =====
Been Said only 5K units are been produced ...
* http://greg-roberts.com/N950Wall/
==== Owners : ====
* http://www.tuug.fi/~toni/serendipity/index.php?/categories/1-MaemoMeeGo
* http://i8910tuning.com/tag/n950/
* http://onion-garlic.blogspot.fr/search/label/N950
* http://about.me/MFaroTusino
* http://iktwo.com/tag/harmattan/
* https://twitter.com/bundyo
* http://zogg.tumblr.com/post/61889695068/why-do-i-care-a-lot-about-jolla
* http://qole.org/
* http://about.me/GabrielBoehme
* https://twitter.com/Cermit3273
* http://mattaustin.me.uk/tag/nokia-n950/
* http://martinbrook.blogspot.co.uk
==== AvailablE : ====
* http://www.ebay.com/itm/Nokia-N950/201086052565#humblex-2013#
* http://www.ebay.com/itm/New-Nokia-N950-Meego-Harmattan-PR-1-3-same-as-N9-Developer-Device/271217311461?ssPageName=WDVW&rd=1&ih=017&category=9355&cmd=ViewItem# elegadget@in 5K_USD
* http://www.ebay.es/itm/201073443668#tvti# 122,50 EUR
==== Owned : ====
* http://www.ebay.it/usr/275giuseppe
** http://www.ebay.it/itm/331091511115# 275giuseppe@it
* http://www.ebay.com/itm/251377689649# zyprex_a@nl 710.00USD
* http://www.ebay.com/itm/Brand-New-Nokia-N950-NO-reserve-price/261267322289?ssPageName=WDVW&rd=1&ih=016&category=9355&cmd=ViewItem# US $2,025.00 z_sfeng@fi
* http://www.ebay.de/itm/161084045194#dannyqb# EUR 1.042,38
* http://www.ebay.co.uk/itm/Nokia-N950-/271176896892?pt=DE_Handy_s&hash=item3f2367117c&nma=true&si=4API65XBDAjkuUANkLVeWATQp4M%253D&orig_cvip=true&rt=nc&_trksid=p2047675.l2557# disteltine@de EUR 1,499.00
* http://myworld.ebay.com/rudeguy_fi?_trksid=p2047675.l2559# rudeguy_fi@Finland
* http://www.ebay.com/itm/Nokia-N-950-N950-Smartphone-rare-limited-Edition-developer-BLACK-RM-680-/131055593184# toninikkanen EUR 615.00
* http://www.ebay.com/itm/Nokia-N950-Maemo-MeeGo-/111226329198# tossgasse EUR 505.00
* http://www.ebay.com/itm/Nokia-N950-Dev-Device-/161158889625# dannyqb GBP 680.00
* http://www.ebay.com/itm/251394506253# zyprex_a@nl US $605.00
* http://www.ebay.com/itm/Nokia-N950-Meego-Harmattan-Developer-Device-USED-/141126495534?pt=Cell_Phones&hash=item20dbcb6d2e# gtatek@ca=US$535.00
* http://forum.meego.com/showthread.php?t=5498
===== MISC =====
* http://www.nokiainnovation.com/2-months-with-the-n950/?utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer:%20@NokiaKnowings%20on%20twitter&buffer_share=857cb
* http://www.youtube.com/watch?v=tRZxM9rNyZ4&feature=player_detailpage#t=50s
* http://www.youtube.com/watch?v=bdLUJZR078k&feature=plcp
* http://www.jollausers.com/2012/11/unofficial-sailfish-os-support-for-nokia-n9n950/#comment-306
* https://github.com/romu70/sailfish-for-other/issues?state=open
* http://wiki.maemo.org/index.php?title=Sailfish
* http://wiki.maemo.org/N9/N950_Rescue_CD# LiveCd
===== MORE =====
@TaG: MeR HarmattaN NokiA JollA NemoMobile RedaK HandSet
{{http://cdn.slashgear.com/wp-content/uploads/2011/06/nokia_n950_fcc_teardown_1-580x343.jpg}}
{{http://3.bp.blogspot.com/-AGfyRTVi2g0/Tgg9MSeNhYI/AAAAAAAAACM/c6MCHQafv1Q/s640/Nokia+N+900.jpg}}
{{http://nokiamobileblog.com/wp-content/uploads/2012/05/Nokia-n950-13.jpg}}