Tuesday, 2021-12-21

T42<rodrisola> https://www.toptal.com/developers/hastebin/webuvowoka.yaml00:19
T42<rodrisola> What partitions do I start by creating the mount ?, because I have system_Ext, system, system_root in twrp00:19
T42<rodrisola> shows nothing00:23
T42<rodrisola> @elros34 shows nothing00:23
T42<elros34> ok, what hangs now writing to hotplug or starting mdev?00:24
T42<elros34> but did you test this on 23 telnet? In 2323 maybe too late00:26
T42<elros34> about partitions it depends whather you have real partitions or only dynamic00:27
T42<rodrisola> in port 2300:33
T42<rodrisola> in port 232300:33
T42<rodrisola> https://www.toptal.com/developers/hastebin/qosidenina.makefile00:35
T42<elros34> like I said 2323 is too late, run it in 2300:41
T42<rodrisola> In Port 23 conexión closed00:52
Mister_Magistersounds french00:54
T42<elros34> you would have to flash hybris-recovery or create /init_enter_debug to stop real rootfs switch00:54
T42<rodrisola> you tell me to pass the hybris-recovery?01:02
T42<rodrisola> Fastboot flash recovery hybris-recovery?01:02
T42<elros34> if you prefer that way then: fastboot flash (or just boot?) boot hybris-recovery.img01:03
T42<rodrisola> OK not recognize, only black screen... Dmesg -w recognize android device (re @elros34: if you prefer that w...)01:42
T42<elros34> so why don't you jsut create file /init_enter_debug, its easier and faster01:43
T42<rodrisola> why now rdnis no more ip address in the host01:47
T42<rodrisola> tell me how I create it, any link (re @elros34: so why don't you jsu...)01:48
T42<elros34> 'touch /path/to/file' when you are in sfos roots, that is all01:49
T42<rodrisola> I don't understand (re @elros34: 'touch /path/to/file...)01:58
T42<rodrisola> Sorry01:58
T42<elros34> telnet 192.168.2.15 2323 then 'touch /init_enter_debug' then ' reboot -f', it's really that simple01:59
T42<rodrisola> touch /init_enter_debug2" in 2323 telnet01:59
T42<rodrisola> Ok01:59
T42<rodrisola> And tell me what I do from there? The dmesg shows me the logo or the phone behaves in some way02:04
T42<elros34> figure out what happens so hotplug code hangs, is there something in dmesg. No idea if that hotplug code is really required. I do not remember anybody with such a issue. Whatever you will figure out then follow regular hadk instruction: journalctl, logcat, mount units and so on. I need to sleep, good luck02:13
T42<foxclore> Hey, quick question:12:30
T42<foxclore> When entering sfossdk, it mounts some directories12:30
T42<foxclore> How to add custom one?12:30
T42<elros34> add enter_sdk in .mersdkrc: https://pastebin.com/VrUrv6Fx but this is little overcomplicated12:53
T42<sherafeddin haravi .> ↆ13:34
T42<sherafeddin haravi .> 📖 Hello to all members of the group13:34
T42<foxclore> Hmm, it tells “no such directory exists”14:30
T42<foxclore> https://pastebin.com/bLU4GQWa14:30
T42<foxclore> Here is the file:14:30
T42<foxclore> https://pastebin.com/cyijx5Yx (re @elros34: add enter_sdk in .me...)14:30
T42<elros34> create it then14:31
T42<foxclore> But I want to mount that dir on /mnt/volume2 (re @elros34: create it then)14:35
T42<elros34> then why do you mount it to ${HOMEDIR}/$BIND_DIR?14:38
T42<elros34> be aware that sdk must be on partition mounted without nodev (nosuid?) options14:39
T42<foxclore> so uhm, sdk is on the system volume, and I have external drive mounted  on the /mnt/volume214:47
T42<foxclore> And I want this external drive to be accessible from the Platform_SDK14:47
T42<elros34> so basically mount --bind /mnt/volume2 /path/to/sdk/root/mnt/volume215:04
T42<foxclore> yay! worked! Thanks^^15:07
T42<foxclore> piggz’s website is down (18:43
piggz@foxclore oops hosting is due!18:43
T42<foxclore> So uhm, a problem: failed to apply patches18:44
T42<foxclore> https://pastebin.com/MwDuBf6H18:44
T42<foxclore> any ideas?18:44
T42<adampigg> should be up now (re @foxclore: piggz’s website is d...)18:53
T42<foxclore> yep! (re @adampigg: should be up now)19:00
T42<foxclore> hm19:02
T42<foxclore> search shows no ocurrencies of failed patches whatsoever, interesting19:02
malare you sure you didn't try to reapply the patches when you had those already applied?19:18
T42<foxclore> Quite sure, that was from dry run. Well, i guess nothing bad will happen if i skip?19:30
maldid you check the repo that goes to if it's there already or not19:33
T42<foxclore> oh wait right those are my repos I forgot I updated20:12
T42<foxclore> thanks20:12
T42<rodrisola> @elros34 i have this error23:01
T42<rodrisola> https://www.toptal.com/developers/hastebin/amejevuril.yaml23:01
T42<elros34> its because your droid-hal-init service is not up or it crashed23:09
T42<rodrisola> this is a log23:14
T42<rodrisola> https://www.toptal.com/developers/hastebin/kipakoyeqe.yaml23:14
T42<rodrisola> i try https://github.com/mer-hybris/hadk-faq/blob/master/README.rst#id23  in the branch hybris-17.1.old, and hybris-17.123:15
T42<rodrisola> /bin/sh: /usr/bin/droid/droid-hal-startup.sh: Permission denied23:16
T42<rodrisola> / #23:16
T42<elros34> ok do not run random commands, read hadk-faq/hot it has all set of commands you need to run to get idea of what is running. First is checking selinux, then mount partitions, droid-hal-init is far away from you still23:18
T42<elros34> like "Generating logs" or "I have telnet but not gui" section23:20
T42<rodrisola> ok23:20
T42<elros34> for 18 base you need to be aware of dynamic partitions, check whether you have real block devices for  system system_ext and others (/dev/sdx)23:26
T42<Mister_Magister> wait what (re @elros34: for 18 base you need...)23:49
T42<Mister_Magister> whats that23:49
T42<elros34> one super partition to rule them all23:51
T42<rodrisola> A question, on my device there is the system, the system_root and the system ext, which may be that of the main system23:53
T42<elros34> but are they available as regular block device in /dev/sdx or /dev/mmcblk0px?23:54
T42<rodrisola> https://www.toptal.com/developers/hastebin/xucimokiki.yaml23:57
T42<rodrisola> super is             -e 's block/bootdevice/by-name/super sda25 ' \23:58
T42<rodrisola> my device is /dev/sdx23:58
T42<elros34> so you handle super partition already?23:59

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