From Jolla 1 to Xperia XA2 first impressions, issues
Hi there,
I just switched from my beloved Jolla 1, mostly because it has now several hardware issues ( display, touchscreen ). I bought a SailfishX license, and made a successful flash on my new Xperia XA2.
Issues/questions I have at first sight :
1. Unable to turn on bluetooth ( it is trying for about 1-3 hours, but without success )
2. Unable to wake-up the phone with the double tap ( I'm not sure, if it is an issue, but I miss this function a lot )
3. It seems, that the original Android OS remained in it's place, since the free space with Android was ~19GB, after instaled Sailfish OS, the free space is ~17GB ( Is there a way, to completly remove the Android partition and use it for Sailfish OS ? )
4. Regarding to this last one, the Android Strore tells me, that there are two available updates for applications, which are not part of my current setup, so I think, the Store application somehow detected the old Android partition? ( need to fix this, I don't need anything from the old OS )
5. If I connect a NON headset earphone, which does NOT have a microphone, so it has only 3.5mm stereo jack, the music is heard from the device's loadspeaker.
Further then that, I'm really enjoying to use my new device, the OS is smooth, most of my previously used applications are working fine.
Double-Tap: I'm missng that too on my Xperia X. But instead of enabling via CSD-tool (which gives unreliable double-tap-unlock), I enable lowPowerMode (sneak_peek). On my Xperia X, lockscreen reliablyenables sneak_peek after opening my wallet-case and during the sneak_peek display, it reliably unlocks with double-tap – all that I need :-) All you need is to uncomment code in usr/share/jolla-settings/pages/display/display.qml: But there's a patchmanager-patch on openrepos (https://openrepos.net/content/alina/patch-sneak-peek-option) which adds settings and translations – I don't know if it is supposed to work with Sailfish 3, but it's easy to take the diff and apply manually.
Sunny ( 2019-05-10 13:35:19 +0200 )edittriedbthat too: lpm works but double click not, did.you do.more than that?
pawel ( 2019-05-10 17:48:28 +0200 )editNothing that I'm aware of ;-) Seriously, I botched in analog-clock and many other patches I collected/adapted for my JP-1301 for Saimaa, so currently I'm not sure what else I accidentally did... But will reset my Xperia X soon, I'm almost finshed with my Hossa-Patchset (giving up on close button in power menu due to time constraints and analog clock doesn't handle light-ambient+largeScreen for the same reason, mainly manually copied Ancelad's version 0.0.8.1). I'll get back to this as soon as I verified my minimal-diff for double-tap.
Sunny ( 2019-05-10 18:11:05 +0200 )editThanks !!!
pawel ( 2019-05-10 18:26:28 +0200 )editConfirmed. It's sufficient to do the following uncommnet:
This allows you to enable lowPowerMode (aka sneak_peek) via settings->display. And I also took the opacity altering from the original patch:
And then there's also translation files and settings in the original patch. Since I don't use patchmanager, I simply diffed the .qm files against /dev/null and have a single diff file doing the same as the patch with patchmanager. And this enables double-tap-unlock during sneak_peek reliably on my Xperia X. So the code (displaySettings.lowPowerModeEnabled) is already in base, it's just about unhiding it! It's not the double-tap wakeup of JP1, but no difference for wallet-case-users :-)
Sunny ( 2019-05-13 09:49:03 +0200 )edit