T42 | <birdzhang> and another one: better virtual ab support (re @Verevka86: 18.1 has only one pr...) | 01:25 |
---|---|---|
T42 | <edp_17> For 17.1 base do I need to apply this https://github.com/mer-hybris/hadk-faq/blob/master/README.rst#hybris-14-1? | 06:57 |
T42 | <edp_17> Hi all! I need a little help. Making hybris-hal fails on ramdisk.img (Although, hybris-boot.img and hybris-recovery.img are created). Log: https://paste.ubuntu.com/p/HsdgP3ZXRs/ | 15:33 |
T42 | <edp_17> Any suggestion on what the issue is and how to fix it? | 15:33 |
T42 | <edp_17> Android base 17.1 | 15:34 |
mal | did you do "export TEMPORARY_DISABLE_PATH_RESTRICTIONS=true" before running make hybris-hal? | 15:38 |
T42 | <edp_17> Yes, I did. | 15:39 |
mal | did the build work before? | 15:39 |
T42 | <edp_17> This is the full log: https://paste.ubuntu.com/p/5D842g6JG6/ | 15:40 |
T42 | <edp_17> mal: This is the first time I am building it. | 15:41 |
mal | @elros34 any ideas? ^ | 15:53 |
T42 | <elros34> @edp_17 looks like lzma from ubuntu 18.04, which ubuntu version do you use for HABUILD? | 18:56 |
T42 | <HengYeDev> seems like kernel hidp driver did not get initialized so bt keyboard not working. will building it as module help to debug? | 19:03 |
T42 | <edp_17> @elros34 : ubuntu trusty | 19:12 |
T42 | <edp_17> Should I use the newer? | 19:13 |
T42 | <elros34> I think 20.04 would be better | 19:14 |
T42 | <edp_17> Tomorrow I'll try that. Might be android 17.1 base works better with that. Thanks. | 19:18 |
T42 | <Spidey24Z> Disallowed PATH tool "xmllint" just do | 19:25 |
T42 | <Spidey24Z> TEMPORARY_DISABLE_PATH_RESTRICTIONS=true without export (re @edp_17: This is the full log...) | 19:25 |
T42 | <elros34> it doesn't really matter, for sure export will not harm | 19:28 |
T42 | <elros34> @HengYeDev there is logging in hidp driver: https://github.com/sailfish-on-gta4xlwifi/android_kernel_samsung_gta4xl/blob/hybris-17.1/net/bluetooth/hidp/core.c#L1455. BT_DBG used in other places is pr_debug so probably you need to enable it explicitly to get something | 20:15 |
T42 | <elros34> if it's built then you will have object files in obj/KERNEL_OBJ/net/bluetooth/hidp | 20:17 |
T42 | <HengYeDev> @elros34 I have no /proc/net/hidp which seems that the socket not initialized | 20:30 |
T42 | <HengYeDev> I do not have any hidp objects in the out directory, which suggests that it is not built even though CONFIG_BT_HIDP=y | 20:30 |
T42 | <elros34> but do you have CONFIG_BT_HIDP in .config? | 20:30 |
T42 | <elros34> or in defconfig | 20:30 |
T42 | <HengYeDev> yes | 20:32 |
T42 | <HengYeDev> "out/target/product/gta4xlwifi/obj/KERNEL_OBJ/.config" specifically | 20:33 |
T42 | <HengYeDev> also in defconfig, yes | 20:33 |
T42 | <XAP2P> Yes, but need to port I guess (re @Hogir: Can I install Sailfi...) | 20:34 |
T42 | <elros34> @HengYeDev hm but without .o files in you, this is not really build. You can try to changes single line in sources an re-run make hybris-hal | 20:35 |
T42 | <elros34> in out* | 20:35 |
T42 | <HengYeDev> what does the change in source do? (re @elros34: @HengYeDev hm but wi...) | 20:37 |
T42 | <elros34> I think you will see something is built in kernel then | 20:37 |
T42 | <elros34> ah it's disabled: https://github.com/sailfish-on-gta4xlwifi/android_kernel_samsung_gta4xl/blob/hybris-17.1/net/bluetooth/Makefile#L10 | 20:39 |
Thaodan | It was added in https://github.com/sailfish-on-gta4xlwifi/android_kernel_samsung_gta4xl/commit/6a834b77aabb320c2d46c6f029b4efc66c98e150 :/ | 20:48 |
Thaodan | Could be that it was broken in that kernel | 20:48 |
Thaodan | I dream of a device that uses mainline bluetooth :( | 20:48 |
T42 | <HengYeDev> Thanks, it worked | 21:08 |
T42 | <Mister_Magister> pinephone? (re @SailfishFreenodeIRCBridgeBot: <Thaodan>I dream of ...) | 21:08 |
T42 | <elros34> @HengYeDev keyboard works or just driver builds/initialize? | 21:09 |
T42 | <HengYeDev> keyboard works | 21:09 |
T42 | <elros34> great! | 21:09 |
Thaodan | @Mister_Magister: QCOM phones also have mainline bluetooth | 21:10 |
xmn | Give it another year or so and the Pinephone will be great. Hopefully more dev on the sailfish port too. | 21:10 |
Thaodan | No need for userspace blobs | 21:10 |
Mister_Magister | Thaodan: then why dream | 21:10 |
xmn | but there are a few phone now that run mainline | 21:10 |
xmn | but most need android blobs I think | 21:10 |
Thaodan | Because the kernel driver doesn't do anything besides power | 21:11 |
Thaodan | binder allows them to do that | 21:12 |
Mister_Magister | but you said its mainline so exactly what you wanted | 21:13 |
Mister_Magister | i see no issue | 21:13 |
Thaodan | The issue is that the hardware on Android devices is still better and more widely avialable | 21:14 |
T42 | <edp_17> I dream of a device that runs linux and has wide range app support, decent camera and gps. (re @SailfishFreenodeIRCBridgeBot: <Thaodan>I dream of ...) | 21:32 |
T42 | <Mister_Magister> thats android (re @edp_17: I dream of a device ...) | 21:56 |
Thaodan | Camera is only decent with blobs | 21:56 |
T42 | <Mister_Magister> he didn't say no blobs | 21:56 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!