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!

lucavs 2017-09-24 17:06

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,

two (stupid?) questions:

1) Where to find flash.sh
2) You wrote to download software-binaries-for-aosp-marshmallow-6-0-1-loire. does it mean we need to downgrade from Android 7 to 6 before flashing?

feedme 2017-09-24 18:07

Re: Sailfish OS on Sony Xperia X (community build)
 
What is
THIS, in the next sentence
"you need to also download this and place it in same folder"

acrux 2017-09-24 18:08

Re: Sailfish OS on Sony Xperia X (community build)
 
1. flash.sh is inside downloaded SailfishOS*.tar.bz2
2. no, it should not mean that (correct me if that's not true)

LouisDK 2017-09-24 18:47

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

Originally Posted by lucavs (Post 1535033)
You wrote to download software-binaries-for-aosp-marshmallow-6-0-1-loire. does it mean we need to downgrade from Android 7 to 6 before flashing?

I can confirm that this community build works with Android 7.1.1

m4r0v3r 2017-09-24 19:09

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

Originally Posted by feedme (Post 1535038)
What is
THIS, in the next sentence
"you need to also download this and place it in same folder"

ignore that, ive removed it :P

m4r0v3r 2017-09-24 19:10

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

Originally Posted by acrux (Post 1535039)
1. flash.sh is inside downloaded SailfishOS*.tar.bz2
2. no, it should not mean that (correct me if that's not true)

you are correct :D

10 chars

lucavs 2017-09-24 20:06

Re: Sailfish OS on Sony Xperia X (community build)
 
Thanks,
I'm downloading and I'll try it.

joschobart 2017-09-24 21: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?

I've used 16.04.3 LTS too to compile the image and it worked fine for me. This are the dependencies I've installed in order to build make_ext4fs: zlibc zlib1g zlib1g-dev

jakibaki 2017-09-24 21:46

Re: Sailfish OS on Sony Xperia X (community build)
 
For those of us that use macOS: Use this make_ext4fs instead of the linux-one and flashing works without problems :)

lucavs 2017-09-24 21:46

Re: Sailfish OS on Sony Xperia X (community build)
 
Just started my Xperia X running Sailfish.
The script works fine.
It only required me to enable 32 bit on my 64 bit Debian to use make_ext4fs.
The flashing process took 7 minute.

It's very promising.

Thanks

m4r0v3r 2017-09-24 22:46

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

Originally Posted by lucavs (Post 1535063)
Just started my Xperia X running Sailfish.
The script works fine.
It only required me to enable 32 bit on my 64 bit Debian to use make_ext4fs.
The flashing process took 7 minute.

It's very promising.

Thanks

awesome :)

also gps should be working fine now

aspergerguy 2017-09-24 23:42

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

Originally Posted by jakibaki (Post 1535062)
For those of us that use macOS: Use this make_ext4fs instead of the linux-one and flashing works without problems :)

It does indeed, thanks for posting as was going around in circles trying to set up upon Linux.:)

BluesLee 2017-09-25 04:23

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

Originally Posted by m4r0v3r (Post 1535065)
awesome :)

also gps should be working fine now

Out of the box, new image, repository, package?

acrux 2017-09-25 07:49

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

Originally Posted by lucavs (Post 1535063)
It only required me to enable 32 bit on my 64 bit Debian to use make_ext4fs.

So - there is also a requirement to have 32bit Linux or 32bit support in 64 bit Linux? Maybe this info should be also in first post?

Is there anywhere 64bit make_ext4fs binary that can be used?

epninety 2017-09-25 07:58

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

Originally Posted by acrux (Post 1535075)
So - there is also a requirement to have 32bit Linux or 32bit support in 64 bit Linux? Maybe this info should be also in first post?

I used Linux Mint 18 Cinnamon 64bit, the downloads in the first post just worked out of the box.

epninety 2017-09-25 08:01

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

Originally Posted by BluesLee (Post 1535068)
Out of the box, new image, repository, package?

Not working for me, in SailfishOS-2.1.1.26-f5121-0.0.1+master.20170125170904.537a491.8

m4r0v3r 2017-09-25 08:21

Re: Sailfish OS on Sony Xperia X (community build)
 
Am using 64bit linux the binary has no issue on my machine, jic any problems just build the binary yourself

m4r0v3r 2017-09-25 08:21

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

Originally Posted by BluesLee (Post 1535068)
Out of the box, new image, repository, package?

i had an out of date geoclue, the image on devaamo should have an update to date one

m4r0v3r 2017-09-25 08:36

Re: Sailfish OS on Sony Xperia X (community build)
 
also for anyone that wants a faster answer am usually on #sailfishos-porters

explit 2017-09-25 11:37

Re: Sailfish OS on Sony Xperia X (community build)
 
Hello guys!

I saw that the community repo is changed from

Code:

http://repo.merproject.org/obs/nemo:/devel:/hw:/qualcomm:/f5121/sailfish_latest_armv7hl/
to
Code:

