| 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 |
|---|---|---|
| sharks | And 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 bar | 01:08 |
| sharks | Have 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* though | 01:10 |
| *** n2klb_ is now known as n2klb | 01:54 | |
| sharks | Holy heck I've got audio | 04:47 |
| sharks | All is right in the world again | 04:47 |
| sharks | Thanks 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 working | 04:48 |
| sharks | idk about calls yet but I don't even care lol | 04:48 |
| sharks | Shit, at some point I broke VoLTE and didn't realise it. No calls for me. VoLTE is mandatory here | 05:01 |
| sharks | After 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 automatically | 08:15 |
| T42 | <elros34> you have typo in droid-hal-device.conf but not sure if that will case any issue | 08:19 |
| T42 | <elros34> in /usr/lib64/qt5/qml/Sailfish/Lipstick/BatteryStatusIndicator.qml change visible: deviceInfo.hasFeature(DeviceInfo.FeatureBattery) to visible: true | 08:22 |
| T42 | <elros34> about sensors: check sensorfw output | 08:27 |
| T42 | <Mattia990> I applied this patch and reverted all the wlan configs i added. Also removed the service that modprobe the wlan module | 09:09 |
| T42 | <Mattia990> There is still a lot of spam, i removed it from the log | 09:09 |
| T42 | <Mattia990> Journalctl: https://paste.opensuse.org/pastes/eede6f50eddc | 09: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 wifi | 09: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 too | 09:15 |
| T42 | <Mattia990> In this dmesg you can see the driver is loaded at the end | 09: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 right | 09: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 -a | 09:41 |
| T42 | <Mattia990> Omggg, it was just the wrong command i was doing. Now wifi is workinggg | 09:45 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!