[00:02] @Tiago, Ok. got it. installation in progress with CPT. [00:10] @savetier, on my blog i talked abt it in few places. I even have post about setting up shh with x forwarding all the way into the container. so hou ssh into your ut phone then chroot into a container and run app inside remptely onto your desktop. … kriscode.blogspot.com [00:11] @KrisJacewicz, Thanks :) [00:11] @KrisJacewicz, chroot! [00:12] we covered 'chroot' in our audiocast [00:12] np, i will try to make a post dedicated to x forwarding scenario where o compile all the info in one place [00:12] @wayneoutthere, nice [00:12] I think you'll like my explanation of it [00:12] it's in the techlish section [00:12] i wrote post on my blog about containers in ut phone i used debootstarp as an example [00:13] @wayneoutthere, will checknout! [00:13] enjoyez vous l'audiiocast [00:14] @wayneoutthere, alors nous allons l'enjoyer :D [00:16] voici un plan pour tout le monde! this is on topic... or not. [00:16] Judge Ivan? [00:16] (Document) https://irc.ubports.com/5KD2fXBH/file_1244.mp4 [00:18] (Photo, 258x29) https://irc.ubports.com/RARwwouV/file_1246.jpg [00:25] Project daily-hammerhead build #353: SUCCESS in 11 min: http://ci.ubports.com/job/daily-hammerhead/353/ [00:27] Project ota-push build #1175: SUCCESS in 1 min 49 sec: http://ci.ubports.com/job/ota-push/1175/ [05:57] macchanmatsuda was added by: macchanmatsuda [05:57] @neothethird, Very agree with you Jan. Let us magine, among my translations I would ad adds. But the main problem is webrowser, there are so many ads today. And even with cookies and history I disable and clean continously, the ads come back from the sites I visited. When I visit my parents in-law, I guess what are their medical issues,.... [06:44] Is it possible to install Ubuntu in moto g4 plus? [06:50] @Vijaypraj, Hi Vijay, if your phone is not listed in the Core devices or Legacy devices on the ubports website, then it's not possible at the moment unless you try to port it yourself.... so right now the best thing to do is get a nexus 5 or a oneplus... one of the core devices. sorry. [06:50] Ok [06:50] How to porting? [06:55] @Vijaypraj, Porting : because every phone is so different and plagued by proprietary blobs that don't come with documentation, porting involves following the wiki which just tells you the general idea for building the kernel and setting up the filesystem, flashing etc.... getting it to actually work means spending ages sifting through log files every time it crashes and fixing those errors until it finally boots.... The Halium project will mak [06:55] that process simpler some day. you're welcome to read up on halium and give it a try. [06:56] πŸ‘ [06:56] https://wiki.ubports.com/wiki/UBports-Development-Information [06:57] Thank you bandi [06:57] I will try [06:58] @Vijaypraj, πŸ‘πŸΌ cheers [06:58] 😊 [06:58] What\s the status of libertine in UBports? [07:01] Project click-import build #27: SUCCESS in 5.8 sec: http://ci.ubports.com/job/click-import/27/ [07:01] @tylnesh, it works. very useable... i see Kris recommending developing apps directly on the phones using Lazarus IDE and Geany, so it's gotta be good for that to work out. ;) [07:01] Project vivid-rootfs-armhf build #162: SUCCESS in 10 sec: http://ci.ubports.com/job/vivid-rootfs-armhf/162/ [07:01] Project ota-push build #1176: SUCCESS in 0.49 sec: http://ci.ubports.com/job/ota-push/1176/ [07:01] I used to use texstudio, qtcreator, and many more in my old Ubuntu Touch days [07:01] Forgot about how to do it, any links? [07:03] https://wiki.ubports.com/wiki/Libertine%3A-install-and-manage-desktop-applications [07:04] Thanks! Gonna give it a try once I get back from work [07:04] @tylnesh, πŸ‘πŸΌ have fun === JanC_ is now known as JanC [07:06] http://kriscode.blogspot.tw/2016/10/lazarus-development-for-ubuntu-phone.html [07:07] How's running cli apps in libertine container? [07:07] I assume I'd install a terminal app [07:07] and run them from there [07:07] right? [07:07] can't wait to put byobu on a tablet :) [07:07] yep. gnome terminal... just like normal [07:07] okie-doke [07:10] also, how do I enable ssh on UBports? [07:10] i want to note that you could do native programming on the phone either with or without containers (ie Libertine), and each approach has own pros and cons [07:10] @tylnesh, enabled by default [07:11] I'm not really gonna do development for UBports just now [07:11] but ut devices only allow publick key authentication [07:11] no password authentocation [07:11] so you need to have ssh id on your client [07:11] I need to finish my diploma thesis first [07:11] and import its public ley into the ut device [07:11] then u connect without password [07:11] import? Just add it to .ssh/authorized_keys? [07:12] also if you want to use x forwarding with ssh you need to install xauth package on the phone [07:12] otherwise upon connection you wont be able to generate .Xauthority file [07:12] and x forwarding wont work [07:12] I use mostly cli apps. but I may as well isntall it. [07:12] thanks! [07:13] I'm gonna play with the development of apps for UBports after I finish my diploma thesis [07:13] but if u install xauth package then the .Xauthority will get autogenerated the first time you connect. you will se a warning about missing file but it will be autogenerated and will work [07:13] I just wanna use my tablet as I used to. As an on-the-go netbook replacement [07:19] I wonder if apps like redshift would work :) [07:34] well does redshift come for ARM architecture? [07:40] @KrisJacewicz, Dunno, but what's stopping you us from building it? [07:40] redshift is for Xserver [07:41] Hmm.. ssh port is not open [07:41] ah, ok [07:41] i didnt know if it had sources available or not [07:41] @SwizzlaKalongie, it doesnt matter ut jas xmir [07:42] also almost never an app uses xorg api directly mostly it uses widgetset api like gtk or qt [07:42] gtk has not been poted to mir yet although some work was initiated [07:42] if it ever matures then u could run gtk apps in mir dorectly [07:42] cuz apps mostly call gtknapi not xorg api directly [07:43] @KrisJacewicz, doesn't redshift set the colour globally ? so you're saying it will just change the colour temperature for the one app? [07:43] anyways u can use gtk apps on ut so if redshift has sources that you can compile for arm then you should be able to run it on the ut device [07:44] @SwizzlaKalongie, i dont know for sure but i think it would run but maybe you would not see anything happen in mir window manager [07:44] not sure how much mir has in common with xorg [07:44] bit afaik it provides compatible api via xmir [07:45] so it should be possible to teat it [07:45] *test [07:45] the page says "Your graphics driver and X server needs to either support at least RANDR version 1.3 or the VidMode extension" [07:45] yep... test needed... [07:45] @SwizzlaKalongie, i installed randr on ut directly [07:45] i hoped that i could change dpi setting [07:45] oooo [07:45] so that gtk apps in xmir would scale better [07:46] so it ran and didnt cause any exception [07:46] just that there was no visible effect either :P [07:46] my guess is that xmir provides compatible apis but not all of them produce visible results [07:47] some may be kind of placeholders, dummy apis [07:47] just there so that compilation succeeds [07:47] and so that execution runs without crashes [07:48] but that is also another big problem with UT's xmir: while mir reports actual dpi, xmir seems to always report constant 72 or 90 (dont remember) [07:49] so if your gtk program calls xorg api for checking screen dpi it will not get the real value [07:49] i think it is a bummer, because some apps would scale properly if xmor would report real dpi [07:53] @KrisJacewicz, hmm... interesting [07:53] all speculations though, I dont actually know [07:55] yep...speculation based on knowledge... kinda works out lol [07:58] How to open port 22? No matter what, it always refuses connection [07:59] on BQ m10 [08:00] Michal do you use key authentication? [08:00] @tylnesh, did you import client's public key? [08:01] because ssh is open by default [08:01] It shouldnt matter, as I edited the config to allow password [08:01] and it straight out refuses connection, not refusing the key [08:01] afaik it wont work [08:01] i tried [08:02] some other settings somewhere else overwrite your editted config [08:02] at least that was my experience [08:02] so import the key and check [08:02] i will bet u it will work [08:05] the servce was off by default [08:05] ssh daemon [08:05] that was the problem, after I run it manually, I connected without the key [08:06] alright! [08:06] I wonder.. can you create libertine containers on sd card? [08:07] @tylnesh, otherwise i import key likenthis: … $ export KEY=$(ssh supervizor@192.168.0.47 cat /home/supervizor/.ssh/id_rsa.pub) # ensure that you got the key by printing it and ensuring it is set: $ echo $KEY # now you can import the key: $ echo $KEY >> ~/.ssh/authorized_keys [08:07] (Photo, 720x1280) https://irc.ubports.com/FeO5bI2a/file_1248.jpg [08:08] @tylnesh, Have you enabled developer mode? That should get it to auto start [08:08] @tylnesh, Libertine has its own path but you can move it to sdcard and create symlink [08:08] of course [08:08] that is great news, since back when I was using it, I mostly had problems with lack of space on the device [08:08] and if you make your own container not via Libertine than you are free to put it anywhere [08:08] 16 gigs is really small for my use-case [08:08] texstudio is a beast :D [08:09] So will UBports be rolling out a security patch for KRACK? [08:09] Hopefully [08:10] I hope [08:12] @DanChapman, inthink that is the reason why i didnt hv to turn it on! [08:23] Project daily-fp2 build #371: SUCCESS in 13 min: http://ci.ubports.com/job/daily-fp2/371/ [08:24] Unity8 is qt5, right? [08:24] Project ota-push build #1177: SUCCESS in 1 min 13 sec: http://ci.ubports.com/job/ota-push/1177/ [08:24] correct [08:24] @tylnesh, Yes, QML to be more precise [08:26] K! I might port some of the small educational games I made for my nephews. [08:48] what do I need to make the symlink of? [08:48] to move libertine? [08:48] .local/share/libertine ? [08:50] @DanChapman, Dev mode starts ssh? This is new for me ;) [08:51] well it starts the ssh-daemon does it not? [08:51] It did not for me [08:51] Had to start it myself [08:52] @DanChapman, Dont think so because its off in /etc/defaults or whats the name? Even when its starting the script, it would bail-out because of this variable setting [08:56] Ah yeah my bad. Dev mode just enables the adb server. phablet-shell does the rest with starting ssh and copying keys. [09:03] Hello folks. As my BQ E4.5 broke I got a N5 now running Ubports Version of UT. … I wanted to ask if there is any opportunity to get the BQ guitar ring tone to the N5? [09:06] @el_namor, If you get the original file you can set it as custom ringtone [09:11] Any way to extract it from the BQ image file? I dont have my phone anymore. :/ [09:14] @el_namor, Guessing a user can extract it and send it to you. Mine is also dead sadly [09:17] Ok [09:35] I have Bq 4.5, i will try when back home [09:58] BTW... when vivid repositories stop working, what will happen with Libertine? [09:59] (Sticker, 512x452) https://irc.ubports.com/YX0E2VgU/file_1249 [09:59] on BQ M10? :) [10:00] There are space problems. They hog a lot of resources [10:02] There was a concept of multi-snaps with one shared resource. Still debates over whether snaps are the future [10:14] @Stereofont one small question, dont tell to anybody πŸ€“, in which file i should look for the ring tones? Thanks [10:18] maybe user/share/sounds/ubuntu [10:19] I see them, I found them [10:19] @Stereofont, Well, if you can install snaps to sd card and symlink them to your home, wouldnt that solve the size issue? [10:20] Also with Solus, Fedora, Arch and Elementary jumping on the bandwagon, I think this is foregone conclusion [10:24] Where do libertine containers reside? [10:25] @Stereofont, I tbh I dont see this being practical, you would to have a meta-database which knows about which requirement form a snap is in another snap. In the end it defeats the aomtic behaviour of snaps since you need to install additional dependencies [10:25] @tylnesh, Just because Desktop distro jump here or there does not mean we have to follow without thinking [10:26] @Flohack, look flatpaks [10:26] they just have several default runtimes for flatpaks [10:26] @Flohack, Sure, I meant for the snaps to be the future on the desktop, not mobile. I'm curious how that will work out. [10:26] @vanyasem, gnome, kde, freedesktop, etc [10:26] @vanyasem, Hm I am more concerned about security flaws like libssl being out of date in snaps. [10:27] I hate the entire idea of both snaps and flatpaks tbh [10:27] maybe just being conservative here [10:27] @Flohack, Shouldn't that be the concern of the snap maintainer? [10:28] @vanyasem, I for one love being able to install recent software on 16.04 without going the PPA route [10:28] @tylnesh, Exactly but what if he does not maintain it? We, UBports are then being notorious for having insecure phones. Thats the bottomline everybody will understand. Explain this to press and media, that it was just one sloppy maintainer [10:29] Well, maybe add a check if the version of the libraries in snaps are recent and showing a warning if there's a known vulnerability [10:29] something like" Proceed at your own discretion [10:29] (Document) https://irc.ubports.com/oGBRyUvk/file_1250.ogg [10:30] anyways... again, nobody knows where libertine containers are stored? :) [10:30] @tylnesh, Ok so we need a database on the phone, that will inspect all snaps for versions, and then give warnings? That makes things more and more comlicated. We need to maintain this db and sync it to all devices. Then we are better off by patching the stuff from upstream, as a normal shared lib. Thats the beauty about shared libs, you can update everything in one goi [10:31] True. [10:31] well, it's one big sliding ruler [10:31] convenience β€”------------β€” security [10:32] @tylnesh, Expansion to SD would solve a lot of problems. A problem for Nexus 7 though. Would it be fast enough and reliable enough for a standard architecture, rather than 'as and when'? [10:33] True, but how else will you otherwise solve the availability of desktop software past closing of vivid's repo? [10:34] @tylnesh, This what makes Android so secure, they have Java bytecode which is not tied to a certain version of a lib. You can exchange/update whatever you want and it will (probably) not break [10:34] @tylnesh, Xenial, presumably [10:34] @tylnesh, We are in distribution hell, yes. It makes weird things to us such as openstore needing sooner or later multiple versions of Apps for multiple releases available [10:35] Every developer will give up if he has to maintain his App across 3 releases. Thats simply not appealing [10:35] Yeah, and there's no easy way to solve it either [10:35] Isn't snap with dependencies basically what we have now except sandboxed [10:35] What we've always had with package managers* [10:38] The thing is, that in my selfish mind I never even hoped for Ubuntu Touch being successful on the mobile platforms. I don't really give a crap if there's appstore with milions of apps doing fart noises on the platform. I just wanna something open and that I can screw around with and do crazy stuff like installing QtCreator and TexStudon on. [10:38] @samzn, Snaps solve a bunch of things in a good way. but they consume a lot of space, and need super-aware maintainers. I can see snaps shining where a big group of people delivers software, like lets say eclipse as a snap. Or QtCreator. Can be. But the Android ecosystem exploded by the inclusion of single hobby developers. To shift all the burden of reading security advisories on a daily basis, patching and updating in record time, is not fair tbh [10:41] I can see the need for a quantum shift in system architecture at some point in the future but that means having maybe 200,000 established user base? [10:41] Multisnaps could work for big dependencies, for example lets say you depend on electron, you could just point to a shared base [10:54] @tylnesh, .cache/libertine-container/ [10:54] Thanks, I already found it. Although I made a silly mistake of trying to move whole folder to sdcard [10:56] *without sudo [11:15] @Milan Korecky, Hi Milan, you got them? :) can you send it? [12:00] @tylnesh, i totally get you! and i feel Canonical lied when they said that i itially UT would be targetted at enthusiasts, developers and fanboys. How I ask, if even terminal app was missing from default installation. Ubuntu without app???? Also while providing xmir they didnt think to provide gtk triggers for maliit which weight next to nothing, so as a consequence while they allow you to run grk apps but you cant use onscreen keyboard with them [12:00] unless you manually install related packages. To me they totally said one thing and did another :( [12:01] *Ubuntu without terminal app???? [12:24] I didn't mean it as a rant, though. I could care less about what's preloaded on the device, since installing Terminal app is just a few clicks away. [12:29] what would stop us from supporting click, flatpak and snap? [12:29] k... a half-stupid question: what if i were to package something in a flatpak or appimage, any way to get that working on the phone, to show up in libertine etc? or if it were compiled to work on unity etc... [12:31] @rogieroudshoorn, +1 [12:32] i mean - the point of this platform (for me) is freedom and to be independent of the big companies that want to know all about me [12:32] why not open up as wide as possible for as many development methods as possible - as long as we don't maintain more then one ourselves? [12:34] @rogieroudshoorn, As long as the overall maintainence effort for UBports is not exploding, its ok. But you know, we need to be small but beautiful in the beginning. We can add a tons of features, but people will turn away if they are not well maintained [12:34] of course, as long as we can with minimal effort [12:39] i would hope that - for instance - mainstream browsers in flatpak or snap could lessen the burden somewhat [12:39] @el_namor, I have sent all of them and directly to you [12:55] Project daily-mako build #146: SUCCESS in 12 min: http://ci.ubports.com/job/daily-mako/146/ [12:55] Project ota-push build #1178: SUCCESS in 0.52 sec: http://ci.ubports.com/job/ota-push/1178/ [12:56] That seems a bit too fast @mariogrip [14:18] @KrisJacewicz, that's funny. just started using that redshift thing recently. really helps my eyes in my cave [14:20] @el_namor, find anyone who has it and then get really close with a great microphone and record it, export to useable audio format, then import into phone. no one will know it's a ghetto reproduction. [14:22] @tylnesh, hopefully we can help you consider success as an option as well! ;) [15:20] ... [15:21] NikosChat was added by: NikosChat [15:22] @wayneoutthere, Well, I hope it's successful for the sake of all the fine people that did such great job so far [15:22] But for my use case it's irrelevant, as long as it's somewhat maintained and got browser, a terminal and a way to install regular apps [15:22] @NikosChat, Welcome! [15:38] @SwizzlaKalongie, if i just think about it then it feels like making, say, flatpack image that you install on the phone directly to show up in libertine, an overthinking. Of you flatpack somwthing then it should show up the same place you install it on. So if you install it on the phone directly, the app should go into the phone os directly even if it requires xmir. If you want the app to go into libertine than you should download it into liberti [15:38] container and install it in there. [15:40] @KrisJacewicz, k. thanks. i don't know much about how libertine works, so... [15:43] however if you really want, you could deploy some sort of daemon in the libertine container an on the phone let flatpack be handled by custom service not the actual flatpack installer. your own service intercept your flatpack and sends it into libertine via a daemon running there, then once moved over, starts normal flatpack installation procedure in the libertine container. [15:44] @SwizzlaKalongie, libertine is basically just a chroot jail plus some utils and a service on the phone to control the container and start apps within it. [15:45] it is also a scope that lists app launchers [15:45] @KrisJacewicz, sounds very complicated [15:46] it simplifies things to the point that you just click and things happen automagically in the background [15:48] but you could also manually create your own container and install apps inside of it and you could even creaye a custom launcher in the main scope (not a dedicated one) to start apps from your container onto the phone screen [15:48] or you can skip container entirely and install your x apps in the phone directly [15:48] with app launcher in the main scope [15:50] @KrisJacewicz, sounds good... i like it. [15:55] personally i think that there is only one real limitation that makes libertine needed. the limitation is the space on the / partition of the UT device. When you install apps from .deb packages they take up space on the partition that has very limited size. When you use Libertine everything goes into userspace where you have much more storage space. Other than that it is not necessary at all to have libertine in order to use gtk or other x apps on [15:55] phone. … Manually you can try to move some data to userspace after installation and then create symlinks, but not everyone wants to go through the steps of doing it, so Libertine offers convenience. [15:56] i personally dont use libertine at all any more, but as a tradeoff i have to manually ensure that my / space does not run out. [16:08] maybe soon we can unify the equivalent of /data/ and /system partitions :) [16:08] not sure how sensible snapdragon is to partition changes but it works fine on my kindle fire [16:09] Partition changes are potentially dangerous if you want to move back to Android [16:09] And that's a choice that we don't want to get in the way of [16:09] Either way, / isn't stored in /system [16:09] It's stored in /data/rootfs.img [16:09] I'm thinking about unpacking the rootfs to /system ... And using /data as /home. So there wouldn't have to be something changed really. on the partition layout. [16:10] I opened an issue on the halium projectmanagement repo about that, just to get some feedback [16:10] If I could snap my fingers and make a change, /data would be overlayed over /system. [16:11] So you can hack your system all you want, but go back when you inevitably screw something up [16:12] https://github.com/Halium/projectmanagement/issues/27 [16:12] @samzn, all that would be great however i see a flaw in the core design of linux software. Apps that absolutely dont require any sudo are packaged with foxed paths that are outside of user's home. Deb format doesnt even allow for installing into home folder paths unless via script. Also you cannot dpkg -i someapp.deb without sudo. I find it really bad practice. lot of crossplatform apps come in portable flavor on Windows but on Linux they keep aw [16:12] from that even though userspace portablenprograms are both more convenient and safer. … That is precisely why things lile flatpack exist. [16:15] @UniversalSuperBox, Problem is that only the most spartan of overlay-type filesystems are included in Android kernels. And they're buggy. [16:16] essentially on windows an app expects all its files to be under the folder where the executable is, all os kept together paths are relative and things easily become portable. Same apps on Linux suddenly abandon that design just because of some traditional paradigm that some things go to /usr/share, some to /usr/lib, some to /opt etc. [16:17] so now out of that weird paradigm in order to make all simpler we still dont abandon the paradigm but instead package apps with container-like approaches [16:18] what a weird way out of the problem [16:18] why not just change your code so that app can entirely be fit inside the folder that you can put anywhere u wish [16:18] with all the .so libs there too [16:18] @KrisJacewicz, The issue is that the ((very) limited) phone storage is split into two partitions, in a model that only android really uses [16:19] Actually iOS also does it like that but at least they are competent :) [16:20] @samzn, so i am working on an alternative store app for UT that allows for packaging apps in a way that thwy get installed to the userspace [16:20] so that users can install apps without sudo [16:20] and into userspace [16:20] @samzn, Again, not under Ubuntu Touch or Plasma Mobile [16:20] packages? [16:21] @UniversalSuperBox, without repartitioning you can't unify the two partitions, can you? [16:21] lets take terminal app as an example [16:21] you download the click and extract it as its just a zipped archive [16:21] i side you hc lot of stuff [16:21] but u take out the app binary [16:22] copy into a folder say ~/terminalapp [16:22] and place customized launcher in ~/.local/share/applications/ [16:22] all data is in the userspace [16:22] no sudo required at all [16:22] app launcher is in the apps scope with all other apps [16:23] and u have a portable terminal app without any apparmor confinement [16:23] without all the click stuff [16:23] and same with gtk/x apps [16:25] so i am developing an appstore like app that hosts apps packaged for this type of deployment and handles everything automatically without sudo and into userspace only [16:26] only some apps are more troublesome than others, example geany, it just forces you to put aome stuff under /usr/share/geany, so even if u move the binary to the userspace and create custom launcher also on the userspace it will only look for some data files outside of your home directory [16:27] for such cases i will want that actual data still goes to userspace under a folder with the binary and all the rest, but the installer makes symlinks which still write to the / partition but arw tiny and generally wont make your space run out [16:29] but as much as i am absolute fan of Linux i think that it is a stupid design that installing software throws application's files all over the place [16:30] and it is not a requirwment, just some sort of mannerism that developers blindly follow [16:30] take Telegram desktop app linix version as a good example [16:30] no sude [16:30] extract to your home folder and it just works [16:31] all tight together [16:34] @wayneoutthere Did you try to set a day for the alarm clock ? as mentioned here https://github.com/ubports/ubuntu-touch/issues/288 ? [16:40] Thanks @Ern_st . that launchpad link doesn't work there (I commented this) and I just set an alarm now trying to set a day to make sure there is a day set and see if that helps. Thaks for the lead and I'll let you know [16:43] Regarding podbird, it simply stop to work on my Nexus 5 from one day to another one. After a config + cache clean, desinstall and reinstall it's working like a charm. [16:57] #Question when will you release a patch for Krack? [16:57] does anyone know if there's a way to install ut apps (`.click`) on ubuntu desktop? [16:59] @Ern_st, cool man. this might be working now but the solution wasn't what I expected. You can see my last two responses in the git (GIT!) hub above. thanks again in the process i may have got it working [17:00] @Ern_st, on behalf of @exar_kun we at the Ubuntu Touch Audiocast thank you! [17:02] @KΓ©vin, how to do config + cache clean on UT? [17:03] you can do it with UT Tweak Tool [17:06] thx [17:33] @garrogarri, Probably when someone rebuilds a fixed version of the package wpasupplicant for vivid. Which version of wpa is included in vivid by default? Maybe the fix for debian jessie will fit here too. [17:36] OK, found the patch (https://anonscm.debian.org/cgit/collab-maint/wpa.git/patch/?id=5e1d735e15aef8dc762761c5e938dec9db209bdd). Just apply this on the ubuntu vivid version of the wpa source package and rebuild. Should be fixed then, as long as the android part doesn't has to do something with this. [17:53] @Matteo, I think I resolved this issue by deleting data for the system setting app with TweekGeek πŸ˜πŸ‘ . Now I switched back to release candidate. [18:11] @Michele, You can compile and install from source locally but it's not that trivial. I am currently investigating this. If you are interested although it's rather a hack and will not work for any app currently in the openstore but only a very few i can send you my work-in-progress docs [18:12] AfzalAlam was added by: AfzalAlam [18:13] I'd like to install UT via MultiROM. Any ideas where I can get a compiled version of UT from ubports to flash that? [18:13] Bacon user btw [18:15] @AfzalAlam, As far as I understood, MultiROM is no more supported by Ubuntu Touch developed by UBports...ah by the way, welcome Afzal [18:16] @Matteo, Thanks Matteo. [18:43] @AfzalAlam, yes, I always see @UniversalSuperBox saying "Sorry, no multi-rom". I dn't know what it means but it must be true :( [18:44] @AfzalAlam, attempt to use efidroid [18:47] @samzn, Does EFIdroid instead supports ut? [18:50] @demokrit atomos, yes, pleaseπŸ‘πŸ» [18:52] @Michele, At the link directly go to the section about local building: https://github.com/demokrit011/own_docs/blob/master/Creating%20a%20clean%20Yunitbuntu%2016.04.md [19:07] @Milan Korecky, yeah I've seen it thank you :) [19:08] Well guys, I have quite sever issues with my N5. :( … Unfortunately UT runs far worse than before on my BQ E4.5 :( [19:10] There are the minor annoying and known things like 1970 date or screen not switching on with brightness sensor activated ... … But also severe things: … First problem is strong battery drain (also in comparison to android) … Now the network manager was crashed somehow, WLAN was not found, flight mode did not work. … The phone freezed totally in one point and got quite hot (without doing something special except trying to connect to WIFI). … [19:10] off the phone but it did not shut down totally: the screen was black but phone still activated. … Now it seems to be in kind of a boot loop with always the google logo showing up, going black again, then UT loading logo then again google logo ... :/ [19:19] Force the shutdown, plug it and then restarting. It can behave a bit crazy time to time if it's low in battery. [19:20] @el_namor For the 1970 do you have a cell network on your phone ? [19:20] yes … and with network signal it sets then actual date but it's a strange bug I did not see at the Aquaris E4.5 [19:21] I tried to shutdown but always when I press the on/off button the phone will start again showing the google screen for quite long time then getting black screen and then suddenly showing the ubports loading screen until it's black again and nothing happens :/ … It's connected to the plug already 😐 [19:23] Unfortunately, this is not usable like this for daily driver (as my BQ has been for 1.5 yrs with canonical image and 0.5 yrs with the ubports image) [19:23] Can I break this boot loop somehow or do I have to wait until deep discharge of the battery? (which is not a good thing actually for the battery ...) [19:25] Ah I managed to get into recovery mode and at least switch off the phone from there properly. [19:26] Ok I'll leave it charge now for some time and then try again restarting ... [19:29] If I have this what can I do? reboot the phone? but why does this appen? [19:29] (Photo, 540x960) https://irc.ubports.com/deriJhJu/file_1252.jpg [19:30] This is a bug I had already with my BQ E4.5 (Canonical an Ubports image) … Phone continues working generally ... … But the indicator won't be fixed unless you restart. [19:31] bq 4.5 me too... [19:32] @el_namor, Unfortunatly we have an opposite view. Yes you need to break the boot loop, by pushing power button long enough at the right moment. [19:32] @Michele, Just restart. I seems to crash randomly ... I didn't notice any rule behind this. [19:33] Ok great, keep us update. for the brighness sensor is working, no issue to report on that. [19:35] @Ern_st, well I am happy to have broken the boot loop now. … But I must say that for me the N5 is running worse than the BQ E4.5 before (which unfortunately broke :( ). … I had these not being able to connect to wifi (not seeing it) also with the BQ E4.5 but usually switchin to flight mode shortly solved the issue. Then there was no battery drain with phone getting hot without any action and these boot loops ... … I know that it is not comparab [19:35] you guys adjusted all the image yourself for the N5 (which is an amazing achievement) but it seems that there is still quite severe bugs present. [19:36] @el_namor, No worry, it's your experience that i don't doubt about it. I'm trying to share mine and understand yours. [19:36] For information I didn't adjust anything on my N5... i'm just using the official image. [19:37] @Ern_st, the date issue is already labelled for OTA3 … https://github.com/ubports/ubuntu-touch/issues/5 … the brightness sensor is working on my device too, but screen wont switch on properly then. its also labelled already for OTA-3 … https://github.com/ubports/ubuntu-touch/issues/65 [19:37] @Ern_st, so you are on Android? [19:39] Ah it's not the brightness sensors, it the initial wake up. Yes i do have this bug. I push the power ONCE button and swipe the screen. Voila ! [19:39] (Sticker, 448x512) https://irc.ubports.com/6xizDgE0/file_1253 [19:39] No Ubuntu touch Devel supported by Ubport 😁 [19:41] well I don't understand then what you mean with "official image" … I have the UBports image for N5 also. Stable channel, OTA-2. There was no official canonical image for the N5, was it? I thought there was only one for the N4 and N7. … I flashed the UBPorts image and installed my apps from openstore and the three apps I still need from ubuntu store (Dekko, Stream-Player and German News Webapp) and nothing else. [19:41] No manual messing around via apt or libertine or whatever at this point. [19:42] Ok after some charging I tried to boot and it works now πŸ‘πŸ» … I'll let it charge [19:43] Officially supported by Ubport [19:43] this I have also [19:43] Yes i noticed your bug at low battery once or twice, really annoying but i couldn't find a way to reproduce it [19:45] Moreover, there seems to happen battery drain from time to time. … With Android the battery time of the device was not great, but about 1-1.5 days with moderate use [19:45] (Photo, 720x1280) https://irc.ubports.com/6uie00lg/file_1255.jpg [19:48] this is with UT … I already noticed, that 4G drains a lot, so I switched network to 2G/3G only and was connected today mainly to WIFI and normal moderate use with Telegram, browser, one or two calls and quite long stand by times in between … the battery time is defenitely worse than E4.5 and than N5 with Android. And as said, I noticed the device gettin very warm from time to time without special activity done by me. … Could it be that this rel [19:48] issue with boot loop at low battery? [19:48] Yes, I agree , but if you don't use the screen the battery time is increased a lot. I think that it's mainly because the screenbrightness is too strong on Utouch, see https://github.com/ubports/ubuntu-touch/issues/213 [19:49] try to reboot one more time... otherwise try to run from a computer a top on your phone see what is consuming cpu. [19:49] @Alexander, well today I had the phone on almost minimal brightness (manually) as I was annoyed by the screen not switching on properly bug with automatic screen brightness [19:50] Yes, because the minimal brightness is still so bright in my opinion [19:50] @Ern_st, atm it seems fine … But before it got into the boot loop and when it didn't find the wifi and did not enter flight mode it was one of the occasions when it got hot also ... [19:50] Automatic works fine in my N5 but the power button bug annoys me [19:51] Battery lasts very well on my device too. 26hrs with medium use is crazy good [19:51] For me at least [19:53] well I've been using the N5 with Lineage now for about 2 weeks and it was fine also in range 24-36h depending on using intensity [19:53] but for me, with UT it hardly lives 12h with same using intensity :/ [19:54] The BQ E4.5 acutally lived longer with UT than with Android (without google apps calling home all the time). … In the beginning more than 48h with UT and even in the end easily over 24h with 2.5 yr old battery [19:56] Of course. The good thing in my situation is that I bought an used N5 😺 [19:57] My old samsung s4 lasted half a day [19:57] And my iPhone 4 lasts 15-20hs after 5 years [19:58] The funny part in the N5 is that the battery drains quick from 100 to 70% but after that it lasts well [19:59] my N5 is also used from ebay. … battery was an issue already when I flashed first UT in september (short battery time) … But the pre-owner said, the battery was changed in january. Hence, I checked with lineageOS ond my N5 and there it runs 24-36h and now in UT hardly 12h :/ [19:59] Hmmm [19:59] Weird [20:00] 12hrs normal use? Telegram. Dekko. Some browsing ? [20:00] yupp [20:00] maybe even one or two 5min calls (very old fashioned: make calls with a smartphone πŸ˜†) [20:01] Lol [20:01] Of course [20:01] It should last much more tbh [20:01] At least 20hrs easily [20:02] 12hs is not so great [20:02] well from a 2nd hand phone you never know in which condition the battery is. so I checked with lineageos but as I saidthere it was easily 24-36h in normal android mode. … In this power saving android mode also 48h [20:02] Right now my device is on 15% and I xharged last time yesterday at 9pm ( right now here is 22pm) [20:03] True. [20:03] well this seems reasonable [20:03] I don't know tbh [20:04] I hope the Devs can optimize the battery in the future [20:04] I know they will [20:04] maybe your phone would last 70h with android and oyu have an outstanding battery ^^ [20:05] I never tried to listen to some music when in public transport like everybody does nowadays. I may do that tomorrow [20:05] @malditobastardo, sounds like my car..... [20:05] Haha [20:06] @el_namor, woah! old skool! [20:11] I even checked the internet about N5 and sailfishOS (as I saw in MDT that there is an image for the N5) but it seems even far more buggy than UT so I didn't even try ^^ [20:13] Hower, lineage rom worked without any bugs I noticed on the N5 … but you notice every now and then that you are using an OS without google that is not meant to be used without google ... [20:33] I've just reviewed a song! It's a masterpiece.... it's about our community here. I'm just making sure that it's suitable for all audiences. So far so good.... [20:35] ok, our judges and review panel have decided.... [20:35] that it's suitable. [20:35] Proof that Work is Being done at UBports: … https://soundcloud.com/ubports/i-never-sleep [20:36] (courtesy of MC Joe (in here)??? [20:52] This is truly a use of my voice [20:52] @wayneoutthere, Lol!! Great work Wayne, I really appreciate πŸ˜πŸ‘ [20:53] hey, is there any alternative to kik on ubports? [20:57] Can you use ppas with libertine? [20:58] @tembleking, We have Telegram, Matrix, IRC, and a Google hangouts client [20:58] @PhoenixLandPirate, no, I mean an alternative client to kik [20:58] @tembleking, No [20:59] Great Job with the remix [20:59] Great skills there [21:02] Project daily-bacon build #303: SUCCESS in 11 min: http://ci.ubports.com/job/daily-bacon/303/ [21:03] Project ota-push build #1179: SUCCESS in 1 min 1 sec: http://ci.ubports.com/job/ota-push/1179/ [21:11] @malditobastardo, that one was all Joe (@exar_kun ) he used his sick-time well :) [21:18] 😺😺 I really enjoy the podcasts and I understand all the effort involved by you guys [21:18] Thanks [21:19] (Photo, 1280x720) https://irc.ubports.com/TgKWmWk5/file_1257.jpg [21:19] @malditobastardo, Yes, I'm "krillin" today *cough*. Thank *you* for listening! [21:24] @rubencarneiro, please, can you send it? [21:26] @exar_kun, Love the song and the community. Great job to all involved.πŸ‘ [21:27] @rubencarneiro, sweeeeet. [21:27] @Ian L, thanks for feedback and encouragement! [21:28] Np [21:35] @Michele, not finished yet [21:38] @el_namor, Try command "restart indicator-display" in terminal, works for my BQ M10 to bring the indicator back without restart [21:46] (Photo, 1280x720) https://irc.ubports.com/X514qM54/file_1259.jpg [21:52] @wayneoutthere https://ninja-build.org/ [21:58] @wayneoutthere chroot (children root) is a way to run rootfs on top if an existing rootfs in a children process (kinda like virtualbox but without the kernel) and qemu is a way to emulate arm syscalls on non arm systems [21:59] NikosChat was added by: NikosChat [22:57] @el_namor, The N5 is a work in progress for sure. Getting it working overall was an amazing achievement. With limited resources 'everything working, more or less' is a pretty good starting point. It isn't a 'product' from a manufacturer and I think we shouldn't judge it in that way. It is a great volunteer project [23:54] @mariogrip, I think my understanding was way cooler. [23:55] @mariogrip, oh! it's not a lolipop???