T42 | <kquote03> Thats the same exact issue i was encountering last time i attempted this (re @rodrisola: https://pastebin.com...) | 00:11 |
---|---|---|
T42 | <elros34> @kquote03 so same question, do you see binder mount unit generated in droid-hal-device.log? | 00:14 |
T42 | <rodrisola> Not exist this log | 00:24 |
T42 | <rodrisola> mal: external/droidmedia/private.h:26:10: fatal error: 'media/MediaSource.h' file not | 00:51 |
T42 | <rodrisola> found | 00:51 |
T42 | <rodrisola> #include <media/MediaSource.h> | 00:51 |
T42 | <rodrisola> ^~~~~~~~~~~~~~~~~~~~~ | 00:51 |
T42 | <rodrisola> 1 error generated. | 00:51 |
T42 | <rodrisola> 00:45:27 ninja failed with: exit status 1 | 00:51 |
T42 | <rodrisola> why? | 00:57 |
T42 | <rodrisola> only this <mal>I usually manually go to external/droidmedia folder and then run git reset --hard with suitable version, then build_packages.sh --gg | 00:58 |
T42 | <elros34> why do you mess with droidmedia? Latest doesn't work? | 01:06 |
T42 | <rodrisola> I don't know how to create the rpm with the correct version, when I run with the command --gg it throws me an error | 01:10 |
T42 | <elros34> but why do you even started to change version at all instead using whether was downloaded/latest? | 01:11 |
T42 | <rodrisola> Why is it asking me for a specific version not the recent version, that is where I have an error | 01:41 |
T42 | <rodrisola> friends | 02:57 |
T42 | <rodrisola> in my new building, | 02:57 |
T42 | <rodrisola> polishing all the bugs, I start the droid-hal | 02:58 |
T42 | <rodrisola> https://pastebin.com/pnCYwMyi | 02:59 |
T42 | <birdzhang> good news | 03:07 |
T42 | <rodrisola> Now as I start the image server, it scares me, since it is the amoled screen, and the LEDs are burned for having a static image on the screen, I turn it off for that matter | 03:10 |
T42 | <birdzhang> maybe the backlight is too high | 03:14 |
T42 | <rodrisola> I do not know this amoled, how can I see in the Samsung when an image is static the screen burns and a fixed image remains, well can you help me lift the lipstick? | 03:19 |
T42 | <rodrisola> https://gist.github.com/Rodrigosolari/4a5085c6e5f869cf60cabed4239e007a | 03:43 |
T42 | <neochapay> nemo | 07:09 |
T42 | <adampigg> Spiiroin: as it turns out, since that PR, ive managed to get ofono to wake from deep sleep on an incoming call, so the wakeup code probably isnt necessary | 08:39 |
T42 | <elros34> @rodrisola do you see sailfish splash screen? In that case get rid of yamuisplash. Do you have now /dev/binderfs/*binder? | 08:48 |
T42 | <elros34> if android boot animation then you have something missing, maybe disabled_services.rc mentioned yesterday | 09:13 |
T42 | <AntonlX> @mal can you share your system/core/init.cpp patch again? (re @SailfishFreenodeIRCBridgeBot: <mal>@AntonlX this p...) | 09:56 |
T42 | <AntonlX> As i remember I just deleted comented DISABLED_FOR_HYBRIS_SUPPORT lines | 10:01 |
spiiroin | @adampigg good to know. how about that charger disconnect - do you know what happens with those power supply device attributes? | 13:17 |
piggz | spiiroin: can you tell me what attributes to look for? | 13:22 |
spiiroin | piggz: POWER_SUPPLY_ONLINE + POWER_SUPPLY_PRESENT for charger, and POWER_SUPPLY_STATUS for battery | 14:17 |
piggz | spiiroin: in sysfs? | 14:21 |
spiiroin | piggz: something like "grep -E '^POWER_SUPPLY_(ONLINE|PRESENT|STATUS)=' /sys/class/power_supply/*/uevent", while having charger connected vs. after disconnect | 14:23 |
piggz | spiiroin: ok .... the files in sysfs atleast have the correct states when plugged ... will check for events | 14:24 |
piggz | spiiroin: https://paste.mozilla.org/gb6WWVGX | 14:28 |
spiiroin | piggz: looks ok, I wonder if there are async notifications ... | 14:32 |
piggz | spiiroin: volla port has similar issue, but lets sort this first :) | 14:34 |
spiiroin | piggz: this all sounded so familiar... there were some pinephone charger fixes made by me earlier (when I briefly had the hw available) - I wonder if they are in use / configured? | 14:38 |
spiiroin | https://github.com/sailfishos/mce/commit/d387d08c74dee9a4fd402c23228dc4072b6483c0 | 14:38 |
spiiroin | https://github.com/sailfishos/mce/commit/a01dacd6caa88aafc1810761c7a3cc8476c98a65 | 14:38 |
piggz | spiiroin: are those in mce master? | 14:39 |
spiiroin | yes | 14:39 |
spiiroin | what was needed is that there is config file like: printf > /etc/mce/60-battery-pinephone.ini "[BatteryUDevSettings]\nRefreshOnNotify = true\n" | 14:40 |
spiiroin | or so - it was long time ago, so maybe things have changed since then | 14:40 |
piggz | spiiroin: added that | 14:41 |
piggz | that makes it show "Charging" but then it dissapears very quickly | 14:42 |
piggz | so, maybe good enough | 14:42 |
spiiroin | I guess the real issue was/is missing change notification from kernel - so this is more like a workaround | 14:42 |
piggz | yeah, will do for now :) | 14:44 |
piggz | so, im happy to close that PR | 14:44 |
piggz | will have to do the same checks with Volla port | 14:44 |
T42 | <rodrisola> Yes I have (re @elros34: @rodrisola do you se...) | 15:04 |
T42 | <rodrisola> if android boot animation then you have something missing, maybe disabled_services.rc mentioned yesterday | 15:10 |
T42 | <rodrisola> @elros34 i have the bindefs mounted | 15:23 |
T42 | <elros34> strange because you still have binder related errors so something else is also missing. Did you fix missing disabled_services.rc? | 15:25 |
T42 | <rodrisola> Disabled_services.rc… not | 15:47 |
T42 | <rodrisola> How to repair this? | 15:47 |
T42 | <elros34> mal explained it to you yesterday, have you checked anything he asked? | 15:53 |
T42 | <rodrisola> @elros34 https://gist.github.com/Rodrigosolari/5af3f987625db213b4d2a3b11310c3be | 17:04 |
T42 | <elros34> so why it was not loaded in dmesg you posted? | 17:08 |
T42 | <rodrisola> / # ls -l /dev/binder | 17:08 |
T42 | <rodrisola> lrwxrwxrwx 1 root root 20 Oct 28 09:52 /dev/binder -> /dev/binderfs/binder | 17:08 |
T42 | <rodrisola> / # ls -l /dev/binderfs | 17:08 |
T42 | <rodrisola> total 0 | 17:09 |
T42 | <rodrisola> crw-rw-rw- 1 root root 493, 1 Oct 28 09:51 binder | 17:09 |
T42 | <rodrisola> crw------- 1 root root 493, 0 Oct 28 09:51 binder-control | 17:09 |
T42 | <rodrisola> drwxr-xr-x 3 root root 0 Oct 28 09:51 binder_logs | 17:09 |
T42 | <rodrisola> crw-rw-rw- 1 root root 493, 2 Oct 28 09:51 hwbinder | 17:09 |
T42 | <rodrisola> crw-rw-rw- 1 root root 493, 3 Oct 28 09:51 vndbinder | 17:09 |
T42 | <rodrisola> I do not know, I'll search again, I'm rather I'm disabling config_binder in defconfig, or not Hagfo commented me | 17:10 |
T42 | <rodrisola> mmm i have a binderfs mounted | 17:56 |
T42 | <rodrisola> [ 7.134685] systemd[1]: Mounted Droid mount for /dev/binderfs. | 17:56 |
T42 | <rodrisola> [ 7.135808] systemd[1]: Started Create Static Device Nodes in /dev. | 17:56 |
T42 | <rodrisola> [ 7.136898] systemd[1]: Started Remount Root and Kernel File Systems. | 17:56 |
T42 | <Verevka86> @rodrisola do you have an apex mounted? | 18:25 |
T42 | <rodrisola> Yes | 18:25 |
T42 | <rodrisola> findmnt https://gist.github.com/Rodrigosolari/2e9b2c762d92cfff542c0952abcd1326 | 18:55 |
T42 | <rodrisola> I still have problems with the binder, and the disabled_initrc doesn't recognize me... does anyone have any ideas? | 19:32 |
mal | @AntonlX which patch do you mean? | 20:25 |
T42 | <rodrisola> mal: Friend, what do you think this error could be due to? | 20:32 |
mal | what error? | 20:45 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!