Mister_Magister | jusa: or can i disable noise cancelling? | 06:27 |
---|---|---|
ghosalmartin | mal: we've made it to UI | 07:51 |
Mister_Magister | ghosalmartin: so where is vodka | 07:51 |
ghosalmartin | am more of a whiskey man myself, but telnet has died | 07:52 |
ghosalmartin | am guessing i need to enable developer mode, but the touchscreen config is wrong :P | 07:52 |
ghosalmartin | t think the pixel 2 is the perfect device for sfos | 07:53 |
Mister_Magister | ghosalmartin: you don't | 07:55 |
Mister_Magister | developer mode on ports is enabled by default | 07:55 |
Mister_Magister | ghosalmartin: i think you are wrong | 07:56 |
ghosalmartin | well for whatever reason telent is dead | 07:56 |
ghosalmartin | so i guess for now i can atleast fix touchscreen | 07:56 |
Mister_Magister | reboot it or smth | 07:56 |
Mister_Magister | ssh to it | 07:56 |
ghosalmartin | i am now, going to mask dhi | 07:56 |
ghosalmartin | i am missing the usb-modded conf file so maybe thats it | 07:58 |
ghosalmartin | how do I figure out which is the right event input | 08:02 |
Mister_Magister | cat /dev/input/event0 then touch screen | 08:03 |
Mister_Magister | increase number and repeat | 08:03 |
ghosalmartin | boom ta | 08:05 |
ghosalmartin | i need to commit all this now | 08:05 |
ghosalmartin | were do we set the pixel ratio again | 08:17 |
Mister_Magister | droid-configs | 08:20 |
ghosalmartin | is this all we need now | 08:24 |
ghosalmartin | https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/sparse/etc/dconf/db/vendor.d/lipstick-config.txt#L5 | 08:24 |
Mister_Magister | ghosalmartin: no | 08:35 |
Mister_Magister | that's for touch | 08:35 |
Mister_Magister | https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/rpm/droid-config-fp2-sibon.spec#L11 | 08: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 |
T42 | Thompson %lastname% was added by: Thompson %lastname% | 08:55 |
ghosalmartin | Mister_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-themer | 08:57 |
T42 | <adampigg> u have to install different icon packs, so its not that easy ... it is just a dconf key tho | 08:59 |
T42 | <DylanVanAssche> Oh yeah dconf works too :P | 08:59 |
ghosalmartin | tbh i set the pixel ratio to 1.75 and everything seems okay but the icons are tiny | 09:00 |
ghosalmartin | not sure if thats because the resolution is 1440 x 2560 | 09:00 |
T42 | <adampigg> look in silica-configs.txt for the keys | 09:01 |
Mister_Magister | chaning pixel ratio doesn't really works for me | 09:01 |
T42 | <adampigg> nothing works for you, ever :D | 09:01 |
Mister_Magister | that's false | 09: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 needed | 13:00 |
mal | ghosalmartin: cool | 13:01 |
ghosalmartin | mal: does CONFIG_BT_HCIVHCI have to be modularised or just enabled for bluebinder? | 13:02 |
mal | ghosalmartin: just enable it, no need to build as module | 13: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 LD | 13:07 |
T42 | <DylanVanAssche> :D * | 13:07 |
mal | ok | 13: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 GUI | 15:00 |
mal | show you spec file | 15:06 |
mal | also get new logs after that hack | 15:06 |
T42 | <PacoLanciano> https://pastebin.com/uRGaXRgU spec file | 15:07 |
T42 | <PacoLanciano> dmesg: https://pastebin.com/m2VA9Qpg logcat : https://pastebin.com/aMe4HdhG | 15:10 |
mal | Run this script in $ANDROID_ROOT http://paste.opensuse.org/40869869 | 15:13 |
mal | then build_packages.sh -c and new image (or manually install the new droid-config rpms to device) | 15:13 |
mal | hmm, actually you seem to have done that | 15:14 |
mal | do you have /system partition mounted? based on logs you might have some mounts missing | 15: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/uHn9hTtr | 15:18 |
mal | hmm, seems those are mounted | 15:19 |
mal | is droid-hal-init process running | 15:20 |
T42 | <PacoLanciano> ps aux | grep droid-hal-init | 15:23 |
T42 | <PacoLanciano> root 1573 0.0 0.0 14660 1712 pts/0 Ss+ 15:05 0:00 /sbin/droid-hal-init --second-stage | 15:23 |
T42 | <PacoLanciano> root 2795 0.0 0.0 1632 516 pts/1 S+ 15:20 0:00 grep droid-hal-init | 15:23 |
mal | based on logs that doesn't progress further than the early things | 15:24 |
T42 | <PacoLanciano> could there be something useful in journalctl? | 15:29 |
mal | not sure, maybe | 15:29 |
T42 | <PacoLanciano> https://pastebin.com/0bQPT2P7 | 15:32 |
mal | based on that it crashes at some point | 15: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 |
mal | not an error | 15:37 |
T42 | <elros34> how about disabling selinux? | 15:42 |
T42 | <PacoLanciano> like 9.3.1 of hadk? | 15:46 |
electro | hi all | 15:46 |
*** electro is now known as Guest52517 | 15:47 | |
Guest52517 | test | 15:47 |
Guest52517 | haha | 15:47 |
T42 | <elros34> @PacoLanciano via bootparam: https://github.com/mer-hybris/mer-kernel-check/blob/master/mer_verify_kernel_config#L129 | 15: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 line | 15:52 |
mal | do NOT set CONFIG_AUDIT=n | 15:52 |
mal | AUDIT stays as =y | 15:52 |
T42 | <PacoLanciano> so in BoardConfig.mk, right? | 15:57 |
mal | yes | 15:57 |
T42 | <PacoLanciano> there is also a "androidboot.selinux=permissive" , i leave it there? | 16:02 |
mal | that can stay | 16:03 |
T42 | <DylanVanAssche> I have some OBS troubles again :P | 16: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 that | 16:12 |
T42 | line in my spec file while pulling :O | 16:12 |
T42 | <DylanVanAssche> https://build.sailfishos.org/package/show/home:dylanvanassc/python-m2crypto | 16:12 |
T42 | <PacoLanciano> mal: reflashed, not booting | 16:38 |
mal | so obviously check logs for anything new | 16:39 |
T42 | <PacoLanciano> yes | 16:40 |
T42 | <PacoLanciano> logcat output it's much longer now, i'm looking for something relevant | 16:43 |
T42 | <PacoLanciano> logcat: https://pastebin.com/T4pTFDjS dmesg: https://pastebin.com/GL43P9n7 | 16: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/ABRT | 16: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 relevant | 16:51 |
T42 | <DylanVanAssche> https://build.sailfishos.org/package/view_file/home:dylanvanassc/python-m2crypto/_service:tar_git:python-M2Crypto.spec | 17: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/tags | 17: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 now | 18:23 |
mal | read 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.sh | 18:56 |
electro5 | hi, i have reset my kernel local repo, and after recompile with new config, i have some error https://dpaste.de/AaqK | 19:20 |
mal | so what did you do differently than before? | 19:23 |
electro5 | mal, i have just remove and git clone this directory -> /home/sailfish-dev-htc-one-m8/hadk/kernel/htc/msm8974/ | 19:25 |
mal | I meant you must have changed the kernel config in some different way than before | 19:28 |
electro5 | yes, i have saved this | 19:28 |
mal | if you managed to build it earlier before you removed the old version | 19:28 |
electro5 | i haven't managed this repo with git until here | 19:29 |
electro5 | i have learn to use it just some days | 19:30 |
mal | what do you mean? did you build kernel successfully before or not? | 19:31 |
electro5 | yes | 19:31 |
electro5 | i try to recompile the kernel without options | 19:32 |
electro5 | and it work with some options | 19:32 |
mal | what does without options mean in this context? | 19:37 |
electro5 | with some options sorry | 19:39 |
electro5 | mal, a problem occured when i compiled ofono : https://dpaste.de/1T1z | 19:59 |
monich | electro5: ofono-ril-binder-plugin seems to be too new | 20:04 |
electro5 | yes, i must skip this build | 20:04 |
mal | electro5: 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-plugin | 20:04 |
mal | later skip the package | 20:04 |
electro5 | thanks | 20: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 |
mal | are you sure you have build everything correctly, show full logs | 21:24 |
T42 | <PacoLanciano> https://pastebin.com/HDtc2h5a | 21:25 |
T42 | <PacoLanciano> https://pastebin.com/4jur3SBB | 21:26 |
T42 | <PacoLanciano> https://pastebin.com/3teH4Xt3 | 21: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 everything | 21:29 |
mal | something is really wrong with your build, it doesn't find hwcomposer plugin at all | 22:53 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!