**** BEGIN LOGGING AT Sun Apr 07 02:59:57 2019 Apr 07 09:47:02 What file is contains the part of the make system that downloads the initramfs? I made my own aarch64 for my device and I scripted it to automate, I need to know where to place the line that download with my script to make it instead. I want to automate generate a new initramfs when building images Apr 07 10:00:32 xisoPdesreveR was added by: xisoPdesreveR Apr 07 10:00:36 F_Katyusha was added by: F_Katyusha Apr 07 10:06:27 Hi … I Synced repo and Installed everything … and added: halium/devices/google_seed.xml: … google_seed.xml: Apr 07 10:08:02 Hi … I Synced repo and Installed everything … and added: halium/devices/google_seed.xml: … google_seed.xml: … ``` … ```When I'm trying to run : … `./halium/devices/setup seed … `output: … ```The given device is no Apr 07 10:08:02 t supported. :(``` Apr 07 10:40:29 ahh, halium-boot/get-initrd.sh, I made it use my script then copy the initrd into the build output directory. Now I need to automate building rootfs and change how boot image is made to allow generating rootfs and initrd after making kernel but before making halium-boot.img Apr 07 11:20:58 @F_Katyusha [Hi … I Synced repo and Installed everything … and added: halium/devices/google_seed …], Maybe you are missing the first line `` ? Apr 07 11:21:46 @nanu_c [Maybe you are missing the first line ?], Thanks. You right Apr 07 11:41:41 apparmor kills all my apps and also ofono Apr 07 11:42:04 with messages like that `audit: type=1400 audit(1554637262.094:26): apparmor="DENIED" operation="file_mprotect" profile="teleports.ubports_teleports_0.2.0" name="/usr/lib/arm-linux-gnueabihf/qt5/qml/QtQuick/Controls.2/Suru/StackView.qmlc" uid=32011 pid=15718 comm="QQmlThread" requested_mask="m" denied_mask="m" fsuid=32011 ouid=0` Apr 07 11:42:37 @nanu_c [apparmor kills all my apps and also ofono], Was that directed at me as a reason for my exit return value 2 on everything? Apr 07 11:44:05 no, I try to debug my device, but on your side, unity8 was only starting with this udev rules https://docs.ubports.com/en/latest/porting/running-ut.html#add-udev-rules Apr 07 11:45:57 Yeah I enabled those rules since my last test of a build.. I been unable to get into my workspace due to a friend crashed on the couch where I work, and I don't want to go in there to get my phone because he gets so mad when I wake him Apr 07 11:46:53 So my last 10 hours of work hasn't been tested but was all intended to try and fix whatever is going on that I'm not sure the reason, but thanks for the link, I'll always be happy if people link me docs I didn't find Apr 07 11:48:21 I don't have my phones in here and I don't have physical access to the system I built and have the images on, I gotta sleep eventually and I don't think I'll test again till I wake Apr 07 12:25:21 Why Halium needs 32bit packages ? Apr 07 12:26:14 @Hound77 [Why Halium needs 32bit packages ?], Do you mean the dependency to build from your computer? Apr 07 12:28:55 @powderedtoastman9000 [Do you mean the dependency to build from your computer?], Yes Apr 07 12:30:28 I'm planning to build Hailum for Moto X4. Apr 07 12:30:58 Basically I've not heard a good reason why and in theory it should work with the 64 bit packages because they are only used to build the host stuff used in the image building process, but there may be some reason why the theory doesn't apply that no one has ever explained to me... I am not using a 32 bit devices so I didn't Apr 07 12:30:58 bother and I've built a working make build with only the 64 bit versions of the packages Apr 07 12:34:23 I'd love to hear an explanation of why the docs recommend using 32 bit packages when all the target products are built with static linked binaries in the prebuilts folder which require no dependencies, but for the sake of not being non-conforming and asking for help when you didn't follow the docs, you should follow the docs Apr 07 12:35:56 I didn't and had no issues with regard to missing dependencies when building the host components of the build process, but if you have to ask why you should just follow the docs Apr 07 12:59:37 There's no `TARGET_KERNEL_CONFIG` line on BoardConfig.mk file … Any idea ? Apr 07 13:00:25 Hold on, let me see what mine says so I know what the variable should be named based on Apr 07 13:04:47 It's the name of your defconfig file for your device, which should me in your kernels tree under arch/arm/configs or arch/arm64/configs. You probably want to edit that defconfig a lot, using mer kernel check tool and halium-install config check tool Apr 07 13:10:48 thanks Apr 07 17:02:13 @kaibsora [But using halium-boot it goes to telnet so idk. Trying some fix later today when …], Did you ever make any progress on this? I have a note 8 now and I'm willing to help you where I can Apr 07 17:23:56 Sadly the note8 us version has a locked bootloader that is not unlockable, so if you have a us version you are out of luck Apr 07 17:24:07 Tygerpro Apr 07 17:25:19 Hmmm, challenge accepted, I'll investigate and let you know how it goes cause I do have a US version Apr 07 17:26:32 Alright. Let me know if you get to unlock the bootloader and at least install lineage. My dms are open Apr 07 18:05:41 @kaibsora [Sadly the note8 us version has a locked bootloader that is not unlockable, so if …], Have you tried fuzzing the bootloader with cloud GPUs? Apr 07 18:06:57 It's something that would cost money to do, and may not work, but brute force fuzzing on Tesla cards will find exploits if there is any to be found Apr 07 18:28:39 I have some phone tools at my disposal, just have to find time to try them Apr 07 18:36:55 Fuzzing will find things that no one can find with reverse engineering or conventional hacking methods, it's basically brute force input and analysis to test every possible thing that can be done to the software, it's expensive because you can't do it on desktop hardware realistically. Apr 07 19:18:08 True, but the stuff I have at my disposal was able to root what was claimed to be an unrootable phone, sadly I couldn't open unlock it cause the fast boot partition was essentially wiped with an update from the manufacturer (fast boot would return command not found even with reboot) so I think that has a good chance Apr 07 19:36:57 Well everyone on freenode called me an idiot and said Samsung phones aren't hackable, lots of people who know a heck of a lot but lack the experience, theory, and dedication to deal with proprietary systems that aren't documented. I have skills that are semi-rare because they are hard to capitalize on. It took over 25 years b Apr 07 19:36:57 efore I started earning money from computer science stuff. I was a hobbyist for a long time and the things that interested me lead to useless projects for fun that developed skills that eventually added up to a useful development background. Like I have been working with OS and compiler stuff for over 20 years, and I did most of it in assembly. Apr 07 19:43:52 So I've already proved I can do more than they thought, by getting a kernel to not crash and some of the hardware to boot, but others have done same stuff to similar devices with same reasons people don't try them Apr 07 19:44:09 * powderedtoastman9000 shrugs Apr 07 19:46:23 Na I havent. I dont have the time to fuzz with that(pun intended) as well as this phone being my only one Apr 07 19:46:48 I'm not an amazing dev, but I never accept failure. Took me 3 weeks to get my s7 to do anything other than boot into a pre-init debug mode with shell over USB, but I didn't give up and I asked the right questions and when I sometimes got no answers I found them myself through a mix of trial and error and reverse engineering.. Apr 07 19:46:49 . I'm still a long way from a useful build that is even capable of being a phone Apr 07 19:48:18 @powderedtoastman9000 [Well everyone on freenode called me an idiot and said Samsung phones aren't hack …], I can tell you that's a false statement, otherwise my galaxy note 4 would not run UT Apr 07 19:48:30 This isn't exactly off topic, but please don't put such long texts in chats bridged to IRC Apr 07 19:49:03 (Photo, 1280x373) https://irc.ubports.com/PIxi7xNv.png It's an absolute mess. Apr 07 19:49:05 @Tygerpro [I can tell you that's a false statement, otherwise my galaxy note 4 would not ru …], I said they were wrong and others here have already done more than I have with same issue devices Apr 07 19:49:39 Yea, just adding my $0.02 to support your argument Apr 07 19:49:51 yeah, I would personally ask to limit the amount of side-information in non-offtopic channels as it makes it very hard to follow (Will O posts) Apr 07 19:50:18 Okay... I'll try harder to be less verbose Apr 07 19:50:22 @UniversalSuperBox [], Wow that is absolutely horrid looking Apr 07 19:53:26 In syslog I have the powerbutton press but it's not connected to unity and the screenlock. Where is that defined? Apr 08 00:55:20 edgardoc was added by: edgardoc Apr 08 01:05:49 (Sticker, 512x512) https://irc.ubports.com/lWY6xdC5.webp Apr 08 02:20:31 Steve Graham was added by: Steve Graham Apr 08 02:23:05 (Sticker, 512x512) https://irc.ubports.com/EJMbTXg1.webp **** ENDING LOGGING AT Mon Apr 08 02:59:57 2019