T42 | <iDubno> Is there a way to get YouTube working on sailfish OS? (Or any Google apps) | 10:06 |
---|---|---|
T42 | <pherjung> You asked on the wrong group. Here is the good one : https://t.me/joinchat/gkQEMR5cOh1iMTA8 | 10:20 |
T42 | <supirlelik96> https://paste.ubuntu.com/p/Bsbs44sBv4/ | 12:47 |
T42 | <supirlelik96> Hello please help! | 12:47 |
T42 | <supirlelik96> May 19 21:15:26 Redmi7 lipstick[5493]: couldn't find an OpenGL ES implementation | 12:47 |
mal | is droid-hal-init starting now? | 12:50 |
T42 | <supirlelik96> droid-hal-init.service - droid-hal-init | 12:50 |
T42 | <supirlelik96> Loaded: loaded (/usr/lib/systemd/system/droid-hal-init.service; disabled; vendor preset: enabled) | 12:50 |
T42 | <supirlelik96> Active: inactive (dead) | 12:50 |
T42 | <supirlelik96> sh-5.0# | 12:50 |
mal | the log you linked was only partial so I can't see the important early messages | 12:51 |
T42 | <supirlelik96> yeah | 12:51 |
mal | how did you get the log? | 12:52 |
T42 | <supirlelik96> journalctl and coped text log to ubuntu pastebin | 12:52 |
mal | "journalctl -b --no-pager" is usually better | 12:52 |
T42 | <supirlelik96> ok | 12:53 |
mal | see if you get more log using that | 12:53 |
T42 | <supirlelik96> ok | 12:53 |
T42 | <supirlelik96> https://paste.ubuntu.com/p/gncGcdbwY9/ | 13:06 |
T42 | <supirlelik96> mal | 13:06 |
T42 | <supirlelik96> https://paste.ubuntu.com/p/srfYzvPHqT/ dmesg | 13:08 |
T42 | <supirlelik96> mal please help | 13:12 |
mal | have you done any changes after installing, I can't see any signs of droid-hal-init starting and I see some strange messages like "graphical.target: Wants dependency dropin /usr/lib/systemd/system/graphical.target.wants/droid-hal-init.service is not a symlink, ignoring." | 13:17 |
T42 | <supirlelik96> Ok | 13:21 |
mal | can you check that file using "ls -l /usr/lib/systemd/system/graphical.target.wants/droid-hal-init.service" | 13:22 |
T42 | <supirlelik96> Yeah | 13:22 |
T42 | <supirlelik96> Ok | 13:22 |
T42 | <edp_17> Hi all. Can somebody help me please? I'd like to backport CONFIG_CGROUP_NET_CLASSID into my treltexx kernel (3.10.9) but I don't know how/where to start. I've tried to find a kernel that supports CGROUP_NET_CLASSID but couldn't find any. (It's in kernels from version 3.14) | 14:55 |
mal | @edp_17 why do you want to backport that? | 14:57 |
T42 | <edp_17> mal: I'd like to try waydroid. | 15:10 |
T42 | <adampigg> ha, trying to beat me to it? | 17:06 |
T42 | <edp_17> Nope. I just failed with Anbox and thought it would be a good replacement. | 17:22 |
T42 | <edp_17> Can you suggest a kernel where from I can backport that flag? | 17:22 |
T42 | <edp_17> Waydroid's repo (or whatever) I am cloning is filling up my disk! It's already downloaded over 70Gig and still going. 😱 | 17:25 |
T42 | <edp_17> I'll run out of space soon. 😔 | 17:25 |
T42 | <edp_17> fatal: cannot create directory at 'clang-r339409b/libexec': No space left on device | 17:26 |
T42 | <adampigg> do you need the full thing ... there are pre-built images | 17:51 |
T42 | <edp_17> Honestly, I don't know. I am not sure whether a pre-built image can be used on my device. | 17:56 |
T42 | <edp_17> @adampigg : Where can I found pre-built images? | 18:19 |
T42 | <adampigg> look in the install script, the url is in it (re @edp_17: @adampigg : Where ca...) | 18:19 |
T42 | <edp_17> Thanks. | 18:25 |
T42 | <edp_17> Sad, only anbox_arm64 is available, my treltexx is armv7l. | 18:27 |
T42 | <edp_17> Yeah, it seems I need to build sfos aarch64 instead of armv7hl as the install.sh gave me: "ERROR: Your system with arch armv7l is not supported" | 18:34 |
mal | @edp_17 does your device have 64-bit cpu? based on some search it has snapdragon 805 which seems to be a 32-bit krait cpu | 18:46 |
T42 | <edp_17> My version is this: Exynos 7 Octa (5433) The 64-bit big.LITTLE Octa-core Mobile Processor | 18:56 |
mal | ok | 19:00 |
T42 | <edp_17> It seems I need to update my target armv7hl to aarch64, then rebuild all packages to the new architecture. Then, backport that kernel stuff and then I can try a pre-built image or build my own. | 19:00 |
T42 | <edp_17> mal: Btw, do you have idea about the camera issue? | 19:00 |
mal | what camera issue? | 19:00 |
T42 | <edp_17> mal: This: The main camera works but when I switch to front camera, it only shows a black screen. The log of 'GST_DEBUG=droid*:5 jolla-camera' is here (I started the camera app with front facing camera in video mode, then switched to picture mode, then switched to main camera, then video mode, then back to front camera.): https://paste.ubuntu.com/p/p5gbrqxrQ2/ | 19:03 |
T42 | <edp_17> How can I display the supported resolutions of cameras? This command doesn't work anymore: GST_DEBUG=6 mk-cam-conf 0 /dev/null 2>&1 | grep params_parse | sed -e 's/.*param\s//' | sort -u | 19:04 |
T42 | <edp_17> I've tried to generate the jolla-camera-hw.txt file but droid-camres -w doesn't work anymore. | 19:04 |
T42 | <supirlelik96> https://paste.ubuntu.com/p/5fhhf5jxJK/ (re @SailfishFreenodeIRCBridgeBot: <mal>have you done a...) | 19:48 |
T42 | <supirlelik96> how do I make a simlink I tried everything did not work out | 19:49 |
mal | @supirlelik96 were those paths not symlinks before? you never showed output of the ls command I mentioned | 19:55 |
mal | @edp_17 there are two tools, one for resultions (dump-resolutions) and another for other parameters (dump-camera-parameters) | 19:57 |
mal | @edp_17 this branch of droid-camres works https://github.com/mlehtima/droid-camres/tree/multi-cam (at least in some cases, might need the latest gst-droid) | 19:58 |
T42 | <supirlelik96> mal ls -s file linked_creat_file ? | 19:58 |
T42 | <supirlelik96> mal ln -s file linked_creat_file ? (edited) | 19:59 |
mal | what? | 19:59 |
T42 | <supirlelik96> ln -s | 19:59 |
T42 | <supirlelik96> ? | 19:59 |
mal | what are you talking about, I asked earlier for you to check what "ls -l /usr/lib/systemd/system/graphical.target.wants/droid-hal-init.service" outputs | 19:59 |
T42 | <supirlelik96> To create a symlink to a file, I need to register ln -s | 19:59 |
T42 | <supirlelik96> ok | 20:00 |
T42 | <supirlelik96> thank you | 20:00 |
T42 | <supirlelik96> i see | 20:00 |
T42 | <edp_17> mal: Thanks. I'll try those tools. (I've already updated gst-droid to the latest.) | 20:01 |
mal | @edp_17 note that the very latest gst-droid (I merged a fix today) will require newer qtmultimedia | 20:02 |
T42 | <edp_17> mal: ok. How can I update qtmultimedia? Do I need to? | 20:05 |
T42 | <supirlelik96> /graphical | 20:08 |
T42 | <supirlelik96> mal: How to create a symbol link correctly. what command in the terminal ln -s? | 20:09 |
mal | @supirlelik96 you still haven't told what the command outputs and therefore I don't know what you need to do | 20:18 |
mal | those should not be files unless you have done something really wrong | 20:18 |
T42 | <supirlelik96> I see | 20:19 |
T42 | <supirlelik96> Ok | 20:19 |
mal | come on, just show the output of "ls -l /usr/lib/systemd/system/graphical.target.wants/droid-hal-init.service" | 20:55 |
mal | @edp_17 depends on which gst-droid version you are planning on using | 20:57 |
T42 | <edp_17> mal: Okay. I'll give a try to what I currently have (updated about a week ago). | 21:36 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!