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 Oksana | 05:18 | |
rinigus | piggz 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 example | 05:33 |
T42 | <adampigg> oksana_: you need to downgrade 2 packages | 07:58 |
T42 | <adampigg> zypper in --oldpackage nemo-qtmultimedia-plugins-gstvideotexturebackend-0.1.0-1.6.1.jolla | 07:59 |
T42 | <adampigg> rinigus: good idea for most ports .... pine has some custommisations in it | 07: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 CI | 08:09 |
rinigus | main 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 too | 08:11 |
Umeaboy | Hi! | 10:07 |
Umeaboy | I have double checked with the official HADK and I can't get sudo mkdir -p $ANDROID_ROOT working in HABUILD_SDK, | 10:07 |
Umeaboy | mkdir: missing operand | 10:08 |
Umeaboy | I also double checked that every line until that one is OK. | 10:08 |
Umeaboy | I'll try with mkdir -p "$ANDROID_ROOT" instead. | 10:09 |
Umeaboy | Nope. That didn't work as well. | 10:10 |
T42 | <birdzhang> echo $ANDROID_ROOT | 10:13 |
T42 | <elros34> missing operand means that $ANDROID_ROOT is not defined, it's easy to check it: echo $ANDROID_ROOT should print correct path | 10:13 |
Umeaboy | That just gives me a blank row. | 10:13 |
Umeaboy | I think I see the problem now. | 10:14 |
Umeaboy | I missed a line even though I was thurough. | 10:14 |
Umeaboy | I feel as if https://sailfishos.org/wiki/Platform_SDK_Installation is missing a line. | 10:16 |
Umeaboy | Isn't $ANDROID_ROOT supposed to be created there? | 10:16 |
T42 | <elros34> no, it's in .hadk.env like any other variables | 10:17 |
Umeaboy | Sorry. My bad. I left those lines in the .hadk.env out for some reason. | 10:18 |
Umeaboy | Corrected.... | 10:19 |
Umeaboy | Thanks. | 10:19 |
Umeaboy | Moving on..... | 10:19 |
Umeaboy | Is there anyone here that can push a hybris-hal branch for yoshino? | 10:53 |
Umeaboy | The command git clone https://github.com/mer-hybris/droid-hal-sony-$FAMILY-$ANDROID_FLAVOUR . will fail otherwise. | 10:53 |
Umeaboy | The submodules are not the same between ganges and yoshino to my knowledge. | 10:59 |
vknecht | Umeaboy: what about you forking gange repo and name it accordingly to your needs/device ? not sure what you mean wrt. submodules | 11:09 |
Umeaboy | Uhu. I thought every device has it's own submodules. | 11:10 |
vknecht | Umeaboy: 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.md | 11:13 |
r0kk3rz | also helps to know what youre doing, going off the script like this | 12:14 |
Umeaboy | r0kk3rz: I'm following the Xperia 10 guide presented here: https://sailfishos.org/wiki/Sailfish_X_Xperia_Android_9_Build_and_Flash | 12:40 |
r0kk3rz | you cant just follow that for a new device | 12:41 |
Umeaboy | I'm adjusting it to maple. | 12:41 |
Umeaboy | I did the most parts all ready. | 12:41 |
Umeaboy | Only 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 |
Umeaboy | fatal: unable to access 'https://github.com/xperiasailors/droid-hal-sony-yoshino-pie/': Could not resolve host: github.com | 12:42 |
r0kk3rz | sounds clear enough | 12:43 |
Umeaboy | So, why can't I clone? | 12:45 |
Umeaboy | I did change the files accordingly. | 12:45 |
Umeaboy | Here I mean: https://github.com/xperiasailors/main | 12: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 kmod | 12:59 |
T42 | <edp_17> Thanks. In Platform or Habuild? | 13:05 |
T42 | <elros34> depends on where it fail? | 13:06 |
T42 | Tom %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 |
mal | maybe try to remove the $ANDROID_ROOT/hybris/mw/libhybris folder and try again | 16:03 |
mal | libhybris got GLESv3 support earlier today so maybe build_packages.sh doesn't update submodules correctly | 16:04 |
mal | deathmist: mer wiki is back up | 16:05 |
T42 | <edp_17> @mal: Thanks, I'll remove that folder and try again. | 16:15 |
T42 | ankaos was added by: ankaos | 18: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 |
mal | how 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 |
mal | I meant the exact command you used to install kmod | 22: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-hal | 22: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 |
mal | pretty sure you should be installing it to platform sdk, not the target | 22:17 |
mal | meaning just "sudo zypper in kmod" in platform sdk | 22:17 |
mal | mic build doesn't use target anymore | 22: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/!