Mister_Magister | mal: ping :) selinux_stubs aren't building due to unused parameters treated as errors (-Werror). Any idea how can i fix it? | 07:40 |
---|---|---|
* Mister_Magister i should just use them lel or use qt macro for unused parameters | 07:40 | |
mal | Mister_Magister: channel logs has a patch for it | 09:18 |
mal | Mister_Magister: https://pastebin.com/A6Ba6YBa | 09:19 |
Mister_Magister | mal: lol i just did same xd | 09:20 |
Mister_Magister | except for changing functions | 09:20 |
Mister_Magister | but thanks a lot! | 09:20 |
mal | those other changes are probably needed also | 09:35 |
Mister_Magister | yes i applird wwhole patch | 09:35 |
T4 | <adampigg> good stuff, you are getting ahead of the game! | 09:36 |
Mister_Magister | @adampigg i'm just playing it but you are afk ;) | 09:37 |
Mister_Magister | gotta clean up manifest today and upload it for you guys | 09:37 |
T4 | <adampigg> been up in fortwilliam this weekend at the mtb dh worldcup ..... cant port all the time | 09:39 |
T4 | <adampigg> :) | 09:39 |
Mister_Magister | @adampigg aren't that the reason why there are 3 of us? | 09:40 |
Mister_Magister | @adampigg also i keep you informed in our group ;) | 09:40 |
T4 | <adampigg> i know /:) | 09:40 |
* Mister_Magister also i have probably most powerful build server of you 2 >D | 09:42 | |
T4 | <adampigg> more so than my 5th gen i5 laptop???? | 09:42 |
Mister_Magister | ofcourse | 09:42 |
Mister_Magister | xeon X5675 | 09:42 |
Mister_Magister | mal: why vendorimage is in HYBRIS_COMMON_ANDROID8_TARGETS? | 09:43 |
Mister_Magister | it adds so so many objects to build | 09:43 |
mal | Mister_Magister: because it sometimes provides fstab or some othet things | 09:52 |
Mister_Magister | geez there is more objects to build than when building android | 09:53 |
mal | https://github.com/mer-hybris/hybris-boot/pull/161 | 09:54 |
mal | there was this also | 09:54 |
Mister_Magister | whew | 09:55 |
mal | build minimizing in latest androids is not yet very good | 09:57 |
Mister_Magister | yeah | 09:57 |
mal | are you sure you have correct patch to build repo | 09:57 |
Mister_Magister | what do you mean? | 10:00 |
mal | the android build repo, just making sure you applied the patches there | 10:02 |
T4 | <NotKit> we didn't, so that's the cause as well | 10:13 |
Mister_Magister | after 4 hours at the very end it failed JESUS | 14:02 |
T4 | <DylanVanAssche> Mal: You suggested piggz some parameters for the pinephone devkit touchscreen issues with Lipstick. … He talked about a DSME change and some dconf changes. He said that they are in the FP2 repo (https://github.com/mlehtima/droid-config-fp2-sibon/). However, I can't find them, maybe I looked over them... Thx! | 14:34 |
mal | https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/sparse/etc/mce/60-input-policy-fp2-sibon.conf | 14:36 |
T4 | <DylanVanAssche> mal: So it's possible that MCE is taking over the touchscreen and conflicting with Lipstick? … `=2`, does that need to be changed depending on with event input the touchscreen is allocated to? | 14:38 |
mal | rtfs https://git.merproject.org/mer-core/mce/blob/master/event-input.h#L100 | 14:40 |
T4 | <DylanVanAssche> mal: Hmmmm maybe I should... Thx for your help! | 14:42 |
spiiroin | mal: that sibon.conf. it should not be needed anymore, and having it can cause harm | 15:00 |
mal | spiiroin: hmm, ok | 15:01 |
mal | spiiroin: I'll have to remove it then | 15:01 |
spiiroin | mal: grabbing evdev nodes = quick hack from j1 days. now we have input policy state on dbus -> lipstick gets all events, but can end up ignoring some of them based on what mce signals | 15:02 |
mal | spiiroin: ok, that was just one idea to try with the input issues that one port has | 15:03 |
spiiroin | grabbing is always hazardous, and doing it so on stateful multitouch protocol B = disaster. that "2" in the conf = still left keypad inputs grabbable -> was useful when default was "3" ie. mce was allowed to grab both touchscreen and keypad | 15:04 |
spiiroin | (now the default should be 0 and mce never grabs any input devices) | 15:05 |
mal | ok | 15:08 |
mal | spiiroin: on that one device swipes rarely work but single touches seem to work mostly | 15:09 |
spiiroin | mal: that might be those edge/velocity filtering things? at least I think there are such things, and those are tweaked / device type | 15:12 |
mal | spiiroin: those were suggested also, not sure if they have tried yet | 15:16 |
T4 | <Harsh18262> mal: i have telnet into the device what to do after that the device is stuck at asus logo | 15:19 |
mal | logs | 15:21 |
mal | spiiroin: which sfos version brought those changes? | 15:23 |
T4 | <Harsh18262> how? | 15:23 |
spiiroin | mal: a sec ... | 15:23 |
mal | @Harsh18262 output of dmesg, journalctl -b, /usr/libexec/droid-hybris/system/bin/logcat | 15:23 |
mal | @Harsh18262 also what device and android base | 15:24 |
T4 | <Harsh18262> device x00td android base oreo linage 15.1 | 15:24 |
spiiroin | mal: mce 1.97.2, in sfos 3.0.1.2 or so -> https://git.merproject.org/mer-core/mce/commit/aa16304e5bd813f5aff863fc69f193a18ef0e163 | 15:27 |
mal | spiiroin: thanks, I'll remove the configs then | 15:28 |
mal | spiiroin: looks like the value 2 was default even before that | 15:29 |
mal | since sfos 2.1.3 | 15:29 |
spiiroin | mal: but that is kind of cleaning up defaults, the underlying changes were much earlier -> https://git.merproject.org/mer-core/mce/commit/c3c42ee08fbf8810dd9f5b9d33fd7886e97a2495 | 15:29 |
spiiroin | mce 1.87.0 / sfos 2.1.1.8 | 15:30 |
mal | it seems I haven't followed the changes enough | 15:31 |
spiiroin | mal: nobody did... that volkey thing was kind of forgotten as it is not as likely to break as the touchscreen | 15:31 |
T4 | <Harsh18262> https://paste.ubuntu.com/p/fhSn9qM7Yq/ getting error while runnig journalctl -b and /usr/libexec/droid-hybris/system/bin/logcat | 15:32 |
T4 | <Harsh18262> dmesg https://paste.ubuntu.com/p/DN9XHdy794/ | 15:32 |
mal | have you masked something or added init_enter_debug2 ? | 15:34 |
T4 | <Harsh18262> asking me or spiiroin? | 15:34 |
mal | you obviously | 15:36 |
T4 | <Harsh18262> i dont think so | 15:36 |
T4 | <Harsh18262> i got into telnet by flashing linage then rootfs and then a custom kernel above it | 15:37 |
mal | do you have /init_enter_debug2 on the device? | 15:40 |
mal | I see no sign of systemd in dmesg | 15:40 |
T4 | <elros34> also you didn't disable selinux | 15:41 |
T4 | <elros34> is that 2323 or 23 telnet? | 15:43 |
T4 | <Harsh18262> 2323 | 15:45 |
T4 | <Harsh18262> i used command telnet 192.168.2.15 2323 | 15:46 |
T4 | <Harsh18262> how to check for init enter debug2 i have no idea about that and i am trying to disable selinux | 15:47 |
T4 | <elros34> init_enter_debug2 is just a file in /. For selinux you probably missing SELINUX_BOOTPARAM | 15:48 |
T4 | <Harsh18262> inir_enter_debug file is not present in root | 15:49 |
T4 | <DylanVanAssche> @mal [spiiroin: those were suggested also, not sure …], I'm not sure what Adam already tried, I will check with him | 15:49 |
Mister_Magister | mal: if you got a second. I can't build dhd http://susepaste.org/2395082 | 16:37 |
mal | there were some patch, https://pastebin.ubuntu.com/p/yWf9ZFPNQ2/ | 16:39 |
mal | *was | 16:39 |
Mister_Magister | worst paste service ever lol | 16:41 |
mal | that was first that opened from history when I started to type to my browser | 16:42 |
Mister_Magister | lol | 16:43 |
Mister_Magister | to download raw you need to login. susepaste ftw | 16:43 |
mal | ah | 16:43 |
mal | never used that service before | 16:43 |
Mister_Magister | mal: in common repo in sfos you even have susepaste command | 16:43 |
Mister_Magister | on sfos if you install it you can just |susepaste output to send it to paste | 16:44 |
mal | ok, never used that | 16:44 |
Mister_Magister | lol k | 16:44 |
Mister_Magister | recommended | 16:44 |
mal | I mostly use pastebin | 16:44 |
mal | pastebin.com | 16:45 |
Mister_Magister | ye ye | 16:45 |
mal | there was some even worse service I remember | 16:45 |
mal | that had issues with scrolling and copying and everything | 16:45 |
Mister_Magister | ah ye there was one | 16:45 |
Mister_Magister | i remember | 16:45 |
Mister_Magister | yeah i remember that | 16:45 |
Mister_Magister | mal: we should definitely go for some beer someday :P | 16:47 |
mal | heh | 16:48 |
mal | maybe | 16:48 |
Mister_Magister | mal: also getting ssu-kickstart-configuration not found | 16:52 |
Mister_Magister | downgrade dhd? | 16:53 |
mal | downgrade config submodule as mentioned in faq | 16:54 |
Mister_Magister | oh okay gotta checkou faq | 16:55 |
Mister_Magister | oh boi it was long time since last time i did it | 16:55 |
Mister_Magister | mal: are you sure it's in faq/ | 17:02 |
Mister_Magister | ? | 17:02 |
mal | line 684 -> | 17:03 |
Mister_Magister | got confused cause i though it was stiil droid-hal | 17:04 |
Mister_Magister | mal: why is building libhybris doing git stash | 17:14 |
mal | it does? | 17:17 |
Mister_Magister | yeah it does | 17:17 |
Mister_Magister | cause it throwed insufficient permissions | 17:18 |
mal | never seen that | 17:18 |
Mister_Magister | heh | 17:19 |
Mister_Magister | but yes it does | 17:19 |
mal | so check the libhybris folder to see what it really did | 17:20 |
Mister_Magister | okay | 17:20 |
Mister_Magister | it's trying to run git stash for some reason. should have access to .git but it doesn't | 17:21 |
Mister_Magister | https://paste.opensuse.org | 17:21 |
mal | how about the actual link to the paste | 17:21 |
Mister_Magister | ye sorry https://paste.opensuse.org/view//51946779 | 17:22 |
mal | remove the sources and try again | 17:24 |
mal | *libhybris sources | 17:24 |
Mister_Magister | libhybris sources are in external | 17:24 |
mal | so? | 17:25 |
Mister_Magister | okay, okay | 17:25 |
mal | those can be in either | 17:25 |
Mister_Magister | yeah | 17:25 |
mal | both builds find both | 17:25 |
mal | you can only have one copy but doesn't matter which location has it | 17:26 |
Mister_Magister | yeah yeah i get it | 17:26 |
Mister_Magister | just was wondering that should it be synced using repo… neverminf | 17:26 |
T4 | <DylanVanAssche> Mal: I tested that config, no change. According to the logs, it's not needed anymore. I wanted to try the other config about the velocity/edge swipe things. I looked a bit already in the MCE files about `event-input`, `display`, `multitouch`, but no luck in finding such a config. | 17:38 |
Mister_Magister | whoa build packages builds a LOT more packages since last time i was there | 17:38 |
mal | @DylanVanAssche there is no documentation for those, those are in the closed part of lipstick | 17:46 |
Mister_Magister | wasn't lipstick fully opensource? | 17:47 |
mal | the lower part is | 17:47 |
mal | the UI is not | 17:47 |
Mister_Magister | whet, only silica was closedsource iirc | 17:48 |
T4 | <DylanVanAssche> mal: But I guess it's known how these parameters are called? Maybe I can play a bit with these values and see how the touchscreen reacts. | 17:48 |
mal | https://github.com/mer-hybris/droid-config-f5121/blob/master/sparse/etc/dconf/db/vendor.d/lipstick-configs.txt | 17:48 |
T4 | <DylanVanAssche> mal: Thx! I will try to play a bit with these values. | 17:50 |
Mister_Magister | Zip is buiding! | 17:51 |
Mister_Magister | mal: generated hybris ramdisk is empty. Ideas? | 20:19 |
Mister_Magister | ayy fixed nevermind | 20:22 |
Mister_Magister | for reference. you're missing cpio | 20:23 |
vknecht | Mister_Magister, not sure, might be related... https://git.merproject.org/mer-core/busybox/merge_requests/12 | 21:30 |
Mister_Magister | nah nah i just installed it and it worked | 21:31 |
vknecht | so, did the Zip flash okay ? :-) | 21:32 |
Mister_Magister | ramdisk created properly | 21:32 |
vknecht | sound like a good start, though minimal ? | 21:34 |
Mister_Magister | no not really | 21:38 |
vknecht | oh dear :-) | 21:40 |
vknecht | ™ | 21:41 |
Mister_Magister | mal: ideas? | 22:28 |
Mister_Magister | https://paste.opensuse.org/view//78786937 | 22:28 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!