The Following User Says Thank You to arkanoid For This Useful Post: | ||
![]() |
2018-05-28
, 05:42
|
|
Posts: 166 |
Thanked: 454 times |
Joined on Apr 2015
@ Poland
|
#123
|
![]() |
2018-06-12
, 10:46
|
Posts: 19 |
Thanked: 34 times |
Joined on Aug 2017
|
#124
|
I can try to modify initramfs. In case of using kexecboot, as opposed to SafeStrap, what partitions are going to be used for /data and /system? The stock ones?
For anyone wishing to try in a separate SafeStrap slot, here is the new SailfishOS 2.1.3.7 build for Droid 4: http://sfos.scanf.su/maserati/sailfi....1.3.7-ota.zip
There were some issues with updated systemd due to old kernel, but otherwise I didn't find any new problems. If there are no major issues with this build, we could try to OTA update from 2.1.0.11, since the packages for port are now built on OBS.
![]() |
2018-07-17
, 06:10
|
Posts: 19 |
Thanked: 34 times |
Joined on Aug 2017
|
#126
|
The Following 3 Users Say Thank You to merpl For This Useful Post: | ||
![]() |
2018-07-18
, 18:12
|
Posts: 63 |
Thanked: 106 times |
Joined on Mar 2017
|
#127
|
The Following 3 Users Say Thank You to moodroid For This Useful Post: | ||
![]() |
2018-07-18
, 20:09
|
Posts: 260 |
Thanked: 1,021 times |
Joined on May 2010
@ Near Munich
|
#128
|
The Following 3 Users Say Thank You to Macros For This Useful Post: | ||
![]() |
2018-07-22
, 09:47
|
Posts: 52 |
Thanked: 226 times |
Joined on Feb 2011
@ CZ & US ex-(UK/France/Switzerland/Canada)
|
#129
|
Any of you got keyboard backlighting or persistent shift key working with TheKit's new image?
key <LFSH> { type[Group1]="ONE_LEVEL", symbols[Group1]=[ ISO_Level2_Latch] }; modifier_map Shift { Shift_L, ISO_Level2_Latch};
The Following 2 Users Say Thank You to Wolda For This Useful Post: | ||
![]() |
2018-07-22
, 11:32
|
Posts: 52 |
Thanked: 226 times |
Joined on Feb 2011
@ CZ & US ex-(UK/France/Switzerland/Canada)
|
#130
|
Hi, the sticky SHIFT key can be obtained by adding the following lines to the first block in "/usr/share/X11/xkb/symbols/us" :
Unfortunately, this seems to be buggy because it sends some escape character that makes crazy programs like vi or ssh when entering passphrases. Any ideas how to fix this?Code:key <LFSH> { type[Group1]="ONE_LEVEL", symbols[Group1]=[ ISO_Level2_Latch] }; modifier_map Shift { Shift_L, ISO_Level2_Latch};
interpret Caps_Lock { action = LatchMods(modifiers = Shift);}
key <LFSH> { [Caps_Lock] }; key <BKSP> { [BackSpace, Delete ] }; key <RTRN> { [Return, bar] }; key <CAPS> { [Escape, backslash] }; key <TAB> { [Tab, greater] }; key <SPCE> { [ space, less] };
The Following 2 Users Say Thank You to Wolda For This Useful Post: | ||
![]() |
Tags |
droid, hwkbd, sailfish os, xt894 |
|
Last edited by arkanoid; 2018-01-18 at 14:37.