Saturday, 2022-02-12

T42<HengYeDev> what happened to the collabedit? did I break it?01:34
*** Mister_Magister_ is now known as Mister_Magister02:25
T42<dcmmc> @elros34 I tried surfaceflinger, but it stuck with no error outputed13:23
T42<dcmmc> the screen is black13:23
T42<elros34> on hybris-16?13:24
T42<dcmmc> yes13:24
T42<elros34> did you try to stop user@100000.service first?13:24
T42<dcmmc> strace showed it stucked in epoll_wait13:24
T42<dcmmc> okay13:24
T42<elros34> in that case logcat might shows something13:24
T42<elros34> stop user service or even better mask it and reboot13:25
T42<dcmmc> https://irc.thaodan.de/.imgstore/a809fbbc/file_3303.jpg13:26
T42<dcmmc> yes. logcat outputs so many errors13:26
T42<elros34> what permissions /dev/ion have?13:27
T42<dcmmc> 60013:27
T42<elros34> owner?13:29
T42<dcmmc> ownered by root13:29
T42<elros34> try something more permissive, maybe system as owner or just chmod a+rw13:30
T42<dcmmc> i tryied a+rw13:30
T42<TheVancedGamer> Try media group13:30
T42<TheVancedGamer> and owner system as Elros said13:31
T42<dcmmc> logcat showed failed to import ion buffer13:31
T42<dcmmc> okay13:31
T42<elros34> but failed to open /dev/ion  dissappeard?13:32
T42<dcmmc> @elros34  yes13:32
T42<dcmmc> now it’s ION_IOC_IMPORT failed13:32
T42<elros34> do you have permissions change line for /dev/ion in /lib/udev/rules.d/99*13:33
T42<elros34> ?13:33
T42<dcmmc> no13:34
T42<elros34> something like KERNEL=="ion"13:36
T42<dcmmc> no i misses this!13:37
T42<elros34> so follow " Make sure that after making hybris-hal, you have fstab* and ueventd*rc ...." point from https://collabedit.com/kr9xx13:38
T42<dcmmc> In Caleb’s repo, I found 999-android-vendor.rules:KERNEL=="ion", MODE="0664", GROUP="system", OWNER="system"13:38
T42<dcmmc> I will add these stuff13:38
T42<elros34> So why did you remove them?13:39
T42<elros34> I can see this file in your repo: https://github.com/DCMMC/droid-config-enchilada/blob/hybris-16.0/sparse/lib/udev/rules.d/999-android-vendor.rules13:39
T42<dcmmc> I made a new droid-config by following https://github.com/sailfish-motog7/droid-config-river/tree/master/sparse13:40
T42<dcmmc> i’m going to add the missed udev rules13:41
T42<elros34> motorola? Is that even similar device?13:42
T42<dcmmc> no this device is sdm632 but mine is sdm84513:42
T42<dcmmc> oh now i got the gui! thank you very much!13:51
T42<elros34> it was bad idea to not use working droid-config repo:)13:51
T42<dcmmc> ye you are right. I have learned a lot13:55
T42<dcmmc> @HengYeDev did you encounter vndservicemanag crashed error when trying waydroid on sailfish?16:40
T42<dcmmc> https://pastebin.com/HtJ7NRDP16:40
T42<dcmmc> https://pastebin.com/nbcQy6MA16:41
T42<calebccff> @dcmmc where are you hosting your repos? if you fancy taking over https://github.com/sailfish-oneplus6 that would be great17:46
T42<dcmmc> @calebccff I’m now hosting my repos in https://github.com/DCMMC/local_manifests17:47
T42<dcmmc> It would be great I can push my conf to sailfish-oneplus17:49
T42<calebccff> I've invited you17:52
T42<calebccff> https://github.com/sailfish-motog7/sailfish-patches17:52
T42<calebccff> ah nice to see people pushing fixes back upstream to me -_-17:52
T42<dcmmc> @calebccff I received your invitation and I’m glad to commit some updates17:52
T42<calebccff> o wait they did lol nvm (re @calebccff: ah nice to see peopl...)17:53
T42<calebccff> cool, feel free to do whatever there to get things up to date. (re @dcmmc: @calebccff I receive...)17:54
T42<dcmmc> @calebccff okay, no problem😝17:55
T42<HengYeDev> No, it worked very finely (re @dcmmc: @HengYeDev did you e...)20:14
T42<HengYeDev> hmm, its still bootlooping,kernel config seems to be fine https://github.com/sailfish-on-gta4xlwifi/android_kernel_samsung_gta4xl/blob/d875d34e10e1118cdd2e42c3ad4beb4080b75345/arch/arm64/configs/exynos9611-gta4xlwifi_defconfig and here is my ramdisk init with all the changes https://gist.github.com/HengYeDev/01596de2c00256ab2deeab589691704722:26
T42<HengYeDev> I think I might have misinterpreted about the DONE_SWITCH? (re @elros34: ok, so if you do not...)22:26
T42<elros34> it will but if you that defconfig change fixed main issue now you should have init.log22:27
T42<HengYeDev> @elros34 Nope, no init.log in /data/.stowaways/sailfishos22:31
T42<HengYeDev> should i add some timing to the check_kernel_config functions?22:31
T42<HengYeDev> Also, in lineage settings it says tablet is encrypted but i didn't have to enter a pin code in recovery, should i still flash some disabler zip?22:31
T42<HengYeDev> also, i have no idea where the twrp image is, i only have lineage recovery22:32
T42<elros34> you should have format /data partition just before flashing sfos. check_kernel_config is easy, compare it with out/target/*/*/.config and that should be fine22:32
T42<HengYeDev> @elros34 i can't format data in recovery because no bzip, safe to format /data in lineageos?22:34
T42<HengYeDev> @elros34 i can't format data in recovery because no bzip for decompressing, safe to format /data in lineageos? (edited)22:34
T42<elros34> not sure if you can do this correctly in android. Search for bzip in channel log, for sure there were some workarounds like different compression method or other22:36
T42<HengYeDev> @elros34 search didn't turn up anything, should i try finding some static binary for bzip or extract it on computer and package it as a tar, then push it to the device?22:40
T42<elros34> really, "bzip2 site:irclogs.sailfishos.org" shows many results22:43
T42<HengYeDev> ok, i will take a look (re @elros34: really, "bzip2 site:...)22:48
T42<HengYeDev> did that, used .gz instead accordingly to irc log, still no init.log23:27
T42<HengYeDev> maybe i should keep trying to figure out usb debug on ramdisk first? (re @elros34: you should have form...)23:27

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