SailfishOnN9

(Quickfix to make battery charging working)
(Quickfix to make battery charging working)
Line 45: Line 45:
Login and enable bme:
Login and enable bme:
 +
[CODE]
systemctl enable bme-rm-680-bin.service # enables it for next reboot
systemctl enable bme-rm-680-bin.service # enables it for next reboot
Line 50: Line 51:
bmestat # shows bat stat
bmestat # shows bat stat
 +
 +
[/CODE]
== Known issues ==
== Known issues ==

Revision as of 22:20, 13 December 2013

Contents

How to install

First you need ubiboot read about it here

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