http://repo.merproject.org/obs/nemo:/devel:/hw:/qualcomm:/f5121/sailfishos_latest_armv7hl/
Maybe we should inform the users how they should edit this repo to get the newest community-adaptation updates.


i edit the file:

Code:

/usr/share/ssu/features.d/adaptation-community.ini
And replaced

Code:

http://repo.merproject.org/obs/nemo:/devel:/hw:/qualcomm:/f5121/sailfish_latest_armv7hl/
to
Code:

http://repo.merproject.org/obs/nemo:/devel:/hw:/qualcomm:/f5121/sailfishos_latest_armv7hl/

Afterwards i did

Code:

ssu ur
zypper ref; zypper up

All commands as root (devel-su)

chris_bavaria 2017-09-25 11:38

Re: Sailfish OS on Sony Xperia X (community build)
 
It works perfect on my F5122 with post
http://talk.maemo.org/showpost.php?p...postcount=1061

How can I change camera resolution? Set is 13Mpx

Jolla store is working, but there no openrepos warehouse with 64bit.

Good work!

Edit:
Now I installed Storeman, works perfectly :)

atlochowski 2017-09-25 11:56

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

Originally Posted by chris_bavaria (Post 1535104)
Jolla store is working, but there no openrepos warehouse with 64bit.

You can always ask osetr if he can compile his Storeman to 64bit.
https://openrepos.net/content/osetr/storeman

explit 2017-09-25 11:59

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

Originally Posted by atlochowski (Post 1535106)
You can always ask osetr if he can compile his Storeman to 64bit.
https://openrepos.net/content/osetr/storeman

But 32bit Storeman works also on F5121

mousse04 2017-09-25 12:39

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

Originally Posted by atlochowski (Post 1535106)
You can always ask osetr if he can compile his Storeman to 64bit.
https://openrepos.net/content/osetr/storeman

Make sure you are using these commands to install any rpm downloaded

rpm -ivh somefile.rpm
zypper in somefile.rpm

m4r0v3r 2017-09-25 13:23

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

Originally Posted by explit (Post 1535102)
Hello guys!

I saw that the community repo is changed from

Code:

http://repo.merproject.org/obs/nemo:/devel:/hw:/qualcomm:/f5121/sailfish_latest_armv7hl/
to
Code:

http://repo.merproject.org/obs/nemo:/devel:/hw:/qualcomm:/f5121/sailfishos_latest_armv7hl/
Maybe we should inform the users how they should edit this repo to get the newest community-adaptation updates.


i edit the file:

Code:

/usr/share/ssu/features.d/adaptation-community.ini
And replaced

Code:

http://repo.merproject.org/obs/nemo:/devel:/hw:/qualcomm:/f5121/sailfish_latest_armv7hl/
to
Code:

http://repo.merproject.org/obs/nemo:/devel:/hw:/qualcomm:/f5121/sailfishos_latest_armv7hl/

Afterwards i did

Code:

ssu ur
zypper ref; zypper up

All commands as root (devel-su)

yeah shouldnt need to do that, the os bit was a typo on my part, ive put it back to the way it was

m4r0v3r 2017-09-25 13:24

Re: Sailfish OS on Sony Xperia X (community build)
 
This build is 32bit as far as I can tell, so not sure why were talking about 64bit?

m4r0v3r 2017-09-25 13:24

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

Originally Posted by chris_bavaria (Post 1535104)
It works perfect on my F5122 with post
http://talk.maemo.org/showpost.php?p...postcount=1061

How can I change camera resolution? Set is 13Mpx

Jolla store is working, but there no openrepos warehouse with 64bit.

Good work!

thats the max for now

Xray2000 2017-09-25 17:54

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

It seems when adding a twitter account i dont see any notifications on the notifications screen, also not from a google account?

speactra 2017-09-25 19:47

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

Originally Posted by Xray2000 (Post 1535132)
Hi,

It seems when adding a twitter account i dont see any notifications on the notifications screen, also not from a google account?

Try:
Code:

systemctl --user stop msyncd && systemctl --user enable msyncd

sfbg 2017-09-25 20:39

Re: Sailfish OS on Sony Xperia X (community build)
 
Flashed and set up my F5122 based on the instructions and comments in the thread. Thanks to everyone!

My limited experience so far:
  • UI is smooth but not dramatically better than Jolla1, swipe from the edge is not always registered
  • Double tap to wake does not work
  • The photo camera quality is currently much worse than on the Jolla 1 (I really hope this changes with the official version)
  • Video recording does not start
  • The 64gb SDcard from my Jolla1 cannot be mounted
  • GPS - satellites are visible, but I could not get lock from the window ledge
  • Battery life with WiFi on and no SIMs seems to be very good

I guess this is what I have noticed, the rest is working well/as expected.


All times are GMT. The time now is 04:01.

vBulletin® Version 3.8.8