T42 | 温妮惠 %lastname% was added by: 温妮惠 %lastname% | 03:39 |
---|---|---|
T42 | <faenil> is a 403 at https://releases.jolla.com/releases/3.1.0.12/jolla/armv7hl/ expected? | 07:31 |
T42 | <faenil> I guess it's behind some kind of ssu identification, if I remember correctly from past years, but just doublechecking | 07:32 |
r0kk3rz | wb faenil | 07:36 |
rinigus | faenil: don't remember what is that for. if its needed for image building, it should be there. But one of the sources was complaining | 07:37 |
T42 | <faenil> r0kk3rz cheers mate | 07:38 |
rinigus | faenil: note that we have registered only xz2 for store access. Other devices will come as we confirm that they work | 07:38 |
T42 | <faenil> rinigus: current prob is it can't find ofono package, needed by ofono rild plugin. So I built ofono with build_packages, but now it's complaining that droid-config is Obsoleting ofono-configs-mer, which break the installation of ofono | 07:38 |
T42 | <faenil> rinigus: no prob | 07:39 |
T42 | <faenil> breaks* | 07:39 |
T42 | <birdzhang> @faenil https://github.com/mer-hybris/droid-config-sony-nile/blob/master/droid-config-common.inc#L10-L12 | 07:42 |
T42 | <faenil> exactly | 07:42 |
rinigus | faenil: some of the packages, when pulled by build script, are too new for our build. Check the versions at obs and build accordingly | 07:46 |
rinigus | ... Will be afk for few hours | 07:47 |
T42 | <faenil> now it's complaining about missing libgrilio...it's annoying that it changes errors in consecutive runs :) | 07:48 |
T42 | <faenil> rinigus: sure, no problem. I was working on it now while waiting for builders to attend my flat :P have a good day | 07:48 |
T42 | <faenil> I guess the different errors are due to package versions being updated upstream, breaking deps resolution | 07:49 |
T42 | <faenil> different errors in consecutive runs of the same mic cmd, I mean | 07:49 |
T42 | <faenil> now missing libmce-glib. Okay, something is wrong with the repo config, I'll postpone this to tonight :) have a good day everyone | 08:10 |
T42 | <faenil> yeah, or probably jolla's repo has older versions of the pkgs so the chain breaks, as rinigus pointed out | 08:15 |
mal | @faenil it would have been easier to build older version of ofono ril binder plugin | 08:51 |
T42 | <faenil> mal: exactly what I am doing :D I have a clearer idea of what is breaking now | 08:51 |
T42 | <faenil> as I understand how the build system is working atm ^^ | 08:51 |
T42 | <faenil> thanks for chiming in :) | 08:51 |
mal | build_packages.sh always pulls the latest version which is sometimes newer and has dependencies not in current public release | 08:52 |
T42 | <faenil> yep, that is what's happening | 08:52 |
mal | there is now the offline switch for build_packages.sh which won't pull updates once you have the sources | 08:52 |
T42 | <faenil> I see, good to know thanks | 08:53 |
T42 | <faenil> ah I see, build_packages does not seem to provide a way propagate branch info to util.sh, so it has to be done manually | 09:09 |
Mister_Magister | mal: any idea for capabalities | 10:42 |
Mister_Magister | also symlinking in droid-hal-early-init.sh is not working | 10:42 |
Mister_Magister | i had to copy | 10:43 |
T42 | <jgibbon> Mister_Magister | 12:44 |
T42 | <jgibbon> oh, sorry. Yes, I do have telegram (see twitter msg) | 12:44 |
Mister_Magister | ohye | 12:46 |
mautzone | Hi everyone! | 12:58 |
Mister_Magister | no | 12:59 |
mautzone | I'm trying to add bluez5 support to my Nexus5 CM13 build and went into some problems when building packages. I updated everything and now i get this error when running build_packages: cp: cannot create regular file `/home/test/hadk/installroot/usr/libexec/droid-hybris/system/etc/init/': No such file or directory | 13:01 |
Mister_Magister | create directory then | 13:01 |
mautzone | Tried that, when i create it and run build_packages, the error still comes up and the dir is gone. | 13:02 |
Mister_Magister | check log what is he trying to copy | 13:03 |
mautzone | hybris_extras.rc | 13:04 |
Mister_Magister | and what package you are building? | 13:04 |
mautzone | Mister_Magister: * Building rpm/droid-hal-hammerhead.spec | 13:05 |
Mister_Magister | droid-hal okay | 13:05 |
Mister_Magister | is your submodule up to date? | 13:06 |
mautzone | Updated it a few minutes ago...before that i got the error, that my magic version of file was incorrect. So i updated everything. | 13:06 |
mautzone | Maybe i messed up my build environment and should reinstall. | 13:07 |
Mister_Magister | mhm okay | 13:07 |
Mister_Magister | nah | 13:07 |
Mister_Magister | try searching for that cp in rpm/dhd/droid-hal-device.inc | 13:07 |
mautzone | Okay, added the mkdir before the cp command in droid-hal-device.inc. Now the magic error is back: error: magic_load failed: File 5.14 supports only version 10 magic files. `/usr/share/misc/magic.mgc' is version 14 | 13:10 |
Mister_Magister | whew sorry i'm out | 13:10 |
mautzone | I'm sure i screwed something totally up :-D | 13:11 |
mal | mautzone: what do you have in hybris_extras.rc ? | 13:11 |
mautzone | mal: on boot | 13:12 |
mautzone | setprop ro.hybris.battery.capacity 2300 | 13:12 |
mautzone | Can i backup my .repo folder so that i do not have to download the whole source tree again? | 13:17 |
Mister_Magister | mautzone: yeah | 13:18 |
mautzone | Ok, then i will reinstall my whole build environment, grab my configs from github and try again. | 13:18 |
mal | mautzone: no need to do anything to android side sources | 13:19 |
Mister_Magister | yep | 13:19 |
mal | maybe just reinstall target and/or platform sdk | 13:19 |
mautzone | mal: How can i delete target and platform sdk? | 13:20 |
mal | for target: in sdk run sdk-assistant remove some_target_name | 13:20 |
mal | and same for the tooling | 13:20 |
mautzone | mal: thanks! | 13:20 |
mal | as for sdk you can just remove the sdk folder from where ever you installed the sdk | 13:21 |
mal | usually in the /srv somewhere which is the default | 13:21 |
mal | check the installation instruction for the location | 13:21 |
mautzone | mal:Thanks | 13:25 |
mautzone | mal: Reinstalled tooling and target, fixed the dir error and now its building. | 14:35 |
Mister_Magister | hey! i helped too! | 14:46 |
mautzone | Mister_Magister: Thank you too :) | 15:01 |
mautzone | Is this something new? !! Please set the desired RELEASE variable in ~/.hadk.env to build an image for | 15:18 |
mal | wondering if would be enough to just export it before running build_packages.sh -i | 15:20 |
mautzone | Mhh, i just extracted the ubuchroot and now i'm missing the ubu-chroot command...? | 16:45 |
mautzone | Ok, solved, was missing android-tools. | 16:50 |
T42 | 岳瑞迦 %lastname% was added by: 岳瑞迦 %lastname% | 17:07 |
rinigus | Thaodan: have you had a chance to look into the uploads from CI? | 17:37 |
T42 | Rafael Huber %lastname% was added by: Rafael Huber %lastname% | 18:00 |
KALUBE | Hi all, having a go at getting an enchilada port going - looks like I'm having issues with treble, specifically the boot partition not being found. I'm pretty sure this is because my fstab doesn't contain a boot partition (https://git.io/JeXat). Here is the make log: https://pastebin.com/e7eKYFPb line 56 | 18:40 |
TheKit | KALUBE, just add to fstab to make things easier | 18:49 |
TheKit | like /dev/block/bootdevice/by-name/boot /boot emmc defaults defaults | 18:51 |
mautzone | Still trying to backport bluez5 to the Nexus5. I am missing hci_qcomm_init. Is there anything i can do about this? | 18:55 |
mal | mautzone: did you use the instructions I made for backported bt drivers? | 18:56 |
mal | which bt chip does it have? | 18:56 |
mautzone | mal: Yes, got all the patches, kernel compiled without errors, but hci_qcomm_init is missing. | 18:57 |
mal | did you follow this https://github.com/mer-hybris/hadk-faq#using-backported-bluetooth-drivers-in-3-4-kernel-for-devices-with-qualcomm-bluetooth-chip-using-hci-smd-driver | 18:58 |
mautzone | mal: BCM4339 | 18:59 |
mal | oh, so broadcom, that is different | 18:59 |
mal | maybe the same backported driver set could still work | 19:00 |
mautzone | mal: On https://bluez-android.github.io/ the N5 is listed. | 19:01 |
mautzone | mal: Normaly bt is started via hciattach, will this also work for bluez5? | 19:03 |
T42 | <faenil> rinigus: habemus image for x2zc :) | 19:04 |
Thaodan | I'm not mal but bluez5 removed some tools that directly access the hci device | 19:04 |
Thaodan | mautzone: lfs reffers to a uart.conf file to attach bt via uart to bluez and mentions bluez 5.52 | 19:07 |
Thaodan | So it looks like it works | 19:08 |
Thaodan | http://www.linuxfromscratch.org/blfs/view/svn/general/bluez.html | 19:08 |
mautzone | Thaodan: Yep, hciattach is only in bluez4 package. | 19:08 |
Thaodan | can you usee the option as a workaround? | 19:08 |
mautzone | Thaodan: Which option? | 19:09 |
Thaodan | uart.conf in bluez | 19:09 |
Thaodan | see the link I posted | 19:09 |
mautzone | Thaodan: I do not have the uart.conf file. | 19:12 |
Thaodan | You have to create it. | 19:12 |
mautzone | Thaodan: But what should i put in uart.conf? | 19:15 |
Thaodan | mautzone: there's btattach its a replacement for hci attach | 19:19 |
Thaodan | See man btattach | 19:19 |
mautzone | Thaodan: Thanks, i'll take a look into it. | 19:19 |
Thaodan | use it like this: btattach --bredr /dev/ttySP0 -P texas -S 115200 | 19:19 |
mal | mautzone: hciattach should work fine | 19:28 |
mal | not sure though | 19:28 |
Thaodan | hciattach is deprecated in bluez5 | 19:36 |
mautzone | Thaodan: Bluetooth shows up in Sailfish settings, but does nothing instead of blinking. Here is my output of btattach. Maybe you could take a look at it. https://dpaste.de/XOmn | 19:40 |
mal | we have still used hciattach with bluez5 in sailfish | 19:40 |
Thaodan | is the compat lib on? | 19:40 |
mautzone | Thaodan: Compt lib? | 19:41 |
Thaodan | mautzone: I'd look into journalctl to get what bluez sais when acessing the page | 19:42 |
Thaodan | there's also bluetoothctl as command line interfaces | 19:43 |
Thaodan | the question about compat lib was directed to mal | 19:43 |
mal | Thaodan: no idea what you mean by that | 19:52 |
Thaodan | --enable-library during compile time to support tools that require bluez4 libs | 20:13 |
mal | Thaodan: https://git.merproject.org/mer-core/bluez5/blob/master/rpm/bluez5.spec#L153 | 20:19 |
mal | looks like --enable-library is there | 20:19 |
Thaodan | so should btattach be used to avoid old code or better use it? | 20:20 |
mal | not sure, need to see, we have a patch to hciattach at least | 20:23 |
mautzone | So, i've got a hci0 device, but bluetooth service won't start. | 20:33 |
mautzone | /usr/libexec/bluetooth/bluetoothd -n returns Failed to access management interface and Adapter handling initialization failed. | 20:34 |
Thaodan | did you stop the bluetooth service first? | 20:36 |
mautzone | Yes. | 20:37 |
mautzone | Thanks everyone...enough for now. Good night. | 20:48 |
mal | that error usually mean the drivers are not the backported ones | 21:01 |
rinigus | faenil: just pushed into config udev rule for /dev/touchscreen, as suggested by vknecht. works for xz2, hopefully for xz2c as well. you maybe interested in pulling config for it | 21:16 |
T42 | <faenil> rinigus: cheers, thank you. I think I will flash this weekend | 21:39 |
Thaodan | ping rinigus | 23:09 |
Thaodan | rinigus: I have everything set up if you give my a secure channel where I can send you the user data I'll send you everything. | 23:22 |
Thaodan | You need to test the login before I will restrict it to just scp | 23:22 |
Thaodan | the path will be https://thaodan.de/public/sailfishos/community/images/ | 23:23 |
KALUBE | I've made it to build-packages.sh, this is a hybris-16.0 port and I'm failing on nfcd-binder-plugin with not provider of 'pkgconfig(libncicore)' found. (https://pastebin.com/p7L82kQ3) | 23:33 |
KALUBE | I've tried cd hybris/mw/nfcd-binder-plugin; git reset --hard 1.0.4; cd $ANDROID_ROOT with no luck | 23:33 |
r0kk3rz | https://github.com/mer-hybris/libncicore | 23:47 |
r0kk3rz | you need to build that | 23:47 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!