Monday, 2024-02-05

*** amccarthy is now known as Guest166507:21
*** amccarthy_ is now known as amccarthy07:21
*** amccarthy is now known as Guest167809:40
*** amccarthy_ is now known as amccarthy09:40
*** amccarthy is now known as Guest168811:05
*** amccarthy_ is now known as amccarthy11:05
genericv2hello16:52
genericv2can i make rootfs gz instead of bz2? My twrp (and los recovery) does not have bunzip2 for some reason16:52
genericv2currently i extract the bz2 archive with bunzip2 on my host and push it as tar16:55
malgenericv2: there was this referenced in hadk-hot https://piggz.co.uk/sailfishos-porters-archive/index.php?log=2023-04-13.txt#line29317:02
genericv2i flashed the new rootfs now, i also tried to create /init_enter_debug2 to mask usb-moded. But i forget i am using twrp shell and it created the file at twrp's ramdisk xD. i'll need to wait for the battery to drain again.17:27
T42_<elros34> init_enter_debug2 and usb-moded are 2 different things. First stops booting in init script, second handles usb connection in later stage of system17:28
genericv2i know, i was trying to get into debug telnet17:32
genericv2by creating init_enter_debug2, but that happened as i said17:33
T42_<elros34> you should still be able to do this unless something mess connection during system boot up17:33
genericv2usb-moded is messing up my usb connection, so i can't telnet to device.17:34
T42_<elros34> I think you just boot to act dead mode17:35
T42_<elros34> you can create that init_enter_debug2 in sparse to not forget about it next time17:35
genericv2we discussed that usb-moded thing with mal previously. telnet starts to work when it's masked17:35
genericv2Yeah i'll create it via sparse next time17:36
T42_<elros34> its not really that obvious now, you had not working droid init and so on but ok its not important17:36
genericv2yeah not gonna do it right now, maybe on next package. The phone had around %24 of battery when i was flashing the image, it must poweroff about in a hour.17:38
genericv2Fixed /system mount points etc.18:50
genericv2Mar 14 19:23:43 Mi6 wait_for_keymaster[1709]: /usr/bin/droid/wait_for_keymaster: line 3: binder-list: not found18:50
genericv2Mar 14 19:23:43 Mi6 wait_for_keymaster[1709]: Waiting for keymaster18:50
genericv2this dude is trying to run binder-list but it does not exist18:50
malthat means you haven't installed it by adding "Requires: libgbinder-tools" to droid-config spec file18:55
genericv2added now18:57
genericv2also i messed up some files so i was already gonna reflash rootfws18:57
T42_<elros34> follow hadk pdf to get internet access via usb and install it on device18:58
T42_<Przerabiacz> i got black screen on lavender port, how can it fixed?19:14
T42_<elros34> press power button:) You really need to provide more information. Is that your port or existing one, what sfos version did you install and so on19:16
T42_<Przerabiacz> its not my port19:16
T42_<Przerabiacz> https://github.com/sailfish-lavender/builds/releases19:16
T42_<Przerabiacz> i got it here19:16
T42_<Przerabiacz> im tying a lot of firmwares19:17
T42_<elros34> did you follow instruction:  format data, install los16 (do not boot, flash sfos? Are you sure installation finished without errors?19:18
T42_<Przerabiacz> yes i followed instruction19:19
T42_<Przerabiacz> https://github.com/sailfish-lavender/builds/issues/1519:19
T42_<Przerabiacz> its problem with port19:19
T42_<elros34> maybe but did you do all this steps I mentioned and this recommended in issue?19:20
T42_<Przerabiacz> yes19:21
T42_<Przerabiacz> i typed this command in terminal19:21
T42_<Przerabiacz> in recovery19:21
T42_<Przerabiacz> chroot /data/.stowaways/sailfishos/ /bin/bash -c "export PATH=/bin:/sbin:/usr/bin:/usr/sbin && systemctl mask bluebinder && systemctl mask usb-moded"19:21
T42_<elros34> this is irrelevant, I am talking about formating partitions, flashing right miui, lineage version19:22
T42_<elros34> or maybe it affect system if something hangs19:22
T42_<Przerabiacz> i do all steps, contributor said to type this command19:23
T42_<Przerabiacz> its right lineage version19:23
T42_<Przerabiacz> firmware19:23
T42_<elros34> do you see led on?19:23
T42_<Przerabiacz> ?19:24
T42_<Przerabiacz> aa19:24
T42_<Przerabiacz> no19:24
T42_<Przerabiacz> the screen is blue19:24
T42_<Przerabiacz> and after black19:24
T42_<elros34> about LED: even when you press power button or connect charger?19:24
T42_<Przerabiacz> no but the phone can connect to pc19:25
T42_<elros34> did you try telnet?19:25
T42_<Przerabiacz> no19:25
T42_<elros34> do you have linux pc?19:26
T42_<Przerabiacz> yup19:26
T42_<elros34> so power off, type dmesg -w on pc, power on and connect device, then check also ifconfig -a19:27
T42_<Przerabiacz> and what i must to do when its port problem19:28
genericv2mal: Logd broke again, /system/etc/ does not have task_profiles.json, so i copied is from /vendor/etc.19:29
T42_<elros34> @Przerabiacz you must debug it, first step is to get telnet working , then getting journalctl logs.19:29
malgenericv2: are you sure fixed system mount correctly?19:30
genericv2yup, i fixed mount points.19:30
malcheck the content of /system19:30
genericv2/ # ls -la /system19:30
genericv2total 11219:30
genericv2drwxr-xr-x   16 root     root          4096 Jan  1  2009 .19:30
genericv2drwxr-xr-x   31 root     root          4096 Mar 14 17:39 ..19:30
genericv2drwxr-xr-x    2 root     root          4096 Jan  1  2009 addon.d19:30
malNO19:30
genericv2drwxr-xr-x    2 root     root          4096 Jan  1  2009 apex19:30
genericv2drwxr-xr-x   23 root     root          4096 Jan  1  2009 app19:30
T42_<elros34> no19:30
genericv2drwxr-x--x    4 root     shell         8192 Jan  1  2009 bin19:30
genericv2-rw-------    1 root     root          5091 Jan  1  2009 build.prop19:30
genericv2drwxr-xr-x   16 root     root          4096 Mar 14 17:37 etc19:30
genericv2drwxr-xr-x    2 root     root          8192 Jan  1  2009 fonts19:30
T42_<elros34> dont spam19:30
genericv2drwxr-xr-x    5 root     root          4096 Jan  1  2009 framework19:30
maldo not paste like that19:30
genericv2drwxr-xr-x    5 root     root         12288 Jan  1  2009 lib19:31
genericv2drwxr-xr-x    5 root     root         24576 Jan  1  2009 lib6419:31
genericv2drwxr-xr-x   40 root     root          4096 Jan  1  2009 priv-app19:31
genericv2drwxr-xr-x   13 root     root          4096 Jan  1  2009 product19:31
genericv2drwxr-xr-x    3 root     root          4096 Jan  1  2009 system_dlkm19:31
genericv2drwxr-xr-x   10 root     root          4096 Jan  1  2009 system_ext19:31
T42_<Przerabiacz> its logs from irc19:31
genericv2drwxr-xr-x    7 root     root          4096 Jan  1  2009 usr19:31
genericv2lrw-r--r--    1 root     root             7 Jan  1  2009 vendor -> /vendor19:31
genericv2SORRY19:31
genericv2PASTING THIS HERE IS NOT A GREAT IDEA YEAH19:31
malwhy would anyone think it's ok to paste 100+ lines here :D19:31
genericv2not 100 lines tho, just 15~19:32
T42_<Przerabiacz> pastebin exist19:32
genericv2susepaste>19:32
genericv2i would not paste it here if it was100 lines xD19:32
genericv2...19:37
malso how are the files not in /system/etc19:41
malwhat does it contain19:41
genericv2https://paste.opensuse.org/pastes/dd05b362c12019:42
genericv2also etc/: https://paste.opensuse.org/pastes/55c3bc35418619:43
T42_<elros34> so it is there19:44
genericv2i copied it from /vendor/etc19:44
T42_<elros34> to /system?19:44
malthat's not how you should do it19:44
genericv2to both /system/etc and /etc19:45
genericv2i know, just trying19:45
malare you sure you didn't accidentally move the file from /system/etc to /etc yesterday?19:45
malinstead of copying it19:45
T42_<elros34> did you remount /system to rw?19:45
genericv2i wiped data and flashed rootfs again, this is a fully clean install19:46
genericv2yes i did19:46
malthat /system comes from the android installation19:46
genericv2oh true19:46
genericv2i forget that19:47
genericv2i forget everything19:47
genericv2leme reflash lineage19:47
genericv2(i moved that file accidently these morning :) )19:47
malso I asked did you accidentally moved the file yesterday, which could explain why it's missing from /system19:47
malok19:47
malwell you have in /etc19:47
T42_<elros34> cmon if it works then dont waste time now and move on19:48
malunless that is wrong copy now19:48
mal@elros34 but based on earlier message logd is broken now19:48
genericv2everything is okay again. sorry for my mistakes20:03
genericv2nope, droid-hal-init dies after a few seconds20:09
genericv2Mar 14 17:43:20 Mi6 droid-hal-init: critical process 'servicemanager' exited 4 times before boot completed20:12
T42_<Verevka86> <genericv2> do you compile for xiaomi mi6?20:23
Pan[m]hihi, there is a droidian port for starqlte, could that make the port to sailfish os faster?, i want to try to port it20:30
T42_<b100dian> Is that S9 with qcom?20:37
Pan[m]yes, s9 with 84520:38
T42_<b100dian> If yes, I would assume so, just checking you have the right device20:40
Pan[m]i do have droidian in that device, so i guess20:41
genericv3I was in hurry today, so i made some mistakes i didin't did yesterday :D At least i built the rootfs with a13 submodules. The last error i got is probably something i already fixed in previous rootfs. (and as always) i'll continue tomorrow with a clean mind. Bye everyone20:51
T42_<b100dian> Anyone tried to build tools/perf in the kernel tree? I would like to know if there's a solution already, otherwise I will continue trying to find a shortcut/existing .mk file22:58

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!