T4 | <abhishek_0> i tried to debug jolla-galley .. https://hastebin.com/utiduwebaq.scala | 08:48 |
---|---|---|
T4 | <abhishek_0> *GST_DEBUG .. | 08:48 |
T4 | <abhishek_0> i want to know whats wrong ? :P | 08:49 |
mal | show ls -l /etc and ls -l /system/etc | 08:51 |
abranson | @abhishek_0: is that normal? "library "libgui.so" wasn't loaded and RTLD_NOLOAD prevented it" | 08:51 |
mal | abranson: I think that happens quite often, not 100% sure | 08:52 |
abranson | i think that lib's quite important for media functions on the android side | 08:52 |
r0kk3rz | yeah its fairly common | 08:52 |
abranson | ok | 08:52 |
T4 | <abhishek_0> mal https://hastebin.com/ojolidecil.hs.. media symlinks ? | 08:53 |
mal | you are missing media_codecs_performance.xml symlink | 08:53 |
mal | also mixer_paths_qrd_skui.xml and media_codecs_google_video_le.xml | 08:54 |
abranson | mal: there seems to be more variation in those these days. some are included from others, some are explicitly loaded in stagefright | 08:57 |
mal | abranson: yep | 08:58 |
birdzhang_ | how to resolve no video thumbnailer ? i found it was generatored by thumbnaild-video, and i can generate it by cli. but still no thumbnailer in jolla-gallery | 09:32 |
birdzhang_ | https://git.merproject.org/mer-core/nemo-qml-plugin-thumbnailer/blob/master/src/lib/nemothumbnailcache.cpp#L390 | 09:33 |
birdzhang_ | hmmmm, rm -rf /home/nemo/.cache/org.nemomobile/thumbnails/* and resolved it | 09:37 |
birdzhang_ | but, is this wrong ? https://git.merproject.org/mer-core/nemo-qml-plugin-thumbnailer/blob/master/oneshot/remove-obsolete-nemothumbs-cache-dir#L2 | 09:41 |
birdzhang_ | the path is /home/nemo/.cache/org.nemomobile/thumbnails not /home/nemo/.cache/.nemothumbs | 09:42 |
T4 | <abhishek_0> mal .. added symlinks .. video and camera still doesnt work | 10:00 |
T4 | <abhishek_0> gstreamer logs https://hastebin.com/vuraceraca.scala | 10:05 |
mal | have you ever looked into logcat, that's where the error might be | 10:07 |
abranson | yeah. if errors are printed, they're not in there | 10:11 |
abranson | also even check journal for crashes | 10:12 |
T4 | <abhishek_0> https://hastebin.com/ejuzicotem.vbs logcat | 10:37 |
T4 | <abhishek_0> and https://hastebin.com/ipubucicew.bash journal | 10:37 |
T4 | <abhishek_0> what if i disable fake sensorservice started by droidmedia and use the android one ? | 10:58 |
T4 | <abhishek_0> ghosalmartin ping :') | 11:00 |
abranson | abhishek_0: are you starting the droid camera service? | 11:01 |
T4 | <abhishek_0> yes | 11:02 |
abranson | i don't think that should be enabled, should it? minimedia starts it | 11:03 |
abranson | unless it's the qcom one. it's the android camera service that shouldn't be running | 11:03 |
T4 | <abhishek_0> or this might be the issue here ? https://github.com/sailfishos-wt88047/android_device_wingtech_wt88047/tree/hybris-14.1/libshims | 11:09 |
sonox | exit | 11:13 |
sonox | exit | 11:13 |
sonox | quit | 11:13 |
sonox | q | 11:13 |
abranson | sonox: welcome to the hotel caliporters | 11:14 |
T4 | <abhishek_0> XD | 11:15 |
abranson | abhishek_0: that looks... interesting | 11:16 |
r0kk3rz | libshims is common enough | 11:17 |
T4 | <abhishek_0> this might be breaking things | 11:19 |
r0kk3rz | they should be loaded in ok - https://github.com/libhybris/libhybris/blob/master/hybris/common/n/linker.cpp#L1308-L1320 | 11:25 |
mal | r0kk3rz: except not always https://github.com/libhybris/libhybris/pull/377 | 11:27 |
mal | r0kk3rz: there was a parse error in shim code in libhybris | 11:27 |
r0kk3rz | ah i was looking for that, i didnt realise it wasnt merged | 11:28 |
r0kk3rz | imo if you see much listed in LD_SHIM_LIBS you're using the wrong base | 11:29 |
T4 | <abhishek_0> my device has opensource camera hals .. maybe i could just get rid of this libshim stuff | 11:35 |
birdzhang | i fixed thumbnails in Gallery by remove ffmpeg, install libav and remove /home/nemo/.cache/org.nemomobile/thumbnails/ | 13:25 |
T4 | <abhishek_0> https://hastebin.com/utogahubom.sql .. where do i add ril_subscription.conf in the upstream | 14:36 |
mal | @abhishek_0 https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/rpm/droid-config-fp2-sibon.spec#L22 | 14:37 |
mal | @abhishek_0 but in 2.2 ofono also supports multiple config files https://git.merproject.org/mer-core/ofono/commit/011f3b74d1f40dad1b6418fbd909d23d24230103 | 14:39 |
mal | like here https://github.com/mer-hybris/droid-config-f5121/tree/master/sparse/etc/ofono/ril_subscription.d | 14:40 |
T4 | <abhishek_0> *sighs* using opensource hals .. didnt seem to fix camera | 15:44 |
T4 | <abhishek_0> nonononononono | 15:50 |
T4 | <abhishek_0> damn | 15:50 |
T4 | <abhishek_0> .. i am shivering | 15:50 |
T4 | <abhishek_0> video works .. | 15:50 |
T4 | <abhishek_0> i can see camera controls | 15:50 |
T4 | <abhishek_0> is this real .. of a fantasy | 15:52 |
T4 | <abhishek_0> *or | 15:52 |
T4 | <abhishek_0> guess i have to build camera configs again.. previous ones are the ones from libshims | 15:56 |
T4 | <abhishek_0> removing old cam confg files .. should make camera work .. | 16:22 |
T4 | <abhishek_0> but it doesnt | 16:22 |
T4 | <abhishek_0> https://hastebin.com/oyavobamer.vbs dmesg | 16:22 |
mal | what do you mean removing old cam configs? your mean regenerating those? | 16:24 |
T4 | <abhishek_0> mal the configs which i was using with camera libshims | 16:26 |
T4 | <abhishek_0> since camera shims are removed .. i removed previous configs | 16:26 |
mal | what configs? | 16:27 |
mal | exactly | 16:27 |
T4 | <abhishek_0> gstdroidcamsrc-0.conf gstdroidcamsrc-1.conf jolla-camera-hw.txt | 16:28 |
mal | and I still don't understand if you mean you completely removed those or just recreated the configs | 16:28 |
T4 | <abhishek_0> i completely removed those .. i havent built them again yet | 16:28 |
mal | you obviously need those configs for camera | 16:33 |
T4 | <abhishek_0> mal , ofcourse i need them but i am using opensource hals rn .. i will rebuild those .. | 16:34 |
T4 | <abhishek_0> after i get the camera working.. atleast in low res | 16:34 |
T4 | <abhishek_0> how do i get camera working ?😦 | 16:41 |
r0kk3rz | tweak the configs, obviously :P | 16:45 |
T4 | <abhishek_0> r0kk3rz what configs exactly :') | 16:57 |
r0kk3rz | the ones you just regenerated maybe | 16:58 |
T4 | <abhishek_0> i didnt | 16:58 |
r0kk3rz | why not? | 16:58 |
T4 | <abhishek_0> because | 16:59 |
T4 | <abhishek_0> [root@Sailfish nemo]# mk-cam-conf 0 /etc/gst-droid/gstdroidcamsrc-0.conf … Failed to start pipeline | 16:59 |
r0kk3rz | restart minimediaservice and go again | 17:00 |
T4 | <abhishek_0> wait what ? is bridge working ? | 17:26 |
T4 | <abhishek_0> okay .. i didnt send my last message | 17:26 |
T4 | <abhishek_0> whats the command to restart minimedia … ? | 17:26 |
T4 | <abhishek_0> anyone ON? | 18:17 |
r0kk3rz | how does shot web? | 18:46 |
*** kimmoli is now known as Guest53867 | 19:40 | |
abranson | r0kk3rz: how is babby formed? | 20:03 |
T4 | <abhishek_0> r0kk3rz maybe a radioactive spider ? | 20:20 |
*** Nokius_ is now known as Nokius | 21:10 | |
Nokius | r0kk3rz: will the expire_in parameter retrigger the gitlab-ci? if so why not curling the latest SFOS version and pray mic will create a zip :) | 21:40 |
Nokius | I had this question for a few days finally asked | 21:40 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!