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 Compact (community build) (https://talk.maemo.org/showthread.php?t=100227)

Manatus 2018-03-25 07:31

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
I felt that the default haptic feedback volume is bit low, especially some keypresses. You can raise the volume through

Code:

/usr/lib/qt5/plugins/feedback/droid-vibrator-device.ini
Up all values by 10 for a mild increase, or 20 for really strong, and reboot the phone.

All keyboards (lockscreen, virtual keyboard and fingerterm) seem to be tied to values PressWeak and ReleaseWeak, so you cannot tune them separately of each other. At least not from this file.

I'm not sure which service could be restarted instead of reboot. Mce did not seem to affect it and ngfd.service seems to be inactive.

citronalco 2018-07-30 10:17

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
Has anyone re-build Steph Gosling's image and is willing to write a howto like https://codedream.me/2018/02/02/how-...ung-galaxy-s7/ or even a script like https://github.com/CancroSailors/sai...d-environment?

I tried for several days now, but it seems like I don't have the required knowledge to figure out how things should fit together :(

edgar2 2018-07-30 15:12

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
I'm going to try to install using these instructions https://together.jolla.com/question/...atest#sort-top

Unless someone knows better?

edgar2 2018-07-30 18:02

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

Originally Posted by citronalco (Post 1546722)
Has anyone re-build Steph Gosling's image and is willing to write a howto like https://codedream.me/2018/02/02/how-...ung-galaxy-s7/ or even a script like https://github.com/CancroSailors/sai...d-environment?

I tried for several days now, but it seems like I don't have the required knowledge to figure out how things should fit together :(


i just flashed sailfishos on the xperia x compact. if you could be more specific about the issues you encountered, i might be able to help you.


on a sidenote, would be nice to update to latest version of sailfishos...

Cavalier 2018-07-30 18:50

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
What version of Saifish os on your device?

levone1 2018-07-31 01:34

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
@citronalco - Just curious - what is the value of rebuilding, rather than flashing the available image? Do you think you maybe could update?
@Cavalier - current and only (community) build for XC is 2.1.3.7.

wolke 2018-07-31 03:54

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

Originally Posted by levone1 (Post 1546771)
what is the value of rebuilding, rather than flashing the available image?

well, for one, mouhijoki right now instead of kymijoki ;)

for another, if someone posts enough information for someone with reasonable technical skills but limited specific sfos-building-knowledge can build from src, then we wont have to wait for steph to rebuild it in future, either

edgar2 2018-07-31 16:22

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

Originally Posted by wolke (Post 1546772)
well, for one, mouhijoki right now instead of kymijoki ;)

for another, if someone posts enough information for someone with reasonable technical skills but limited specific sfos-building-knowledge can build from src, then we wont have to wait for steph to rebuild it in future, either


yeah, mouhijoki would make a huge difference. as for now, myself, it's unusable as daily driver because
1) caldav (not to mention carddav) doesn't work (edit 1/8/18: does now since receiving updated rpm:s)
2) no internet sharing (pro-tip below is good for a one-time solution, but does not provide the one-button approach, i assume)

wolke 2018-07-31 17:34

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
internet sharing works!
if you have perl (i forget if its by default avail), run this as devel-su in a terminal

Code:

#!/usr/bin/perl
use strict;
use warnings;

sub main(@){
  system "echo 2 > /sys/module/bcmdhd/parameters/op_mode";
  print "turn off tethering, turn off wifi, turn on tethering\n";
  print "ready?";
  <STDIN>;
  system "ip link set dev wlan0 master tether";
  print "tethering should now work\n";
  print "disable tethering? [Y/n] ";
  my $ok = <STDIN>;
  if($ok !~ /n/i){
    system "echo 1 > /sys/module/bcmdhd/parameters/op_mode";
    print "turn off tethering, turn off wifi, turn on wifi\n";
    print "also, have fun entering the wifi password\n";
  }else{
    print "ok, leaving tethering on. wifi wont work. rerun this to fix\n";
  }
  print "exiting, ok? (you might want to just close the terminal) ";
  <STDIN>;
}

&main(@ARGV);

EDIT:
anyway, this is what you need to do as devel-su:

echo 2 > /sys/module/bcmdhd/parameters/op_mode
#turn off tethering, turn off wifi, turn on tethering

ip link set dev wlan0 master tether

#to turn it off, turn off tethering button and then run:
echo 1 > /sys/module/bcmdhd/parameters/op_mode

citronalco 2018-08-02 21:24

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

Originally Posted by levone1 (Post 1546771)
@citronalco - Just curious - what is the value of rebuilding, rather than flashing the available image? Do you think you maybe could update?

Yes, I'd like to try to build an updated image. And I'd like to learn how to set up such things. Plus: I feel rather uncomfortable putting all the burden on a single person, in this case steph.


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

vBulletin® Version 3.8.8