**** BEGIN LOGGING AT Wed Jun 13 03:00:02 2018 Jun 13 04:37:18 [Edit] you need to specify the codename. The XML file needs to be named vendor_codename.xml to be found by the script. Jun 13 06:08:58 (Video, 2s) https://irc.ubports.com/H80OlLEJ.mp4 Jun 13 06:08:58 Fwd from vanyasem: Well arch linux aarch64 caf confirmed Jun 13 06:11:36 @vanyasem, Whats this Jun 13 06:11:38 @vanyasem, Omggg Jun 13 06:15:57 @vanyasem, Nice Jun 13 06:16:13 Do you have build scripts? Jun 13 06:16:40 @trivial_inanity, Yes and no Jun 13 06:16:59 They are incomplete at that point Jun 13 06:17:04 https://github.com/vanyasem/Unity8-Arch Jun 13 06:17:06 Follow this repo Jun 13 06:21:06 @trivial_inanity, The rootfs will be out today, but you'll have to wait for me to actually finish the scripts :P Jun 13 08:34:27 Is /system part used at all, or can I resize it to get more space? Jun 13 08:41:53 @VeryOriginalUsername, You can resize it if you don't break anything in the process Jun 13 08:42:03 It's not used at all Jun 13 08:42:15 I'll leave it at 100 megs for emergency then Jun 13 08:42:30 Flashing stock firmware on xperias restores original partition table Jun 13 13:48:12 Has anyone working the camera? Jun 13 13:48:22 W/ libhybris Jun 13 13:53:22 It's working on the Nexus 5X I think Jun 13 13:53:44 Using droidmedia / gstreamer droid module Jun 13 14:05:04 btw, could Kali be supported? Jun 13 14:12:22 Generally, you only need to build a kalilinux rootfs with libhybris and lxc-android installed. But the gnome GUI doesn't support the libhybris backend very likely and will not be very usable on a touch screen anyway. Jun 13 14:15:22 @Lyud Xaker, Isn't it debian-based? Jun 13 14:15:31 @VeryOriginalUsername, yup Jun 13 14:15:43 @JBBgameich, rip Jun 13 14:16:33 I'm working in a debian rootfs with Plasma Mobile, in which you could likely just add the Kali repository and install the tools you need. Jun 13 14:16:54 But currently there's no caf support yet Jun 13 14:17:07 okay Jun 13 14:17:32 btw, where could I get LuneOS rootfs for testing? Jun 13 14:18:15 @Lyud Xaker: on which device? Jun 13 14:18:43 athene Jun 13 14:19:09 I see only zips availables for mako and hammerhead Jun 13 14:20:42 Ah, we don't have support for athene yet; though we have a build of Halium for it, we didn't have time (nor a device :) ) to test a port of LuneOS on it Jun 13 14:25:03 can I test it? (if you have it yet) Jun 13 14:27:17 we don't have it yet, unfortunately, sorry Jun 13 14:27:58 and our image build is done so that we end up with just one image to flash, i.e. it contains everything including the Halium bits Jun 13 14:28:59 it has some advantages (easier to install via a sideload), but a drawback is that we cannot provide device-agnostic rootfs that would go "over" a Halium base Jun 13 14:29:38 okay Jun 13 15:29:12 Hello i am working on potter, can any one give me the mkbootimg, hybris-boot, and the system image file Jun 13 15:37:50 compile it Jun 13 15:38:04 `make mkbootimg` && `make hybris-boot` && `make systemimage` Jun 13 15:39:58 Whenever i trying to compile , my pc getting reboot (mostly when compiling hybris-boot file) , Jun 13 15:44:06 Can u give me the files Jun 13 15:46:18 You can't really work on the port without being able to recompile the images. It's likely that you often need to change the source code and compile it again. Jun 13 16:25:36 Hello again! When I run "source build envsetup.sh" only 4 files are shown in the output. The sh file from the device directory is missing. How can I fix this? Jun 13 16:26:11 How is the missing file called? Jun 13 16:26:11 *build/envsetup.sh sorry Jun 13 16:26:33 It's not neccesary to source anything from the device directory in most cases Jun 13 16:26:54 Should be vendorsetup.sh Jun 13 16:27:11 @Pajlow, It's fine if it's missing in that list Jun 13 16:27:15 Can you set up the device with `breakfast` or `lunch` Jun 13 16:27:20 Just skip to next step Jun 13 16:28:27 breakfast works fine but when I make mkbootimg I get an Error 1 Jun 13 16:32:13 build-lineage_ether.ninja failed, I thought that might be related Jun 13 16:32:25 The error is probably somewhere else Jun 13 16:40:34 @Pajlow, Something related with SettingsLib/common.mk ? Jun 13 16:47:12 @jasousa, build/core/ninja.mk:166: recipe for target '/home/dagger/halium/out/build-lineage_ether.ninja' failed Is what I get before the error Jun 13 16:51:48 I'm trying to compiling myself halium for krillin (Bq E4.5) but when I run `mka hybris-boot` I get https://paste.ubuntu.com/p/vMcMhvx2q9/ Jun 13 16:53:04 I fixed it by reverting commit `7806cd4dfb515ccaa48d6bd794685bbd796a3604` in the halium/hybris-boot directory. Jun 13 16:55:35 thanks, so now what shoul I run to update my local files? Jun 13 16:56:20 @JBBgameich, thanks Jun 13 17:14:35 https://paste.ubuntu.com/p/CSP76yCcxj/ Jun 13 17:15:02 run `mka mkbootimg` before `mka hybris-boot` Jun 13 17:15:37 (The halium tree is able to build missing build dependencies from source to some extent.) Jun 13 17:16:42 @JBBgameich, ah ok, because I run the first before reverting te commit and then I run the 2nd without re-running the 1st... Jun 13 17:17:06 hmm... mkbootimg shouldn't be deleted again though. Jun 13 17:18:49 maybe you can install it system wide using `sudo apt install android-tools-mkbootimg` Jun 13 17:29:52 https://paste.ubuntu.com/p/GGqPwhK9RQ/ failing on `mka systemimage` the others 2 went ok Jun 13 17:31:16 You are missing some dependencies on your system. You can find the neccesary ones in the halium documentation. Jun 13 17:40:19 @JBBgameich, ok https://docs.halium.org/en/latest/porting/common-system-build-errors.html this ones? Jun 13 17:40:25 @JBBgameich, [Edit] ok. https://docs.halium.org/en/latest/porting/common-system-build-errors.html this ones? Jun 13 17:43:15 This list: http://docs.halium.org/en/latest/porting/first-steps.html#debian-stretch-or-newer-ubuntu-16-04-or-newer Jun 13 18:05:55 👍🏻 Jun 13 18:24:43 how could it take? I have an AMD A10-9600p quad-core Jun 13 18:24:53 Laptop? Jun 13 18:25:15 yep Jun 13 18:25:26 Educated guess says 45 minutes Jun 13 18:25:38 👍🏻 Jun 13 18:45:34 `#### make completed successfully (40:53 (mm:ss)) ####` WOW❗️ Jun 13 18:47:40 Close enough Jun 13 19:32:26 Is anybody here working with device potter? If then please give me the image files Jun 13 19:33:13 1. uploading those would take too long … 2. That really won't help you Jun 13 19:33:35 You should check the temperatures of your comptuer while you're building, though. It shouldn't restart when it's building things. Jun 13 19:37:05 Actually ehen first time when i was compiling there are no error but ina a line hybris-boot_intermidiates/init file dont have permisson, comiplation didn't stop, so i thought i should give the permission on that file, i just did it, now i am facing problem, Jun 13 19:38:08 @UniversalSuperBox is there an off-topic channel where i can suggest debugging your computers cooling system instead of debugging your phone? Jun 13 19:39:17 @ubports_ot Jun 13 19:39:24 That's, uh, Telegram Jun 13 19:39:38 Oh, sorry Jun 13 19:39:38 xorg, so what is the problem Jun 13 19:40:30 :) Jun 13 19:41:03 I just tried to compiles those images two separate machine, but samething happens, (reboot) Jun 13 19:41:37 Your computer reboots when you compile halium Jun 13 19:42:25 Yes Jun 13 19:42:44 Mainly Hybris-boot Jun 13 19:45:55 Is it a pc or a laptop? Jun 13 19:46:33 I tried on both, but the results are same Jun 13 19:46:52 Can you get any logs? Jun 13 19:48:05 I just tried make in non gui modes, it's seems, there are something giving coomand the pc or laptop for reboot Jun 13 19:48:19 I didn't find any logs Jun 13 20:10:46 @UniversalSuperBox guess what i've done :D … https://paste.kde.org/pu8ys7xh6 Jun 13 20:11:03 `test_vibrator` and `test_lights` work Jun 13 20:11:11 From this paste I am honestly not sure.. oh that's good! Jun 13 20:11:31 yeah, i fixed mount errors Jun 13 20:11:40 gonna submit PR soon Jun 13 20:12:07 but first I have to deal with mounting proper partitions Jun 13 20:13:01 Something nice: Jun 13 20:13:11 cmdline parameters show up as environment variables in halium-boot Jun 13 20:13:34 Was very confusing at one point, it's why `$syspart` is now `$_syspart` Jun 13 20:14:07 Do they? Jun 13 20:14:15 Not in rootfs, right? Jun 13 20:14:38 Right Jun 13 20:14:47 And Android partition mounts happen in halium-boot, so... yay! Jun 13 20:15:03 :) Jun 13 20:15:34 If you want to check, you can add `break=bottom` to the end of your cmdline to be dropped in to a shell Jun 13 20:16:09 sure, thanks! Jun 13 20:17:44 https://paste.kde.org/pu8ys7xh6#line-1621 … It seems some partitions can't be mounted because `android-rootfs.img` is mounted as read-only Jun 13 20:18:03 Is it ok to mount it rw to satisfy those? Jun 13 20:25:01 Question, am I right in thinking I can boot Halium reference rootfs (or even PlasmaMobile) from `fastboot boot` command, without nuking LineageOS? Jun 13 20:26:56 @reivilibre, no, rootfs must be stored on the /data Jun 13 20:27:13 the boot image simply boots the rootfs Jun 13 20:27:32 @Lyud Xaker, That said, I can store the rootfs on /data without affecting a daily-usage LineageOS system? Jun 13 20:27:44 Yes, assuming it is unencrypted Jun 13 20:27:54 you should backup anyway Jun 13 20:27:57 OK :-) Now that's what I call good design Jun 13 20:27:58 just in case Jun 13 20:28:07 But yeah, back it up Jun 13 20:28:22 Yeah I probably will back it up.. filling my PC with backups of Android devices, seriously :P Jun 13 20:28:23 And back up the "internal data" separately from the "data partition" Jun 13 20:28:26 They are different things Jun 13 20:28:33 I learned this the hard way Jun 13 20:28:38 @UniversalSuperBox, Yup, ran into that before. I have a little tar + split combo Jun 13 20:28:52 Why TWRP doesn't include an option for it, I don't know :-( Jun 13 20:29:01 or maybe I'm just blind to not see it Jun 13 20:29:20 Because you can back up internal data with MTP, maybe Jun 13 20:29:39 True although in my experience MTP can be very buggy... Jun 13 20:30:04 @UniversalSuperBox, By the way, mine is encrypted :P Jun 13 20:30:39 Mine is no longer encrypted since I did about a week of porting attempt a month or two ago Jun 13 20:30:59 I've heard installing LOS will re-encrypt it.. but no such thing in my case, luckily Jun 13 20:31:42 @Sergobot, test_vibrator and test_lights don't even need a container running to work Jun 13 20:32:00 you only need libhybris and system.img mounted Jun 13 20:32:36 [Edit] they only need libhybris and system.img mounted Jun 13 20:32:53 the coolest part is getting test_hwcomposer to behave. that's where it gets interesting Jun 13 20:34:11 Linuxman1 was added by: Linuxman1 Jun 13 20:40:19 @UniversalSuperBox, I don't see any of these variables in env, hmm Jun 13 20:40:26 Hooooooow Jun 13 20:40:27 jeez Jun 13 20:40:48 Well, `cat /proc/cmdline` and finding your tag is an option too Jun 13 20:41:30 https://paste.kde.org/p2ehsr5ky … Here's what I have Jun 13 20:45:08 Hey i am getting ninja_wrapper error Jun 13 20:46:06 @xorg, I suggest you post it on your pastebin of choice, lest nobody can likely help you Jun 13 20:56:19 Plesse always post full error logs (use a pastebin service like paste.debian.net or paste.ubuntu.com). Ninja wrapper just fails because a command it called failed, but we can't know why since you didn't include that part of the log. Jun 13 20:56:25 [Edit] Please always post full error logs (use a pastebin service like paste.debian.net or paste.ubuntu.com). Ninja wrapper just fails because a command it called failed, but we can't know why since you didn't include that part of the log. Jun 13 20:56:33 * please Jun 13 21:47:54 hey in here i am stuck https://pastebin.com/BNk89HLW Jun 13 21:48:49 The error doesn't appear to be in that paste Jun 13 21:50:17 see the 172,174 and 175 lines Jun 13 21:50:56 should i give permission to that file? Jun 13 21:51:49 I never committed my fixup_mountpoints Jun 13 21:51:55 Jeez Jun 13 21:51:57 Here you go: https://paste.ubuntu.com/p/TXsK3kPWJ5/ Jun 13 21:54:57 but mine is little different https://pastebin.com/UyQQ1pNy Jun 13 21:55:31 can u tell me is mine fixup moutpoints file is correct? Jun 13 22:07:40 I have finally managed to get Plasma Mobile running 😄 Jun 13 22:07:56 But it does not react to touch events. Is is normal? Jun 13 22:08:26 If you didn't do anything to the touchscreen, yes Jun 13 22:08:32 it's not X86 where everything is automatic Jun 13 22:08:55 But X11 finds it Jun 13 22:09:42 X11 has drivers Jun 13 22:09:49 Via uinput, just like on x86 ;-) Jun 13 22:09:53 wayland has to be pointed to the input path Jun 13 22:10:17 Ah, Wayland, of course. Thanks for the hint. Jun 13 22:13:32 I checked all Steps before mka mkbootimg, this is what I still get: https://paste.ubuntu.com/p/hrWKb8Yjt5/ Jun 13 22:14:45 lxc Jun 13 22:41:59 ^-- It seems to be sth with your vendor files, have you ever tried to build a normal lineage? Jun 13 22:49:46 @K31j0, Thanks, found it. I had to add an udev rule by hand, pointing to my pointing device ;-) Jun 13 22:50:58 @IGNNE, I'll check that. So far not... Jun 13 22:51:19 hey bro hybris-boot finally compiled without any problems, but when compiling systemimage Jun 13 22:51:33 ninja: error: 'vendor/motorola/potter/proprietary/lib/hw/camera.msm8953.so', needed by '/root/Desktop/Ubuntu_Touch/G5_Plus/halium/out/target/product/potter/system/lib/hw/camera.msm8953.so', missing and no known rule to make it Jun 13 22:51:40 this error coming Jun 13 22:55:48 oh Jun 13 22:55:50 G5+ Jun 13 22:55:53 have you got Jun 13 22:55:56 vendor files Jun 13 22:55:57 ? Jun 13 22:59:10 yes i got that Jun 13 23:00:39 And how about that specific file Jun 13 23:02:00 didn't understand Jun 13 23:40:11 https://paste.ubuntu.com/p/b7TMVrB8VC/ Jun 13 23:40:19 Here, this diff will fix the problem in vendor **** ENDING LOGGING AT Thu Jun 14 03:00:04 2018