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)

juiceme 2019-02-18 17:54

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

Originally Posted by lantern (Post 1554121)
oh yeah. like Sailfish/ubuntu touch/etc wasn't enough to see that niche OSes are in dire need of apps.
So let's create another OS, it won't be the same this time.

Whaddyamean SFOS is a niche OS because no apps?
It's my daily driver with pretty much all the features I need.
And here 'features' != 'apps'

levone1 2019-02-18 19:13

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

Originally Posted by lantern (Post 1554121)
oh yeah. like Sailfish/ubuntu touch/etc wasn't enough to see that niche OSes are in dire need of apps.
So let's create another OS, it won't be the same this time.

WebOS goes back to 2011, and further back to PalmOS, so it's not really a new one. It has to be re-created by devs bc of proprietary stuff, but if you look at what has been done and the effort being put into it staying alive, (not only LuneOS, but even legacy WebOS, software and hardware as-is), it speaks of the fact of it being "not just another alternative OS". LG, who currently owns WebOS, and still uses it for tvs, even met with LuneOS team recently to talk about their plans for an official open WebOS. fact is: WebOS is awesome, and if the attention could miraculously be given to it, it jas a real chance to succeed ...

lantern 2019-02-19 07:39

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
it doesn't have a chance to succeed

even tizen is dead, while samsung has way more resources to do something with it than lg has

PS not only did I have hp touchpad, I've had palm m505 and sony nx73v, so I know a lil bit of history

PPS from all those OSes besides ios/android, only Sailfish looks live enough to be a real alternative someday, so all the resources ideally should be put into it, not spread all over dead OSes and forks.

levone1 2019-02-19 09:38

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

Originally Posted by lantern (Post 1554158)
it doesn't have a chance to succeed

even tizen is dead, while samsung has way more resources to do something with it than lg has

PS not only did I have hp touchpad, I've had palm m505 and sony nx73v, so I know a lil bit of history

PPS from all those OSes besides ios/android, only Sailfish looks live enough to be a real alternative someday, so all the resources ideally should be put into it, not spread all over dead OSes and forks.

Probably true... I had to try. I'm actually pretty happy w/ Sailfish also. You have to admit, though, being an old-time WebOSer - it would be pretty neat to have it on an XC.

