*** rainemak_ is now known as rainemak | 10:28 | |
T42_ | <Goofy_Ozy4> Is it possible to display the image on a computer (Windows) using a USB cable? Without using the phone | 12:17 |
---|---|---|
T42_ | <Goofy_Ozy4> https://irc.thaodan.de/.imgstore/05f6d988/idk.txt | 12:33 |
T42_ | <elros34> is this log after enabling persistence journal? | 13:21 |
T42_ | <Goofy_Ozy4> yes (re @elros34: is this log after en...) | 13:28 |
T42_ | <elros34> so what: 'grep -i storage /etc/systemd/journald.conf' shows? | 13:30 |
T42_ | <Goofy_Ozy4> Is it possible to share the screen from a phone to a PC? (re @elros34: so what: 'grep -i st...) | 13:54 |
T42_ | <Goofy_Ozy4> maybe there will be an image there, as I understand it, everything works fine there except display on the phone screen | 13:54 |
T42_ | <elros34> there some ways not sure but not in your case because your device doesnt start at all, nothing works | 13:54 |
T42_ | <Goofy_Ozy4> oh | 13:55 |
T42_ | <elros34> so what is the answer to my qustion? | 13:55 |
T42_ | <Goofy_Ozy4> I have a dead battery and I’ve already tried 4 times to wait for the Linux installation to finish :P (re @elros34: so what is the answe...) | 13:55 |
T42_ | <Goofy_Ozy4> well, how to say a dead, not original battery | 13:56 |
T42_ | <Goofy_Ozy4> I took it from itel a16 | 13:56 |
T42_ | <elros34> what linux instlalation do you talk about? | 13:56 |
T42_ | <elros34> all I ask can be done in telnet | 13:57 |
T42_ | <Goofy_Ozy4> well, flashing through TWRP | 13:57 |
T42_ | <Goofy_Ozy4> she's here for a very long time, 10-20 minutes | 13:58 |
T42_ | <elros34> no idae why do you keep flashing it anyway you must edit 2 files and remove from line starting with "What=" "block/" part: /usr/lib/systemd/system/system.mount and preload.mount. | 13:59 |
T42_ | <Goofy_Ozy4> I don't understand what I need to do (re @elros34: no idae why do you k...) | 14:09 |
T42_ | <Goofy_Ozy4> Storage=volatile (re @elros34: so what: 'grep -i st...) | 14:15 |
T42_ | <elros34> you were supposed to change that to automatic according to hadk-faq | 14:18 |
T42_ | <elros34> about these 2 files, open them and remove "block/" word, it's really that simple | 14:19 |
T42_ | <Goofy_Ozy4> I understand that, but what file? | 14:21 |
T42_ | <Goofy_Ozy4> updater-unpack.sh? | 14:21 |
T42_ | <elros34> no, these files mentioned on device (when you are in telnet connection) | 14:41 |
T42_ | <Endrju176> No, can you tell me what command i should write for seeing ofono logs. I hava had a long break with sailfish but im back now (re @elros34: I guess this is read...) | 16:39 |
T42_ | <elros34> reboot, run fast 'journalctl --no-tail -f'. You can also install ofono logger gui app, enabled debugging and then 'ssu status' and see if there is any error. These are just general ideas, you may get some better advice from ofono master slava or some other devs | 17:17 |
T42_ | <elros34> ofono logger can be quite verbose. I can see that on some device I have test it 'ssu status' run something in modem.c but this can be device android version specific. Which ofono plugin do you use? 'zypper se -s "ofono*plugin"' | 17:21 |
genericv2 | mal: i found a interesting thing. You know pulseaudio user service uses a environment file (/etc/sysconfig/pulseaudio) which defines the config value used by ExecStart section as a argument to pulseaudio binary | 21:50 |
genericv2 | Also remember that we can make audio work by executing pulseaudio binary with variables from that env file. | 21:50 |
genericv2 | I tried to include the env file and start pulseaudio with: "source /etc/sysconfig/pulseaudio && /usr/bin/pulseaudio --daemonize=no $CONFIG" It failed ($CONFIG variable is okay after including env file) then i tried the way we make audio work again, by defining variables in env file manually: "HYBRIS_USE_VENDOR_NAMESPACE=yes /usr/bin/pulseaudio --daemonize=no -n --file=/etc/pulse/arm_droid_default.pa" And it worked. Now i | 21:50 |
genericv2 | removed CONFIG variable from pa environment file and made service directly use these arguments (ExecStart=/usr/bin/pulseaudio --daemonize=no -n --file=/etc/pulse/arm_droid_default.pa). Now it's okay after a reboot. Looks like a general issue to me, what do you think? This one is a long text, sorry tho 😄 | 21:50 |
mal | not sure what you mean | 22:02 |
mal | are you saying the env var is not somehow not working? | 22:02 |
genericv2 | yup, it's entirely broken i think | 22:03 |
mal | it works for everyone else so it must be something else | 22:03 |
genericv2 | So strange. hm | 22:04 |
T42_ | <elros34> define what do you mean by it failed if you use $CONFIG | 22:06 |
T42_ | <elros34> It fail because $CONFIG is not expanded correctly or it fail with old error you had "tls relocations"? | 22:12 |
genericv2 | it looks okay now, with environment file. Not sure why it was failing previously | 22:13 |
T42_ | <elros34> did you try to symlink liblog.so based on strace differences instead copying libaudio*.so? | 22:15 |
genericv2 | elros34 systemd was starting pa service with missing $CONFIG variable so it was failing, i remember like tls thingy also occurs when i start pulseaudio with missing arguments | 22:15 |
mal | and that /etc/sysconfig/pulseaudio looks correct? | 22:16 |
mal | show it | 22:16 |
genericv2 | https://paste.opensuse.org/pastes/6e84ff804385 it's okay right now | 22:17 |
mal | and systemctl won't start pulseaudio? | 22:17 |
genericv2 | it couldn't start it a few days ago, now it's starting it without issues. I am not sure what i did. Need to clean install and work on a clean system to figure out | 22:19 |
genericv2 | i am sure the issue was $CONFIG variable tho | 22:20 |
genericv2 | a small confusion probably, we'll see on a clean install. thanks anyways | 22:24 |
T42_ | <elros34> try that liblog.so really because your libaudioroute.so fix doesn't make sense | 22:25 |
T42_ | <elros34> if failing was with tls error then it's still the same problem not any $CONFIG issue | 22:26 |
T42_ | <elros34> some libraries instead from /usr/libexec are loaded from /system | 22:27 |
genericv2 | okaay, i'll try tomorrow. on a clean system | 22:29 |
genericv2 | yup, there is smth very wrong with ld config | 22:29 |
T42_ | <Pachof> Hello, a question is that I am going to try a Port of Sailfish OS for Redmi Note 8, I want to help improve the Port, so how could I help? | 22:50 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!