Reply
Thread Tools
Posts: 334 | Thanked: 616 times | Joined on Sep 2010
#41
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.

Last edited by Manatus; 2018-03-25 at 08:44.
 

The Following 4 Users Say Thank You to Manatus For This Useful Post:
Posts: 2 | Thanked: 8 times | Joined on Jul 2018
#42
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
 

The Following 3 Users Say Thank You to citronalco For This Useful Post:
edgar2's Avatar
Moderator | Posts: 199 | Thanked: 264 times | Joined on May 2009 @ turku, finland
#43
I'm going to try to install using these instructions https://together.jolla.com/question/...atest#sort-top

Unless someone knows better?
 

The Following User Says Thank You to edgar2 For This Useful Post:
edgar2's Avatar
Moderator | Posts: 199 | Thanked: 264 times | Joined on May 2009 @ turku, finland
#44
Originally Posted by citronalco View Post
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...
 

The Following User Says Thank You to edgar2 For This Useful Post:
Posts: 13 | Thanked: 24 times | Joined on Sep 2017
#45
What version of Saifish os on your device?
 

The Following User Says Thank You to Cavalier For This Useful Post:
Posts: 202 | Thanked: 385 times | Joined on Jul 2018
#46
@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.

Last edited by levone1; 2018-07-31 at 01:36. Reason: addition
 

The Following User Says Thank You to levone1 For This Useful Post:
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#47
Originally Posted by levone1 View Post
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
__________________
~ teleshoes ~
 

The Following User Says Thank You to wolke For This Useful Post:
edgar2's Avatar
Moderator | Posts: 199 | Thanked: 264 times | Joined on May 2009 @ turku, finland
#48
Originally Posted by wolke View Post
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)

Last edited by edgar2; 2018-08-01 at 09:54.
 

The Following 2 Users Say Thank You to edgar2 For This Useful Post:
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#49
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
__________________
~ teleshoes ~
 

The Following 6 Users Say Thank You to wolke For This Useful Post:
Posts: 2 | Thanked: 8 times | Joined on Jul 2018
#50
Originally Posted by levone1 View Post
@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.
 

The Following 5 Users Say Thank You to citronalco For This Useful Post:
Reply

Thread Tools

 
Forum Jump


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