Wednesday, 2026-05-27

nightishamandynpart-system_b,,,ro,0 2532480 linear /dev/sda30 2048;dynpart-system_dlkm_b,,,ro,0 22896 linear /dev/sda30 2534528,22896 9880 linear /dev/sda30 9411168;dynpart-system_ext_b,,,ro,0 1049504 linear /dev/sda30 2557424;dynpart-product_b,,,ro,0 4117440 linear /dev/sda30 3606928,4117440 8 linear /dev/sda30 9399688,4117448 6784 linear /dev/sda3000:01
nightishaman9400592;dynpart-vendor_b,,,ro,0 1573488 linear /dev/sda30 7724368;dynpart-vendor_dlkm_b,,,ro,0 101832 linear /dev/sda30 9297856,101832 896 linear /dev/sda30 939969600:01
nightishamanthe raw string00:01
nightishamanit got some problem with the product partition00:04
nightishamanmal: got an idea?00:04
nightishamanhttps://pastebin.com/b2q9v6ri00:10
nightishamangot something more00:11
nightishamanIs the product partition important? If not I might just delete it00:12
nightishamanor maybe i should wipe the super partition because the partition layout it gives for dynpart_product-b doesnt look good00:15
malproduct partition is often useless for us00:18
malI don't remember it ever been useful00:18
malyou can skip product partition for now00:19
nightishamanokay, otherwise claude would've found a fix by rewriting the command invocation00:22
nightishamanapparently the --concise doesnt work with parse-android-dynparts outputs for product00:22
nightishamanshould i try the fix or just delete the partition directly?00:23
nightishamanok something weird just happened, the display went a little darker and i could touch it to go bright again00:35
nightishamanhttps://pastebin.com/a6Bb90k900:37
nightishamanwe got a little further but droid-hal-init is still crashing00:37
nightishamanmal: I do not understand fully whats happening, do you00:39
nightishamanalso this one annoys me: wait_for_keymint[2509]: /usr/bin/droid/wait_for_keymint: line 3: binder-list: not found it spams so much00:46
Mister_MagisterPSA: Porters (creators of ports) please read and respond to my idea https://forum.sailfishos.org/t/unofficial-ports-list/2976100:50
nightishamanMister_Magister, do you use reddit?00:55
Mister_MagisterI do why?00:55
nightishamansome guy took over the subreddit at r/sailfishos, which is apparently ok visited00:56
nightishamani asked him whether i can help and he said yes, so i said i need mod for that00:56
Mister_Magisterdidn't know it existed00:56
nightishamanif he doesnt do anything, then we can easily just kick him from top mod, since he doesnt do anything anyway00:56
nightishamanWarning[05/27 00:57:44] : file /usr/libexec/droid-hybris/system/etc/init/servicemanager.rc conflicts between attempted installs of droid-config-panther-1-202605270055.aarch64 and droid-hal-panther-0.0.6-202605261826.aarch6400:58
nightishamanhmm00:58
nightishamanim trying to replace servicemanager.rc to use the selinux stubs00:58
nightishamanwhat do i need to add to the spec to stop it from including that file?00:58
Mister_Magisterit's just warning00:59
nightishamanyeah but it fails the transaction01:00
nightishamanError <repo>[05/27 00:57:45] : Could not run transaction.01:00
Mister_Magisterpoop01:00
Mister_Magisterxd01:00
nightishamani had this happen before with fstab01:00
malnightishaman: https://github.com/mlehtima/droid-config-fp5/blob/master/rpm/droid-config-fp5.spec#L31 for the missing binder-list command01:00
malthat "Requires: libgbinder-tools"01:01
nightishamanthanks01:01
nightishamando you also know how to skip servicemanager.rc from droid-hal01:01
nightishamanso that i can supply my own?01:02
Mister_MagisterI'm sending my own repo links :D It's such a flex when you can send your own repo link01:02
malwell you could add that libgbinder-tools to patterns also01:02
malfor servicemanager.rc: maybe patch the file in android sources instead?01:02
nightishamanhttps://github.com/mer-hybris/droid-config-sony-nile/blob/master/sparse/usr/libexec/droid-hybris/system/etc/init/hwservicemanager.rc#L4 i copied it from here01:03
malyou are sure you need that?01:04
malI mean what is problem with selinux?01:04
nightishamanyes, servicemanager is crashing because servicemanager: Check failed: selinux_status_open(true) >= 001:04
maldid you correctly configure selinux in config repo?01:04
nightishamanuh, i didnt configure anything for selinux in config repo01:05
malhttps://github.com/mer-hybris/hadk-faq#hybris-17-1 the stuff in there about selinux01:05
nightishamanfuck01:05
malyou will need to replace the symlinks mentioned in that with the files copied from android build01:05
malalso do you have correctly set android_version_major in droid-config spec?01:06
malalso mentioned in that link I showed01:06
maljust remember to use correct version in that01:06
nightishaman%define android_version_major 1601:06
maland make sure selinux is not disabled in kernel01:07
maland not disabled in kernel command line either01:07
nightishamanselinux is enabled in kernel config and command line01:10
nightishamani added the selinux stuff and the paths go to the same as mine01:10
malremember to copy the target files to config repo01:11
malthe symlinks won't work in community style builds01:11
nightishamanshouldnt i name the directory not different then?01:14
nightishamansince vendor will be overwritten by vendor.img01:14
malno idea what you mean01:16
malI meant to copy the files to correct places under sparse/etc01:16
nightishamani did /hadk/hybris/droid-configs/sparse/etc/selinux/minimum/contexts/files$ ln -s ../../../vendor_file_contexts file_contexts now01:18
mallike this https://github.com/mer-hybris/droid-config-sony-seine/blob/eaa09db67b94352ef801417363008dc4005d9213/sparse/etc/selinux/minimum/contexts/files/file_contexts symlink you replace with the file it is pointing to, so you go to android build or device and copy the file /vendor/etc/selinux/vendor_file_contexts to you config repo as sparse/etc/selinux/minimum/contexts/files/file_contexts01:18
malI said many times to replace the symlink, there shall be NO symlinks under sparse/etc/selinux, none01:19
maland same for the other symlink in https://github.com/mer-hybris/droid-config-sony-seine/blob/eaa09db67b94352ef801417363008dc4005d9213/sparse/etc/selinux/minimum/contexts/files/file_contexts01:21
malsorry, the other link to replace is https://github.com/mer-hybris/droid-config-sony-seine/blob/eaa09db67b94352ef801417363008dc4005d9213/sparse/etc/selinux/minimum/policy/policy.3001:23
nightishamani already got it01:23
nightishamancurrently rebuilding01:23
nightishamani only have this one left: https://pastebin.com/3TKAZCiT01:34
nightishamanthe hal reacts, the display goes dark after a minute01:35
nightishamanand servicemanager seems to be running01:35
nightishamanhttps://pastebin.com/a9WZHiBW01:36
nightishamanthere is more01:36
nightishamanso logd is crashing because of something cgroups01:36
nightishamanand vendor.citadeld as well as vendor.keymint-trusty are restarting01:37
nightishamansystemctl status lipstick says unit not found but i just saw it restarting in the pager and wanna know why01:46
T42<birdzhang> use `systemctl --user`01:49
nightishaman@birdzhang, doesnt find the bus then01:50
nightishamanFailed to connect to bus: No such file or directory01:50
T42<birdzhang> so, it's too early to debug lipstick. is droid-hal-init running?01:51
nightishamanyes01:53
T42<elros34> maybe you need copy task_profiles.json, see instruction for hybris-2002:45
T42<elros34> also be carefull with overheating, that is not normal02:47
rinigusb100dian: indeed, that will not be needed. anyway, looks like we are ready with that release05:26
T42<adampigg> 5,1 appears to break waydroid :/10:48
T42<adampigg> 05-27 10:53:15.534    85   219 E wayland-hwc: wl_display@1: error 1: invalid method 9, object wl_surface#1910:48
T42<adampigg> 05-27 10:53:15.534    85   219 E hwcomposer: *** void *hwc_wayland_thread(void *): Wayland client was disconnected: Unknown error -110:48
T42<nightishaman> @elros34 the overheating problem subsided when droid-hal-init finally started13:11
Mister_Magisternightishaman: told you13:14
Mister_Magisterdon't expect anything if nothing is working13:15
T42<nightishaman> My guess would be that without the HAL the cpu clock isn’t going down dynamically and that caused it to accumulate more heat because top showed less than 1% usage13:39
Mister_Magistermal: I was like "what the hell is semc vendor" and if i'm not mistaken that's the number of ports you did in the past that all shared same build right?15:45
T42<b100dian> rinigus: yes we are. However maybe you want to expand the changelog?16:11
T42<b100dian> If not I can add a note on the nagara thread16:12
riniguslet me see - I just don't remember what was done since the last release :). maybe we should just state that its updated to the latest16:12
rinigusplease send it out in nagara thread16:13
malMister_Magister: sony ericsson used that semc until it became just sony16:16
Mister_Magisteryeee16:16

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