Tuesday, 2020-05-05

Oksana_piggz : Thank you for the instructions! It did downgrade nemo-gstreamer1.0-interfaces to 20191010 version. Trying to reboot now...01:53
Oksana_Rebooted fine, not stuck on splashscreen. Still 0 SIM slots. Video plays fine (not black), but camera is black still (no errors besides "Focus mode selection is not supported") and doesn't take photographs. Hardware volume buttons are ignored, do not change volume.02:00
*** Oksana_ is now known as Oksana05:18
riniguspiggz and mal: you can have ks files pulled automatically from droid-config-$DEVICE-ssu-kickstarts at obs repo as a part of ci build. That way it's always up-to-date. See Tama at sailfish ci for example05:33
T42<adampigg> oksana_: you need to downgrade 2 packages07:58
T42<adampigg> zypper in --oldpackage nemo-qtmultimedia-plugins-gstvideotexturebackend-0.1.0-1.6.1.jolla07:59
T42<adampigg> rinigus: good idea for most ports .... pine has some custommisations in it07:59
rinigus@adampigg: but if those custom scripts are in your KS, that KS is in some RPM, it can be extracted as well and used to build image on CI08:09
rinigusmain idea is to have one source for that particular port KS and use it in all the builds (PC or CI)08:10
T42<adampigg> true, we just edit on the ci!08:11
T42<adampigg> im trying to minimise the changes atm too08:11
UmeaboyHi!10:07
UmeaboyI have double checked with the official HADK and I can't get sudo mkdir -p $ANDROID_ROOT working in HABUILD_SDK,10:07
Umeaboymkdir: missing operand10:08
UmeaboyI also double checked that every line until that one is OK.10:08
UmeaboyI'll try with mkdir -p "$ANDROID_ROOT" instead.10:09
UmeaboyNope. That didn't work as well.10:10
T42<birdzhang> echo $ANDROID_ROOT10:13
T42<elros34> missing operand means that $ANDROID_ROOT is not defined, it's easy to check it: echo $ANDROID_ROOT should print correct path10:13
UmeaboyThat just gives me a blank row.10:13
UmeaboyI think I see the problem now.10:14
UmeaboyI missed a line even though I was thurough.10:14
UmeaboyI feel as if https://sailfishos.org/wiki/Platform_SDK_Installation is missing a line.10:16
UmeaboyIsn't $ANDROID_ROOT supposed to be created there?10:16
T42<elros34> no, it's in .hadk.env like any other variables10:17
UmeaboySorry. My bad. I left those lines in the .hadk.env out for some reason.10:18
UmeaboyCorrected....10:19
UmeaboyThanks.10:19
UmeaboyMoving on.....10:19
UmeaboyIs there anyone here that can push a hybris-hal branch for yoshino?10:53
UmeaboyThe command git clone https://github.com/mer-hybris/droid-hal-sony-$FAMILY-$ANDROID_FLAVOUR . will fail otherwise.10:53
UmeaboyThe submodules are not the same between ganges and yoshino to my knowledge.10:59
vknechtUmeaboy: what about you forking gange repo and name it accordingly to your needs/device ? not sure what you mean wrt. submodules11:09
UmeaboyUhu. I thought every device has it's own submodules.11:10
vknechtUmeaboy: following these instructions should help quite a lot setting up a sony pie-based port: https://github.com/sailfishos-sony-tama/main/blob/master/hadk-sony-xz2.md11:13
r0kk3rzalso helps to know what youre doing, going off the script like this12:14
Umeaboyr0kk3rz: I'm following the Xperia 10 guide presented here: https://sailfishos.org/wiki/Sailfish_X_Xperia_Android_9_Build_and_Flash12:40
r0kk3rzyou cant just follow that for a new device12:41
UmeaboyI'm adjusting it to maple.12:41
UmeaboyI did the most parts all ready.12:41
UmeaboyOnly problem I have now is to clone https://github.com/xperiasailors/droid-hal-sony-yoshino-pie even though it's forked from ganges.12:42
Umeaboyfatal: unable to access 'https://github.com/xperiasailors/droid-hal-sony-yoshino-pie/': Could not resolve host: github.com12:42
r0kk3rzsounds clear enough12:43
UmeaboySo, why can't I clone?12:45
UmeaboyI did change the files accordingly.12:45
UmeaboyHere I mean: https://github.com/xperiasailors/main12:46
T42<edp_17> Hi guys. I am getting 'Command 'modprobe' is not available.' when building the packages. I have never seen this before. Can somebody help me out with the solution, please?12:56
T42<elros34> try to install kmod12:59
T42<edp_17> Thanks. In Platform or Habuild?13:05
T42<elros34> depends on where it fail?13:06
T42Tom %lastname% was added by: Tom %lastname%13:42
T42<edp_17> @elros34 : I see. I fails in Platform when I am building packages.14:05
T42<edp_17> I have installed the kmod then I got 'error: Your local changes to the following files would be overwritten by merge: rpm/libhybris.spec'. I needed to refresh the hybris/mw/libhybris then it dropped a different error message: https://paste.ubuntu.com/p/g58hCn64jy/14:41
T42<edp_17> Yeah, I don't have GLES3 in 'hybris/mw/libhybris/installroot/usr/include/' but do have EGL, GLES and GLES2 in there.14:43
T42<edp_17> Why is it trying to use GLES3 instead of GLES2?16:01
mal@edp_17 are you sure the libhybris submodule updated correctly?16:02
malmaybe try to remove the $ANDROID_ROOT/hybris/mw/libhybris folder and try again16:03
mallibhybris got GLESv3 support earlier today so maybe build_packages.sh doesn't update submodules correctly16:04
maldeathmist: mer wiki is back up16:05
T42<edp_17> @mal: Thanks, I'll remove that folder and try again.16:15
T42ankaos was added by: ankaos18:08
T42<edp_17> @mal: I have deleted that folder and all the packages created without error. However after when it was creating the rootfs, I got the same 'Command 'modprobe' is not available.' message.21:52
T42<edp_17> I tried to install the kmod again, but it says it is already there.21:52
malhow did you install it?21:58
T42<edp_17> I just re-run the 'rpm/dhd/helpers/build_packages.sh'22:00
T42<edp_17> The hybris/mw/libhybris has re-created by the process.22:01
T42<edp_17> I re-installed the kmod with --force, I will see whether this solves the issue.22:01
malI meant the exact command you used to install kmod22:06
T42<edp_17> In Platform: 'sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -m sdk-install -R zypper install --force kmod'22:12
T42<elros34> do you really need kmod in target? This should be pulled by droid-hal22:15
T42<edp_17> I don't know. I just got an error 'Command 'modprobe' is not available.' when the process was building the rootfs and I was told to install kmod.22:16
malpretty sure you should be installing it to platform sdk, not the target22:17
malmeaning just "sudo zypper in kmod" in platform sdk22:17
malmic build doesn't use target anymore22:17
T42<edp_17> Oops, I thought needed to install in the target. Sorry.22:19
T42<edp_17> Yep, installing kmod into the platform has solved this issue. Thanks!22:34

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