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)

mousse04 2017-09-29 20:55

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

Originally Posted by jakibaki (Post 1535488)
That's great! :)

The update also fixed double tap to wake for me! Just run

Code:

pkcon install mce-tools
and
Code:

mcetool --set-doubletap-mode=show-unlock-screen
to enable it! (if you're connected via ssh you have to run mcetool as root).

doesn't work here :(

jakibaki 2017-09-29 21:03

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

Originally Posted by mousse04 (Post 1535491)
doesn't work here :(

Did you reboot after running the commands m4r0v3r posted?

Xray2000 2017-09-29 21:11

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

Originally Posted by jakibaki (Post 1535492)
Did you reboot after running the commands m4r0v3r posted?

I have reboot after all the commands but double-tab dont also dont work here....

jakibaki 2017-09-29 21:19

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

Originally Posted by Xray2000 (Post 1535493)
I have reboot after all the commands but double-tab dont also dont work here....

Hm, that's weird :/ I'm using vknechts image so maybe that's what's making the difference but I'm not sure about that.

Xray2000 2017-09-29 21:21

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

Originally Posted by jakibaki (Post 1535494)
Hm, that's weird :/ I'm using vknechts image so maybe that's what's making the difference but I'm not sure about that.

Yes that can be indeed...

m4r0v3r 2017-09-29 21:26

Re: Sailfish OS on Sony Xperia X (community build)
 
this is from the latest kernel changes so who knows.

mousse04 2017-09-29 22:44

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

Originally Posted by jakibaki (Post 1535494)
Hm, that's weird :/ I'm using vknechts image so maybe that's what's making the difference but I'm not sure about that.

where did you find it ?

chris_bavaria 2017-09-29 22:49

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

Originally Posted by Xray2000 (Post 1535495)
Yes that can be indeed...

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


chris_bavaria 2017-09-29 22:54

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

happy flashings, major disclaimers if it breaks :P

to make bluetooth work in terminal do this as root

zypper ref
zypper dup
zypper in bluetooth-rfkill-event-hciattach

Can you add this post http://talk.maemo.org/showpost.php?p...postcount=1061 for install dualsim on F5122 in your first post? Thx

deprecated 2017-09-30 03:04

Re: Sailfish OS on Sony Xperia X (community build)
 
Anyone having issues where the network/APN settings don't save after a reboot? I remember the same issue with the Nexus 5 port, which chowning to ofono work in this case as well?

mousse04 2017-09-30 03:54

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

Originally Posted by m4r0v3r (Post 1535496)
this is from the latest kernel changes so who knows.


not a request, just a question : do you plan to build a new image? just to know if I try the one posted above (which ia more revent according to you)

BluesLee 2017-09-30 04:48

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

Originally Posted by deprecated (Post 1535503)
Anyone having issues where the network/APN settings don't save after a reboot? I remember the same issue with the Nexus 5 port, which chowning to ofono work in this case as well?

Same here, i.e. it can't stick to 3G for instance. Commands from Nexus 5 don't seem to work.

deprecated 2017-09-30 05:36

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

Originally Posted by BluesLee (Post 1535506)
Same here, i.e. it can't stick to 3G for instance. Commands from Nexus 5 don't seem to work.

Same here. I hope that's ironed out in the official release, as I basically have to use the nonstandard 3G APNs for my carrier in my area.

If not I guess I could script it.

Edit: I've fixed APN settings not sticking. I ssh'ed into my X and found that /var/lib/ofono wasn't populating anything, so I did the following:

Code:

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

Changes made to APNs and network stick after reboots now.

mousse04 2017-09-30 10:12

Re: Sailfish OS on Sony Xperia X (community build)
 
Is anyone able to use SDCARD?

I format mine in fat32, but not detected...

jakibaki 2017-09-30 10:25

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

Originally Posted by mousse04 (Post 1535517)
Is anyone able to use SDCARD?

I format mine in fat32, but not detected...

You need to format it ext4 afaik. (At least mine gets detected that way).

mousse04 2017-09-30 12:47

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

Originally Posted by jakibaki (Post 1535518)
You need to format it ext4 afaik. (At least mine gets detected that way).

I think my problem is to mount the sdcard.

jakibaki 2017-09-30 12:49

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

Originally Posted by mousse04 (Post 1535527)
I think my problem is to mount the sdcard.

The sdcard automatically mounted for me after formatting it ext4 from my pc and then putting it into the phone and rebooting. After that it can mounted at /media/sdcard/SOME_UUID

mousse04 2017-09-30 12:54

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

Originally Posted by jakibaki (Post 1535528)
The sdcard automatically mounted for me after formatting it ext4 from my pc and then putting it into the phone and rebooting. After that it can mounted at /media/sdcard/SOME_UUID

hum .. strange. Thanks anyway

aspergerguy 2017-09-30 13:13

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

Originally Posted by jakibaki (Post 1535528)
The sdcard automatically mounted for me after formatting it ext4 from my pc and then putting it into the phone and rebooting. After that it can mounted at /media/sdcard/SOME_UUID

Formatted ext4 doesn't mount automatically and UI setting non-functional for me:http://i67.tinypic.com/10z604x.png

mousse04 2017-09-30 13:22

Re: Sailfish OS on Sony Xperia X (community build)
 
Funny, I've installed the image provided by @jakibaki
here : https://talk.maemo.org/showpost.php?...4&postcount=81

and now when doing zypper in bluetooth-rfkill-event-hciattach, I have :


Loading repository data...
Reading installed packages...
'bluetooth-rfkill-event-hciattach' not found in package names. Trying capabilities.
No provider of 'bluetooth-rfkill-event-hciattach' found.
Resolving package dependencies...

Nothing to do.


Edit: need to add the good repo

mousse04 2017-09-30 13:56

Re: Sailfish OS on Sony Xperia X (community build)
 
@jakibaki : in the image you provided, there is no way to add google account, twitter, facebook. Do you have a solution ?

Thanks

jakibaki 2017-09-30 14:01

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

Originally Posted by mousse04 (Post 1535536)
@jakibaki : in the image you provided, there is no way to add google account, twitter, facebook. Do you have a solution ?

Thanks

Run this from terminal (or ssh):

Code:

devel-su pkcon refresh
devel-su pkcon install jolla-settings-accounts jolla-settings-accounts-extensions jolla-settings-accounts-extensions-google jolla-settings-accounts-extensions-jolla jolla-settings-accounts-extensions-twitter jolla-settings-accounts-extensions-facebook

Also try running the bluetooth-commands again after that. If that doesn't work please post the output of
Code:

ssu lr

mousse04 2017-09-30 14:24

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

Originally Posted by jakibaki (Post 1535537)
Run this from terminal (or ssh):

Code:

devel-su pkcon refresh
devel-su pkcon install jolla-settings-accounts jolla-settings-accounts-extensions jolla-settings-accounts-extensions-google jolla-settings-accounts-extensions-jolla jolla-settings-accounts-extensions-twitter jolla-settings-accounts-extensions-facebook

Also try running the bluetooth-commands again after that. If that doesn't work please post the output of
Code:

ssu lr

Thanks a lot

m4r0v3r 2017-09-30 16:51

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

Originally Posted by mousse04 (Post 1535505)
not a request, just a question : do you plan to build a new image? just to know if I try the one posted above (which ia more revent according to you)

well the image I posted happily runs with any updates I push OTA, but other images may receive my OTA updates and no idea if thatll work or not :P

as to whether I plan to build a new image, yeah I think I will when I get the chance.

mousse04 2017-09-30 17:55

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

Originally Posted by m4r0v3r (Post 1535549)
well the image I posted happily runs with any updates I push OTA, but other images may receive my OTA updates and no idea if thatll work or not :P

as to whether I plan to build a new image, yeah I think I will when I get the chance.

didn't know you were able to push ota !!! How to download it?

What can you fix, update without the need to build a new image ?

nieldk 2017-09-30 18:50

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

Originally Posted by mousse04 (Post 1535552)
didn't know you were able to push ota !!! How to download it?

What can you fix, update without the need to build a new image ?

zypper ref
zypper up

mousse04 2017-09-30 19:13

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

Originally Posted by nieldk (Post 1535554)
zypper ref
zypper up

don't know if the ota has already been released but didn't receive anything with the other image

mousse04 2017-09-30 19:45

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

Originally Posted by aspergerguy (Post 1535531)
Formatted ext4 doesn't mount automatically and UI setting non-functional for me:http://i67.tinypic.com/10z604x.png

Tried the image shared by @jakibaki and my sdcard gets detected automatically.
So, may it come from the image itself ?

mousse04 2017-09-30 19:48

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

Originally Posted by jakibaki (Post 1535518)
You need to format it ext4 afaik. (At least mine gets detected that way).

Is your SDCard writable or only readable? Mine looks to be only readable :(

Edit: Formatting in FAT32 works ...

m4r0v3r 2017-09-30 19:56

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

Originally Posted by mousse04 (Post 1535552)
didn't know you were able to push ota !!! How to download it?

What can you fix, update without the need to build a new image ?

the zypper ref and zypper dup :P

jakibaki 2017-09-30 20:18

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

Originally Posted by mousse04 (Post 1535562)
Is your SDCard writable or only readable? Mine looks to be only readable :(

Edit: Formatting in FAT32 works ...

You need to run
Code:

devel-su chown -R nemo /media/sdcard/*
to set the permissions properly if you want to use ext4.

m4r0v3r 2017-10-01 00:14

Re: Sailfish OS on Sony Xperia X (community build)
 
new image up

also pkcon install works fine for me, just gotta use devel-su with it because you need to be root

deprecated 2017-10-01 01:28

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

Originally Posted by m4r0v3r (Post 1535580)
new image up

also pkcon install works fine for me, just gotta use devel-su with it because you need to be root

What's the URL for the new image? I'm sure I just missed it somewhere.

karlos devel 2017-10-01 01:43

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

Originally Posted by deprecated (Post 1535581)
What's the URL for the new image? I'm sure I just missed it somewhere.

Is in the same url, located here in the First Page.

mousse04 2017-10-01 03:00

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

Originally Posted by m4r0v3r (Post 1535580)
new image up

also pkcon install works fine for me, just gotta use devel-su with it because you need to be root

thanks a lot.

Is SDcard well detected ? I had some problems with the first image ...
Generally speaking , what are the changes ?

m4r0v3r 2017-10-01 08:23

Re: Sailfish OS on Sony Xperia X (community build)
 
bluetooth should be working out of hte box and videos on websites. i also noticed a flash.bat was generated so maybe windows users can flash as well now

BluesLee 2017-10-01 08:50

Re: Sailfish OS on Sony Xperia X (community build)
 
What is the general status regarding video recording?

Do we need to mount bigger 64 GB cards differently than others? Mine doesn't automount.

Double tap to wake doesn't work here with corresponding mce commands?!

mousse04 2017-10-01 08:58

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

Originally Posted by BluesLee (Post 1535592)
What is the general status regarding video recording?

Do we need to mount bigger 64 GB cards differently than others? Mine doesn't automount.

Double tap to wake doesn't work here with corresponding mce commands?!

Which image are you talking about? The one from today ?

For double tap, did you try :

Code:

mcetool -i disabled
mcetool -z always

For you SDCARD, how is it formatted?

BluesLee 2017-10-01 09:50

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

Originally Posted by mousse04 (Post 1535593)
Which image are you talking about? The one from today ?

For double tap, did you try :

Code:

mcetool -i disabled
mcetool -z always

For you SDCARD, how is it formatted?

I am using the community image baked about one week ago, not the latest. A changelog would be good btw. Yes, i tried the above commands.

For sdcard i tried FAT32 and ext4. The folder /media/sdcard was not
present at all. Can you post your /etc/fstab?

mousse04 2017-10-01 10:00

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

Originally Posted by BluesLee (Post 1535597)
I am using the community image baked about one week ago, not the latest. A changelog would be good btw. Yes, i tried the above commands.

For sdcard i tried FAT32 and ext4. The folder /media/sdcard was not
present at all. Can you post your /etc/fstab?

yes, sdcard is not mounted on that image. try the latest ...

will post the fstab stuff when I will have time.


All times are GMT. The time now is 08:10.

vBulletin® Version 3.8.8