maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Sailfish OS on Sony Xperia X (community build) (https://talk.maemo.org/showthread.php?t=99875)

m4r0v3r 2017-09-23 16:39

Sailfish OS on Sony Xperia X (community build)
 
do these important counter measures before next update:

Quote:

2017-10-03 IF YOU TAKE IN DROID-CONFIGS NEWER THAN v0.1.1 YOUR SONY WILL GET STUCK IN BOOTLOOP. Countermeasures (either inside a still working Sailfish OS, or via recovery chroot if you got less lucky):
devel-su
mkdir ~/oem
mount /dev/disk/by-partlabel/oem ~/oem
rm -rf ~/oem/*
cp -ar /system/vendor/* ~/oem
umount ~/oem
rmdir ~/oem
also always read this to keep up to date

https://public.etherpad-mozilla.org/p/hot-hadk

Hello I just built whatever the hadk gave us,thanks to sledges, abranson and mal for all the hard work theyve put in, am sure theres many more that worked on this but I don't know them but thanks to them too :D

I also added the other terminal app that doesnt lag but now theres two :P

download:

http://images.devaamo.fi/sfe/suzu/

https://github.com/EpicAOSP/make_ext...in/make_ext4fs

https://developer.sonymobile.com/dow...w-6-0-1-loire/

instructions:

http://sailfishmods.de/2017/10/howto...-installieren/

happy flashings, major disclaimers if it breaks :P

for dual sim

Quote:

Originally Posted by lantern (Post 1534540)
Ok, thanks to mal from #sailfish-porters we now have fully working dual-sim F5122

add these 3 lines to /default.prop


and these lines to the end of /etc/ofono/ril_subscription.conf


and install jolla-settings-networking-multisim

Code:

nemo@Sailfish ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
rootfs                2.4G  1.1G  1.3G  46% /
/dev/sailfish/root    2.4G  1.1G  1.3G  46% /
/dev/sailfish/home    47G  25M  47G  1% /home
devtmpfs              1.3G  72K  1.3G  1% /dev
tmpfs                1.4G  244K  1.4G  1% /dev/shm
tmpfs                1.4G  9.4M  1.4G  1% /run
tmpfs                1.4G    0  1.4G  0% /sys/fs/cgroup
tmpfs                1.4G  4.0K  1.4G  1% /tmp
tmpfs                1.4G    0  1.4G  0% /mnt
/dev/mmcblk0p13        12M  3.7M  7.8M  32% /dsp
/dev/mmcblk0p25        28M  204K  27M  1% /persist
/dev/mmcblk0p24      223M  167M  52M  77% /system/vendor
/dev/mmcblk0p3        84M  62M  23M  73% /firmware
/dev/mmcblk0p52      1.3G  488M  813M  38% /fimage
tmpfs                280M  632K  280M  1% /run/user/100000


double tap to wake fix

Quote:

Originally Posted by chris_bavaria (Post 1535499)
I use the community port. But double tap is with mce-tools not working too.
I solved it with:
Code:

mcetool -i disabled
mcetool -z always



BluesLee 2017-09-23 17:18

Re: Sailfish OS on Sony Xperia X (community build)
 
Reserved for test results, bugs, workarounds, updates ..

So far
  • Video playback on different websites do not work.
    --> Update: Fixed with multimedia packages (ssu ur; zypper ref; zypper up)
  • GPS doesn't work.
    --> Update: Works with latest build from terminal. Use custom in settings and activate Mozilla method for speedup.
  • Scrolling in gallery etc, is slow.
  • New terminal application does not survive rotation, text not readable.
  • Applications can't be installed locally with pkcon which has impact on mime types (filemanager ..)
  • Video recording doesn't work.
  • Superb camera? Maybe but but not on Sailfishos, not yet.
  • No updates in email application, no notifications.
    -> Update: Manual fix using below command after each reboot
    Code:

    systemctl --user restart msyncd
  • Great battery life, 100% since an hour after i removed the usb cable:-)
  • APN mobile settings dont survive reboot:
  • -> Fix by deprecated
    Code:

    devel-su
    systemctl stop ofono.service
    cd /var/lib
    mv ofono ofono.backup
    mkdir ofono
    chown radio:radio ofono
    systemctl start ofono.service

  • SD Card does not automount
    -> Fix: "Bleeding edge sd-utils" from openrepos.net.

m4r0v3r 2017-09-23 18:10

Re: Sailfish OS on Sony Xperia X (community build)
 
tbh this is more of taster, after Jolla release their version probably won't need this one anymore.

aspergerguy 2017-09-23 19:34

Re: Sailfish OS on Sony Xperia X (community build)
 
A bit of a pain when you use wrong flavour of Linux and it fails at the last stage "make_ext4s" leaving you with dead device and a return to Flashtool!

m4r0v3r 2017-09-23 19:39

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by aspergerguy (Post 1534999)
A bit of a pain when you use wrong flavour of Linux and it fails at the last stage "make_ext4s" leaving you with dead device and a return to Flashtool!

god damn it, what flavor were you using?

explit 2017-09-23 21:40

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by m4r0v3r (Post 1534985)
Hello I just built whatever the hadk gave us,thanks to sledges, abranson and mal for all the hard work theyve put in, am sure theres many more that worked on this but I don't know them but thanks to them too :D

I also added the other terminal app that doesnt lag but now theres two :P

download:

http://images.devaamo.fi/sfe/suzu/

instructions:

download
https://github.com/EpicAOSP/make_ext...in/make_ext4fs
https://developer.sonymobile.com/dow...w-6-0-1-loire/

and place in same folder as flash.sh

run flash.sh and follow instructions, you need to also download this and place it in same folder

happy flashings, major disclaimers if it breaks :P


Thanks for the image!

I noticed it has both repos:
community-adaptation and community-adaptation-common

aspergerguy 2017-09-23 22:06

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by m4r0v3r (Post 1535001)
god damn it, what flavor were you using?

Ubuntu 16.04.3 LTS, should I be OK with Mint instead?

m4r0v3r 2017-09-23 22:25

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by aspergerguy (Post 1535003)
Ubuntu 16.04.3 LTS, should I be OK with Mint instead?

am using xubuntu so it should work fine for you, can you send me a log please

m4r0v3r 2017-09-23 22:26

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by explit (Post 1535002)
Thanks for the image!

I noticed it has both repos:
community-adaptation and community-adaptation-common

yep one for community otas and the other one common components across all ports.

aspergerguy 2017-09-23 23:04

Re: Sailfish OS on Sony Xperia X (community build)
 
Quote:

Originally Posted by m4r0v3r (Post 1535004)
am using xubuntu so it should work fine for you, can you send me a log please

Thanks, I'll have another look tomorrow as more likely an error upon my part!


All times are GMT. The time now is 09:28.

vBulletin® Version 3.8.8