Tuesday, 2020-12-29

*** Ischwitch is now known as Ingvix02:44
T42<A_T_R> how to take logcat from sfos(hybris-16.004:48
T42<A_T_R> now stuck splash logo (telnet connected)04:48
T42<A_T_R> Fwd from A_T_R: dmesg https://pastebin.com/Ht5qmqfq04:49
T42<A_T_R> journalctl https://pastebin.com/KveiA8sa05:18
T42<A_T_R> jpunralctl - https://pastebin.com/BZPpmKfU05:18
T42<A_T_R> mount https://pastebin.com/BZPpmKfU05:18
T42Naomi J. Lamp %lastname% was added by: Naomi J. Lamp %lastname%06:39
T42<A_T_R> @A_T_R [journalctl https://pastebin.com/KveiA8sa11:34
T42<A_T_R> jpunr …], anyone looks at this logs ..11:34
T42<A_T_R> stuck at bootlogog 911:34
*** Ischwitch is now known as Ingvix11:47
T42<elros34> you seems to be missing droid mount units. Check $ANDROID_ROOT/droid-hal-device.log whether fstab* is found in out/ directory if not copy it manually. Same for ueventd*rc. Then rebuild droid-hal12:35
T42<Naomi J. Lamp %lastname%> Earnings with bitcoin FX tradeπŸ‘‡πŸ‘‡12:38
T42<Naomi J. Lamp %lastname%> https://t.me/joinchat/AAAAAE6-ugQ87llueSfGaw12:38
T42<A_T_R> cp: cannot stat 'out/target/product/X00TD/system/lib/modules/.': No such file or directory15:27
malany other errors?16:27
malnot sure if that is critical, not all device use modules16:27
T42<A_T_R> @mal - not other errors16:28
malwhat exactly is the problem? can you show full log16:29
T42<A_T_R> droid-hal-x00td.log https://paste.ubuntu.com/p/wdNQDzNMVY/16:30
malI see no error, it built the rpms based on that16:31
T42<A_T_R> stuck at logo16:31
T42<A_T_R> copied fstab to out/*/*/*/root/16:31
malcan you telnet to the device?16:31
T42<A_T_R> yeah16:31
malwhich port?16:31
T42<A_T_R> 232316:31
T42<A_T_R> telnet 192.168.2.15 232316:32
malshow output of "journalctl -b --no-pager"16:32
malbased on that build log it does generate some mount services16:32
malexcept I can't see the system.mount there, do you see either / or /system in the fstab?16:33
T42<A_T_R> https://del.dog/lorferitup.txt16:34
T42<A_T_R> journalctl -b β€”no-pager16:34
malif that missing some part of the log?16:35
T42<A_T_R> fstab.qcom - https://del.dog/ceatoheste.txt16:36
mallooks like system partition is missing from there16:36
T42<A_T_R> missing some part , i didn't copied all16:36
T42<A_T_R> full journalctl log https://del.dog/inyfifatym.txt16:37
malcould you try copying the lines for /vendor and /system from there https://github.com/LineageOS/android_device_asus_X00TD/blob/lineage-16.0/rootdir/etc/recovery.fstab#L11 to your fstab in out/16:43
malthen rebuild droid-hal rpms16:43
T42<A_T_R> yeah i will try thanks ...directly to device/*/*/rootdir/fstab.com ?16:43
malyes16:44
T42<A_T_R> then rebuild β€”mic ,flash ?16:48
malyes16:48
malor manually install the rpms to the device16:48
T42<A_T_R> how to that manually16:49
malthe ones of droid-hal rpms that are installed, not all16:49
malrpm -U some.rpm16:49
malmaybe it's easier to make a new image16:49
T42<A_T_R> ok16:49
malbefore you flash the image could you check the droid-hal build log for the line containing config.mount and other .mount services and show that16:58
T42<A_T_R> https://del.dog/aredinginu.txt droid-hal- log17:01
T42<A_T_R> ++ echo config.mount dev-cg2_bpf.mount dev-cpuctl.mount dev-cpuset.mount dev-stune.mount mnt-vendor-persist.mount sys-fs-bpf.mount sys-fs-pstore.mount vendor-bt_firmware.mount vendor-dsp.mount vendor-firmware_mnt.mount17:01
T42<A_T_R> @A_T_R [https://del.dog/aredinginu.txt droid-hal- log], No journal files were found. .error ?17:04
malhmm, still no system.mount or vendor.mount in that17:13
T42<A_T_R> may be i have to copy fstab manually to out/*/*/*/root/-17:14
malwhat?17:15
maldo you have out/target/product/X00TD/vendor/etc/fstab.qcom ?17:15
T42<A_T_R> Yeah vendor/etc/fstab.qcom17:16
malI think that is copied during build17:17
T42<A_T_R> But no /system /vendor mount points that I added device tree17:17
malcan you check the files in out/ again17:18
malsince you have that out/target/product/X00TD/vendor/etc/fstab.qcom you should not need to add that device/*/*/rootdir/fstab.qcom you mentioned earlier17:18
T42<A_T_R> What to do now ?17:19
malmake sure the /system and /vendor lines are correctly in the fstab17:20
T42<A_T_R> Yeah17:20
T42<A_T_R> In device tree.17:20
malwhat do you mean by device tree? in device/$VENDOR/$DEVICE?17:21
T42<A_T_R> Yeah17:21
T42<A_T_R> https://paste.ubuntu.com/p/f9rfG8Cw85/17:21
malif you edited the fstab.qcom file in there then you need to run make hybris-hal again the same way you did before and then rebuild droid-hal rpms17:22
T42<A_T_R> ok17:22
malafter make hybris-hal you should see the changes in out/target/product/X00TD/vendor/etc/fstab.qcom17:22
T42<A_T_R> + echo 'config.mount dev-cg2_bpf.mount dev-cpuctl.mount dev-cpuset.mount dev-stune.mount mnt-vendor-persist.mount sys-fs-bpf.mount sys-fs-pstore.mount system.mount vendor-bt_firmware.mount vendor-dsp.mount vendor-firmware_mnt.mount vendor.mount'17:31
malnow it does seem to find the new changes17:32
T42<A_T_R> thanks17:32
malbefore you reflash could you check one thing on device17:32
T42<A_T_R> yeah17:32
malcheck the content of /usr/lib/systemd/system/vendor-firmware_mnt.mount and the line starting with What=17:34
T42<A_T_R> What=/dev/mmcblk0p2517:37
T42<A_T_R> (/usr/bin/dconf:185601): GLib-GIO-CRITICAL **: 17:44:33.143: g_dbus_connection_emit_signal: assertion 'object_path != NULL && g_variant_is_object_path (object_path)' failed17:44
malok, then those mount services should be fine, I just wanted to see that fixup-mountpoints in working correctly17:50
maldid you flash the new image already?17:51
T42<A_T_R> no ,now flashing new image17:51
T42<A_T_R> OMG ,amazing ... Booted 😘17:56
T42<A_T_R> Thanks @mal @elros πŸ‘17:56
malgood17:56
maldoes anything else work on the device yet?18:03
T42<Verevka86> Help. tell me how this can be. I put on purely sfos myself zypper is and works, I give another person the same firmware and there is no zypper after installation? 😳18:06
T42<A_T_R> @mal WiFi,camera, works18:08
T42<A_T_R>  ,ril dead18:08
maldid you add configuration for ril?18:10
T42<A_T_R> No18:10
malthat was based on hybris-16.0?18:11
T42<A_T_R> yes18:11
malis that single of dual-sim device?18:11
mal*or18:11
T42<A_T_R> Dual sim18:11
malok, then copy this to /etc/ofono/ril_subscription.conf https://raw.githubusercontent.com/mer-hybris/droid-config-sony-ganges-pie/master/sparse/etc/ofono/ril_subscription.conf and then for the second sim slot this to /etc/ofono/ril_subscription.d/dual-sim.conf https://raw.githubusercontent.com/mer-hybris/droid-config-sony-ganges-pie/master/sparse/etc/ofono/ril_subscription.d/dual-sim.conf18:14
*** Ischwitch is now known as Ingvix23:35

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