**** BEGIN LOGGING AT Wed Jul 11 03:00:03 2018 Jul 11 03:25:18 ubptgbot: another error: `signapk.jar, needed by...`. The guide says to remove calling of all apk and java files but setup takes care of that.... which make files should i edit? Android.mk? Jul 11 03:27:25 I used `grep -r jar ./vendor` and again for `./devices` and again for apks looking for the references it said to comment out. I don't know if that's a good approach and it didn't work for me but I can't see why it wouldn't be Jul 11 03:28:30 ubptgbot: thanks.... i was greping each file, forgot this command... thanks! Jul 11 03:29:22 ther are so many... why inst there a block comment for make files -.- Jul 11 03:37:49 ubptgbot: new error: product/rolex/obj_arm/STATIC_LIBRARIES/android.hardware.camera.common@1.0-helper_intermediates/export_includes', needed by product/rolex/obj_arm/SHARED_LIBRARIES/camera.msm8937_intermediates/import_includes Jul 11 03:43:22 Heh, thats the problem I came up against next too! Different libraries though. That one...I havent figured out yet. :/ Jul 11 07:54:11 ubptgbot: RachelBirdy: aww... Jul 11 07:57:14 echo_salik hack is to create an empty file by using touch for product/rolex/obj_arm/STATIC_LIBRARIES/android.hardware.camera.common@1.0-helper_intermediates/export_includes , if you get more errors related to this then go back ,, undo the change and look for other solutions Jul 11 07:57:57 ubptgbot: hm... let me try that and I'll reort back Jul 11 07:58:02 *report Jul 11 07:58:52 @RachelBirdy, no, thats the wrong way to so it, just got to ~/halium/vendor and analyze the makefiles manually . and comment what was conflicting Jul 11 07:59:14 @RachelBirdy, [Edit] no, thats the wrong way to so it, just got to ~/halium/vendor and analyze the makefiles manually . and comment whatever was conflicting Jul 11 08:02:47 wait... so am i supposed to do what? edit make files or touch files... (idk why touch files seems funny xD) Jul 11 08:12:07 just run touch product/rolex/obj_arm/STATIC_LIBRARIES/android.hardware.camera.common@1.0-helper_intermediates/export_includes Jul 11 08:16:36 superl2 was added by: superl2 Jul 11 08:17:07 Hey any chance of a Project Treble GSI being made for Ubuntu Touch or Plasma Mobile? Jul 11 08:17:09 [Edit] Hey, any chance of a Project Treble GSI being made for Ubuntu Touch or Plasma Mobile? Jul 11 08:27:25 ubptgbot: abhishek_01: still same error Jul 11 08:28:05 ubptgbot: abhishek_01: wait... new error Jul 11 08:28:57 ubptgbot: halium/out/host/linux-x86/bin/minigzip needed by out/target/product/rolex/ramdisk-recovery.img Jul 11 08:30:07 ubptgbot: after installing minizip same error Jul 11 08:30:28 ubptgbot: camera.common one Jul 11 08:33:42 ubptgbot: i just notived something... my product directory is empty... Jul 11 08:33:46 pastebin it Jul 11 08:35:06 ubptgbot: the whole error? Jul 11 08:35:18 yes Jul 11 08:36:15 ubptgbot: https://pastebin.com/1vif1YLf Jul 11 08:40:00 are you sure you created that export_includes file ? Jul 11 08:41:56 ubptgbot: yep... `cat product/rolex/obj_arm/STATIC_LIBRARIES/android.hardware.camera.common@1.0-helper_intermediates/export_includes` returns empty instead of an error Jul 11 08:42:26 ubptgbot: but my whole product folder is empty... besides this file Jul 11 08:49:10 lol XD .. you just pasted that command ...... touch /home/salik/Documents/halium/out/target/product/rolex/obj_arm/STATIC_LIBRARIES/android.hardware.camera.common@1.0-helper_intermediates/export_includes Jul 11 08:49:47 wait i should manually add stuff in out directory? Jul 11 08:51:45 you have to create an empty file in /home/salik/Documents/halium/out/target/product/rolex/obj_arm/STATIC_LIBRARIES/android.hardware.camera.common@1.0-helper_intermediates/ called export_includes Jul 11 08:57:26 ubptgbot: ok new error... and most of them are realted to this android.hardware.camera.common... is there a way to add this? so that i can avoid creating files for it? Jul 11 09:02:08 pastebin Jul 11 09:02:28 ninja: error: 'NOTICE-TARGET-STATIC_LIBRARIES-android.hardware.camera.common@1.0-helper', needed by '/home/salik/Documents/halium/out/target/product/rolex/system/lib/hw/camera.msm8937.so', missing and no known rule to make it Jul 11 09:02:47 ninja: error: '/home/salik/Documents/halium/out/target/product/rolex/obj_arm/STATIC_LIBRARIES/android.hardware.camera.common@1.0-helper_intermediates/android.hardware.camera.common@1.0-helper.a', needed by '/home/salik/Documents/halium/out/target/product/rolex/obj_arm/SHARED_LIBRARIES/camera.msm8937_intermediates/LINKED/camera.msm8937.so', missing and no known rule to make it Jul 11 09:04:27 ubptgbot: https://pastebin.com/UYw5Y5Kq Jul 11 09:05:17 now revert that export_includes hack, now you have to fix those errors by yourself .. Jul 11 09:05:24 https://thealaskalinuxuser.wordpress.com/2016/06/10/error-no-rule-to-make-target-export_includes/ for reference Jul 11 09:09:50 ubptgbot: thanks... Jul 11 09:23:45 Getting this error on build: Jul 11 09:23:47 device/xiaomi/msm8996-common/configpanel/Android.mk:37: frameworks/base/packages/SettingsLib/common.mk: No such file or directory Jul 11 09:42:56 ubptgbot: superl2: comment it out in that file... i asked this a few hours ago Jul 11 10:28:29 I get this error installing plasma mobile... the reference image worked fine Jul 11 10:28:30 unpacking rootfs tarball to system-image ... Killed … zcat: write error: Broken pipe … zcat: write: Broken pipe Jul 11 10:38:52 @superl2, use jbb's script https://github.com/JBBgameich/halium-install/releases/ Jul 11 10:39:50 usage ```./halium-install -p pm /path/to/rootfs /path/to/systemimage``` Jul 11 10:49:04 Yeah worked it out thanks Jul 11 10:49:22 What does the -p pm do? Jul 11 10:52:03 nvm Jul 11 11:05:40 Now, on plasma mobile, the system boots, and simplelogin runs, but all that shows up on the screen is the boot splash Jul 11 11:07:27 Oops, used the wrond rootfs Jul 11 11:10:41 @superl2, it tells the script which rootfs you want to install Jul 11 17:20:45 ubptgbot: any help regarding this? https://pastebin.com/UYw5Y5Kq i cant find any solution Jul 11 18:17:06 @Ben Mayo, Your wifi issue is fixed? Jul 11 18:23:37 @echo_salik, i told you to revert the change and follow that link which i gave Jul 11 18:27:16 Any ideas for when `echo sta > /sys/module/wlan/parameters/fwpath` fails as `/sys/module/wlan` doesn't exist? Jul 11 19:07:38 @SRIDHARDV, No I haven't had a chance to find out what's going on. I'll update if/when I figure it out Jul 11 19:57:09 error: undefined reference to 'RIL_onRequestAck' Jul 11 19:57:14 any idea? Jul 11 21:56:30 The_Doop was added by: The_Doop Jul 11 21:56:54 @superl2, Still happening, with ubuntu and plasma Jul 11 21:57:18 I know simplelogin runs by checking in ssh Jul 11 21:57:25 But I can't see it Jul 11 22:00:45 Just the MI logo Jul 11 22:04:13 Have you added the udev rules? Mine did the same thing until I added them and rebooted Jul 11 22:13:51 @Ben Mayo, I have. Jul 11 22:56:41 And for some reason, I can no longer connect with ssh to the reference rootfs or ubuntu touch. PM still works fine. Jul 12 00:57:41 guys i succesfully built halium for i9500 but i couldn't use "halium-install-standalone.sh", anyone can explain it? Jul 12 01:03:53 Well no, I can't explain it Jul 12 01:03:59 Does it say anything? Jul 12 01:04:47 @UniversalSuperBox, i figured out, thanks 😄 Jul 12 01:34:21 it succesfully pushed all images to data partition but it still doesn't booting Jul 12 01:35:17 @takaturgut, but the strange thing is it didn't do anything else, is that normal? Jul 12 02:26:05 I'm trying to build libhybris for sailfish os, getting this error: Jul 12 02:26:06 ninja: error: '/mnt/Data/AndroidBuilds/SailfishOS/SailfishOS/out/host/common/obj/JAVA_LIBRARIES/apksig_intermediates/classes.jar', needed by '/mnt/Data/AndroidBuilds/SailfishOS/SailfishOS/out/host/common/obj/JAVA_LIBRARIES/signapk_intermediates/classes-full-debug.jar', missing and no known rule to make it **** ENDING LOGGING AT Thu Jul 12 03:00:01 2018