OS

(SAILFISH OS)
Line 1: Line 1:
-
==== SAILFISH OS on n9(50)====
+
Let's list existing OS  
 +
  * [[Maemo]] [[MeeGo]] [[Mer]] [[Nemo]] [[Debian]], [[Android]] /  [[NITDroid]]
   * http://talk.maemo.org/forumdisplay.php?f=9
   * http://talk.maemo.org/forumdisplay.php?f=9
 +
 +
 +
==== SAILFISH OS on n9(50)====
 +
   * http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2
   * http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2
   * http://talk.maemo.org/showthread.php?p=1383721#post1383721
   * http://talk.maemo.org/showthread.php?p=1383721#post1383721
Line 26: Line 31:
sudo flasher -a "$firmware" -k "$file" --flash-only=kernel -f -R
sudo flasher -a "$firmware" -k "$file" --flash-only=kernel -f -R
-
cd /media/rzr/Alt_OS
+
cd /media/$USER/Alt_OS
url="http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2"
url="http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2"
wget -O- "$url" | tar xfvj - -C .
wget -O- "$url" | tar xfvj - -C .
</pre>
</pre>
-
 
-
==== MORE ====
 
-
 
-
[[Maemo]] [[MeeGo]] [[Mer]] [[Nemo]] [[Debian]]
 

Revision as of 23:41, 1 November 2013

Let's list existing OS

 * Maemo MeeGo Mer Nemo Debian, Android /  NITDroid
 * http://talk.maemo.org/forumdisplay.php?f=9


SAILFISH OS on n9(50)

 * http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2
 * http://talk.maemo.org/showthread.php?p=1383721#post1383721
 * http://rzr.online.fr/q/n950club

Read and install :

http://www.swagman.org/juice/ubiboot/README

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"


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

cd /media/$USER/Alt_OS
url="http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2"
wget -O- "$url" | tar xfvj - -C .

Retrieved from "http://wiki.maemo.org/OS"