Manatus 2019-03-19 13:49

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
I updated my X Compact to SFOS 3.0.2.8. No other problems except that settings did not offer the update for me directly (I'm in EA) so I had to do
Quote:

devel-su
ssu release 3.0.2.8
pkcon refresh
version --dup
sync
reboot

aspergerguy 2019-03-19 14:24

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

Originally Posted by Manatus (Post 1555365)
I updated my X Compact to SFOS 3.0.2.8. No other problems except that settings did not offer the update for me directly (I'm in EA)

Surprised as prompted upon my Xperia X Compact:

levone1 2019-03-26 15:03

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
has anyone run the g7 patcher successfully on 3.0.1 or 3.0.2? I got it to go fine right up to the last line, then the script closes when it can't find it's own temp file, and ends with "... I: Repacking cat: /vagrant/droid-config-f5121/kickstart/pack/f5121/hybris: No such file or directory mv: cannot stat 'patcher-tmp/work/Sailfish*.zip': No such file or directory" Any ideas?

Full log is here - https://pastebin.com/nKh8QAqk

I was able to get patched root.img by changing the last line of the script from "patcher-tmp/work/Sailfish*.zip" to "patcher-tmp/work/root.img", but I think it contains all partitions, so not sure how to divied it, and fashing it to system doesn't work.

Unreasonable Behaviour 2019-03-26 20:29

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

Originally Posted by levone1 (Post 1555656)
has anyone run the g7 patcher successfully on 3.0.1 or 3.0.2? I got it to go fine right up to the last line, then the script closes when it can't find it's own temp file, and ends with "... I: Repacking cat: /vagrant/droid-config-f5121/kickstart/pack/f5121/hybris: No such file or directory mv: cannot stat 'patcher-tmp/work/Sailfish*.zip': No such file or directory" Any ideas?

Full log is here - https://pastebin.com/nKh8QAqk

I was able to get patched root.img by changing the last line of the script from "patcher-tmp/work/Sailfish*.zip" to "patcher-tmp/work/root.img", but I think it contains all partitions, so not sure how to divied it, and fashing it to system doesn't work.

I think i had the same problem on a earlier release too. Please check post 106 and 108.

The trick is to clone the repository correct, i have done this on linux vm and moved the files to windows.

Then you can clone the repository (form g7 readme):
Code:

git clone https://github.com/g7/sailfishx-patcher-f5321.git
cd sailfishx-patcher-f5321
git submodule init
git submodule update


levone1 2019-03-26 21:12

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

Originally Posted by Unreasonable Behaviour (Post 1555676)
I think i had the same problem on a earlier release too. Please check post 106 and 108.

The trick is to clone the repository correct, i have done this on linux vm and moved the files to windows.

Then you can clone the repository (form g7 readme):
Code:

git clone https://github.com/g7/sailfishx-patcher-f5321.git
cd sailfishx-patcher-f5321
git submodule init
git submodule update


Thanks, but I'm using Windows 10. Vagrant and Vbox worked fine to patch 2.2, but getting this error on 3.0...

levone1 2019-03-26 22:55

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

Originally Posted by Unreasonable Behaviour (Post 1555676)
I think i had the same problem on a earlier release too. Please check post 106 and 108.

The trick is to clone the repository correct, i have done this on linux vm and moved the files to windows.

Then you can clone the repository (form g7 readme):
Code:

git clone https://github.com/g7/sailfishx-patcher-f5321.git
cd sailfishx-patcher-f5321
git submodule init
git submodule update


Do you know soecifically which files are different depending on whoch address you cloned? Maybe I can manually download appropriately through Windows...

aspergerguy 2019-03-27 20:31

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

Originally Posted by levone1 (Post 1555656)
has anyone run the g7 patcher successfully on 3.0.1 or 3.0.2? I got it to go fine right up to the last line, then the script closes when it can't find it's own temp file, and ends with "... I: Repacking cat: /vagrant/droid-config-f5121/kickstart/pack/f5121/hybris: No such file or directory mv: cannot stat 'patcher-tmp/work/Sailfish*.zip': No such file or directory" Any ideas?

Have now managed to create both Sailfish_OS-patched-for-f5321-3.0.1.11-f5321-0.2.1.6.zip and Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15.zip using Mac OSX with Vagrant 2.2.4 & VirtualBox 5.2.28 as g7 modified patch.sh a matter of only 11 hours ago to use grep without -P (Perl) flag.
HTML Code:

Resizing the filesystem on fimage.img to 194702 (4k) blocks.
The filesystem on fimage.img is now 194702 (4k) blocks long.

  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/ (stored 0%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/flashing-README.txt (deflated 59%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/md5.lst (deflated 36%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/fastboot.exe (deflated 67%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/sailfish.img001 (deflated 54%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/hybris-boot.img (deflated 2%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/hybris-recovery.img (deflated 2%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/AdbWinUsbApi.dll (deflated 49%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/flash.sh (deflated 57%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/Jolla-3.0.2.8-f5121-armv7hl.urls (deflated 92%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/AdbWinApi.dll (deflated 49%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/flash-on-windows.bat (deflated 63%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/fastboot.img (deflated 3%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/fimage.img001 (deflated 2%)
/tmp/sailfish-image-patcher/Sailfish_OS-Jolla-3.0.2.8-f5121-0.2.1.15
I: Done! Enjoy!
I: Cleaning up...


levone1 2019-03-28 15:19

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

Originally Posted by aspergerguy (Post 1555739)
Have now managed to create both Sailfish_OS-patched-for-f5321-3.0.1.11-f5321-0.2.1.6.zip and Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15.zip using Mac OSX with Vagrant 2.2.4 & VirtualBox 5.2.28 as g7 modified patch.sh a matter of only 11 hours ago to use grep without -P (Perl) flag.
HTML Code:

Resizing the filesystem on fimage.img to 194702 (4k) blocks.
The filesystem on fimage.img is now 194702 (4k) blocks long.

  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/ (stored 0%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/flashing-README.txt (deflated 59%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/md5.lst (deflated 36%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/fastboot.exe (deflated 67%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/sailfish.img001 (deflated 54%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/hybris-boot.img (deflated 2%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/hybris-recovery.img (deflated 2%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/AdbWinUsbApi.dll (deflated 49%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/flash.sh (deflated 57%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/Jolla-3.0.2.8-f5121-armv7hl.urls (deflated 92%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/AdbWinApi.dll (deflated 49%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/flash-on-windows.bat (deflated 63%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/fastboot.img (deflated 3%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/fimage.img001 (deflated 2%)
/tmp/sailfish-image-patcher/Sailfish_OS-Jolla-3.0.2.8-f5121-0.2.1.15
I: Done! Enjoy!
I: Cleaning up...


Nice - I'll try again with new files...

levone1 2019-03-28 15:45

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

Originally Posted by aspergerguy (Post 1555739)
Have now managed to create both Sailfish_OS-patched-for-f5321-3.0.1.11-f5321-0.2.1.6.zip and Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15.zip using Mac OSX with Vagrant 2.2.4 & VirtualBox 5.2.28 as g7 modified patch.sh a matter of only 11 hours ago to use grep without -P (Perl) flag.
HTML Code:

Resizing the filesystem on fimage.img to 194702 (4k) blocks.
The filesystem on fimage.img is now 194702 (4k) blocks long.

  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/ (stored 0%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/flashing-README.txt (deflated 59%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/md5.lst (deflated 36%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/fastboot.exe (deflated 67%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/sailfish.img001 (deflated 54%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/hybris-boot.img (deflated 2%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/hybris-recovery.img (deflated 2%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/AdbWinUsbApi.dll (deflated 49%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/flash.sh (deflated 57%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/Jolla-3.0.2.8-f5121-armv7hl.urls (deflated 92%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/AdbWinApi.dll (deflated 49%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/flash-on-windows.bat (deflated 63%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/fastboot.img (deflated 3%)
  adding: Sailfish_OS-patched-for-f5321-3.0.2.8-f5321-0.2.1.15/fimage.img001 (deflated 2%)
/tmp/sailfish-image-patcher/Sailfish_OS-Jolla-3.0.2.8-f5121-0.2.1.15
I: Done! Enjoy!
I: Cleaning up...


Same result for me on Windows... Full log here - https://pastebin.com/JdE01qte

aspergerguy 2019-03-28 16:57

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

Originally Posted by levone1 (Post 1555757)
Same result for me on Windows... Full log here - https://pastebin.com/JdE01qte

Have now patched 3.0.2.8 using Mac OSX, Windows 10 and Ubuntu 18.04 LTS satisfactorily. I am not a Windows user by choice but you do seem to be running it in quite a buried folder structure, whereas using GIT it is right after ~ if makes any sense. Did you just add new patch.sh to existing or recreate from scratch?

levone1 2019-03-28 18:33

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

Originally Posted by aspergerguy (Post 1555759)
Have now patched 3.0.2.8 using Mac OSX, Windows 10 and Ubuntu 18.04 LTS satisfactorily. I am not a Windows user by choice but you do seem to be running it in quite a buried folder structure, whereas using GIT it is right after ~ if makes any sense. Did you just add new patch.sh to existing or recreate from scratch?

Deleted the whole old folder and started from scratch... I'll try moving the directory and see what happens. Thanks for confirming that it worked for you. At least now I know I'm not messing with it for nothing...

aspergerguy 2019-03-28 20:09

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

Originally Posted by levone1 (Post 1555764)
Thanks for confirming that it worked for you. At least now I know I'm not messing with it for nothing...

Here is Windows 10 log file in case of any help to you: https://pastebin.com/N2Xjg7RU

I would try getting a new F5121 3.0.2.8 image as yours doesn't have libpython3_7m1_0 but the old libpython3_4m1_0 and on my output retrieves 17 new packages instead of your 16 new packages.

levone1 2019-03-29 00:12

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

Originally Posted by aspergerguy (Post 1555768)
Here is Windows 10 log file in case of any help to you: https://pastebin.com/N2Xjg7RU

I would try getting a new F5121 3.0.2.8 image as yours doesn't have libpython3_7m1_0 but the old libpython3_4m1_0 and on my output retrieves 17 new packages instead of your 16 new packages.

Thanks. I also got some help on TJC, so I'll work on it...

levone1 2019-03-29 00:24

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

Originally Posted by aspergerguy (Post 1555768)
Here is Windows 10 log file in case of any help to you: https://pastebin.com/N2Xjg7RU

I would try getting a new F5121 3.0.2.8 image as yours doesn't have libpython3_7m1_0 but the old libpython3_4m1_0 and on my output retrieves 17 new packages instead of your 16 new packages.

Problem solved - I guess the droid-compat folder is empty when downloading the zip from Github, (since it's expected that you would update submodules, but I only downloaded the zip and extracted it). I simply downloaded the droid-compat files as a separate zip, and copied them to the folder. Success. Thanks again

Unreasonable Behaviour 2019-04-25 15:58

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
Update to Sailfish 3.0.3 Hossa worked well on Sony Xperia X Compact :p

Kabouik 2019-04-25 16:26

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
Same (actually one issue, but unrelated to the device model).

Flash-A-Holic 2019-07-10 03:53

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

Originally Posted by Manatus (Post 1555365)
I updated my X Compact to SFOS 3.0.2.8. No other problems except that settings did not offer the update for me directly (I'm in EA) so I had to do

I had same issue. I was on SFOS 3.0.1 but the updater via settings said that software was up to date. I used terminal to update to 3.0.2.8. Again, updater did not offer update to 3.0.3. Once again I updated via terminal to latest 3.0.3.10. Any ideas how to fix the updater (via settings).

meet.vino 2019-07-10 06:24

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

Originally Posted by Unreasonable Behaviour (Post 1556368)
Update to Sailfish 3.0.3 Hossa worked well on Sony Xperia X Compact :p

Does it have Android Support? I require it only for one app called Hike Messenger. Btw, is there a native App for Hike Messenger?

Flash-A-Holic 2019-07-10 07:22

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

Originally Posted by meet.vino (Post 1558309)
Does it have Android Support? I require it only for one app called Hike Messenger. Btw, is there a native App for Hike Messenger?

You can buy the license for Android App support. For Xperia X ja X Compact it is up to Android KitKat 4.4. For XA2 serie it is up to Android Oreo 8.1.

meet.vino 2019-07-11 05:16

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

Originally Posted by Flash-A-Holic (Post 1558310)
You can buy the license for Android App support. For Xperia X ja X Compact it is up to Android KitKat 4.4. For XA2 serie it is up to Android Oreo 8.1.

I bought a Xperia X license but I haven't used it. Can I use it for the X Compact?

aspergerguy 2019-07-11 05:38

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

Originally Posted by meet.vino (Post 1558323)
I bought a Xperia X license but I haven't used it. Can I use it for the X Compact?

Yes you can, although Jolla will register device as F5121.

Flash-A-Holic 2019-07-19 03:32

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

Originally Posted by Flash-A-Holic (Post 1558308)
I had same issue. I was on SFOS 3.0.1 but the updater via settings said that software was up to date. I used terminal to update to 3.0.2.8. Again, updater did not offer update to 3.0.3. Once again I updated via terminal to latest 3.0.3.10. Any ideas how to fix the updater (via settings).

Still same issue. My XA2 can find the new 3.1.0.11 update but X Compact cannot. How to solve this issue? Tried to change to different account but it did not fix the issue.

aspergerguy 2019-07-19 05:16

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

Originally Posted by Flash-A-Holic (Post 1558449)
Still same issue. My XA2 can find the new 3.1.0.11 update but X Compact cannot. How to solve this issue?

No problem updating XperiaCompact last night.

Flash-A-Holic 2019-07-19 05:24

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

Originally Posted by aspergerguy (Post 1558450)
No problem updating XperiaCompact last night.

Any idea what might be wrong with my X Compact. I can update via terminal just fine but via settings I cannot find any update. It just says device is up to date.

Manatus 2019-07-19 08:24

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
I too had to update via command line. The same with the three previous updates, so it does not seem to get fixed by itself.

Flash-A-Holic 2019-07-24 09:33

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
Could it be related to this:
- https://together.jolla.com/question/...l-not-working/

I have also two devices with same account. Other phone can get updates but X Compact doesn't. Do you have several devices with same account?

aspergerguy 2019-07-24 09:51

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

Originally Posted by Flash-A-Holic (Post 1558546)
Could it be related to this:
- https://together.jolla.com/question/...l-not-working/

I have also two devices with same account. Other phone can get updates but X Compact doesn't. Do you have several devices with same account?

Whilst Jolla's advice now is for separate accounts for each device, historically I have had a number of devices upon account updating without issue provided the appropriate licenses have been purchased for those requiring them ( a mix of Jolla 1, AquaFish, Xperia X, Xperia X Compact and XA2); with proviso that redemption of Jolla Tablet refund vouchers against Sailfish license may have necessitated some intervention upon my account by Jolla.

FlyingAntero 2019-08-15 06:44

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
Has anyone tried to run Anbox on X Compact? I installed Anbox to my X Compact but it does not work without patched kernel. Any tutorial how to apply those patches?
https://github.com/anbox/anbox/tree/...kernel/patches
https://github.com/adilinden-oss/overlayfs-patches
https://github.com/mlehtima/android_...712b04f1a1d960

nikos523 2019-08-31 13:08

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

Originally Posted by romu (Post 1541779)
How to install mce-tools

Notice you can also set:
Code:

mcetool -–set-doubletap-mode=unlock
...to unlock the phone with a double tap.

Works fine on my XC.

hi
how can i disable this option now and remove double tap to unlock?
thanks

wolke 2019-08-31 14:42

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
mcetool --help
...
--set-doubletap-mode=<disabled|show-unlock-screen|unlock>
...

nikos523 2019-08-31 15:08

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

Originally Posted by wolke (Post 1559750)
mcetool --help
...
--set-doubletap-mode=<disabled|show-unlock-screen|unlock>
...

That gives me syntax error 'newLine' for some reason.
I checked help documentation, checked for typos, nothing wrong but it doesnt work.

wolke 2019-08-31 15:14

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
to be clear, the command to remove double-tap unlocking is:
mcetool --set-doubletap-mode=disabled

nikos523 2019-08-31 16:05

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

Originally Posted by wolke (Post 1559753)
to be clear, the command to remove double-tap unlocking is:
mcetool --set-doubletap-mode=disabled

Thanks, that worked.
Yet the "side effects" are still there. That means I can see the proximity sensor blinking when I use my camera (didn't before) and lockscreen swipe is still unresponsive some times.

Edit
Nevermind, I refreshed the device and it seems to work again now.

kaulian 2019-10-30 20:49

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

I just updated to 3.2.0 my X compact and i lost camera feature

app camera stay black, no flashlight feature

same issue with the advanced camera apps

kaulian 2019-10-30 21:08

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

Originally Posted by kaulian (Post 1561367)
Warning :

I just updated to 3.2.0 my X compact and i lost camera feature

app camera stay black, no flashlight feature

same issue with the advanced camera apps

in fact after pkcon refresh ans pkcon update some package are missing

Code:

droid-compat-f5321-hybris-libsensorfw-qt5-0.0.9-1.27.1.jolla.armv7hl Wed 30 Oct 2019 22:02:38 CET
droid-compat-f5321-feature-0.0.9-1.27.1.jolla.armv7hl Wed 30 Oct 2019 22:02:38 CET
droid-compat-f5321-droid-system-0.0.9-1.27.1.jolla.armv7hl Wed 30 Oct 2019 22:02:34 CET
droid-compat-f5321-droid-hal-0.0.9-1.27.1.jolla.armv7hl Wed 30 Oct 2019 22:02:34 CET
droid-compat-f5321-droid-config-sailfish-0.0.9-1.27.1.jolla.armv7hl Wed 30 Oct 2019 22:02:34 CET
droid-compat-f5321-droid-config-flashing-0.0.9-1.27.1.jolla.armv7hl Wed 30 Oct 2019 22:02:32 CET
droid-compat-f5321-droid-config-0.0.9-1.27.1.jolla.armv7hl Wed 30 Oct 2019 22:02:32 CET

But after update i always have the problem =/

Manatus 2019-10-31 08:48

Re: Sailfish OS on Sony Xperia X Compact (community build)
 
No issues after update to 3.2.0.12 for me. Except that I had to do it from the command line, as usual for some time on my device.


All times are GMT. The time now is 15:19.

vBulletin® Version 3.8.8