T4 | <adampigg> @notkit seema like most work done already on fx1! | 09:44 |
---|---|---|
T4 | <NotKit> just the begginning in the opposite - got to UI | 09:44 |
mal | which android base does that have? | 09:49 |
T4 | <NotKit> Android 9, I used phh-treble | 09:53 |
mal | so you ported hybris patches to it? | 10:01 |
T4 | <NotKit> yes | 11:24 |
mal | @adampigg is it ok if I remove the 3.0.2 target from mido devel repo, it's not needed anymore | 11:39 |
T4 | <austenite> got bluetooth working finally then this happens in the next build https://del.dog/sfos-garlic-13 | 11:48 |
mal | did you do any other changes? | 11:52 |
T4 | <austenite> added , 99-qtscenegraph.conf, camera configs and doubletap node | 11:58 |
T4 | <adampigg> Mal sure | 11:58 |
mal | @adampigg I did some cleanup of devel common and in addition to removing some unneeded packages I removed extra targets | 12:00 |
mal | @austenite does disabling bt fix help? | 12:00 |
T4 | <austenite> it stays on device splash screen, i.e doesnt boot | 12:01 |
mal | even after disabling bt fix? | 12:01 |
mal | the issue is very clear in the log, droid-hal-init fails | 12:01 |
T4 | <austenite> i didnt remove bluetooth fix, but deleted the startup script & changes from respective locations | 12:02 |
T4 | <austenite> @mal i will test without bluetooth, but there is new problem, i had dual sim working when gstreamer wasnt built,after it shows only one sim and ril-subscription conflict b/w ofono and droid-hal when building | 12:08 |
T4 | <DSstill01> Bainite we need the pstore dmesgs | 16:51 |
*** OhYash1 is now known as ohyash | 19:24 | |
T4 | <Err0r_extinct> hey there i am getting an error saying use of undeclared indentifier 'setRequestingSid' | 19:39 |
T4 | <Err0r_extinct> please help | 19:49 |
mal | how do you expect us to help if you don't even tell when that error happens of where? complete error and some surrounding line are usually helpful, use pastebin or similar service | 19:50 |
T4 | <Err0r_extinct> ok wait | 19:50 |
T4 | <Err0r_extinct> when making hybris-hal got this error(s) https://pastebin.com/KQhCDWrt | 19:52 |
mal | which android base? | 19:53 |
mal | looks like hybris-15.1? | 19:54 |
T4 | <Err0r_extinct> yes | 19:54 |
mal | it's a bit broken currently, sorry, I haven't had time to verify my rebased repos yet | 19:54 |
T4 | <Err0r_extinct> so can you give me any clue to fix this up | 19:55 |
mal | if you can wait a few days then hopefully I have managed to get my test device running hybris-15.1 with new repos and then I can push the changes | 19:55 |
T4 | <Err0r_extinct> ahhhhhhhhh ok | 19:56 |
mal | I'm quite sure the repos should work but I still want to test those, the thing is that my test device has never had hybris-15.1 running before so there might be some issues because of that | 19:57 |
T4 | <Err0r_extinct> i also tried to build the previous version of sailfish os, but then there are no fstab was generated for my device potter, now this error appeared😔 | 19:59 |
mal | I will try to check hybris-15.1 soon, today I have other things to do (new release for my main device) | 20:01 |
T4 | <Err0r_extinct> ok, by the way what's you test device name | 20:02 |
T4 | <Err0r_extinct> your* | 20:02 |
mal | fairphone 2 | 20:04 |
T4 | <Err0r_extinct> ok | 20:08 |
Mister_Magister | Bois i got a problem on 3.0.2.8 where after some time 1. pull down menu vibration disappears 2. ringtone doesn't play | 20:43 |
Mister_Magister | there is probably single service managing both and it's failing after some time | 20:43 |
kimmoli | ngfd ? | 20:47 |
Mister_Magister | kimmoli: ngfd? | 20:54 |
Mister_Magister | ngfd would break ringtone/ | 20:55 |
Mister_Magister | ? | 20:55 |
Mister_Magister | ngfd didn't change since year so… | 20:56 |
abranson | Mister_Magister: there used to be a problem where the gst-droid audio would deadlock in ngfd, and cause those two symptoms. I think it only happened if you had an mp3 ringtone. we disabled gst-droid mp3 decoding (which is sw based anyway) and it went away. | 21:07 |
abranson | also caused a long hang the first time you tried to pull a menu down, at the time when it should to the first click | 21:08 |
mal | abranson: wondering if he has too old gst-droid? | 21:12 |
mal | Mister_Magister: which device? at least titan has very very old gst-droid | 21:15 |
abranson | Mister_Magister: gst-droid version that fixed it was 0.20181017.0 | 21:16 |
T4 | <Err0r_extinct> hey there i succesfully build the hybris-hal, now in the hadk doc in section 5.4.1(Kernel Config) says "Examine the output ofmake bootimagefor which defconfig is taken when you’re building kernel, " i didn't understand this part | 23:01 |
mal | well you need to somehow find out which defconfig the device uses in kernel, usually in lineageos devices it's quite obvious that it's the one with the codename but not always | 23:04 |
T4 | <Err0r_extinct> you mean this hadk/kernel/motorola/msm8953/arch/arm64/configs/potter_defconfig | 23:05 |
mal | probably something like that | 23:06 |
T4 | <Err0r_extinct> i checked the device/motorola/potter/BoardConfig.mk file | 23:07 |
T4 | <Err0r_extinct> there the value is TARGET_KERNEL_CONFIG=potter_defconfig | 23:07 |
T4 | <Err0r_extinct> but when i am running make -C ../../../potter_defconfig it's saying unknown option -C | 23:08 |
mal | you don't do that | 23:10 |
mal | make hybris-hal will use the correct one | 23:10 |
mal | you just edit the defconfig to fix error that kernel config checker complains and then run make hybris-hal | 23:11 |
r0kk3rz | follow the hadk :P | 23:11 |
T4 | <Err0r_extinct> you mean those flags in potter_defconfig? | 23:11 |
r0kk3rz | yeah, edit the config and rebuild hybris-hal | 23:13 |
T4 | <Err0r_extinct> ok | 23:13 |
T4 | <Err0r_extinct> one flag CONFIG_DEVTMPFS_MOUNT it's not found inthe defconf file | 23:23 |
r0kk3rz | you can add it | 23:23 |
T4 | <Err0r_extinct> ok and btw should i care about warnings | 23:24 |
r0kk3rz | but beware that the kernel config checker spans many different kernel versions | 23:24 |
r0kk3rz | so not all flags exist for all kernels | 23:24 |
T4 | <Err0r_extinct> ok | 23:24 |
r0kk3rz | the warnings are also there for a reason, so you should enable them | 23:24 |
r0kk3rz | but they are usually not critical | 23:24 |
T4 | <Err0r_extinct> ok | 23:25 |
T4 | <Err0r_extinct> what's the meaning of this flag values m and ! ? | 23:29 |
r0kk3rz | https://github.com/mer-hybris/mer-kernel-check/blob/master/mer_verify_kernel_config#L8-L15 | 23:45 |
r0kk3rz | m is module, ! and ? are for the script to specify if its warning or error | 23:45 |
T4 | <Err0r_extinct> ok | 23:46 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!