*** juiceme is now known as Guest91761 | 04:38 | |
T42 | <adampigg> vknecht: just your PR to merge ;) | 07:08 |
---|---|---|
rinigus | I went through Xperia 10 build guide and there were few small issues with it. Posting them here as a feedback | 07:30 |
rinigus | Looks like 'lunch aosp_$DEVICE-user' is missing before running simg2img command. Otherwise this command is not in the path | 07:30 |
rinigus | Quite a few patches didn't apply as a part of droid-system-device/helpers/copy_system.sh as files were missing. These include system/bin/netcfg system/bin/install-recovery.sh system/etc/dhcpcd/dhcpcd-run-hooks system/etc/partition_permission.sh and few others. | 07:30 |
rinigus | mic fails with nothing provides pulseaudio-modules-droid-hidl. Compiling pm/dhd/helpers/build_packages.sh --mw=https://github.com/mer-hybris/pulseaudio-modules-droid-hidl.git and same for https://github.com/jusa/audiosystem-passthrough.git fixed it. not sure whether latter is needed. | 07:30 |
rinigus | haven't tested the resulting build - was mainly doing to figure out what has to be changed for xz2 platform. still have to review the pulled repos, though. | 07:30 |
*** Gizmokid2005 is now known as Gizmummy2005 | 14:41 | |
vknecht | piggz, hello ! I'm on it :-) | 15:04 |
benclark06 | mal: cm-12.1 | 15:28 |
vknecht | piggz, done ; https://build.merproject.org/package/binaries/nemo:devel:hw:TCL:idol3/harbour-advanced-camera?arch=armv8el&repository=sailfish_latest_armv7hl | 16:29 |
vknecht | except the MediaPlayer onPositionChanged() which I kept, otherwise slider doesn't update after seeking (bug in component ?) | 16:31 |
benclark06 | is tklock.c: tklock_datapipe_uiexception_type_cb(): uiexception_type = notif -> none why i'm not getting a gui or is that normal? | 16:55 |
benclark06 | uhh here's the logs if you need them https://gist.github.com/benclarkk/614b6fc3467f43523ef91f1e55f730e2 | 17:04 |
benclark06 | or is my issue Dependency failed for The lipstick security prompt UI.? | 17:50 |
benclark06 | i can't really tell | 17:50 |
vknecht | rather that lipstick (still) gets killed, I guess | 17:52 |
benclark06 | so the hack's running | 17:52 |
benclark06 | where was the script located? | 17:53 |
benclark06 | i want to try deleting it | 17:54 |
benclark06 | nevermind it doesn't fix it | 18:00 |
piggz | vknecht: did you do anything about the moving play button? | 18:16 |
vknecht | piggz, yes, it's centered now | 18:16 |
piggz | benclark06: does test_egl etc work? | 18:17 |
mal | vknecht: https://github.com/joonne/harbour-nayttamo/blob/master/qml/pages/PlayerPage.qml#L147 ref slider position | 18:18 |
benclark06 | piggz: i'll check, one moment | 18:19 |
vknecht | mal, thanks, trying that... | 18:20 |
benclark06 | piggz: no https://gist.github.com/benclarkk/efada1213bf99b600e739942f5868542 | 18:20 |
mal | vknecht: that is special case since we show in that app the time as string also | 18:20 |
mal | vknecht: but you can at least see that using position should work | 18:21 |
piggz | mal: i wonder how many hours now i have been bisecting and trying mesa versions to find the bug! | 18:36 |
T42 | <DylanVanAssche> piggz: Taking a short break might help! | 18:38 |
mal | piggz: :( | 18:38 |
piggz | @DylanVanAssche no, i think im getting close | 18:38 |
T42 | <DylanVanAssche> piggz: I hope you find the bug quickly! | 18:39 |
piggz | it must be 8 or so .... every build / test task 20-25 minutes | 18:39 |
T42 | <DylanVanAssche> piggz: I hope to burn the rootfs to the PineTab tomorrow. | 18:40 |
piggz | @DylanVanAssche does the same root, with a different boot.cmd work? | 18:41 |
T42 | <DylanVanAssche> piggz: DTS should be changed, for the rest we need the right kernel defconfig (there's one for the PineTab and PinePhone together) | 18:41 |
T42 | <adampigg> yeah, we should use that | 18:42 |
T42 | <adampigg> thats what i mean about the boot.cmd ... we can have a single kernel, and the boot.cml will specify the dts/dtb | 18:43 |
T42 | <DylanVanAssche> Yeah a different boot.cmd is needed to make a difference between DTS/DTB files. Wondering how U-boot tackles multiboot :P | 18:44 |
vknecht | *should* ;-) | 18:47 |
* vknecht tries something... | 18:48 | |
vknecht | nope (tried pausing before seeking) | 18:55 |
vknecht | must say I'm out of ideas, and it's been quite a pain to get it working | 19:02 |
vknecht | maybe it behaves differently due to structure (mediaplayer and videooutput in same page, versus mediaplayer defined in ApplicationWindow in harbour-nayttamo) | 19:05 |
vknecht | now I'm just a hobbyist, maybe I made a stupid mistake | 19:13 |
*** electro is now known as Guest61312 | 19:18 | |
vknecht | benclark06, is that your current spec : https://github.com/benclarkk/droid-hal-falcon? don't you miss QCOM_BSP define and the like ? also, your dhd submodule looks old... | 19:23 |
benclark06 | vknecht: i'm pretty sure i updated it, and yes, that's my current spec | 19:24 |
benclark06 | i'll try updating it again, though | 19:25 |
vknecht | well, if it's qcom based you should have a %define section like this (unless I'm mistaken) : https://github.com/vknecht/droid-hal-idol3/blob/65555a400e9a0d92cf3191817e7afa60dd82211b/droid-hal-idol3.spec#L24 | 19:25 |
T42 | <elros34> QCOM_BSP in droid-hal-$DEVICE.spec is needed only if it's not automatically detected. So before adding it check if it's really missing in android-config.h in droid-hal devel package. | 19:29 |
mal | vknecht: I'll do some testing | 19:30 |
vknecht | 👍 | 19:32 |
mal | vknecht: I just verified that in the other app I linked slider updates without issues after seeking, I'll try to make cam app do the same | 19:37 |
benclark06 | vknecht: alright, i've added that, and now should i do build packages? | 19:54 |
mal | vknecht: it seems I'm not sure why slider works in the other app, I couldn't reproduce that in cam app | 21:29 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!