T42 | D %lastname% was added by: D %lastname% | 06:41 |
---|---|---|
T42 | <adampigg> rinigus: gm ..... | 07:45 |
rinigus | morning! | 07:46 |
rinigus | piggz ^ | 07:46 |
T42 | <adampigg> the copy_hal script......i wonder if we should mv the file instead, as if you build dhd after fpd, you get the file included in the dhd rpm | 07:46 |
T42 | <adampigg> (i just had that with a conflict on the CI server) | 07:46 |
rinigus | @adampigg: then we should. I haven't done it, so had no idea | 07:47 |
T42 | <adampigg> yeah, i think its just changing cp to mv | 07:47 |
rinigus | indeed, audioflingerglue is also moved | 07:48 |
T42 | <adampigg> rinigus: which script does that? | 07:49 |
T42 | <adampigg> the *localbuild* scripts do a cp | 07:50 |
rinigus | @adampigg: ok, I misread my instructions. we mv tgz | 07:56 |
rinigus | @adampigg: but in general, I don't mind mv | 07:57 |
T42 | <adampigg> im just trying to find out how dhd get around it.... | 07:57 |
T42 | <adampigg> wrt audioflinger and droidmedia | 07:57 |
T42 | <adampigg> rinigus: the dhd inc file does it | 07:59 |
T42 | <adampigg> # Omit audioflingerglue bits, they get packaged via audioflingerglue-localbuild | 07:59 |
T42 | <adampigg> rm -f $RPM_BUILD_ROOT%{_libexecdir}/droid-hybris/system/{lib,lib64}/libaudioflingerglue.so | 07:59 |
T42 | <adampigg> so yes, ill change to mv | 08:00 |
rinigus | @adampigg: but it may take few months before the change is accepted in dhd | 08:00 |
rinigus | mv it is :) | 08:00 |
T42 | <adampigg> oh, i wouldnt rely on getting it into dhd! :D | 08:01 |
T42 | <Verevka86> Hello, help me. | 08:20 |
T42 | <Verevka86> This command corrects the sound when calling through the bluetooth headset- | 08:20 |
T42 | <Verevka86> dbus-send --print-reply --address='unix:path=/run/user/100000/pulse/dbus-socket' --dest=org.PulseAudio1 /org/sailfishos/audiosystempassthrough org.SailfishOS.AudioSystemPassthrough.set_parameters string:"BT_SCO=on" | 08:20 |
T42 | <Verevka86> How to apply this at comp compile level rom? | 08:21 |
piggz | @Verevka86 interesting .... will have to try that with my similar issues | 08:22 |
piggz | best to speak to jusa about it, its his domain! | 08:22 |
piggz | rinigus: should I tag a 1.0.1 ? | 08:23 |
T42 | <Verevka86> @Verevka86 [Hello, help me. | 08:25 |
T42 | <Verevka86> This command corrects the sou …], Вывод: method return time=1591429092.279812 sender=(null sender) -> destination=(null destination) serial=1 reply_serial=1 | 08:25 |
rinigus | piggz: yes, why not. question is whether on every tag we will be updating all spec's. please don't update required minimal version of droid-biometry-fp in sailfish-fpd-community.spec. let that be 1.0.0 | 08:25 |
piggz | sure | 08:25 |
T42 | Lo %lastname% was added by: Lo %lastname% | 09:11 |
eequoh1A | hi everybody, after breaking and replacing my oneplus 3 screen i've been trying to fix with no success the read only file system error i get when copying files to the phone with the latest image from mal and someone who's name i forgot. can't remount root with rw and tinkering with fstab doesn't have any effect. when installing software or copying and downloading files from different sources, pc or sftp, it works for small files but nothing | 14:51 |
eequoh1A | beyond 800 MB. after i get the error nothing can write to the disk anymore, browser, messages, notes. is there a way to undo this or to avoid the error on a fresh install? | 14:51 |
mal | fstab is not used in sailfish | 14:53 |
eequoh1A | how else can i approach this? thought /etc/fstab is related to my problem. looks like this https://pastebin.com/raw/v4uQvNuk | 15:16 |
T42 | <elros34> Do you have free space at all? dh -h | 15:49 |
T42 | <adampigg> df -h :) | 15:59 |
T42 | <elros34> right | 15:59 |
eequoh1A | df -h thing was for me? https://pastebin.com/raw/q4kjGiFr | 16:25 |
eequoh1A | sorry, was positive it was a parallel discussion. it's 50 G free. after fresh install i can copy one file around 1 GB, the second one fails. | 16:39 |
T42 | <elros34> does it happen when you use mtp? IIRC I had some issues when using mtp on ubuntu when I couldn't copy big files (>= 200MB). Have you tired to use sftp (filezilla)? Are you sure your data partition is mounted as read only? | 16:40 |
T42 | <elros34> btw on windows I can use mtp without issues | 16:46 |
eequoh1A | it happens on sftp too, also when i download anything from internet but this doesn't happen with small files, though when it happens nothing can write to the drive, that's store, updates, messages, browser. how can i check if the data partition is ro? | 16:47 |
T42 | <elros34> findmnt | 16:47 |
eequoh1A | ok, it's ro | 16:48 |
eequoh1A | https://pastebin.com/raw/LtJsRAtc | 16:49 |
eequoh1A | how can i change it? | 16:49 |
eequoh1A | usually i do it in fstab but this didn't work in sfos | 16:50 |
eequoh1A | sorry if this is trivial, tried to fix it for a month before addressing it here | 16:51 |
T42 | <elros34> data partition is first mounted in init-script in initramfs then it is remount in /sbin/preinit. journalctl or dmesg should have some information why this happen | 16:52 |
T42 | <elros34> you could try to fsck data partition in twrp to see if that helps, then try to catch issue in journal/dmesg next time when you copy files. | 16:55 |
T42 | DrRamm was added by: DrRamm | 16:58 |
eequoh1A | journalctl looks like this https://pastebin.com/raw/0Dnt7m0N | 16:59 |
T42 | <DrRamm> hello | 17:04 |
T42 | <DrRamm> guys can you point at step by step guild how to build hybris hal from scrath for 16.0? | 17:04 |
T42 | <DrRamm> this gude https://sailfishos.org/content/uploads/2019/09/SailfishOS-HardwareAdaptationDevelopmentKit-3.1.0.0.pdf | 17:04 |
T42 | <DrRamm> just saying at `5.4 Building Relevant Bits of your Android base` — okay, sync breakfast and then build | 17:04 |
T42 | <DrRamm> this guide https://neochapay.ru/blogs/zapiski-utkonosa-programmista/sailfish-os-hardware-adaptation-developm-46.html in case if we use Android 8 (and android 9 too I guess) put in local manifests | 17:04 |
T42 | <DrRamm> ```<project path="external/libhybris" name="libhybris/libhybris" revision="master" />``` | 17:04 |
T42 | <DrRamm> and then build | 17:04 |
T42 | <elros34> @DrRamm follow hadk pdf, hadk-faq: https://github.com/mer-hybris/hadk-faq/#hybris-16-0 and http://collabedit.com/kr9xx for 3.3.0.16 specific issues | 17:07 |
T42 | <elros34> It has all steps you need to build image | 17:07 |
T42 | <DrRamm> (Photo, 1147x840) https://irc.thaodan.de/.imgstore/xpiFtwU2WB.png Dear Elros, thank you for answer. Okay, if I follow this guide (without any libhybris lines in local_manifest), I got this error (which mentioned in http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2019-11-10.log.html) and I didn't get which pat | 17:13 |
T42 | ches I should apply. | 17:13 |
T42 | <elros34> please use pastebin instead screenshots. Read faq I linked i has line 'hybris-patches/apply-patches.sh --mb' which will apply hybris patches and is required before make hybris-hal | 17:22 |
T42 | <elros34> if you did make hybris-hal before applying patches then do make clean now to remove out/ directory | 17:23 |
T42 | <DrRamm> @elros34 [if you did make hybris-hal before applying pat …], Dear Elros, thank you! make clean helped. | 17:35 |
eequoh1A | did repair file system in twrp and it work, thank you very much for your support. now i can watch movies and listen to podcasts at work without using the internet. thanks again! | 17:44 |
T42 | <elros34> great but it shouldn't happen | 17:48 |
T42 | <elros34> Next you you will copy big files use dmesg -w and journalctl -f at same time to catch what fails | 17:49 |
eequoh1A | did some tests with large files, rewrites and works fine. could it be related with installing different images for dozens of times? | 17:52 |
T42 | <elros34> dunno maybe your memory is agging? | 17:56 |
T42 | <elros34> I meant internal memory | 17:58 |
eequoh1A | that was first thing i thought when it happened but forgot about it while trying to fix it. is there a way to test it? will keep an eye on the issue and i'll be back with news if it happens again. | 18:00 |
T42 | <elros34> no idea, but maybe dmesg will have some information from kernel driver | 18:02 |
eequoh1A | i actually get some red feedback from dmesg but don't know how to read it https://pastebin.com/raw/iw3jvRT3 | 18:07 |
T42 | <elros34> that looks like msg from gadget but I would expect some information from mmc driver after reboot | 18:44 |
T42 | <elros34> when it's initialized | 18:45 |
T42 | vtsoft was added by: vtsoft | 19:44 |
deathmist | any reason telnet is the only usable communication method via USB in my CI built SFOS 3.3 rootfs (have to manually start telnetd on the device & also assign IP address to the USB interface on host) but ping and SSH just hang? I even tried stopping sshd.socket and starting sshd.service instead, same result. nothing gets printed on the phone journal either while trying to SSH / ping. the device uses ConifigFS and | 20:19 |
deathmist | MTP for example works great | 20:19 |
deathmist | so "telnet 192.168.2.15 2323" works but "ping 192.168.2.15" or "ssh nemo@192.168.2.15" do absolutely nothing while the device is plugged in with developer mode selected | 20:29 |
deathmist | if no one else has seen this issue I'm seriously going to contemplate starting entirely from scratch while using my existing repos as guidance to get through the different issues I'm going to face | 21:13 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!