Saturday, 2026-07-04

sharks@elros34 lots of changes to droid-config are as a result of you pointing out sparse-15/.../disabled_services.rc. If I am running Android 15, should I have everything from sparse-15? I copied it all in and it fixed some errors in logcat/journal about gpu service and got the LED working more reliably, so I assumed it was a good thing.01:07
sharksAnd yes I definitely have hw-settings.ini on device. Can see battery status in apps & `cat /sys/class/power_supply/battery/capacity`, but not in menu bar01:08
sharksHave checked sensors in csd. Accelerometer is all zeros, proximity and light sensors are also unresponsive. Also, I thought volume keys not working was a product of pusleaudio being dead, but now I've fixed that (still no sound) I've got the volume slider in settings no longer greyed out yet volume keys still don't work. They are present it /dev/input/event* though01:10
*** n2klb_ is now known as n2klb01:54
sharksHoly heck I've got audio04:47
sharksAll is right in the world again04:47
sharksThanks again to @mal for having been here and done that, I copied to my device https://github.com/mlehtima/droid-config-fp4/blob/devel/sparse/usr/lib/systemd/system/vendor-lib64-hw-audio.primary.default.so.mount and built https://github.com/mlehtima/android_vendor_halium_hardware/tree/halium-15.0, now it's working04:48
sharksidk about calls yet but I don't even care lol04:48
sharksShit, at some point I broke VoLTE and didn't realise it. No calls for me. VoLTE is mandatory here05:01
sharksAfter reverting the commit where I copied everything in from sparse-15, I am registered on VoLTE again but the LED no longer works and I can confirm no audio during calls. Drat.06:58
T42<elros34> you don't copy anything from submodule unless you need to edit particular file. Everything is copied automatically08:15
T42<elros34> you have typo in droid-hal-device.conf but not sure if that will case any issue08:19
T42<elros34> in /usr/lib64/qt5/qml/Sailfish/Lipstick/BatteryStatusIndicator.qml change visible: deviceInfo.hasFeature(DeviceInfo.FeatureBattery) to visible: true08:22
T42<elros34> about sensors: check sensorfw output08:27
T42<Mattia990> I applied this patch and reverted all the wlan configs i added. Also removed the service that modprobe the wlan module09:09
T42<Mattia990> There is still a lot of spam, i removed it from the log09:09
T42<Mattia990> Journalctl: https://paste.opensuse.org/pastes/eede6f50eddc09:09
T42<Mattia990> Dmesg: https://paste.opensuse.org/pastes/c290e096cf9c (re @elros34: @Mattia990 maybe thi...)09:09
T42<Mattia990> I can't really understand what is going wrong with wifi09:09
T42<elros34> service is still there, where in this dmesg is time when you modprobe module?09:14
T42<elros34> this flash_trigger property error should be fixed too09:15
T42<Mattia990> In this dmesg you can see the driver is loaded at the end09:31
T42<Mattia990> https://paste.opensuse.org/pastes/ed56d194be20 (re @elros34: service is still the...)09:31
T42<elros34> can you run: find * -mount -type f -name "*.o" -not -name built-in.o -not -name "*.mod.o" in out/target/product/*/obj/KERNEL_OBJ. NOt sure if command is right09:32
T42<elros34> so after modpring you have ls /dev/*wlan* or /dev/WLAN?09:35
T42<Mattia990> This is the ouput: https://paste.opensuse.org/pastes/7ca505946981 (re @elros34: can you run: find * ...)09:35
T42<Mattia990> After modprobing i have /dev/wlan (re @elros34: so after modpring yo...)09:39
T42<elros34> so echo ON > /dev/wlan while running dmesg -w then also ifconfig -a09:41
T42<Mattia990> Omggg, it was just the wrong command i was doing. Now wifi is workinggg09:45
T42<elros34> good09:51
T42<elros34> can you find in /sys/class/power_supply flash_trigger file?09:59
T42<Mattia990> I have a really strange behavior with wlan. I'm successfully connected to my network but, if i try to ssh to the phone from the pc, or open the browser in the phone, try to add an account or something similar related to the internet the phone reboots (re @elros34: good)10:24

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