**** BEGIN LOGGING AT Thu Jun 07 03:00:05 2018 Jun 07 05:15:05 hey dalton r u there? Jun 07 09:13:11 hello is any body there from ubports Jun 07 09:45:12 Create the skeleton for your device in fixup-mountpoints, right before the Jun 07 09:45:24 whats is the meaning of this i mean Jun 07 09:46:04 what should be here in [replacements, one per line] Jun 07 09:46:19 anybody please help Jun 07 09:47:47 You need to find out where your android /dev/... nodes are located, and put it in the script Jun 07 10:00:43 @IGNNE u mean fstab.qcom Jun 07 10:02:08 you could look there, yes. If you have android running on your device, you could also look there Jun 07 10:02:45 how can i Jun 07 10:03:38 look into my device Jun 07 10:08:13 What part of the doc do you have problems with? Getting the info? Jun 07 10:33:29 @IGNNE https://docs.halium.org/en/latest/porting/build-sources.html Jun 07 10:36:12 I know^^ Jun 07 14:01:27 @jasousa, idk the reason behind that, but my best guess is that it takes time to stablize the connection Jun 07 16:09:28 yes... somethig with kernel kworker.. in my case must wait the end of process "[kworker/u8:4]" and next I can go with "echo continue > /init-ctl/stdin". In init-script I put a loop waiting for the end of this kworker... that way the system goes to rootfs in the right momet. Jun 07 16:09:36 [Edit] yes... somethig with kernel kworker.. in my case must wait the end of process "[kworker/u8:4]" and next I can go with "echo continue > /init-ctl/stdin". In init-script I put a loop waiting for the end of this kworker... that way the system goes to rootfs in the right moment. Jun 07 16:11:06 but maybe my case is not the same you get, because, to me, this happen with telnet in debug mode. Jun 07 20:17:22 satcom886 was added by: satcom886 Jun 07 20:18:10 Hello! Is anyone experienced with building halium online now? Jun 07 20:20:06 What's your issue Jun 07 20:20:28 I got stuck at the "modify the kernel configuration" part Jun 07 20:20:55 I do not know where to find the kernel config file Jun 07 20:21:33 btw, I am building for SM-G901F (kccat6) Jun 07 20:21:44 kernel/[vendor]/[model]/arch/arm(or arm64)/configs/lineageos_codename_defconfig Jun 07 20:21:59 Or cm_codename_defconfig if you're using cm Jun 07 20:23:26 Ok, is it possible that i do not have the kernel folder Jun 07 20:24:29 https://github.com/LineageOS/android_kernel_samsung_apq8084/blob/cm-14.1/arch/arm/configs/apq8084_sec_kccat6_eur_defconfig Jun 07 20:24:35 Probably that file Jun 07 20:24:52 Also if you're missing a kernel folder then you forgot to add it Jun 07 20:25:01 Without it halium will not boot Jun 07 20:25:12 yep, that is the filename I found in the BoardConfig.mk Jun 07 20:25:24 [Edit] Without it halium will not build Jun 07 20:26:35 That's galaxy s5 plus, right? Jun 07 20:26:46 yes Jun 07 20:27:29 There does not seem to be anything about the kernel folder in the guide (https://docs.halium.org/en/latest/porting/build-sources.html) Jun 07 20:29:03 Most devices have kernel in lineage.dependencies Jun 07 20:29:15 Yours doesn't for some reason Jun 07 20:29:43 Weird Jun 07 20:30:06 I will try to look at another device and somehow jerryrig it together Jun 07 20:31:59 Even the basic S5 does not have anything about the kernel in lineage.dependencies Jun 07 20:33:40 🤷‍♀️ Jun 07 20:34:43 Found it! Jun 07 20:34:45 https://github.com/LineageOS/android_kernel_samsung_apq8084 Jun 07 20:39:51 Umm.. I linked it to you before xd Jun 07 20:40:47 Yea...I thought it was the android_device_samsung_apq8084-common (did not read properly) Jun 07 20:41:00 Thanks for the help Jun 07 20:41:20 I am moving forward once again! Jun 07 21:58:31 Is anyone still here? I finally got to the building part and ran into an issue Jun 07 22:00:44 Hi.. Describe your issue, please Jun 07 22:02:32 I am trying to build Ubuntu Touch for SM-G901F. I got up to the "Building the system.img and hybris-boot.img" part, but all of the "mka" commands return loads of text and "device/samsung/qcom-common/doze/Android.mk:37: frameworks/base/packages/SettingsLib/common.mk: No such file or directory" Jun 07 22:07:40 still there? Jun 07 22:09:05 Sorry.. Back in 5 minutes Jun 07 22:09:15 no problem Jun 07 22:11:13 Can you show your local manifest file? Jun 07 22:11:27 one second... Jun 07 22:11:55 (Document) https://irc.ubports.com/VfcMv0QI.xml Jun 07 22:13:42 You miss some sources.. Jun 07 22:14:17 Must turn on my laptop... wait a moment Jun 07 22:14:26 Ok, thanks Jun 07 22:15:44 Chip set of your device? Jun 07 22:16:05 Qualcomm Snapdragon 805 Jun 07 22:19:25 back Jun 07 22:20:02 so wich sources am i missing? Jun 07 22:23:05 vendor sources Jun 07 22:25:42 Can you point me any closer to wich repo I should add? The lineage.dependencies file for my device did not even have the kernel repo Jun 07 22:26:02 comment this line "include frameworks/base/packages/SettingsLib/common.mk" in device/samsung/qcom-common/doze/Android.mk file Jun 07 22:26:13 I will try Jun 07 22:26:47 maybe you need do the same in this file: hardware/samsung/AdvancedDisplay/Android.mk Jun 07 22:27:08 Ok, we will see Jun 07 22:28:56 do you have a lineageos 14.1 working in your device? Jun 07 22:29:31 First missing repo: https://github.com/LineageOS/android_hardware_samsung Jun 07 22:29:47 Yes, it is running 14.1 right now Jun 07 22:31:34 and you using the same sources used for ineageos you using in device? Jun 07 22:32:17 Yes, I am running the latest official build and using the same sources for Ubuntu Touch Jun 07 22:34:47 my local manisfest (I have SM-J5510FN MSM8916) are: https://pastebin.com/B5DX5W0u Jun 07 22:38:29 After adding the android_hardware_samsung repo and commenting out the lines you mentioned, mkbootimg has built successfully! Jun 07 22:40:16 Now I am trying hybris-boot Jun 07 22:43:40 you have a oficial lineageos.. so maybe will work at first time 😊 Jun 07 22:44:22 Possibly a dumb question, but do I need to build halium to build Ubuntu Touch Jun 07 22:44:25 ? Jun 07 22:45:25 dont know if you need vendor .. maybe no need ... Jun 07 22:45:34 ignore vendor for now Jun 07 22:46:27 I needed it to comment out this line: include frameworks/base/packages/SettingsLib/common.mk Jun 07 22:47:21 @satcom886, yes... you need hallium-boot.img for UT.. but maybe you first try Halium reference rootfs or Plasma mobile rootfs, with hybris-boot Jun 07 22:48:23 @satcom886, ? Jun 07 22:49:11 In the file hardware/samsung/AdvancedDisplay/Android.mk Jun 07 22:49:54 ok... you are right.. in my case don't need also.. in fact Jun 07 22:51:20 Without it, everything fails with: https://pastebin.com/pCpQmpk0 Jun 07 22:53:12 compiling.. or have errors now? Jun 07 22:54:07 The one I sent you is without the android_hardware_samsung repo Jun 07 22:54:10 Fails very quickly Jun 07 22:56:10 ok... try this repo: https://github.com/Halium/android_hardware_samsung Jun 07 22:57:06 rather than the lineageOS repo Jun 07 23:00:29 Downloading now Jun 07 23:04:39 I will lost power of my laptop... and on't know wher put the charger.. so.. I will disappear in minuts :( Jun 07 23:06:39 .. but back in my phone Jun 07 23:08:00 if you need vendor blobs... you can try this: https://wiki.lineageos.org/devices/kccat6/build#extract-proprietary-blobs Jun 07 23:10:36 Ok, I got another error, but I will probably continue tomorrow, because a) I am getting tired and b) I have the terminal in another language. Tommorow I will switch Ubuntu to English, so I can just send you the output. Jun 07 23:11:10 Thanks for your help so far, you really are an awesome community! Jun 07 23:14:47 Bye! Jun 07 23:15:33 bye **** ENDING LOGGING AT Fri Jun 08 03:00:18 2018