Tuesday, 2021-05-25

T42<A_T_R> @elros34 - what permissions you have on /dev/input/event3? I don't know about this .00:28
T42<A_T_R> where should I look for it00:28
T42<elros34> @A_T_R ls -al /path/to/dir. Do you still have commented out init_X00TD.cpp. Also do you have /persist symlink?04:50
T42<A_T_R> device_asus_X00TD/init_X00TD.cpp at hybris-17.1 · SailfishOS-sdm660/device_asus_X00TD05:42
T42<A_T_R> https://github.com/SailfishOS-sdm660/device_asus_X00TD/blob/hybris-17.1/init/init_X00TD.cpp05:42
T42<A_T_R> You mean this ?05:42
T42<A_T_R> No /persist symlink05:43
T42<A_T_R> @elros34 ls -al https://pastebin.ubuntu.com/p/QY8kJ9bDBg/06:22
T42<A_T_R> ls -al /06:22
T42<elros34> check where persist partition is mounted and try to add /persist symlinks then. Obviously if you have error '/dev/input/event3': Permission denied' then you check permissions in /dev/input directory06:44
T42<A_T_R> ln -s /mnt/vendor/persist /persist06:45
T42<A_T_R> created06:45
T42<A_T_R> lrwxrwx--x    1 root     system          20 Feb 10 09:29 persist -> /mnt/vendor/persist/06:46
T42<adampigg> How are people handling TWRP without bunzip2?06:50
T42<adampigg> ah, it has gunzip .. maybe ill change the kickstart06:50
T42<A_T_R> crw-rw----    1 system   system     13,  67 Feb 10 09:35 /dev/input/event306:53
T42<elros34> not sure how relevant this is and what set it to system: kernel or some udev rules but I think changing system to input group might be required for lipstick.07:48
T42<b100dian> I have a script that unbzips before sending to adb/untar, but am curious what change you're doing @adampigg08:17
T42<b100dian> I have root/input as user/group for /dev/input/* indeed @A_T_R08:18
T42<b100dian> one thing that helped me was copying ueventd.rc from the vendor partition as ueventd.${device}.rc next to the ueventd.rc in out/..../root if I remember correctly. That makes droid-hal add more init steps if I understand correctly08:23
T42<elros34> droid-hal use uevent*rc to create udev rules /lib/udev/rules.d/999-android-system.rules08:33
T42Stellar_Eagle was added by: Stellar_Eagle08:55
T42<Stellar_Eagle> @adampigg [How are people handling TWRP without bunzip2?], There's a TWRP installable busybox binary which gets installed at /system/xbin. That helped me.08:59
T42<A_T_R> @elros3410:32
T42<A_T_R> not sure how relevant this is and what set it to system: kernel or some udev rules but I think changing system to input group might be required for lipstick.10:32
T42<A_T_R> how to do this ?😒10:32
T42<elros34> for simple test use chown command then restart user@100000.service to see if that will change anything. Later you can for example create udev rule unless that owner is set in one of init*rc files10:37
T42<A_T_R> @elros34 [droid-hal use uevent*rc to create udev rules / …], ueventd.rc from /vendor or / ?10:37
T42<elros34> search for uevent*.rc in /vendor and compare it with that one you have somewhere in out/. If vendor one have some additional entries then you can copy it10:39
*** kido__ is now known as kido11:00
*** Sellerie2 is now known as Sellerie11:02
T42<A_T_R> ```chown :input /dev/input/event3``` > rebooted permission reset it to :system again11:20
T42<b100dian> Just restart the service Elros mentioned11:51
T42<A_T_R> how to restart that service only ?12:12
T42<j9pw5r7g %lastname%> Fwd from KaRaBaSaN011 %lastname%: Pizza Day Gifts from Solv to be distributed🔥🔥🔥12:36
T42<j9pw5r7g %lastname%> $13,000 worth of IC/USDT airdrop to Support Community!12:36
T42<j9pw5r7g %lastname%> First prize worths 600 USDT💥💥💥12:36
T42<j9pw5r7g %lastname%> Come  in 👉👉 http://solv1.tiny.us/pizza54312:36
T42<elros34> @A_T_R don't forget to rebuild droid-hal after copying that uevent*rc. About permissions: chown :input /dev/input/event* and then systemctl restart user@10000013:13
T42<A_T_R> @elros34 [@A_T_R don't forget to rebuild droid-hal after …], Yeah , compile android parts(hybris-hal,droidmedia) + --droid-hal and --mic13:25
T42<A_T_R> .compiled13:33
T42<A_T_R> (Document) https://irc.thaodan.de/.imgstore/R61HisV0FX.mp413:38
T42<A_T_R> (Document) https://irc.thaodan.de/.imgstore/p2iFA490fA.mp413:40
T42<A_T_R> This is my problem actually13:40
deathmist_mal: have you tried building 4.1.0.23 yet? I get a DB_VERSION_MISMATCH error regarding python2: https://psty.io/r?q=6ff6d14:22
deathmist_that happened during build_packages --droid-hal14:24
maldeathmist_: try sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -m sdk-install -R rpm --rebuilddb14:24
deathmist_mal: yep, that fixed it thanks :)14:25
malgood14:26
T42崔豪款 %lastname% was added by: 崔豪款 %lastname%19:10
T42h7y78vig %lastname% was added by: h7y78vig %lastname%19:13
T42<b100dian> Hi, I get this in logcat "linker  : CANNOT LINK EXECUTABLE "/system/vendor/bin/ipacm": library "android.hardware.tetheroffload.control@1.0.so" not found" but the so is actually in /product/lib64 (and in another case is /system/lib64/vndk-29), any advice how to make it available?23:26
T42<b100dian> anyway, I suppose I can disable those23:51

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