pastillilabs / packages

4 stars 1 forks source link

situations have some error message on starting #3

Open speedy-10 opened 1 year ago

speedy-10 commented 1 year ago

Hi, I want to use situations to save some battery power on Xperia 10 iii with SFOS 4.5. If I start it from terminal, I get the following output:

[defaultuser@Xperia10III ~]$ harbour-situations2application [D] unknown:0 - Using Wayland-EGL library "libutils.so" not found library "libcutils.so" not found library "libhardware.so" not found library "android.hardware.graphics.mapper@2.0.so" not found library "android.hardware.graphics.mapper@2.1.so" not found library "android.hardware.graphics.mapper@3.0.so" not found library "android.hardware.graphics.mapper@4.0.so" not found library "libc++.so" not found library "libhidlbase.so" not found library "libgralloctypes.so" not found library "android.hardware.graphics.common@1.2.so" not found library "libion.so" not found library "libz.so" not found library "libhidlmemory.so" not found library "android.hidl.memory@1.0.so" not found library "vendor.qti.qspmhal@1.0.so" not found QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Datei oder Verzeichnis nicht gefunden

Will there be an update, which improves situations on SFOS? Regards

hhaveri commented 1 year ago

Will try to build against lastest SFOS and with Sonar updates and provide at least an alpha as soon as possible. Let's see if that helps.

speedy-10 commented 1 year ago

I'll test it, as soon I've time for that.

hhaveri commented 1 year ago

https://github.com/pastillilabs/packages/releases/tag/284

speedy-10 commented 1 year ago

Hi, I installed 3.2.284 but get the same messages. Situations seems to work properly in my case.

{{{ [defaultuser@Xperia10III ~]$ harbour-situations2application [D] unknown:0 - Using Wayland-EGL library "libutils.so" not found library "libcutils.so" not found library "libhardware.so" not found library "android.hardware.graphics.mapper@2.0.so" not found library "android.hardware.graphics.mapper@2.1.so" not found library "android.hardware.graphics.mapper@3.0.so" not found library "android.hardware.graphics.mapper@4.0.so" not found library "libc++.so" not found library "libhidlbase.so" not found library "libgralloctypes.so" not found library "android.hardware.graphics.common@1.2.so" not found library "libion.so" not found library "libz.so" not found library "libhidlmemory.so" not found library "android.hidl.memory@1.0.so" not found library "vendor.qti.qspmhal@1.0.so" not found QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Datei oder Verzeichnis nicht gefunden }}} Distro: Sailfish OS 4.5.0.19 (Struven ketju), Kernel: 4.19.248 aarch64

hhaveri commented 1 year ago

I'm not getting any of that on my xperia 10 II - so cannot tell what is causing it

speedy-10 commented 1 year ago

Thanks for your checking.

nephros commented 1 year ago

Just noticed the missing libraries reported are almost the same as in the utterly unrelated post here:

https://forum.sailfishos.org/t/livecasting-porting-notes-for-zenfone-8/14727/44
(top of comment 44, may need to expand "details")

Maybe it's somehow related to the build environment?