[00:04] So aux doesn't work on the pinephone yet, HOWEVER bluetooth earphones work fine! [00:11] Hello from the pinephone! [00:18] Teleports needs some work still, but it seems to work well [00:45] @Qiangong2 [Hello from the pinephone!], Hello from the hammerhead! I'm using fluffychat with the matrix<=>telegram bridge. Teleports is still too unstable for me. [00:47] @vtsoft [Hello from the hammerhead! I'm using fluffychat with the matrix<=>telegram bridg …], Neat! I'll check fluffychat out [00:55] @Qiangong2 [Hello from the pinephone!], congrats :) [00:58] @NotKit [congrats :)], Thanks! It's nice to finally use ubports. I never got my Galaxy S4 port working [01:05] Hello from mido port! [01:06] This TelePORTS appeared looks so cool! [01:06] App* [01:08] I think I should disable autocorrect it is so annoying [01:09] Now my old phone is actually kinda better than my current one 😂 [01:13] Is anyone else having an issuein telephotos where you can't see what you're typing? [01:13] *teleports [01:14] (Photo, 960x1280) https://irc.ubports.com/MaGrkySz.png [01:14] (Photo, 957x1280) https://irc.ubports.com/Tv3U4dVC.png [01:14] I do see [01:15] Huh. Maybe it's a pinephone issue? [01:15] But it is software-related isn't it? [01:15] Yes, I wonder if the app isn't able to move that far up the screen [01:15] Pinephone is popular I think it is worth to search online [01:16] My screen resolution is 1920x1080 [01:16] Yeah, nothing yet I can find. I did open an issue though [01:16] I think the pinephone is 1920x1080 as well [01:17] Then that's weird [01:17] The mido port is 32 bit right? [01:17] Not sure I found it on xda and did everything mentioned [01:18] Hmm. The pinephone is 64 bit, so maybe that has something to do with it? [01:18] Miro is aarch64 [01:18] Arm64 [01:18] Does get have to do something with it: [01:18] ? [01:20] Wait a second I will find the threat on xda [01:22] I can't paste hm [01:31] Other than this one (major) issue, I'm really enjoying teleports [01:31] What do you use for email? [01:31] Wait a second [01:31] Dekko 2 [01:32] It doesn't download attachments though [01:32] From gmail [01:32] Nevermind I tried again and it did download [01:33] Okay, cool. Thanks [01:35] There are lots of cool apps I can recommend [01:36] Pesbuk is a pretty good facebook app. I wish there was a discord app honestly, but that's a long shot anyways [01:37] There's only a web app that doesn't really function [01:37] Yes I know [01:37] I am a Discord user too [01:37] But have this too :P [01:37] (Photo, 720x1280) https://irc.ubports.com/50cFjlLE.png [01:38] Heh. I'd use anbox, but it doesn't really support the pinephone right now [01:38] Brb [01:42] Back [01:43] Chatter is such a nice IRC client [01:43] Is there a way to use infrared in Android phones with UBPorts? [02:07] @Qiangong2 [Pesbuk is a pretty good facebook app. I wish there was a discord app honestly, b …], You can use cordless on a terminal. [02:08] Just map it to Nano shortcuts. [02:08] You can install stuff? [02:08] Ofc. [02:09] I think you need a RPi to compile cordless. [02:09] I tried to do it on Ubuntu Touch but failed. [02:10] I wish there was a libpurple-based client, yes no voice chat no calls but at least [02:17] @mintphin [You can use cordless on a terminal.], Would you need libertine for that? Or does it work natively? [02:17] Might end up chexking it out [02:17] [Edit] Might end up checking it out [02:26] @Qiangong2 [Would you need libertine for that? Or does it work natively?], No. It works natively if you use an armhf build. [02:26] SInce it's a terminal app. [02:28] @Qiangong2 [], this is a known issue on the pinephone. There apps that has issues with scaling and this js the effect in TELEports. Hopefully, this will be fixed soon. As a workaround, you can set the opacity of the keyboard in the settings. [02:29] @Qiangong2 [Would you need libertine for that? Or does it work natively?], you can't install stuff by default. Rootfs is readonly. Usually libertine is recommended but I think it's not really working on the pinephone yet [02:51] @Javacookies [this is a known issue on the pinephone. There apps that has issues with scaling …], Thanks for letting me know, is the opacity in the system settings then? [02:52] @Qiangong2 [Thanks for letting me know, is the opacity in the system settings then?], yes, Language & Text. There are more things there. Personally I suggest dosabling auto-correct since it's not really good at the moment 😅 [02:53] @Javacookies [yes, Language & Text. There are more things there. Personally I suggest dosablin …], Yeah... It's doing more harm than good right now lol [02:56] @UniversalSuperBox it looks like that since image 41, updating from previous versions will leave the pinephone stuck in the pine logo. It's different from corrupted userdata because with that, you are stuck on a black screen. However, I switched to devel image 42 from a newly flashed factory image and booted fine. I don't have a seria [02:56] l cable but I still have a UT on older versions I haven't updated yet so let me know if you want me to go ahead and update and providr some logs 😊 [03:08] @Javacookies [this is a known issue on the pinephone. There apps that has issues with scaling …], if they used the auto scaling flag, that should be removed and other methods of scaling used https://doc.qt.io/qt-5/highdpi.html#migrate-existing-applications [03:10] the flag is meant to be a quick stop gap in scaling up [03:12] hm, maybe we can try without the highdpi flag, I dont see the auto scale [03:12] https://gitlab.com/mateosalta/teleports/-/blob/master/app/main.cpp [03:15] oh, maybe not [03:15] check this out [03:15] https://gitlab.com/mateosalta/teleports/-/blob/master/app/qml/Main.qml#L37 [03:16] instead of anchoring to the keyboard, they change the size of a rectangle? [03:22] yes, you can see that it does some computations [03:22] I think my app also does that but I can't remember the reasoning 😅 [03:23] anyway, it seems to affect apps that don't use `MainView` and use qqc2 [03:28] I bet it may work better like how the browser does [03:29] just - osk from height [03:29] https://github.com/ubports/morph-browser/blob/59c0c5b1369ab1a82b667140e472fac4c444a965/src/app/webcontainer/WebApp.qml#L216 [03:29] I will have to try on pinephone [03:31] I really think it has something to do with using `ApplicationWindow`. You can see that TELEports already use the height of the OSK but instead it did more computations. That means height won't suffice [03:33] also the pinephone has a long screen :) [03:37] aw, all the qml is compiled in [04:00] I also noticed that the Suru style is somewhat scaled correctly while others like Material looks small on the pinephone … I wonder what scaling they do with just the style [04:03] (Photo, 1451x2560) https://irc.ubports.com/8ha8PbPo.png [04:04] oh my, my graph went backwards, last charged in the future [04:05] (Document) https://irc.ubports.com/byX1ZbdU.mp4 [04:05] :) [04:14] @mateosalta [], it's flexing at you 💪 [04:15] the once and future dead battery :) === Peuc2 is now known as Peuc [04:47] Does the pinephone not support nano sim cards? [04:51] @PhoenixLandPirate [The PinePhone comes with a SIM nano to micro adapter?], If it shows, my sim don't fit [04:52] @PhoenixLandPirate [The PinePhone comes with a SIM nano to micro adapter?], [Edit] If it does, my sim don't fit [04:52] it has micro [04:53] they are saying adapter included for nano [04:53] Weird, I'll give it a try again in a bit, getting my PC set to backup steam [04:54] Ohhh, that's what that is [04:59] (Photo, 720x1280) https://irc.ubports.com/VOSk7Pu0.png [05:00] I don't think that sim will fit [05:06] Hi, if I want to install sshd on ubports, do I just go with apt-get ? [05:16] Ok, this seems to be the way to go http://docs.ubports.com/en/latest/userguide/advanceduse/ssh.html [05:22] Developer mode is not available on ubports. It should be at Settings / About according to http://docs.ubports.com/en/latest/userguide/advanceduse/adb.html [05:31] at the moment, developer mode is only applicable for originally android devices. same with ADb and MTP [05:39] Thanks you [05:43] How does that bot work? 🤔 [05:47] On ubports: I copied some raw text from a website and want to paste it to terminal (my public ssh key). The context menu does not offer me to paste text -.- [05:52] clipboard across apps seems to not work properly on the pinephone [05:53] also I think it's better to download Seabass for texts editing … try if you can paste there [05:54] ^and pasting files in file manager crashes the system [05:59] yup [06:00] there are still many bugs unfortunately but it'll get better [06:02] yeah... I used wget to copy the key to a file and moved it to my authorized_keys file [06:02] I really want ssh access asap... it's too cumbersome to get some decent debugging info via touch interface [06:04] I started ping command in terminal and pressing ctrl+c from the touch keyboard won't stop it (I can see the input of ^C in the terminal output though) [06:05] it did on mine [06:06] Thanks for feedback [06:10] My nano sim doesn't fit in the adapter that came with the pinephone, anyone else have the same issue? [06:10] How do I get a Cltr+X from the touch keyboard? Need to exit nano editor :P [06:13] there's nano when you press and hold the thin burger button at left side of the bar [06:13] press and drag to select [06:15] Would the sim adapter work if you cut off the thin edge of the adapter? [06:15] Or do I need to pay $10 for a sim adapter kit? [06:22] Javacookies Thank you, that works! [06:22] @Javacookies testing nick highlighting in irc bridge. [06:27] Dgnk007 was added by: Dgnk007 [06:35] For anyone who wants Discord on Ubuntu Touch I compiled an arm version of Discord. [06:36] Actually cordless [06:36] Anyone else having issues with dekko 2 on the pinephone? [06:36] @mintphin [For anyone who wants Discord on Ubuntu Touch I compiled an arm version of Discor …], Sweet [06:36] (Document) https://irc.ubports.com/kv3GpUmJ.7z [06:37] avndp was added by: avndp [06:37] Any install instructions? [06:37] Just copy it over to your Ubuntu phone and run it on a terminal. [06:37] You can even do like I did and copy it over to /bin [06:39] this isn't any version tho. it's the branch with voice chat support. [06:39] Ah, okay [06:39] Does it show emotes? [06:39] @Qiangong2 [Does it show emotes?], Yes, since the terminal shows emotes. [06:40] Just not custom emotes. [06:40] I'll send the full executable actually because I want to upgrade my version. [06:41] https://github.com/Bios-Marcel/cordless (source code) [06:41] Thanks for doing this [06:42] Thank Bios Marcel for creating Cordless. I just installed golang on an RPi. [06:42] And ran a command. [06:43] Now if only the headphone jack worked... [06:43] Buy him a coffee if you feel like it. [06:45] @mintphin [Thank Bios Marcel for creating Cordless. I just installed golang on an RPi.], maybe you can package it as a click package and publish in the store? [06:45] @Qiangong2 [Anyone else having issues with dekko 2 on the pinephone?], you mean adding accounts? … it's another issue exclusive to the pinephone, multiple windows in apps is a bit problematic. Extra windows seems to freeze but a workaround is to switch window back and forth then it'll work. Short swipe on the right edge will help on t [06:45] his 😉 [06:45] @Javacookies [maybe you can package it as a click package and publish in the store?], No. This is a terminal app. [06:47] oh okay, I though you can run the command in the terminal app [06:47] [Edit] oh okay, I thought you can run the command in the terminal app [06:56] @Javacookies [you mean adding accounts? … it's another issue exclusive to the pinephone, multipl …], I'm trying to add my imap account, but it just gets stuck at "Verifying credentials" [06:56] It will spin and just go back to the manual configuration page [06:57] I set up this exact account on my android and it works fine [07:03] hmmm, sorry I have no idea … my gmail and yahoo accounts are working fine although I did added them way back [07:06] finally got a ssh connection from laptop to ubports on pinephone! [07:09] I had to adapt the config files of client and server a bit (text editing without keyboard is pain). Follow this for general guidance https://forum.pine64.org/showthread.php?tid=9862 and this for troubleshooting https://askubuntu.com/questions/311558/ssh-permission-denied-publickey [07:15] @nabblet [finally got a ssh connection from laptop to ubports on pinephone!], once you set up your PC's ssh keys and the autorized_keys on UT, you can just that authorized_keys file on all you UT devices. or back them up for if you restore [07:23] @c_smith [unfortunately, my SIM card is unuseable with the device without an adapter, it's …], it comes with adapter. [07:24] @Javacookies [oh okay, I thought you can run the command in the terminal app], No. [07:24] I mean you run it on a terminal. [07:24] By "Terminal app" [07:24] It's a CLI app. [07:24] @gischpelino [it comes with adapter.], The adapter doesn't fit a nano sim. The nano sim is too big [07:25] @mintphin [It's a CLI app.], okay … you can check this. I believe it's a CLI app as well … https://open-store.io/app/htop.emanuelesorce [07:25] @Javacookies Thanks for pointing that out. I am quite familiar with linux, ssh, ... just not with mobile, pine64 and ubport ;) [07:26] @Javacookies [okay … you can check this. I believe it's a CLI app as well … https://open-store.io/ …], That's for installing htop without a R/W rootfs. [07:29] @nabblet [@Javacookies Thanks for pointing that out. I am quite familiar with linux, ssh, …], it's basically the same. it's just that UT enforces key-based authentication and disables password-authentication [07:30] @mintphin [That's for installing htop without a R/W rootfs.], yes, I was thinking your cordless build can be done similarly … anyway, just suggesting 😄 [07:45] @Qiangong2 [The adapter doesn't fit a nano sim. The nano sim is too big], ok, checked it. It's a funny adapter. Maybe a small nail file makes the adapter better. [07:46] @gischpelino [ok, checked it. It's a funny adapter. Maybe a small nail file makes the adapter …], I don't know. Maybe [08:15] Ye was added by: Ye [08:24] David Thiele was added by: David Thiele [08:40] ls [09:28] Carlo Cataneo was added by: Carlo Cataneo [09:37] Krystof Vydra was added by: Krystof Vydra [09:37] Hello [09:38] Hiii 👋 [09:38] I want to buy a phone for my friend and install ubuntu touch on it. But I need it tu support Czech language because he doesn't speak English. I couldn't find supported languages list anywhere so I am asking here. Could some of you who have the system installed please tell me if it has Czech language (Čeština)? Thank you very much [09:47] (Document) https://irc.ubports.com/1ncd56sO.png [09:47] @Krystof Vydra [I want to buy a phone for my friend and install ubuntu touch on it. But I need i …], it seems like most things on there by default are 100% translated [09:48] https://translate.ubports.com/projects/ubports/#languages [09:49] OK, thank you! :) [09:49] Hmm, I didn't know about that site [09:49] Looks like I know what am I gonna do for some time [09:49] @TigranKhachatryan [Hmm, I didn't know about that site], me too, and I did pretty inense searching [10:24] itwillbedeletedsoon was added by: itwillbedeletedsoon [10:31] (Photo, 720x1280) https://irc.ubports.com/uz6yprD3.png [10:31] Is this translation correct? [10:31] I mean [10:31] Cannot be %1-something [10:32] @TigranKhachatryan [], please give me links [10:32] @purringChaos [https://translate.ubports.com/projects/ubports/#languages], I found it here [10:33] %1 is just filled out [10:33] its a argument to be replaced [10:33] Oh okay [10:33] it doesnt have any values to put in there [10:33] Understood 👍 [10:37] Hello. … Why is a China Unicom SIM card undetectable on OP One running the latest version of the UT? … How to resolve the issue? [10:40] Have you tried basically to remove, clean gently, and insert Sim again? [10:41] Yes, it works with another SIM card. And that problematic card works on the other phone. [10:42] It’s weird [10:43] Did it work before installing ubports [10:45] It worked perfectly with LineageOS 16. [10:45] Oh okay [10:49] Before installing UT did you wipe all your data? (TWRP, dalvik, cache and system)? [10:50] I had to copy the flashable zip to / so I could format /data [10:53] Indeed. Try to re install UT using installer and check « wipe data » [10:54] @Qiangong2 [It will spin and just go back to the manual configuration page], In all cases when I had this, some values where not correct. I need to use special encryption and auth settings. Otherwise it would not work. [10:55] Although it still might be some pinephone only thing. [10:55] hey all. I got my pinephone, it sees the network (2.4, wpa), but it never is able to conect even with the password. Any ideas? [11:07] (Photo, 497x849) https://irc.ubports.com/xOjsw4D2.png WOWW [11:25] I'll try doing it now. [12:12] crazy, don't fall for that ponzi scheme hahaha [12:52] https://store.pine64.org/?product=pinephone-shipment-upgrade [12:52] For those still waiting [12:56] dawidpotocki was added by: dawidpotocki [12:57] Cameron was added by: Cameron [13:05] ParadoxSpiral was added by: ParadoxSpiral [13:09] trytonvanmeer was added by: trytonvanmeer [13:16] daftengineer was added by: daftengineer [13:19] Mychickensonfire was added by: Mychickensonfire [13:21] @Krystof Vydra [I want to buy a phone for my friend and install ubuntu touch on it. But I need i …], https://t.me/UBports_CZ_SK [13:25] Jona Stubbe was added by: Jona Stubbe [13:32] @Javacookies [@UniversalSuperBox it looks like that since image 41, updating from previous ver …], I've removed the delta images around update 41 to hopefully fix that. [13:59] @Steve Kueffer [Before installing UT did you wipe all your data? (TWRP, dalvik, cache and system …], Format /data is enough. Whole system (boot.img, rootfs, system.img) is placed just there. Formating android partitions (like system) is not necessary. [14:02] (Photo, 720x1280) https://irc.ubports.com/zAX6djKn.png [14:02] So I am having some issues. … So let's say user is searching for "about phone". In Armenian it will be «հեռախոսի մասին», but if you translate it back word by word it will be “phone about”. What should I do? [14:02] Okay okay I figured it out when I sent it [14:03] @TigranKhachatryan [So I am having some issues. … So let's say user is searching for "about phone". In …], There is a translators group. @wayneoutthere can you add this guy? [14:03] I'll write «ծրագրի մասին» which means about app [14:04] does this guy want to be added ? ;) I can... [14:04] Yes why not! [14:04] good attitude. welcome to the party. i'll invite soon [14:05] Better place to ask translation questions [14:05] @UniversalSuperBox [I've removed the delta images around update 41 to hopefully fix that.], okay thanks, maybe tomorrow I'll go ahead and update it and see 👍 [14:25] @UniversalSuperBox [I've removed the delta images around update 41 to hopefully fix that.], today I updated from 39 to 44 and everything is ok [14:28] @wayneoutthere [does this guy want to be added ? ;) I can...], i would help out but sadly i dont no enough of any "normal" languages [14:28] *know [14:28] i learn and make conlangs a lot though [14:29] azul! [14:29] Check if there are non-normal languages! It's so fun! [14:29] thats hello in Talossan [14:30] (im bad at talossan though) [14:33] @mateosalta [maybe the screen, or screen connector], A very late thx. With screen connector you mean the connector component with the microUSB port? I don't think so, I tried three different ones. And also, with some batteries -and for some period of time- the red led blinks a few times after pressing the power button for 10+ second [14:33] s. I guess this means the connector is fine. So, indeed, maybe the screen. But then again, now I'm also not getting the 'buzz' sound any longer after pressing the power button for 10+ seconds. So, I'm out of clues and help is still appreciated. [14:34] @dad_and_alive [A very late thx. With screen connector you mean the connector component with the …], You know what? [14:34] When I flashed an unsupported port on my device yesterday [14:34] I closed my eyes wrote the default password and pressed enter [14:34] With photographic memory [14:35] And it booted! [14:35] @dad_and_alive [A very late thx. With screen connector you mean the connector component with the …], sounds like you broke it more [14:36] What about ZenFone 6 (I01WD)? Has anyone tried to create a port for it? [14:36] red light might be low battery warning [15:05] @c_smith [I don't think that sim will fit], lol, some in the pinephone chat are saying it an 'apple' adapter ;P [15:06] @vtsoft [What about ZenFone 6 (I01WD)? Has anyone tried to create a port for it?], What Android version does it have [15:08] @TigranKhachatryan [What Android version does it have], 9/10 [15:08] Oh [15:08] The chances are very low then [15:08] :-( [15:10] @mateosalta [lol, some in the pinephone chat are saying it an 'apple' adapter ;P], Yeah, I saw. [15:10] I was there asking about it. XD [15:11] @TigranKhachatryan [The chances are very low then], 9 is mostly fine by now, but I don't think anyone worked on that particular device [15:11] well not that low halium 9 is shaping up nicely [15:11] Oh I thought it worked by Helium? [15:12] Hopefully it's not a a/b device like the Essential Phone or newer Pixels. [15:12] *Halium; but halium 9 is makes great progress [15:12] Those are especially tricky as verity is basically required [15:12] Oh okay that's something to be proud of [15:12] Kudos to Halium devs [15:13] kudos to halium devs! [15:26] (Photo, 617x918) https://irc.ubports.com/tUS8QgEM.png 1 [15:30] spam? [15:31] What happened? [15:31] Oh, I get it. I'm assuming someone was spamming [15:32] ohw it was cleared on the other side cool [15:42] @TigranKhachatryan [Oh, I get it. I'm assuming someone was spamming], Could you please do everyone a favor and change your display name and avatar to not be masquerading as a feature of Telegram like you're trying to phish people? Thanks. [15:42] Phish? [15:42] Hmm, well, okay then [15:43] @TigranKhachatryan [Phish?], tricking people into PMing you messages they wish to save in their saved messages [15:43] Ok ok [15:43] There [15:43] thanks [15:53] Hey, is there a way to replace default emojis with Noto? [15:53] no [15:54] Oh ok [15:54] @TigranKhachatryan [The chances are very low then], But I want to try it... Is there any offtopic halium/ubports group for asking stupid questions? [15:54] I don't know if there is a group [15:54] But XDA is the best place [15:56] @vtsoft [But I want to try it... Is there any offtopic halium/ubports group for asking st …], there is the Halium group. Lots of people there working on Halium 9 ports right now … https://t.me/halium [16:03] Fabio was added by: Fabio [16:55] Rorschach_s was added by: Rorschach_s [17:26] How do I enable CRUST on the pinephone? [17:36] Emin ADMIN HELP CENTER was added by: Emin ADMIN HELP CENTER [17:41] Asraf - Littradex Support Canuck was added by: Asraf - Littradex Support Canuck [17:43] Emin are you a real user? [17:43] @mimecar [Emin are you a real user?], My guess is he's not [17:44] The name practically screams that [17:44] Yes [17:44] Asraf - Littradex Support and you? [17:45] @Qiangong2 [How do I enable CRUST on the pinephone?], they're still testing it … there's a post in the pine64 forum about it [17:45] @Javacookies [they're still testing it … there's a post in the pine64 forum about it], Well, pine64 tweeted at me saying to just enable CRUST to increase battery life [17:53] (Photo, 2560x1451) https://irc.ubports.com/xEQEqtRD.png [17:53] @Qiangong2 [Well, pine64 tweeted at me saying to just enable CRUST to increase battery life], well it must be a misunderstanding 😅 [17:54] dalton might know, or you just wait for a system update [17:54] there might be a forum post somewhere to test [17:55] Yeah, getting 5ish hours with wifi only on isn't bad though [18:12] @mateosalta [], Nice, personalized pack for UB edition [18:13] very nice, now boot has the pine logo too [18:20] @mateosalta [very nice, now boot has the pine logo too], you're not updated for a long time 😄 [18:21] you havr braveheart too right? [18:23] yeah, it was still on sd [18:23] this is amazing how much progress has been made [18:26] Hide1445 Prince was added by: Hide1445 Prince [18:53] Clare Rivera was added by: Clare Rivera [19:08] for testing webgl on pinephone [19:08] (Document) https://irc.ubports.com/Ittk0O23.null [19:09] is faster on new image, still some flickering, but looks better [19:19] Anyway to get rid of the screen flickering randomly? it seems to mainly affect the system settings app for me [19:30] huh? [19:31] anthb was added by: anthb [19:33] Hello there. I'm trying to do my first port, Ubuntu Touch on FP3. Is it the right place to ask for help? [19:34] please join @halium group [19:34] I think someone managed to boot it recently, so it would be great if you could collaborate with that person as well [19:35] @NotKit [please join @halium group], Thank you I didn't know that group. I will join it and look for this person. [19:41] Has anyone tried to use Convergence with a Display Link adapter? https://www.displaylink.com/products/find?cat=3&vid_hdmi=1 [19:41] @Anghirrim [Has anyone tried to use Convergence with a Display Link adapter? https://www.dis …], it is proprietary and won't work with UT [19:42] @dohbee [it is proprietary and won't work with UT], OK... What option do we have then to use Convergence? Only phones with native video USB output? [19:43] Or Miracast? [19:45] using an external display is not "convergence" itself. it is only a feature. [19:46] yes, you need a device that supports wired video output, or miracast, to use an external display with your device [19:49] @dohbee [using an external display is not "convergence" itself. it is only a feature.], Can you please explain? My understanding of Convergence was that you could "plug" your phone to an external display and use it with a Desktop like experience. Am I wrong? [19:50] And am I wrong in thinking that Convergence is available on UBPorts? I remember having seen a video of a Nexus 5 using Convergence. [19:50] Thanks [19:50] @Anghirrim [Can you please explain? My understanding of Convergence was that you could "plug …], that is just one feature. Convergence is a much broader concept. Being able to uses the same apps on phone, tablet, PC, etc… [19:50] Oh... OK [19:51] So talking about the ability to use the phone "as a PC" by plugging it onto an external monitor. … Is this feature available and working with Libertine apps for example? [19:53] And if yes, it can be used with both USB video output or Miracast. … (As Miracast is more standard, it can be used on UBports?) [19:53] libertine is just a feature for providing a container to run legacy or CLI apps in case one needs them [19:53] if your device can connect to an external display, then yes you can still run apps in libertine [19:54] libertine doesn't magically make legacy apps into converged apps though [19:54] converged apps are apps that are reactive to the screen size and input types of various devices, so that they scale and can be used with a variety of input methods [19:55] the only thing connecting an external display gives you specifically, is displaying the shell on an external display, with windowed mode [19:55] @dohbee [converged apps are apps that are reactive to the screen size and input types of …], Ooooookkkkaayyyy this is Cristal clear now thanks [19:56] @dohbee [libertine is just a feature for providing a container to run legacy or CLI apps …], Yep, this I understood. Apps under Libertine are almost unusable on a phone's screen [19:56] @dohbee [libertine is just a feature for providing a container to run legacy or CLI apps …], [Edit] Yep, this I understood. Apps under Libertine are almost unusable on a phone's screen (at least Thunderbird that I tested) [19:57] @dohbee [converged apps are apps that are reactive to the screen size and input types of …], Is there a listing of already converged apps? [19:57] @Anghirrim [Is there a listing of already converged apps?], https://open-store.io [19:58] though, true, some of those may be overly designed for touch interface and phone use so still fall short of true convergence [19:59] @dohbee [the only thing connecting an external display gives you specifically, is display …], Shell, terminal or UBPort user interface? [20:00] @dohbee [though, true, some of those may be overly designed for touch interface and phone …], Clear thanks. [20:00] @Anghirrim [Shell, terminal or UBPort user interface?], shell in this case being lomiri [20:00] ie, graphical shell [20:01] OK thanks for all your answers. [20:01] Is Halium affecting the experience? [20:02] I have both a Nexus 5 and an OP3, but if I have to invest, it'll be more on a Miracast, that I could use on ally devices rather than the Nexus 5 Slimport cable [20:02] only in the sense that there might be issues that need fixed. halium is only the underlying minimal android bit to get hardware working [20:03] not all android based devices are using halium yet though [20:03] OK, so OP3 port being mature, chances to get it work properly are on my side. 😁 [20:04] slimport is way better if you can use it (or MHL or plain HDMI/DisplayPort, depending on your device), and Miracast will be laggy and lower resolution [20:05] @dohbee [slimport is way better if you can use it (or MHL or plain HDMI/DisplayPort, depe …], I guess yes.... Already tried MaruOS with Chromecast and it's a pain [20:05] How about Dex? [20:06] There is an Halium port under development on the Samsung Galaxy S9+. [20:08] what about dex? [20:08] the dex dock is just a slimport dock [20:10] @dohbee [the dex dock is just a slimport dock], Cool, so any Slimport adapter should work then? I have searched for "non official" dex cables without success. Thanks. So in principle, a Slimport cable would work on both Samsung Galaxy devices and the Nexus 5 (providing it can work on both USB C and micro USB plugs). [20:10] micro USB slimport and USB-C slimport are different. so you won't find a single cable to do both [20:11] @dohbee [the dex dock is just a slimport dock], Isn't that just dp alternate mode? [20:11] @jja2000 [Isn't that just dp alternate mode?], slimport on USB-C is DP Alt mode, yes [20:12] but USB-C slimport lets you use USB devices too, where on micro USB you only get video [20:12] the dex station therefore gives you charging, video, USB, and ethernet [20:13] Fairly sure that isn't a property of slimport though [20:13] @Anghirrim [Cool, so any Slimport adapter should work then? I have searched for "non officia …], Galaxy devices that have slimport and USB-C will work yes. the older devices that were MHL instead won't of course [20:15] @jja2000 [Fairly sure that isn't a property of slimport though], being pedantic isn't helpful though. there are plenty of USB-C dock things which are not compatible, as they are either DisplayLink or some other thing. while getting something that is specifically listed on the official Slimport site as supported, will work for such devices [20:17] @dohbee [Galaxy devices that have slimport and USB-C will work yes. the older devices tha …], Yes [20:20] @dohbee [being pedantic isn't helpful though. there are plenty of USB-C dock things which …], This paeg? https://www.slimportconnect.com/Interoperability/ [20:21] @Anghirrim [This paeg? https://www.slimportconnect.com/Interoperability/], yes [20:21] Funny that the Nexus 5 is not listed on the micro-USB [20:21] although it seems a little incomplete [20:21] [Edit] Funny that the Nexus 5 is not listed on the micro-USB (Edit, there are several apges. 😅) [20:22] Last question for tonight... If I still can... [20:22] Once plugged on the slimport cable [20:23] Can the phone be used as a normal phone while displaying apps on the external display? Like, how doe sit work if I get a phone call? [20:24] @mateosalta [], is that morph browser .click only for Pinephone or it can be installed and tested on supported ( Legacy ) devices? I did not know that morph can be available as a .click package. [20:25] only pine for acceleration [20:25] its the only one on wayland [20:26] Sad that the oneplus one has the same CPU as Samsung S5 and yet the S5 got no single support [20:26] but, you can build morph s a click easy from the source [20:26] @Anghirrim [Can the phone be used as a normal phone while displaying apps on the external di …], you'd want to use a headset to take the call probably, but the hardware isn't disabled in that sense. you'll get the notification on your external display and can answer the call there [20:26] or unplug and answer the call [20:26] (assuming things don't break in the process of doing so :) [20:27] @Stefano0101 [is that morph browser .click only for Pinephone or it can be installed and teste …], it can be built as a click separately for testing, but it doesn't replace the system browser or webapp container [20:27] But im glad the work is going on [20:28] @LIFELIKE83 [Sad that the oneplus one has the same CPU as Samsung S5 and yet the S5 got no si …], the ARM/Android ecosystem isn't the same as PCs, so you can't just build one thing and have it work on all devices [20:28] even when the hardware is the same [20:28] What's the issue most time? [20:29] vendors do different things, and certain things may not be electronically connected even [20:29] I know that porting makes it simple trip [20:30] Ok do you think it would be easier if it was x86 phone? [20:30] no [20:30] phones aren't PCs [20:30] and android is still android [20:31] We all know that but the headache always comes from the cpu [20:31] @dohbee [and android is still android], What do u mean by that [20:32] hello, new to ubports. I just got my pinephone. how do I go about installing "normal" GNU/Linux apps? apt in the terminal is not happy with me. [20:32] the headache doesn't come from the CPU [20:33] the headache comes from how drivers work in android for most devices, regardless of the CPU's instruction set architecture. [20:33] @dohbee [the headache comes from how drivers work in android for most devices, regardless …], Oh [20:33] @bdju [hello, new to ubports. I just got my pinephone. how do I go about installing "no …], You should not use apt [20:34] @bdju [hello, new to ubports. I just got my pinephone. how do I go about installing "no …], apt is not supported. UT is not a traditional linux distro. there is libertine for creating a container to install and use legacy apps. [20:34] l e g a c y a p p s [20:34] what is this bridged with? where are you guys? [20:34] @dohbee [you'd want to use a headset to take the call probably, but the hardware isn't di …], Clear thanks [20:35] also, that really sucks to hear. I wanted to try that new foliate app out [20:35] @bdju [what is this bridged with? where are you guys?], telegram https://t.me/ubports [20:35] @bdju [also, that really sucks to hear. I wanted to try that new foliate app out], what is that? [20:36] Desktop applications do not adapt to the characteristics of the phone (within Libertine). [20:36] the way it does drivers locked to a kernel version [20:36] oh [20:36] telegram... oof [20:36] foliate is a new gtk ereader [20:36] @bdju [also, that really sucks to hear. I wanted to try that new foliate app out], i guess you can install PureOS and then install foliate with flatpak [20:36] https://github.com/johnfactotum/foliate [20:36] @bdju [hello, new to ubports. I just got my pinephone. how do I go about installing "no …], Check out settings->Libertine [20:37] or you could build a click version of it, perhaps [20:37] I am not at all excited to hear flatpaks suggested. starting to lean toward postmarketos maybe [20:38] 🤷‍♀️ [20:38] @vtsoft [Check out settings->Libertine], There you can create a container with ubuntu xenial and install classic apps like GIMP or Firefox. [20:39] so apps installed via libertine won't scale someone said? [20:39] libertine doesn't magically make apps usable or useful on a phone, no [20:39] It is not a scaling issue, apps are not designed for small screens. [20:39] not asking for magic, wise guy. just the libhandy sorta stuff baked into most gnome stuff now. will it *prevent* that? [20:40] some won't even work; and i think on pinephone X11 apps won't work yet at all [20:40] it's a design problem of the app [20:40] things using libhandy would be better to get packaged as click and used outside libertine if possible, i guess [20:41] I've attempted to create a libertine container and it seems like nothing happened now. I'm still on the screen to create one [20:42] @bdju [so apps installed via libertine won't scale someone said?], Libertine exists so that you can connect the phone to the monitor and use it as a desktop. Not for using classic apps on 5" screen. [20:42] BTW, how do you take screenshots on ubports? it seems like volume down + power doesn't do it [20:42] i think there are some issues with the settings GUI still on pinephone, and you might need to create it from terminal with `libertine-container-manager create --help` (probably also need to pass the arg to tell it to be a chroot type) [20:42] @bdju [BTW, how do you take screenshots on ubports? it seems like volume down + power d …], Volume down+volume up [20:43] it's a rocker... do I really hit both parts at once? [20:43] it doesn't seem to work [20:43] Pinephone. https://gitlab.com/ubports/community-ports/pinephone/-/issues/11 [20:44] ah, thank you. good to know. [20:44] oh i was just copying the link for https://forum.pine64.org/showthread.php?tid=10130 too [20:45] oh, I was having some wifi issues, though they were intermittent [20:45] I've already rebooted for the system update, but I'll do it again for good measure [20:46] so the decision to not let me easily use apt is based in security? some sort of sandboxing idea? [20:47] Mamie Coker was added by: Mamie Coker [20:49] yes. security and image based updating; the rootfs is therefore readonly as part of the design. `deb` packages are not secure and runs scripts as root. and allowing any debs to be installed would be problematic for many devices and partition layouts, and would mean image based updates couldn't work [20:50] some interesting points. maybe guix would work well. supports unprivileged package management and doing things declaratively [20:50] this is taking ages to reboot. I wonder if I hit a bug. [20:51] it's not the first one in that thread because it's the ubuntu touch screen rather than the pine logo, and I have done the update already [20:53] so far I have a pretty bad impression of ubports, but I'm gonna try to use it a bit longer to get a better feel for it. it feels very limiting and annoying. [20:53] even on android you can use termux and install things via apt, though not graphical things. [20:54] still stuck on the ubuntu touch screen after trying to reboot. I'm gonna hold in the power button I guess [20:56] termux on android is basically the same as what libertine gives you on UT. it's just a container. and you can install much less than you can with libertine on UT [20:57] termux uses packages built specifically to install on android, in a non-standard root directory. they're built against bionic libc to run on android. you can't just take a random arm deb from the internet and install it with dpkg there, expecting it to work, either [20:59] right, yeah, though the termux repo really has a lot of what you'd want in there. vim, emacs, ranger, mpv, youtube-dl, sftp, etc. [20:59] glad to hear that I can maybe get something similar on UT, though. [21:00] yeah all those things are in ubuntu too [21:05] samying Kochederia was added by: samying Kochederia [21:16] lack of tab key on the keyboard is killing me [21:22] @bdju [lack of tab key on the keyboard is killing me], terminal app has command keys toolbar just above keyboard, one of which has tab and such [21:23] also, iirc there was a gesture to do tab [21:23] what do I put for the id in the libertine-container-manager command? seems to be separate from the name [21:24] whatever you want. just `xenial` or such [21:25] إسماعيلLarsErik VonTörne was added by: إسماعيلLarsErik VonTörne [21:25] hm alright [21:25] it's really only important if you want to use multiple containers [21:25] Tap the terminal for tab [21:26] oh wow, that works pretty well [21:26] thanks [21:29] Jørgen was added by: Jørgen [21:29] my phone has started vibrating non-stop! [21:30] I was setting up the container via terminal command last, just waiting for it to finish [21:31] screen wouldn't turn on. I've held in the power button now [21:34] okay, I went to settings -> libertine again now and my container shows in the list, so I've made a little progress [21:37] every package search I attempt says there are no results [21:37] @bdju [every package search I attempt says there are no results], if you rebooted the phone before the container creation completed, it's probably in a broken and corrupt state [21:38] and, see previous statement about settings GUI for libertine maybe still having issues [21:38] you can use `libertine-container-manager` to install packages as well [21:38] hm okay [21:39] though whatever you do, do NOT install `sudo` inside the container; it is unprivileged and installing it will actually break things :-/ [21:39] you can also read docs about libertine at https://docs.ubports.com/en/latest/userguide/dailyuse/libertine.html# [21:40] oh, it says there the create command can't be ran directly in the terminal, but that's how I did it. [21:41] you need to keep the screen on and terminal app in foreground while create runs [21:42] hm could be the screen went dark on its own before, but I wasn't doing anything else at least [21:42] apps are suspended when the screen is locked or when in the background, on UT [21:43] I didn't lock it, just had it set down [21:43] when the screen goes off it is "locked" [21:44] right. that may or may not have happened. [21:44] gonna try to create a new container, I guess [22:25] still trouble on the PinePhone image :( ? [22:26] 43 boots right through but touch input is gone now [22:30] or is that just me? [22:45] (Photo, 1080x1920) https://irc.ubports.com/0lsw7DuP.png [22:46] tv1488 was added by: tv1488 [22:46] Дeтск0е п0рн0😱😱😳👇👇👇 … @pro100artem_fl … Негр жарuт м0лодуху🤤🤤😏 … 👇👇👇👇 … @pro100artem_fl … Выеб@ли😱 на впuске😏😍👇👇 … @pro100artem_fl … Пиши админу чтоб попасть в наш приват чат😘 … 👉👉👉👉 @pro100artem_fl [22:47] Helli All! My battery drains overnight with 4G on. … Could you share your battery status screen. Mobile phone model and if you keep your data mobile/wifi on? [22:47] [Edit] Hello All! My battery drains overnight with 4G on. … Could you share your battery status screen. Mobile phone model and if you keep your data mobile/wifi on? [22:48] @dohbee there some spam that wants to be dealt with [22:48] @matv1 [@dohbee there some spam that wants to be dealt with], +1 [22:49] @arthurabdulin [Hello All! My battery drains overnight with 4G on. … Could you share your batter …], which phone is that? [22:49] Russian spam/troll again? [22:49] Used Nexus 5 [22:50] has this recently gotten worse suddenly? [22:53] I think it has always been like this, but I thought this issue i affrcts all UBports phones. Some of my friends can run over 12 hours with mobole data on and good usage. So I want to get another, a new phone. Wonder what is a better model? [22:54] i have quite a few phones. I use a OnePlus3 which does great battery life [22:54] @matv1 [i have quite a few phones. I use a OnePlus3 which does great battery life], How long with mobile data? [22:55] over a day easy [22:56] but realise that batteries decay over time. So youre N5 maybe just dying of old age [22:56] well the battery that is [22:56] it is not so difficult to replace a battery on an N5 [22:56] i did it myself once [22:57] @matv1 [over a day easy], Nice!!! [22:57] @matv1 [it is not so difficult to replace a battery on an N5], May be a good idea. [22:57] @matv1 [but realise that batteries decay over time. So youre N5 maybe just dying of old …], How do I test battery on UBports? [22:57] at least it would be the cheapest solution :) [22:58] @arthurabdulin [How do I test battery on UBports?], not sure actually [22:59] @matv1 [at least it would be the cheapest solution :)], Would be great to test the battery first... [23:00] @matv1 [at least it would be the cheapest solution :)], [Edit] Would be great to test the battery first... Somehow [23:00] if youre confortable flashing back to android briefly, i guess there will be more options. But I thinks battery testing apps are never really very reliable. But I am no expert :) [23:02] I have flashed UBports a mutiple times to test through backup restore. So I could do a jump back to android comfortably... [23:02] Thanks for the chat M! [23:03] np good luck [23:03] Oh obelisk more thing: Phairphobe 3 - is it compatible with UBports? [23:03] [Edit] Oh one more thing: Phairphobe 3 - is it compatible with UBports? [23:04] [Edit] Oh one more thing: Phairphone 3 - is it compatible with UBports? [23:04] not yet. There is an early stage port I recently read. But not feature complete by far [23:04] Thabks thanks [23:05] [Edit] Thanks thanks [23:05] sure