**** BEGIN LOGGING AT Mon May 28 03:00:04 2018 May 28 14:57:28 test_egl_configs give me this error: … Starting test (EGL_PLATFORM=hwcomposer) … EGL Error 3001 at test_egl_configs.c:100 May 28 14:57:35 any tip? May 28 16:02:22 don't set hwcomposer for test_egl_configs May 28 16:02:28 @jasousa May 28 16:30:10 @NotKit, Sameerror (EGL_PLATFORM=null) … EGL Error 3001 at test_egl_configs.c:100 May 28 16:30:29 which rootfs? May 28 16:30:31 @NotKit, [Edit] Same error (EGL_PLATFORM=null) … EGL Error 3001 at test_egl_configs.c:100 May 28 16:30:41 PM caf May 28 16:38:09 strace it May 28 21:37:01 Strace for test_egl_configs: https://paste.ubuntu.com/p/hmVspWdpZr/ May 28 21:39:09 https://github.com/Halium/android_system_core/pull/1 … this will fix the /dev/socket/property_service problem … I don't think it is related with your main problem but.... … voilà May 28 21:41:07 yes.. have many errors with /dev/socket... will try this fix May 28 21:41:36 I don't understand why this PR wasn't already merged.... May 28 21:44:03 I have the same problem on my port … ```library "libgui.so" wasn't loaded and RTLD_NOLOAD prevented it``` May 28 21:44:07 after this fix do I need reinstall system.img or only hybris-boot.img? May 28 21:44:26 just system.img May 28 21:44:45 do you know how can reinstall only system.img... ? May 28 21:44:59 there is a script … wait May 28 21:45:47 I use https://github.com/JBBgameich/halium-install May 28 21:46:01 https://github.com/Halium/halium-scripts … use … ```replace-android-image``` … it need adb May 28 21:46:48 @jasousa, the JBB's script is the best for install … continue tu use it May 28 21:47:04 Hmm, I still don't use any scripts May 28 21:47:10 Need to learn to :) May 28 21:47:33 ahahah you use the "old good way" ? ;) May 28 21:47:34 [Edit] Hmm, I still don't use any Halium scripts May 28 21:47:59 Well, when I started the port the script was just failing May 28 21:48:02 yes... bu I think dont have a reinstall system.img script May 28 21:48:29 no problem.. I will reinstall all May 28 21:48:35 ```replace-android-image``` … replace system.img May 28 21:49:11 [Edit] ```replace-android-image path/to/system.img``` … replace system.img May 28 21:50:12 @ilyaishere, when did you start the port? May 28 21:58:44 @vince1171, Well.. I don't understand very well how to fix May 28 21:58:58 need change init.cpp ? May 28 21:59:22 yep May 28 22:00:13 you add … ```mkdir("/socket", 0755);``` … at the 506th lines of init.cpp May 28 22:00:54 and remove the … ```/dev/``` … at the 44th line of sockets.h May 28 22:01:00 [Edit] you add … ```mkdir("/socket", 0755);``` … at the 506th line of init.cpp May 28 22:01:34 then you recompile system.img May 28 22:02:49 ok.. this... right? https://github.com/Halium/android_system_core/pull/1/files/e4c50a94a157b18699e0bfaa55422b038a6992f6 May 28 22:02:58 yep May 28 22:03:11 thanks May 28 22:03:40 [Edit] and remove the … ```/dev``` … at the 44th line of sockets.h May 28 22:17:43 hum.. no /dev/socket or /socket directory May 28 22:18:23 will try reinstall all with https://github.com/Halium/halium-scripts May 28 22:19:28 @jasousa, in device tree or in halium/pm? May 28 22:20:12 in device, with ssh May 28 22:20:50 there is 2 file you need to change in your device tree … system/core/include/cutils/sockets.h … and … system/core/init/init.cpp May 28 22:21:10 [Edit] there is 2 file you need to change in your device tree … system/core/include/cutils/sockets.h … and … system/core/init/init.cpp … in the device tree NOT IN SSH May 28 22:21:34 yes.. I change this files, follow the fix github, compile system.img and reinstall May 28 22:22:04 but still get the sam error refering /dev/socket May 28 22:22:21 oh... … sorry I misunderstood ^^ May 28 22:22:29 strange ... :/ May 28 22:22:39 it fix this problem for me ... May 28 22:23:29 maybe replace-android-image didn't work well.. cause I dont use /Halium/halium-scripts in firsta install May 28 22:24:13 to install, use the JBB script … https://github.com/JBBgameich/halium-install May 28 22:24:53 to replace system.img use Halium/halium-scripts ^^ May 28 22:25:06 that what I did May 28 22:25:18 strange... May 28 22:25:50 [Edit] strange... … why it didn't work.... May 28 22:27:06 ye.. strange... will try analyse carefull May 28 22:32:40 Good luck :) May 28 22:33:01 Yes.. that's all I need! **** ENDING LOGGING AT Tue May 29 03:00:04 2018