SailfishOnN9

(Quickfix to make battery charging working)
m (Add to N9 category)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
== How to install ==
+
see http://wiki.maemo.org/Sailfish
-
First you need ubiboot read about it [http://wiki.maemo.org/Ubiboot here]
+
[[Category:N9]]
-
 
+
-
== Install sailfishos using linux ==
+
-
 
+
-
download latest tar.bz2 using:
+
-
 
+
-
cd $USER/Downloads
+
-
wget $URL_TO_LATEST_IMAGE
+
-
 
+
-
boot your n9 with usb cable and wait for green screen (described in ubiboot guide)
+
-
 
+
-
then mount Alt_OS  partition using nautilus/dolphin or whatever you prefer:
+
-
 
+
-
then open your terminal do:
+
-
 
+
-
cd /media/$USER/Alt_OS/
+
-
sudo tar --numeric-owner -xjf ~/Downloads/
+
-
cd $USER
+
-
 
+
-
unmount your 
+
-
 
+
-
== Install using windows ==
+
-
 
+
-
FIXME if you are a windows user
+
-
 
+
-
== Developer Mode ==
+
-
 
+
-
If you have vgrades latest image developer mode is activated from scratch.
+
-
But you have to set pw for nemo user via Settings->SystemSettings->Developermode
+
-
 
+
-
=== login to mobile ===
+
-
 
+
-
Then login to your mobile with an ssh client:
+
-
 
+
-
ssh nemo@YOUR_PHONE_IP
+
-
 
+
-
=== root access: ===
+
-
 
+
-
devel-su  # use nemo password here
+
-
 
+
-
== Quickfix to make battery charging working ==
+
-
 
+
-
Login and enable bme:
+
-
 
+
-
[CODE]
+
-
systemctl enable bme-rm-680-bin.service # enables it for next reboot
+
-
 
+
-
systemctl start bme-rm-680-bin.service # starts it right now
+
-
 
+
-
bmestat # shows bat stat
+
-
 
+
-
[/CODE]
+
-
 
+
-
== Known issues ==
+
-
 
+
-
* Dialer goes black when call received
+
-
 
+
-
* Can't set time manually
+

Latest revision as of 18:07, 20 November 2015

see http://wiki.maemo.org/Sailfish