**** BEGIN LOGGING AT Thu Jun 18 02:59:57 2020 Jun 18 03:02:51 @TuxThePenguin [I don't know if any Halium distros will actually run on such an old kernel], Help me find an mobile os to install it Jun 18 03:07:02 @mohalamalhuda [], XDDD Jun 18 03:08:23 https://github.com/TeamRegular/android_kernel_samsung_mint Jun 18 03:08:41 @angelmarfil [XDDD], Xddd … I didn't understand Jun 18 03:11:22 this group is for Halium OS right? (eg Android ROM) Jun 18 03:42:20 Nope Jun 18 03:42:45 It's regarding : https://halium.org/ Jun 18 03:53:23 and this is for example, including libHybris right? Jun 18 03:53:30 [Edit] and this is for example, including libHybris and stuff right? Jun 18 03:58:04 Yes Jun 18 04:03:12 @smallville7123 [this group is for Halium OS right? (eg Android ROM)], halium is not a OS Jun 18 04:04:47 yea, im talking about in in Sailfish OS Porters ironically haha Jun 18 04:05:21 does libHybris need to know how an application is drawn to the screen, in order to actually draw it to the screen? Jun 18 04:05:49 for example, does it need knowledge of the DRI or Linux Graphics Stack or ther things? Jun 18 04:05:55 [Edit] for example, does it need knowledge of the DRI or Linux Graphics Stack or other things? Jun 18 04:09:36 or does it just rely on the drivers and such for that Jun 18 04:10:25 like, for example, pass everything to the appropriate drivers and such Jun 18 06:49:07 jeremy was added by: jeremy Jun 18 06:50:57 hi there just checking in but im trying to port halium to an aristo 2 and im having trouble getting setup. any one wanting to look at my sources should go to Duhjoker at github Jun 18 06:52:10 @mohalamalhuda Kernel 3.4 works with some patches, older will be real challenge. Mainly due to systemd's requirements. Jun 18 06:52:41 It might be possible, but you'd need to backport a whole lot of things on a 3.0(.8) kernel probably. Jun 18 06:53:47 @mohalamalhuda [], Oh, so historical...XD Jun 18 06:55:02 Internal 4GB 512MB RAM <— not meet requirement. Jun 18 06:56:21 @mohalamalhuda Yeah 512MB and 4GB is probably too little... Jun 18 08:44:29 TipzTeam was added by: TipzTeam Jun 18 09:15:55 @smallville7123 [does libHybris need to know how an application is drawn to the screen, in order …], could you expand your question? but basically there is no DRI on Android phones, so compositor will eventually talk to HWComposer lib/HAL to get output on screen Jun 18 09:25:17 @NotKit [could you expand your question? but basically there is no DRI on Android phones, …], is it possible to draw to the screen without using libHybris, eg via linking against HWComposer and stuff in Android … eg … ```$ stop # stop all android services … $ myDisplay # draw something to screen using HWComposer and related``` Jun 18 09:26:56 yes, it is possible, but you still need some services (e. g. HWComposer-related) to remain Jun 18 09:27:17 hmmm ok, how might i start them? Jun 18 09:27:32 libhybris role is to bring bionic libc libs inside glibc-based process Jun 18 09:27:57 https://github.com/NotKit/hwcomposer-test - this might be helpful for you, but it's not what we normally care about here Jun 18 09:28:42 and i would need AOSP in order to compile that right? Jun 18 09:29:04 I think so, I don't know how you normally compile things otherwise Jun 18 09:29:36 @NotKit you could cross compile outside of the AOSP Jun 18 09:30:17 eg copy AOSP specific headers and files untill it is stand-alone compilable Jun 18 09:31:11 well hybrics-gralloc dlopens gralloc, so i guess not? Jun 18 09:31:28 tho that would probably limit it to a specific android version cus headers and API internals Jun 18 09:31:37 [Edit] tho that would probably limit it to a specific android version cus headers and API internals compatibility Jun 18 09:31:54 ah you mean still using libhybris, I thought using Treble HALs so no dlopen at all Jun 18 09:32:04 @phhusson [well hybrics-gralloc dlopens gralloc, so i guess not?], wouldnt gralloc itself already be present on the device? Jun 18 09:32:54 @phhusson [ah you mean still using libhybris, I thought using Treble HALs so no dlopen at a …], yes using trebles HAL (or the phones non-treble HAL if running non-treble support) Jun 18 09:34:10 like it would be nice if we could stop android, then boot up our own compositor and what not, would probably be very limited by at least it would work haha Jun 18 09:34:21 [Edit] like it would be nice if we could stop android, then boot up our own compositor and what not, would probably be very limited but at least it would work haha Jun 18 09:35:32 [Edit] like it would be nice if we could stop android, then boot up our own Desktop Environment and what not, would probably be very limited but at least it would work haha Jun 18 09:36:15 like switch between Android and our Desktop Environment at runtime without needing to reboot the device Jun 18 09:37:50 unfortunately i am not experienced enough to do this as i am still learning how to make a Compositor that uses DRM and shared memory instead of FBO's for windows Jun 18 09:38:10 [Edit] unfortunately i am not experienced enough to do this as i am still learning how to make a Compositing Window Manager that uses DRM and shared memory instead of FBO's for windows Jun 18 09:39:02 since FBO based windows have a performance impact preportional to the number of windows being displayed Jun 18 09:39:13 [Edit] since FBO based windows have a big performance impact preportional to the number of windows being displayed Jun 18 10:12:12 reinventing the wheel the hard way Jun 18 13:16:45 @Ern_st OP3 treblized. Was playing around with @phhusson latest AOSP Q gsi to test but at boot, it failed decrypting my device (while LOS 16 GSI and TWRP do properly). … Before playing around with Halium and UBPorts GSI, should I decrypt my device or the decryption issue is only ROM specific? … Thanks Jun 18 13:19:10 You need to format your encrypted partition Jun 18 13:37:12 @Ern_st [You need to format your encrypted partition], Crap... Thanks Jun 18 14:46:29 While formatting data, etx4 or f2fs? I have ext4 @Ern_st Jun 18 14:46:42 Ext4 Jun 18 14:46:52 Good Jun 18 14:46:55 restoring data Jun 18 15:15:20 @NotKit: well, I was writing a custom little recovery UI from scratch for pinephone not so long ago - though my first action was to search for something that already does the job :) Jun 18 15:57:37 @NotKit [], nice work,which os did the chromium run? PMos? Jun 18 15:57:56 postmarketOS Jun 18 15:58:13 xfce4? Jun 18 15:58:17 MATE Jun 18 15:58:27 i see Jun 18 15:59:16 @chirick2051 [hi all. At the moment i have launched ubuntu touch with all parts except gps, ca …], hi. Can someone take a look at this problem please?) I'll be glad Jun 18 15:59:48 @NotKit [MATE], X11 + xorg + xf86video hwcomposer+ chromiumhwcomposer? Jun 18 15:59:59 just chromium Jun 18 16:00:00 @NotKit [MATE], [Edit] X11 + xorg + xf86video hwcomposer+ chromium? Jun 18 16:01:29 Android 9? Jun 18 16:01:51 https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1144 Jun 18 16:02:38 Danct12 did the work on xiaomi lavender Jun 18 16:17:18 @erfanoabdi can I ask u something Jun 18 16:17:43 Please don't ask to ask, just ask Jun 18 16:18:24 Getting error for fp with android 10 Jun 18 16:18:59 I saw ur commit to change input to uhid in fp hal Jun 18 16:19:06 Android 10 isn't supported on halium Jun 18 16:19:18 I know in device tree Jun 18 16:19:47 Asking cause I just saw ur commits modfiy fp hal Jun 18 16:21:30 https://github.com/TheMuppets/proprietary_vendor_motorola/commit/195f28e446607322bd7bbca47ced1acb29515b34 Jun 18 16:26:44 @Amurfate [https://github.com/TheMuppets/proprietary_vendor_motorola/commit/195f28e44660732 …], Yeah but please let's don't talk about it in this group … It's very device specific and even might not needed on your device Jun 18 16:27:33 @erfanoabdi [Yeah but please let's don't talk about it in this group … It's very device specifi …], Was going to tell u if I can PM:D Jun 18 16:27:47 @Amurfate [Was going to tell u if I can PM:D], Yeah Jun 18 16:27:53 Ok thx Jun 18 17:21:11 Santanu Java (MAR) was added by: Santanu Java (MAR) Jun 18 17:22:47 Lucky Gour was added by: Lucky Gour Jun 18 18:23:50 mmryun0305 문명연 Oleng was added by: mmryun0305 문명연 Oleng Jun 18 18:26:35 Pavlikownet was added by: Pavlikownet Jun 18 19:48:38 (Photo, 618x956) https://irc.ubports.com/Vot04DpF.png / Jun 18 19:49:22 @Håvard Moum Al-Bariqi [], \ Jun 18 19:49:31 @Håvard Moum Al-Bariqi [], [Edit] ¿ Jun 18 19:52:01 @ankaos [/report], There is no reporting bot here, no need to send commands. The admins regularly check for spam. Jun 18 19:52:49 web aplication not check spam Jun 18 19:58:15 is there any particular anti-spam/captcha bot we could use? Jun 18 20:00:09 @NotKit [is there any particular anti-spam/captcha bot we could use?], captcha bots are awful in general; we could maybe add the one anti-spam bot we have in ubports group to here, but i don't think it would make much difference here Jun 18 20:00:29 i haven't seen the accounts it catches, joining in here really Jun 18 20:08:27 Generally we usually manage to remove spam after less than 10 minutes, so I think that's already okay. Jun 18 20:10:23 it's say it's usually quicker than that, but i've also removed a lot of spammers before they even had a chance to post :) Jun 18 20:13:01 Yeah, 10 minutes is really the maximum time. Jun 18 20:17:17 Anyone have advice about EDL pin on mobile phone? Jun 18 20:17:30 (Photo, 276x320) https://irc.ubports.com/t0Nd7nR3.png Jun 18 20:17:39 Do this 2 pins look ok? It work 5 times but not work now Jun 18 20:17:44 @Augustin94 [], 😭😭😭 Jun 18 20:17:50 I brick since long time this phone Jun 18 20:17:52 Is Samsung S10+ Jun 18 20:17:58 I want to fix phone S10+ Jun 18 20:18:19 @KernelPanix [😭😭😭], Any idea :D? Jun 18 20:21:24 Abdur Rohman | Wolfs.Group was added by: Abdur Rohman | Wolfs.Group Jun 18 20:24:59 Howard P was added by: Howard P Jun 18 21:34:36 NeneAhuma was added by: NeneAhuma Jun 18 21:36:24 What about cosmo communicator? Is there any port for it? Jun 18 21:46:10 it mostly works with Erfan's systemimage and Gemian kernel Jun 18 22:21:29 Hank `| BBOD Exchange was added by: Hank `| BBOD Exchange Jun 18 22:21:56 @vtsoft do you have the device? Jun 18 22:37:12 narazamsa was added by: narazamsa Jun 18 22:59:38 What version of LineageOS should I use with halium 9? Jun 18 23:03:00 (nvm I figured it out) Jun 18 23:58:01 Robert Stefan Miryaev was added by: Robert Stefan Miryaev Jun 19 02:10:03 Hey **** ENDING LOGGING AT Fri Jun 19 02:59:57 2020