Thursday, 2019-09-12

Mister_Magisterjusa: or can i disable noise cancelling?06:27
ghosalmartinmal: we've made it to UI07:51
Mister_Magisterghosalmartin: so where is vodka07:51
ghosalmartinam more of a whiskey man myself, but telnet has died07:52
ghosalmartinam guessing i need to enable developer mode, but the touchscreen config is wrong :P07:52
ghosalmartint think the pixel 2 is the perfect device for sfos07:53
Mister_Magisterghosalmartin: you don't07:55
Mister_Magisterdeveloper mode on ports is enabled by default07:55
Mister_Magisterghosalmartin: i think you are wrong07:56
ghosalmartinwell for whatever reason telent is dead07:56
ghosalmartinso i guess for now i can atleast fix touchscreen07:56
Mister_Magisterreboot it or smth07:56
Mister_Magisterssh to it07:56
ghosalmartini am now, going to mask dhi07:56
ghosalmartini am missing the usb-modded conf file so maybe thats it07:58
ghosalmartinhow do I figure out which is the right event input08:02
Mister_Magistercat /dev/input/event0 then touch screen08:03
Mister_Magisterincrease number and repeat08:03
ghosalmartinboom ta08:05
ghosalmartini need to commit all this now08:05
ghosalmartinwere do we set the pixel ratio again08:17
Mister_Magisterdroid-configs08:20
ghosalmartinis this all we need now08:24
ghosalmartinhttps://github.com/mlehtima/droid-config-fp2-sibon/blob/master/sparse/etc/dconf/db/vendor.d/lipstick-config.txt#L508:24
Mister_Magisterghosalmartin: no08:35
Mister_Magisterthat's for touch08:35
Mister_Magisterhttps://github.com/mlehtima/droid-config-fp2-sibon/blob/master/rpm/droid-config-fp2-sibon.spec#L1108:35
T42<DylanVanAssche> mal: Some time ago, we were discussing the `sim_manager` thing for native QMI modems.08:46
T42<DylanVanAssche> You said that you will create a POC for that. To avoid duplicate work, have you started that already?08:46
T42Thompson %lastname% was added by: Thompson %lastname%08:55
ghosalmartinMister_Magister, is there anyway to change the pixel ratio on device so i can quickly test what it looks like?08:56
T42<DylanVanAssche> ghosalmartin: I know this app can do this: https://openrepos.net/content/fravaccaro/ui-themer08:57
T42<adampigg> u have to install different icon packs, so its not that easy ... it is just a dconf key tho08:59
T42<DylanVanAssche> Oh yeah dconf works too :P08:59
ghosalmartintbh i set the pixel ratio to 1.75 and everything seems okay but the icons are tiny09:00
ghosalmartinnot sure if thats because the resolution is 1440 x 256009:00
T42<adampigg> look in silica-configs.txt for the keys09:01
Mister_Magisterchaning pixel ratio doesn't really works for me09:01
T42<adampigg> nothing works for you, ever :D09:01
Mister_Magisterthat's false09:01
mal@DylanVanAssche sorry, not yet, I have been a bit busy this week, I did have a look at the code to see what is needed13:00
malghosalmartin: cool13:01
ghosalmartinmal: does CONFIG_BT_HCIVHCI have to be modularised or just enabled for bluebinder?13:02
malghosalmartin: just enable it, no need to build as module13:06
T42<DylanVanAssche> mal: No worries, I wanted to look at the codebase too, but I wanted to avoid duplicate work as with the v4l things LD13:07
T42<DylanVanAssche> :D *13:07
malok13:11
T42<PacoLanciano> mal: yesterday i tried to add the one missing *_context to .spec file but nothing, then i tried to appy this patch https://gist.github.com/zhxt/e784ed2dfb77eeaa726507a14786bdc3 and the  "Failed to initialize property area" error disappeared from dmesg but anyway still not GUI15:00
malshow you spec file15:06
malalso get new logs after that hack15:06
T42<PacoLanciano> https://pastebin.com/uRGaXRgU spec file15:07
T42<PacoLanciano> dmesg: https://pastebin.com/m2VA9Qpg  logcat : https://pastebin.com/aMe4HdhG15:10
malRun this script in $ANDROID_ROOT http://paste.opensuse.org/4086986915:13
malthen build_packages.sh -c and new image (or manually install the new droid-config rpms to device)15:13
malhmm, actually you seem to have done that15:14
maldo you have /system partition mounted? based on logs you might have some mounts missing15:15
T42<PacoLanciano> if i run the script it says creating symbolic link....file exist so i think was not necessary... how can i check if partitions are mounted?15:17
mal"mount"15:17
T42<PacoLanciano> https://pastebin.com/uHn9hTtr15:18
malhmm, seems those are mounted15:19
malis droid-hal-init process running15:20
T42<PacoLanciano> ps aux | grep droid-hal-init15:23
T42<PacoLanciano> root      1573  0.0  0.0  14660  1712 pts/0    Ss+  15:05   0:00 /sbin/droid-hal-init --second-stage15:23
T42<PacoLanciano> root      2795  0.0  0.0   1632   516 pts/1    S+   15:20   0:00 grep droid-hal-init15:23
malbased on logs that doesn't progress further than the early things15:24
T42<PacoLanciano> could there be something useful in journalctl?15:29
malnot sure, maybe15:29
T42<PacoLanciano> https://pastebin.com/0bQPT2P715:32
malbased on that it crashes at some point15:34
T42<PacoLanciano> can be Sailfish droid-hal-init: could not import file '/init.zygote64_32.rc' from '/init.rc': No such file or directory ?15:36
malnot an error15:37
T42<elros34> how about disabling selinux?15:42
T42<PacoLanciano> like 9.3.1 of hadk?15:46
electrohi all15:46
*** electro is now known as Guest5251715:47
Guest52517test15:47
Guest52517haha15:47
T42<elros34> @PacoLanciano via bootparam: https://github.com/mer-hybris/mer-kernel-check/blob/master/mer_verify_kernel_config#L12915:48
T42<PacoLanciano> @elros34 [@PacoLanciano via bootparam: https://github.co …], so change CONFIG_AUDIT to n and rebuild all?15:51
T42<elros34> no, via bootparam/cmdline so CONFIG_SECURITY_SELINUX_BOOTPARAM and selinux=0 in kerenel command line15:52
maldo NOT set CONFIG_AUDIT=n15:52
malAUDIT stays as =y15:52
T42<PacoLanciano> so in BoardConfig.mk, right?15:57
malyes15:57
T42<PacoLanciano> there is also a "androidboot.selinux=permissive" , i leave it there?16:02
malthat can stay16:03
T42<DylanVanAssche> I have some OBS troubles again :P16:12
T42<DylanVanAssche> I want to upgrade this package to the latest version. I updated the spec file but it keeps pulling the older version. The weird thing is that if I change the spec, the commit is pulled in but the `Version: 0.23.0+master` is still fixed. I want to change that to `Version: 0.35.2` which is the latest one. OBS keeps changing that16:12
T42line in my spec file while pulling :O16:12
T42<DylanVanAssche> https://build.sailfishos.org/package/show/home:dylanvanassc/python-m2crypto16:12
T42<PacoLanciano> mal: reflashed, not booting16:38
malso obviously check logs for anything new16:39
T42<PacoLanciano> yes16:40
T42<PacoLanciano> logcat output it's much longer now, i'm looking for something relevant16:43
T42<PacoLanciano> logcat: https://pastebin.com/T4pTFDjS dmesg: https://pastebin.com/GL43P9n716:49
T42<PacoLanciano> Starting The lipstick UI...16:51
T42<PacoLanciano> Jul 25 18:02:09 Sailfish lipstick[2912]: [F] unknown:0 - This application failed to start because it could not find or load the Qt platform plugin "hwcomposer"16:51
T42<PacoLanciano> Jul 25 18:02:09 Sailfish systemd[2439]: lipstick.service: Main process exited, code=killed, status=6/ABRT16:51
T42<PacoLanciano> Jul 25 18:02:09 Sailfish systemd[2439]: Failed to start The lipstick UI.16:51
T42<PacoLanciano> i think that this could be relevant16:51
T42<DylanVanAssche> https://build.sailfishos.org/package/view_file/home:dylanvanassc/python-m2crypto/_service:tar_git:python-M2Crypto.spec17:06
T42<DylanVanAssche> Is it an OBS bug that versions in RPM specs are replaced ?17:06
T42<elros34> obs use tag for rpm version, your last tag is 0.23.0: https://git.merproject.org/DylanVanAssc/python-M2Crypto/tags17:07
T42<DylanVanAssche> Oh I always thought that OBS took that info from the spec file. Many thanks!17:07
T42<PacoLanciano> mal: i've tryed EGL_PLATFORM=hwcomposer test_hwcomposer and it's working but i don't know what to do now18:23
malread what is near the end here https://pastebin.com/Yjuwvc0S about QCOM_BSP stuff, after adding that first remove folders hybris/mw/libhybris, hybris/mw/qt5-qpa-hwcomposer-plugin and then run build_packages.sh18:56
electro5hi, i have reset my kernel local repo, and after recompile with new config, i have some error https://dpaste.de/AaqK19:20
malso what did you do differently than before?19:23
electro5mal, i have just remove and git clone this directory -> /home/sailfish-dev-htc-one-m8/hadk/kernel/htc/msm8974/19:25
malI meant you must have changed the kernel config in some different way than before19:28
electro5yes, i have saved this19:28
malif you managed to build it earlier before you removed the old version19:28
electro5i haven't managed this repo with git until here19:29
electro5i have learn to use it just some days19:30
malwhat do you mean? did you build kernel successfully before or not?19:31
electro5yes19:31
electro5i try to recompile the kernel without options19:32
electro5and it work with some options19:32
malwhat does without options mean in this context?19:37
electro5with some options sorry19:39
electro5mal, a problem occured when i compiled ofono : https://dpaste.de/1T1z19:59
monichelectro5: ofono-ril-binder-plugin seems to be too new20:04
electro5yes, i must skip this build20:04
malelectro5: cd hybris/mw/ofono-ril-binder-plugin/ and then git reset --hard 1.0.6 and then rpm/dhd/helpers/build_packages.sh -b hybris/mw/ofono-ril-binder-plugin20:04
mallater skip the package20:04
electro5thanks20:05
T42<PacoLanciano> mal: seme as before.  Sailfish d-pre-user-session[2827]: [F] unknown:0 - This application failed to start because it could not find or load the Qt platform plugin "hwcomposer"   in "" and lipstick[3029]: [F] unknown:0 - This application failed to start because it could not find or load the Qt platform plugin "hwcomposer" in "".21:15
malare you sure you have build everything correctly, show full logs21:24
T42<PacoLanciano> https://pastebin.com/HDtc2h5a21:25
T42<PacoLanciano> https://pastebin.com/4jur3SBB21:26
T42<PacoLanciano> https://pastebin.com/3teH4Xt321:27
T42<PacoLanciano> mal: i have added %define android_config \21:29
T42<PacoLanciano> #define QCOM_BSP 1\21:29
T42<PacoLanciano> #define QTI_BSP 1\21:29
T42<PacoLanciano> %{nil}21:29
T42<PacoLanciano> in droid-hal-gemini.spec , deleted mw/libhybris and mq/qt5-qpa-hwcomposer-plugin, then rebuilt everything21:29
malsomething is really wrong with your build, it doesn't find hwcomposer plugin at all22:53

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