Friday, 2019-04-19

osum4est_progress!! i've reached rootfs, and systemd is running! my phone is stuck on the vendor's logo screen, but my notification light came on with a white light. journalctl shows a bunch of these errors "ufshcd 624000.ufshc: ufshcd_ioctl: User buffer is NULL!", whats the next step in getting to ui?00:46
osum4est_also i never was able to disable selinux so i'm not sure how i've gotten this far00:47
osum4est_looks like 7 systemd units failed. the first one is dev-cpuctl.mount, which fails because "mount: /dev/cpuctl: none already mounted on /config"00:57
osum4est_here's the journalctl: https://pastebin.com/maeycV8K maybe it has to do with the fact that autologin cant start because "Failed to create session: Seat has no VTs but VT number not 0" since i was not able to enable CONFIG_VT01:19
osum4est_is VT required for ui?02:40
r0kk3rzdroid-hal-init: Failed to initialize property area04:33
r0kk3rzhmmm04:33
r0kk3rztbh im not 100% on what we need config_vt for, it normally doesnt cause any issues04:35
malr0kk3rz: wonderin why so many people are getting that failed to initializa property area error recently09:14
r0kk3rzindeed09:14
r0kk3rzi think they're all 15.1 based ports too09:14
malhmm, I thought there was one 14.1 also09:14
malmaybe something went wrong with my 15.1 rebase09:16
T4<austenite> @Hound77 see this https://docs.halium.org/en/latest/porting/debug-build/dmesg.html09:48
T4<austenite> you can also use hybris recovery and telnet09:52
T4<austenite> fastboot flash boot hybris-recovery09:52
masha11mal: I use Lineage OS 14.1. I have the same mistake.10:05
malmasha11: can you show your droid-hal spec file10:09
masha11mal: https://pastebin.com/K5w2aFcw. This?10:14
masha11mal: and https://pastebin.com/0Y7se4cG10:21
T4<elros34> masha11: what libhybris version you tried?10:27
masha11mal: I think i collected  "master" brunch. It was April 9.10:31
T4<elros34> masha11: try this 20bcd5be11fcd82aa9e2e995c4bb37af9c94cbad10:33
masha11mal: Do "git reset --hard ..."?10:37
masha11@elros34: ok, i try10:42
mal@elros34 whst is that?10:48
T4<elros34> mal: I found which commit cause the kmap2qmap segfault for me: https://github.com/mer-hybris/libhybris/commit/28d67998dc47a84a95630401932eea1a8d1b87c010:54
T4<elros34> looks like it also cause bootloop on device (when lipstick start)10:56
masha11@elros34 Should I try to do this: git reset --hard 20bcd5be11fcd82aa9e2e995c4bb37af9c94cbad?11:02
mal@elros34 really? that commit has no functional changes11:03
T4<elros34> it has submodule update11:03
T4<elros34> masha11: whatever is needed to checkout then git submodule update —recursive11:04
mal@elros34 what android base are you using?11:04
T4<elros34> cm1111:04
malso latest version doesn't work for you?11:05
T4<elros34> mal: no, this one works 20bcd5be11fcd82aa9e2e995c4bb37af9c94cbad11:06
T4<elros34> log from kmap2qmap crash: https://pastebin.com/6DfLtMPu11:14
T4<elros34> in platform sdk target11:15
roakiinHey everyone!11:20
NeoChapayroakiin: hello11:20
roakiinDuring execution of the: "rpm/dhd/helpers/build_packages.sh --version" encountered following problem https://pastebin.com/keFtZgbF11:24
mal@elros34 did you try with gdb?11:25
malroakiin: unless you intention hid the device codename you misunderstood how the naming of repos goes, the $DEVICE is supposed to be replaced with device codename, not with "device"11:27
T4<elros34> can you give me any hints how to use gdb in sdk target? it just return " no stack"11:29
roakiinmal: device codename is device :)11:29
malreally?11:30
roakiinmal: I dont think this is a problem, since I ve reached this step more or less without serious problems11:30
malwhat is the real device name?11:30
roakiinmal: it's mkt based board11:31
malroakiin: show you droid-hal spec file11:32
mal*your11:32
roakiinmal: https://pastebin.com/0DSaQG1q11:41
roakiinmal: By the way, I just dont understand from where those missing files come11:42
malremove the first two lines and run "build_packages.sh -d" again, never disable things like that, the script thinks it's enabled11:44
malroakiin: those come from droid-hal rpm build but because those two lines the packages are not built as it mistakenly thinks you provide custom rpms for those11:45
T4<NotKit> @eugenio_g7 did you create https://build.merproject.org/package/view_file/home:eugenio:compat-f5321/_pattern manually?12:26
T4<eugenio_g7> Yup12:29
roakiinmal: I've commented those lines, but the problem is still there12:47
malroakiin: I said remove the lines12:51
malcommenting those lines would have to be done in a certain way for it to work and you really shouldn't have those there so better just remove those12:52
T4<Hound77> @austenite Shouldnt I be using "fastboot flash recovery hybris-recovery" ?14:26
T4<Hound77> Flash as a recovery not as a boot ?14:26
malwhat are you trying to do?14:41
T4<Hound77> I created a .zip files but fail to install. So I did 11.1 . Next I flashed hybris-boot and not able to achieve as described on 9.214:43
T4<Hound77> <mal> Did I miss anything ?14:46
malif you make sure the sfos rootfs is not there then flashing hybris-boot should stop at telnet 23 and you can extract the rootfs there14:57
T4<Hound77> <mal> I have already extracted rootfs as mentioned at 11.115:52
mal@Hound77 so what is the problem?16:13
T4Petar86 was added by: Petar8616:24
T4<Petar86> Hi guys!!!!who have whyred????16:26
T4<Petar86> Porting for this phone????bcz not have official16:27
T4Universalfly was added by: Universalfly16:54
T4<Hound77> <mal> The unsuccessful flash of zip led to manual extraction os rootfs and then flash hybris-boot, right ? So boot the device, do telnet and take logs mentioned on 9.2. Is this the right procedure ? If it is I'm not able to do 9.2 . The mentioned commands does yield required result.17:45
malso what is the problem? you can't telnet or what?18:50
T4GrandChien was added by: GrandChien21:24
T4<Petar86> @MarcoDS_bit  you have whyred????21:27
T4<MarcoDS_bit> Yes21:29
T4<Petar86> You have ported for whyred????21:34
T4<Petar86> @Petar86 [You have ported for whyred????], @MarcoDS_bit21:35
T4<MarcoDS_bit> I'm working on it @Petar8621:36
T4<Petar86> @MarcoDS_bit [I'm working on it @Petar86], Grande!!!!!!21:36
T4<DSstill01> @Hound77 [<mal> The unsuccessful flash of zip led to man …], Ueh?21:59
osum4estmal: r0kk3rz: is there a fix/workaround to the failed to initialize property error? i tried an old rootfs i had that i created before mal did the rebase, but i still got the error on that.23:59

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