Sunday, 2020-12-27

T42Sani3478 was added by: Sani347805:07
T42<Sani3478> pocox3 rom05:07
T42<Sani3478> sailfish rom for pocox305:08
T42<A_T_R> Device tree - https://github.com/SailfishOS-sdm660/device_asus_X00TD06:58
T42<A_T_R> Kernel - defconfig https://github.com/SailfishOS-sdm660/kernel_asus_sdm660/commit/48c1c9589ccc28ab2b76a33b93ee44ac8f5bd18506:58
T42<KernelPanix> @A_T_R [Sfos(hybris-16.9)08:14
T42<KernelPanix> Kernel-4.408:14
T42<KernelPanix> It boots to fast …], yes hybris 16.9 works08:14
T42<elros34> @A_T_R revert commits which adds support for skip_initramfs to your kernel in init/initramfs.c. Also revert *_SECURITY_* changes from your latest commit and disable selinux ONLY via bootparam13:03
T42<A_T_R> This should be okey?13:45
T42<A_T_R> CONFIG_SECURITY_SELINUX=y13:45
T42<A_T_R> CONFIG_DEFAULT_SECURITY_SELINUX=y13:45
T42<A_T_R> CONFIG_SECURITY_SELINUX_DISABLE=n13:45
T42<A_T_R> CONFIG_SECURITY_SELINUX_BOOTPARAM=y13:45
T42<A_T_R> CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=013:45
T42<elros34> yes14:05
T42<A_T_R> https://github.com/sailfish-lavender/android_kernel_xiaomi_lavender/commit/bb814a8f7994ac3b4276cf2b7bd73b0a36b8093114:24
T42<A_T_R> @A_T_R [https://github.com/sailfish-lavender/android_k …], this fix ?14:24
T42<elros34> yes, it can be this way also14:33
T42<A_T_R> sad ..i tried it same boots to fastboot14:33
T42<elros34> how fast does it reboot?14:34
T42<A_T_R> around 15 seconds (some bootloader waring > asus logo  >boots to fb )14:36
T42<elros34> do you have anything in host dmesg?14:38
T42<A_T_R> whole log from host https://pastebin.com/saXtQUzq14:42
T42<elros34> whole log is too much, I can't be sure when you plug in device,  when it shows asus log or when it reboots. Based on few lates messages it boots android. Did you run make hybris-hal after making changes?14:49
T42<A_T_R> @elros34 [whole log is too much, I can't be sure when yo …], Only mka hybris-boot14:53
T42<elros34> same thing14:53
T42<elros34> do you have any errors in mer-kernel-check?14:55
T42<simonschmeisser> hi @elros34 I get the following error when trying to build hal for bullhead:  ninja: error: '/home/simon/hadk/out/target/product/bullhead/kernel', needed by '/home/simon/hadk/out/target/product/bullhead/boot.img', missing and no known rule to make it14:55
T42<elros34> not sure, do you have all repos cloned liked device, kernel?14:56
T42<elros34> and all dependencies14:57
T42<simonschmeisser> except for the kernel it builds fine (if I "touch" that file)15:00
T42<simonschmeisser> If I call make in the kernel/msm subfolder it complains about a missing .config15:02
T42<elros34> yeah that is not how you build it, use source build/envsetup.sh, breakfast/lunch $DEVICE and make hybris-hal according to hadk.15:05
T42<elros34> anyway, didn't you just want do build droidmedia?15:06
T42<A_T_R> mer-kernel-check-15:07
T42<A_T_R> warnings15:07
T42<A_T_R> https://pastebin.com/8NYNJA8815:07
T42<simonschmeisser> yes, ideally that was my plan but droidmedia rpms depend on hybris-hal-dev (or similar)15:08
T42<elros34> these warnings are fine15:08
T42<elros34> @simonschmeisser droidmedia rpm just package files built in HABUILD15:09
T42<simonschmeisser> hmm, maybe I got confused ... now I retried rpm/dhd/helpers/build_packages.sh --gg15:14
T42<simonschmeisser> No provider of 'pkgconfig(libandroid-properties)' found.15:14
T42<elros34> maybe add your device's devel repo to target so it pulls all dependencies or manually copy these 4 or 5 files from droidmedia archive15:17
T42<elros34> also --gg builds more then just droidmedia15:25
T42<elros34> than*15:25
T42<simonschmeisser> true, I uploaded the droidmedia and on obs the gst-droid also succeeded, will test later on hardware15:40
T42<simonschmeisser> thanks @elros34 now the camera works :)16:04
T42<elros34> great16:05
T42<simonschmeisser> I also updated hybris-libsensorfw-qt5-hal-0.12.1 but the sensors are all still dead16:07
T42<elros34> downgrade to 0.11.916:09
malfor gmp-droid (used in browser for hw video decoding) the master branch should not be used on 3.4.0, use the upgrade-3.4.0 branch instead16:11
T42<simonschmeisser> there's only a upgrade-3.2.0 in sensorfw git?16:13
mal@simonschmeisser just build it from the tag mentioned by elros3416:14
mal@simonschmeisser do you build that on OBS?16:15
T42<simonschmeisser> yes16:15
malso put "0.11.9" to revision in the _service file16:16
malfor sensorfw-qt5-hybris16:16
T42<simonschmeisser> its building already :)16:16
malyou did that wrong way, you put it to branch not to revision16:17
maldo you need permission to the main bullhead project?16:18
T42<simonschmeisser> ah, what's the difference?16:18
malyou see the version of the package being built is wrong now16:19
T42<simonschmeisser> I haven't heard back from previous maintainers yet, don't want to make them feel unhappy16:19
T42<simonschmeisser> but yes, sure, give me the permissions and I can still wait a bit with screwing up everything 😃16:20
T42<simonschmeisser> I noticed that the version is wrong but I thought a tag is a tag no matter where I put it?16:22
malnow it looks good16:24
malyou now have permissions to https://build.sailfishos.org/project/show/nemo:devel:hw:lge:bullhead try not to do bad things :)16:26
T42<simonschmeisser> mal: thanks, will try my best, would it likely affect anybody?16:28
malI doubt there there are many (if any) users of that16:29
T42<simonschmeisser> gyro now works, accel is works but needs calibration, proximity and light sensors still fail16:33
T42<simonschmeisser> but nice progress already, the camera is unfortunately so much better than the one in PinePhone (and it was easier to get it to run ... )16:34
malbtw, please fix the droid-hal-version package for that device, it uses old vibrator define, it should be using have_vibrator_native not have_vibrator16:38
T42<simonschmeisser> https://github.com/ghosalmartin/droid-hal-version-bullhead/pull/116:43
T42<simonschmeisser> If he continues not responding for a little while I'll fork and adopt those repos16:44
T42<edp_17> @edp_17 [mal: Hello, I have a question about the androi …], mal: Could you please help me with this when you have time?19:35
xmnedp_17 Perhaps you should still drop your question as well. i can't help but perhaps others can.19:38
mal@edp_17 what is the problem?20:01
malI can't see the message you quote in that because irc is not showing it20:01
Umeaboymal: Have you pushed yet? :)20:15
UmeaboySorry for nagging, but I don't feel like downloading the stock rom for Android 9 and start the port using that.20:16
T42<edp_17> mal: mal: Hello, I have a question about the android.img you built with wayland support for Anbox. I've managed to make anbox-container-manager and anbox-session-manager services happy and running on my device. But when I try to start Anbox I get the screen loaded then shortly after it closes. I have checked the anbox/rootfs/data/syste20:26
T42m.log and seen that the libwayland-client.so is crashing. I've seen that on the host the /usr/lib/libwayland-client.so.0 is different than the one in the android image. Do you think this can be the reason why Anbox doesn't start? If so, could you please rebuild the android image with a newer libwayland-client.so?20:26
T42<edp_17> mal: I have two logs, one when started the anbox.sh as is: (/usr/bin/anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity): https://paste.ubuntu.com/p/ZbnqcXFsHn/20:27
T42<edp_17> mal: and another one when I added the --use-system-dbus parameter: (/usr/bin/anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity --use-system-dbus): https://paste.ubuntu.com/p/XMdSNHmbpc/20:27
T42<edp_17> mal: Thanks looking into it in advance!20:28
malI haven't looked into anbox in two years or so, which version do you use of that, there was some fork which was working on some devices afaik20:52
T42silvestero was added by: silvestero20:55
T42<edp_17> mal: I've dowloaded the one you created for vince (I think)21:07
mal@edp_17 do you mean this one https://build.sailfishos.org/project/show/home:birdzhang:anbox the one in my repo is broken23:28

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