OS

(Created page with "==== SAILFISH OS ==== * http://talk.maemo.org/forumdisplay.php?f=9 * http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2 * http://talk.maemo.org/showthread.php?p=1383721#po…")
(SAILFISH OS on n9(50))
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
==== SAILFISH OS ====
+
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://wiki.maemo.org/Sailfish
 +
  * http://wiki.maemo.org/SailFishOS
   * 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
 +
  * http://rzr.online.fr/q/n950club
 +
  * https://github.com/martinbrook/jolla-n950-kickstart
 +
 +
 +
Read and install :
 +
 +
http://www.swagman.org/juice/ubiboot/README
 +
 +
<pre>
 +
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
-
==== MORE ====
+
cd /media/$USER/Alt_OS
 +
url="http://araya.su/sailfish/sailfish_n9_0.0.2.tar.bz2"
 +
wget -O- "$url" | tar xfvj - -C .
-
[[Maemo]] [[MeeGo]] [[Mer]] [[Nemo]] [[Debian]]
+
</pre>

Latest revision as of 00:19, 8 January 2014

Let's list existing OS

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


[edit] SAILFISH OS on n9(50)

 * http://wiki.maemo.org/Sailfish
 * http://wiki.maemo.org/SailFishOS
 * 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
 * https://github.com/martinbrook/jolla-n950-kickstart


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 "https://wiki.maemo.org/OS"