[00:26] Project daily-hammerhead build #345: SUCCESS in 12 min: http://ci.ubports.com/job/daily-hammerhead/345/ [00:28] Project ota-push build #1135: SUCCESS in 2 min 15 sec: http://ci.ubports.com/job/ota-push/1135/ [00:34] Wnl/ [00:35] who's idea was it to drop the old recovery and go with CMW? [00:35] because it's... horrible [00:35] and it's not even complete, could have waited till it was ready before replacing the old one [00:38] What old recovery? [00:39] The one that comes with vivid [00:39] On... [00:39] I'm working on getting xenial to boot on mako [00:40] I'm assuming I'm not an idiot and the only one who can't get it to boot [00:40] Well, no. No one has. No one has tried. [00:40] Except you [00:40] ahh [00:40] I see [00:40] well the kernel is fine [00:42] and but the system reboots half way through loading according to , the progress bar, and then won't do anything till I wipe cache and factory reset [00:43] and adb works, but adb logcat doesn't [00:43] No, it might not. The binaries aren't in the expected place. [00:43] Try `/system/bin/logcat` [00:45] nothing in /system/bin at all [00:45] not a single binary [00:45] wat [00:46] Is there anything in /systm [00:46] but there's recovery logs in /tmp [00:46] cd /system [00:46] oops [00:46] just the empty bin folderr [00:46] Is anything showing on screen at this point? [00:47] yeah, the boot screen loads if i do a factory reset, but then half way through the progress bar it crashes [00:47] I almost wonder if Android nuked itself [00:47] I think it could be, that I forget about the initfamfs [00:47] I remeber I need one, but can't find it [00:48] I could try to ping @mariogrip but I think he's asleep. [00:48] Well, I've still got a lot of things to try [00:50] I'm gonna make a folder where i extract the system image and ensure everything is there, in which case the partitions aren't being mounted, which means the old recovery was far superior [00:51] But lacking in the source department. [00:51] And the recovery isn't responsible for mounting partitions once you're to System [00:52] yeah, but it's responsible for mounting them when I'm in recovery [00:52] I'm gonna make my own recovery, that should solve this [00:52] Alternatively, it's possible that everything is getting pushed but Android is deleting itself once you get to the system [00:53] Or rather, the container crashes and systemd tries to start it for a second time on a single boot, deleting it. [00:54] To fix it, do the following from root in recovery: … ```mount /data/rootfs.img /mnt … chroot /mnt /bin/bash … . /etc/environment … systemctl disable lxc@android``` [00:54] That way you can adb in, (in theory) and start the container at your own leisure to see what's going on [00:55] no like, seriously, I'm not okay with the downgrade in recovery [00:55] I have always looked down on CWM, and this is CWM missing most of the features which is even worse] [00:56] TWRP is widely accepted as a better recovery with way more features [00:56] and the vivid recovery is TWRP based and worked great [00:56] it just didn't have the look of ubuntu/unity [00:57] https://code-review.phablet.ubuntu.com/#/admin/projects/?filter=recovery [00:57] If that's the case, it's Canonical's build and there's no source [00:57] Well, I'll make one [00:57] gonna try the recovery that's not device specific, see if it's any better [00:58] but we need a better recovery than this [00:58] Why? [00:59] Because it's featureless and useless [00:59] the old one was useful in more than a few ways [00:59] amrhelmy2004 was added by: amrhelmy2004 [01:00] remeber when I mentioned that my goals had to be similar to what the project leaders want... well, I really hope this isn't something we argue over [01:01] nope, no luck with the generic recovery, just a blank screen with a backlight [01:02] liek this one has less features than the stock recovery [01:02] I consider that a bad thing [01:03] Anch4 was added by: Anch4 [01:03] i just flashes lineageos recovery [01:03] 14.1 which I synced from the repo earlier today [01:04] yeah, the recovery is failing to process the fstab [01:04] that's what I see in the logs, which I couldn't see with the ubuntu official recovery [01:06] well, there was no fstab, only a recovery fstab [01:06] so that could be the problem, that it didn't have a file system to work with [01:06] Interesting. [01:07] Yeah, they might have meant to make a better recovery, but they haven't done it yet [01:08] Well, Canonical might have. We took more of a 'It updates Ubuntu and we can debug, it only needs to look pretty during updating' approach. [01:09] well, I am taking a 'it must be as functional and relevant to the os it's meant to serve as I can make it' [01:09] approach [01:09] Sure. [01:09] which the old one was [01:09] it didn't look like it was part of unity, but it had lots of functionality that I thought was good [01:10] I liked the vivid recovery [01:10] Wait... when did the recovery change? [01:11] @UniversalSuperBox, when I switched to vivid, it was a featureless CWM fork instead of a really relevant set of features in a highly modded TWRP [01:11] *switched fROM vivid [01:11] to xenial [01:12] the recovery in the rc/devel/stable channels is good [01:12] this one is not anywhere near what that one was [01:12] It changed? [01:12] uh [01:12] it's like they took out all the features and put in a nice UI and just shipped it [01:12] yes [01:12] it changed to something useless [01:12] or nearly useless [01:12] Where's the build from? [01:13] flips through pages of system-image server [01:13] Ubuntu Website [01:13] http://cdimage.ubuntu.com/ubuntu-touch/xenial/daily-preinstalled/pending/ [01:13] Oh, good. That's not our fault. [01:13] yeah, I didn't think you guys would purposely cripple your os [01:14] that's why I've been complaining, because we need to do something about this [01:14] Newest build of Xenial on our side is unfortunately still from July and only runs on the Nexus 5 ootb. [01:14] well, we can fix that fairly easily [01:15] wait [01:15] I'm tired [01:15] They're actually on the build artifacts at http://ci.ubports.com/ [01:15] Wait [01:15] I'm tired [01:16] There is no artifact for armhf rootfs [01:16] what does that mean? [01:18] xorpad, in a perfect world there'd be a rootfs ready and waiting on Jenkins for you to download [01:18] Actually, in a perfect world it'd be on cdimage.ubports.com [01:18] No in a perfect world it will be easy for me to make a better recovery than anything you've seen [01:18] but in a not so perfect world it will take time [01:21] the tarballs of the touch system are complete, i extracted the two i tried [01:22] so I'm not exactly sure the issue [01:22] Did you have adb during the boot? [01:22] what I need, is logcat from the moment the kernel boots [01:22] no [01:22] i need that [01:22] damn the thing [01:23] it's literally the worst recovery ive seen... When you click the backup/restore option, the text makes a joke about how they tricked you and it's not gonna back anything up [01:23] like, that's beyond ridiculous [01:24] whoa [01:24] yeah [01:24] I'm not complaining over little stylistic changes here [01:25] and i'm not trying to place blame either [01:25] I just want to replace this with something awesome asap [01:26] Have you put Xenial on your Nexus 5 yet? [01:26] Or, y'know, one of them? [01:26] no [01:27] Would recommend. See which recovery is going on there. [01:27] because there is no prebuilt images for it [01:27] I have to create them myself [01:27] https://wiki.ubports.com/wiki/How-to-install-Ubuntu-Touch-16.04 [01:27] this was just intended as a practice run to learn how the roms are built [01:27] figured i should know how to do that [01:28] (Photo, 720x1280) https://irc.ubports.com/N4uCNWBl/file_1038.jpg [01:28] This horribly blurry picture is what you should expect from the recovery. [01:29] yeah, it's n nothing like that [01:29] we'll have something better than that soon, i promise you [01:29] just a question of how long it takes me [01:29] I know that Canonical's Xenial image didn't run on the nexus 4, so you'll have bigger problems than the recovery [01:29] Well, that's fine [01:29] Should be able to just flash the old recovery.img and not deal with it. [01:29] I'll make it work [01:30] But that doesn't solve the problem [01:34] try flashing that recovery if you have a device that can boot it [01:34] or i'll take a picture for you [01:34] actually i think the font is too small for a picture ro show you anyting [01:43] well, this is a new experience, I never make a custom recovery before [01:48] I was able to get the ramdisk image [01:48] with make bootimage [01:54] sengloong was added by: sengloong [02:41] man... i'm gonna lose it on canonical [02:42] like I'm gonna get in my friends plane, fly to them, show up at their offices, and flip out [02:42] and by flip out i mean get violent [02:43] I just got told off for complaining that this was done, and was told it was the act of an automated build systen that was left running... i don't think an automated build system would replace a product with one that makes a joke and tells you it won't work when you press a button that's considered basic functionality [02:44] it's completely illogical, and the person kept saying I was wrong, and then saying he doesn't know what I'm talking about, back and fourth each statement contracting the one before it [02:45] and apparently it's my fault for using ubuntu [02:45] So I just won't anymore [02:45] I'll make my own distro [02:46] and I don't mean instead of this project, but they don't want to be associated at all with this project and I think their name should be taken off of it [02:46] I mean, they officially said that no one cares and the project should die [02:48] i've never heard of open source developers who care so little about the projects they work on or they are associated with [02:48] it's insane [02:49] Like i'm so upset right now [02:49] Because of their response to this nonsense and immediate rush to blame me and unports for everything [02:50] I think ubports should stay the name after that conversation i just had [02:50] but it's not my call [02:59] https://puri.sm/shop/librem-5/ [03:00] security based phone reliant on proprietary closed source driver blobs [03:00] that's a joke [03:00] any hacker would tell you that's a stupid idea [03:01] i will buy that Phone [03:03] I won't, I can put linux on a rapsberry pi with a gsm module, throw a case on it that has a space for the standard rpi touch screes, why do i need to pay someone to make me a secure phone? [03:03] like lots of people make linux based phones from raspberry pi's now [03:04] there's nice cases to put them in so they look professional [03:09] Purism Librem 5 , you should buy it too [03:11] I could but I'd rather work on this project [05:27] Welcome @Snaprack and @sengloong [05:29] Hey @Xorpad . Hopefully you have realized, that this community is different and there is a lot of support to each other. [05:29] @bastos777 that's why I'm still in this channel, but have compromised like half their network [05:29] lulz [05:29] they try to fuck us over, so I'm fucking them over [05:30] And what I read, all the core devs are appreciating that you are on board. [05:30] I'm gonna talk to someone at cannonical management before I do anything though [05:31] if they don't figure out who purposely messed up the android compatible builds and reprimand them, well I'll mess with them hard [05:32] Like, someone purposely sabotaged the code we need to make 16.04 viable on all devices [05:32] and they will pay [05:32] do you realize that Ubuntu touch is marked as out of support by canonical? [05:33] Hopefully management takes my side, and this is between me and them, I will make it clear i'm acting alone [05:33] bshah, yeah but they purposely made it a lot harder to get 16.04 working [05:33] xorpad: for instance? [05:34] someone went to the effort of making the released recoveries for the next builds 1) not work at all and 2) make jokes about how the recovery is refusing to do what we tell it to [05:34] Canonical out of my opinion has tried it best but failed. This can happen. Why to blame them about there failure? [05:34] the text output when you click backup/restore in the new recovery they replaced the old one with, just say Haha, we're not gonna back anything up, and then do nothing [05:35] and they removed files from their build tree like the fstab so that we can't boot the packages they are releasing [05:35] and the mount command [05:35] they made it impossible to mount the partitons [05:35] xorpad: can you point me to change? [05:36] http://cdimage.ubuntu.com/ubuntu-touch/xenial/daily-preinstalled/current/ [05:36] ? [05:36] all those images are designed to not work [05:36] xorpad: how? [05:37] Please fucking stop making allegations without any proof that someone made them not working intentionally [05:37] the recovery can't mount filesystem to fix it, and the fstab is gone so the kernel can't either, and the recovery doesn't do anyting [05:37] My proof is that there is no reason other than making this stuff not work on android devices for swapping out the custom recovery with one that does nothing [05:38] the mount binary and fstab are missing, so the thing boots and the crashes when it can't mount any paritions [05:38] and then it just starts bootlooping [05:38] We had the ability to fork and furthermore there are some former canonical devs with us. On top there is also Alan pope and simon quingly AFAIK current cannonical devs with us. I think together with all the great people around - including you- there is a good chance to succeed without the need to blame canonical. [05:39] And the recovery does nothing, all the stuff it used to do is gone, it used to be TWRP with features added, now it's CWM with features removed [05:40] I don't accept their explaination that an automated build system for something they don't support all of a sudden replaced the recovery with a non-functioning one not at all related to the one that was there [05:41] Someone did it out of spite [05:41] dude [05:41] you need to fucking stop [05:41] they did this so we can't use their code anymore [05:42] they said the project should just die when i asked them about it [05:42] xorpad that's enough now. Your entitled to your opinions but this isn't the place for this discussion. [05:42] Okay, sure [05:42] Ill stop talking about it [05:42] I just wish you guys believed me [05:44] i'm done talking and i'm too upset to code so i'm gonna go for a walk [05:45] It is not a question of believing. This is what we have and we should accept it as it is. All the power we have should go in support not in complaints... [05:47] I am not even sure wht the hell this fuss is about [05:47] I just checked the prebuilt recovery [05:47] and there is a mount [05:47] % ls -la sbin/mount [05:47] lrwxrwxrwx 1 bshah users 7 Oct 9 11:14 sbin/mount -> busybox [05:47] like seriousl? [05:48] I'm done talking, you told me to shut up so i'm not saying any more about it [05:48] I am pointing you to facts [05:48] but yeah, let's stop talking [05:49] cool it guys [06:24] https://puri.sm/shop/librem-5/ [06:24] looks like their almost there [07:01] Project click-import build #19: SUCCESS in 4.7 sec: http://ci.ubports.com/job/click-import/19/ [07:01] Project vivid-rootfs-armhf build #154: SUCCESS in 12 sec: http://ci.ubports.com/job/vivid-rootfs-armhf/154/ [07:01] Project ota-push build #1136: SUCCESS in 2.1 sec: http://ci.ubports.com/job/ota-push/1136/ [07:48] @wayneoutthere I enjoy your audiocasts :) [07:52] @xorpad, I agree .. The recovery has never worked and not useful .. Why can't we adopt twrp? [08:11] @andreasimonetti, Because twrp does not know how to install our OTA [08:13] Plus it makes no sense starting to work on all corners at the same time. Recovery is not on our urgent list at the moment. It may come there one day of course. [08:24] Project daily-fp2 build #363: SUCCESS in 14 min: http://ci.ubports.com/job/daily-fp2/363/ [08:25] Project ota-push build #1137: SUCCESS in 1 min 15 sec: http://ci.ubports.com/job/ota-push/1137/ [08:32] @Flohack How many developers are currently working with UBports? [08:33] @samitormanen, Hard to say. There is a bunch of 5-10 core and regular developers, and then a lot of people doing occasional contributions. [08:35] Ok. Thanks! [08:36] Remember that there were about 100 Canonicals workinf nearly all fulltime on this [08:52] Bebehero was added by: Bebehero [08:52] @popescu_sorin, I got one of those. It is fine [08:59] 😊 [10:00] Interesting conversation [10:19] @Flohack, If it needs to be held together with string to make it work at the moment, that is fine. If beautifully crafted vanadium brackets replace the string at a later date, that is also fine [11:19] Is there any way to download the Ubuntu SDK? [11:19] you can add the PPA and then install the SDK [11:20] Ya even with the PPA it doesn't seem to be available anymore [11:20] Oh, the package changed names [11:20] I should test it [11:20] I have a virtual machine with the SDK configured [11:20] do you want the link? [11:20] Is canonical still going to be updating it or did they drop it alongside ubuntu touch? [11:21] I think I've got it :) [11:21] https://drive.google.com/open?id=0B9PnbdpLgp86LWNYQ0JOcnNiTVE [11:21] it has the SDK updated on september [11:21] SDK + Images [11:21] danke :) [11:22] Going to try to compile tdesktop for ubuntu touch [11:22] user: ubucon, password: ubucon [11:22] the client that ships with ubuntu touch is too old [11:22] all the info => https://forums.ubports.com/post/4334 [11:23] @samzn, wut? triggered [11:23] tdesktop works surprisingly well on phones [11:24] it's very responsive [11:33] did you use a prebuilt? [11:34] they are all x86 [11:34] I did previously compile it when I had a nvidia housefire tablet [12:12] @Xorpad I'm not a developer, and you might even find that Nickels of Cannon purposely sabotaged the code, and that they failed us on purpose and that they are in bed with Microsoft, etc, etc. However, it's my opinion that you should take all that energy and dedicate it to focusing laser-sharp on making the code clean, open, free, and better for guys like me who don't care what Canonical does and wants a project that will be here for my daughter [12:12] as many devices as possible. So, instead of spending time and money and energy flying to give Shuttleworth the middle finger or your opinion (he won't care anyway probably since his decision is made) just help us here. We need your help. You have skills. Let's rock. Let's roll. [12:14] @wayneoutthere, And this is not about UBports :P [12:15] It is. Completely agree @wayneoutthere ! [12:16] @Lorxu, that's true again! I should be in the OT group but... actually I will defend myself here and say that it is 'on topic' but not focused enoguh perhaps. Opinion rants maybe not best here... [12:19] I think this is very much on topic. Encouraging ourselfes to support ubports even if Cannonicle has moved out is important and on topic. [12:19] @Christopher, Another fan...props to Wayne and Joe [12:21] For me it is good to know, that even if someone leaves the community do not reduce emphasis. So @wayneoutthere is encouraging me personally to further support UBports... [12:22] @bastos777, +1 [12:35] So I think the Audiocast and Youtube Live update is super important to the health and longevity of the UBports project. In my opinion Canonical had just as much a PR problem as anything else. I saw years of bad history and vocal critics in the launchpad bugs area (Network Manager and VPN) that brough down the entire feel of the project and I believe led to its demise. I was super upset with Mark for not standing up and showing off the devices at [12:35] final (mobile?) conference. So my N5 is working now, its awesome and I'm super excited. I think positivity and open communication while managing expectations is paramount. [12:36] @wayneoutthere, Summary please [12:42] @Crash_Burn, thanks :) [12:43] Ubuntu Touch changing channels and boot on Fairphone 2 [12:43] https://www.youtube.com/watch?v=6IO4nQxxbcs [12:43] changed fro stable to release candidate [12:44] 7-8 min in total, download, install, boot. quite smooth [12:44] not brave enough to try devel for now [12:52] I'm using it daily on my hammerhead for a while :) [12:53] n5? [12:53] what is hammerhead? :D [12:53] nexus 5 [12:53] It is the Nexus 5 [12:54] @popescu_sorin, Nexus 5 :3 [12:54] Neeeeexus! [12:54] cool :> [12:55] 6p is angler [12:55] (Sticker, 357x512) https://irc.ubports.com/cwPNfWQH/file_1039.webp [12:55] uh.. group stickers? [12:55] And all of the codenames are annoying. -_- [12:55] Project daily-mako build #138: SUCCESS in 12 min: http://ci.ubports.com/job/daily-mako/138/ [12:55] just saw them in telegram desktop [12:55] Project ota-push build #1138: SUCCESS in 0.5 sec: http://ci.ubports.com/job/ota-push/1138/ [12:55] and don't remember installing them :D [12:55] Shush, bot! You're not a part of this! [12:55] @UniversalSuperBox, Yes ;_; [12:55] @popescu_sorin, Nope, they're set by the group [12:55] My phone's codename is mido [12:55] cool :D [12:55] (Sticker, 512x512) https://irc.ubports.com/XVxlg04k/file_1040.webp [12:55] of course [12:56] Since the last update to OTA 2 I cant reach any wifi signal anymore on my Nexus 5. Also the Option to choose a wifi or to turn it off and on is gone. What can I do? [12:56] @Ben, That's really strange. Has it come back after a reboot? [12:57] How you guys install Ubuntu Touch though? [12:57] Through custom recoveries? [12:57] @Zephoro, https://ubports.com/get-ubuntu-touch lists our supported devices and install instructions [12:57] wait [12:57] No :( I have reboot it several times but nothing changed :( [12:57] Link fixed [12:57] I think the ubports team should set a long term restructuring goal for the project [12:58] @samzn, Such as...? [12:58] @Ben, Strange. Has it been through a lot of upgrade cycles? [12:59] I don't think it's viable for the long goal to keep developing over the ubuntu touch base away from the main ubuntu branch, I'm already having issues setting up the ubuntu sdk to develop apps [12:59] it's too much to support for a small team [13:00] Well, the 16.04 dream is still coming. [13:00] There is a lot on top of Ubuntu to maintain between pieces like content-hub and the UITK. Hopefully we'll be able to bring these more in line. [13:01] @UniversalSuperBox, Yeah thats really strange. It came some days after the OTA 2 update. And there were not so much updates. [13:02] Should I reinstall it? [13:02] @Ben, @Flohack any idea how we'd get the wi-fi indicator back up and running in this case? [13:02] UB Touch looks satisfying [13:03] A perfect alternative to Android in my perspective [13:03] (Photo, 720x1280) https://irc.ubports.com/ikj21tO0/file_1042.jpg [13:03] (Photo, 720x1280) https://irc.ubports.com/t34v0Q6f/file_1044.jpg [13:04] @Ben, Are the settings missing from the System Settings app as well? [13:04] Yes [13:04] I didn't scroll up [13:06] @Ben, Do you have UT Tweak Tool installed by any chance? [13:06] @UniversalSuperBox, Yes [13:07] @Ben, Could you clear the data of System Settings then reboot/ [13:09] (Photo, 540x960) https://irc.ubports.com/nFBGrmqg/file_1046.jpg [13:09] Hey, it works [13:09] (Photo, 960x540) https://irc.ubports.com/lfiM00oQ/file_1048.jpg [13:10] Wireshark running on the aquaris 4.5 [13:11] So I cleared the data of the system settings and still no wifi connection available [13:13] (Photo, 720x1280) https://irc.ubports.com/ijn0MRpX/file_1050.jpg [13:13] @Ben, Is Wi-Fi address missing from Settings - About? [13:19] @Dominik, That transmission is working good without any issues? Could you please send an screenshot of Firefox? [13:21] I cant connect to any wifi. The wifi Signals are saved, but I have no option to connect or to turn on the wifi [13:21] Ben can you send screen image with settings app opened to see if there is also missing WiFi [13:23] (Photo, 720x1280) https://irc.ubports.com/CPxfCZfR/file_1052.jpg [13:23] (Photo, 720x1280) https://irc.ubports.com/2y346E6o/file_1054.jpg [13:26] @UniversalSuperBox, The indicators have some weird locking issue sometimes. I killed all of my radio stuff on E5 one time leaving the plane by toggling too quickly on the ariplane mode and other switches. Then, I had no radio networks anymore. Turned out there was a stale lockfile somewhere. This could be the reason here too [13:27] @Dominik, Nice! [13:27] @Dominik, Have you followed any guide to install those apps? [13:30] @LarreaMikel, No. You only need the terminal app. 1) create a libertine container 2) install the app with libertine-container-manager or apt 3) profit. [13:30] Ben try to switch on airplane mode for 3 min [13:31] @LarreaMikel, Although for live capture, the libertine confinement does prohibit opening the process. I circumvent this by having tcpdump on the writeable rootfs and opening the pcap in parallel in wireshark. [13:32] @malditobastardo, Transmission works ok, firefox is slow as a slow loris 😊 [13:32] @Milan Korecky, Ok I will try it :) [13:33] (Photo, 540x960) https://irc.ubports.com/9ZCn7Fd4/file_1056.jpg [13:33] (Photo, 540x960) https://irc.ubports.com/zl0Nn1cw/file_1058.jpg [13:33] As you can see, even the Firefox Addon NoScript works fine. Privacy πŸ‘Œ [13:34] Cool πŸ‘ [13:34] @Dominik, Thank you sir. You rocks. I may give it a try to libertine again. Last time I tried Firefox was crashing when opening 😿 [13:34] (Photo, 540x960) https://irc.ubports.com/6260h5RA/file_1060.jpg [13:35] @Dominik, no need of firegrab for the touch interaction ? [13:35] @malditobastardo, I have this issue with chromium-browser. Firefox opens, but today there was a warning about a write error for config files. [13:36] well, if we can get a reliable firefox (or chromium) running we can drop the work on the custom browser ;) [13:36] @arudy, Firegrab? Yeah, the UI interaction by touch makes it less usable. Small buttons, no right click. [13:37] @rogieroudshoorn, +1 [13:37] Having one of both working would be Amazing [13:38] Qupzilla as alternative maybe? [13:38] @rogieroudshoorn, Loading a website on my aquaris 4.5 does take patience 😁 There would be a lot of work for the UI and speed optimization. [13:38] "Falkon" [13:38] Uau, Transmision 😱 [13:39] I understand. I am running in a N5 that's maybe I can't get Firefox working [13:40] But yes, firefox and its addons are definitively a nice option when a site is unusable due to ads and popups in the standard browser. [13:40] @Dominik, Is the OSK working when using xterm? [13:42] @Guido, No. But my 10€ bluetooth keyboard does [13:44] Sure. As far as I remember, you could install mate terminal. There, the OSK is working. [13:44] Just FYI! ☺️ [13:44] I installed xterm, because in libertine the environment changes depending on the access (i.e. libertine-container-manager exec bash, libertine-launch bash and xterm) [13:45] @Guido, Yes, that is correct. Gnome terminal too. It just takes a little more space due to the dependencies [13:46] What do you think is a must have for kind of a daily use of the desktop apps? [13:47] @Dominik, This might be due to the missing graphics hardware acceleration in libertine, right? [13:47] @malditobastardo, The desktop apps scope!! It is not yet in the open store. And without it, launching apps is cumbersome (i couldnt find how)! [13:48] The app scope should be also installable via apt. [13:48] I see people installing libre office and gimp but... Having Firefox is great but still a pain to use it [13:49] Haha true [13:49] @Guido, I don't know. The Chromium based standard browser profits from a lot of googles optimizations. Firefox is slow on all (UT, android, Ubuntu, Win10) my devices. [13:49] We should wait for Xenial to have some new features... [13:50] @Milan Korecky, Still the same problem :( [13:50] @malditobastardo, When you install gimp and download an image from the web browser app, it shows you an icon "open in gimp" [13:51] Via the content hub thingy [13:51] @Dominik, Interesting [13:51] @nfsprodriver, @UniversalSuperBox can we put that in a wiki? [13:52] @Dominik, Could be but, on Android, it is no problem to watch a youtube video in the firefox browser, on the UT custom browser, it is also no problem, but in libertine, it is hardly possible. I thought this is because of the missing hardware acceleration. Maybe, I'm wrong. [13:52] @Dominik, It's already there. [13:53] https://wiki.ubports.com/wiki/Libertine%3A-install-and-manage-desktop-applications [13:53] There are already old articles the internet how to install libertine with some tweaks. A german site sth. with Baustelle... I search the link later. [13:53] πŸ‘ [13:53] @Guido, Indeed [13:54] We may copy thus guides, but I think after move to Xenial. [13:54] @Guido, No. "To display and launch applications with Libertine you need the Desktop Apps Scope which is available in the Canonical App Store." [13:55] The app store will close at the end of the year.. [13:55] In Xenial staging the libertine apps are shown in the new unity8 app drawer so we may not need the scope. [13:56] @Dominik, I've misunderstood. I thought you meant the how-to. I would prefer to have the Desktop App Scope in the Openstore rather in the wiki. [13:56] @nfsprodriver, That sounds lovely! [13:57] @nfsprodriver, Cool! [13:57] @Guido, Yes, software in the wiki is not the preferred way. Its just the wrong app store (canonicle store vs openstore) [13:59] @Dominik, πŸ‘I totally agree. I hope that someone moves it to the openstore before the end of the year and before we get xenial. [14:04] @Ben, Last idea from my side, what about trying switching the channels [14:06] hi, how can I copy as 5gb or more file to sdcard? [14:06] what's the filesystem of the sd? [14:07] it's format by Ubuntu Touch. [14:08] A nice trick is to have a sd card with two partitions. The first one is FAT, so that UT can automount it. For storing photos and videos from the camera app. The second partition however is EXT4. Mount it on /mnt/sdcardextension (or similar), then bind mount a folder on the ext4 partition on /home/phablet/.cache/libertine-container. Do so, BEFORE creating any libertine container. Finally! All your libertine stuff will no longer take space of the intern [14:08] memory πŸ˜€ [14:09] @Dominik, (The automounter will raise an error for not being able to mount the 2nd partition. Ignore it.) [14:09] @Milan Korecky, The problem is, that I need Internet connection for that, but I dont have it :( [14:12] Could it be an option with the wireless Display option? Because this was the last thing I did with the Internet connection. And also the Button for the wireless display is not able to be turn off or on [14:16] To all the Firefox fans: I use it myself on the desktop, but on mobile Chromium is much faster plus they optiimzed it for ARM, which i snot happening to Firefox that much. I think we should aim for speed of loading pages and navigation, even if Firefox has some interesting features [14:18] agreed, we shouldn't spend time optimizing browsers but make available what we can (and use the best applicable) [14:19] (Photo, 960x540) https://irc.ubports.com/NxG1n5A0/file_1062.jpg [14:21] Eclipse. Just "apt install eclipse" inside a libertine shell, then touch the eclipse icon on the desktop scope and code. (Then uninstall eclipse and burn the container, because eclipse.) [14:21] Notice the partial emoji support 😁 [14:24] pasci2 was added by: pasci2 [14:26] I'm getting more and more curious how well http://github.com/Pext/Pext could run under Ubuntu Touch [14:26] I imagine it may do too weird unconfined things, then again, it may work with libertine, hmm [14:26] I don't have a device to try it on anymore [14:32] @Lorxu, Ill give it a minute and copy the apt-get line from the readme... [14:34] @Ben, I thought You have mobile data, I am sorry, than Iet us ask if there is some command we could try in the terminal @UniversalSuperBox [14:34] I wish I thought of testing it in Libertine myself before I reflashed my tablet because needing some Android apps [14:35] @Milan Korecky, Yeah I dont have mobile data on my Nexus 5. I just use the Internet via wifi [14:37] Can we somehow change hotspot dhcp ip pool? It gives now 10.x.x.x ip's to clients.. I want it to be 192.168.x.x [14:46] @Flohack is there a way how we could help @Ben wwith command line to enable the Wifi? Something like ifconfig wlan0 up [14:48] @Milan Korecky, Dont think anything like this will solve the problem, if it does not work after reboot. [14:49] (Photo, 720x1280) https://irc.ubports.com/qIvmbfgU/file_1064.jpg [14:50] What I said. This is not a problem of ifconfig, unfortunately. Seems disabled, it needs to be checked in the dmesg maybe [14:52] @Ben, ifconfig -a | grep wlan [14:52] ? [14:53] My interface sometimes gets wlan1 [14:56] @Lorxu, Its complicated. Dependencies too old. [14:56] @Dominik, Aww :( [14:57] Thanks for trying though [14:57] I really appreciate it [14:58] The container version of libgit2 is too old πŸ™„. One could fix that probably, with enough time that is. [14:58] @Lorxu, Welcome 😊 [15:00] One day I will see Pext run on Ubuntu Touch :P [15:00] Gents, any suggestion to help this guy to flash Ubport on a nexus 4 ? https://forum.xda-developers.com/showpost.php?p=73966660&postcount=6 (you can post here and i'll reply to him) [15:02] @Lorxu, The only thing I'm sad about is that making the app, developed on Fedora, run on Ubuntu was easiest, then macOS, now Windows (port may be done), but still not Ubuntu Touch [15:02] Ubuntu to Ubuntu Touch is a surprisingly big difference [15:02] (Photo, 720x1280) https://irc.ubports.com/dzQ8NDWF/file_1066.jpg [15:03] @Lorxu, How's that for a note, @wayneoutthere, Linux dev sad that porting Ubuntu app to macOS and Windows is easier than Ubuntu Touch? :P [15:04] @Dominik, hej domenic can you post your cat ~/.local/share/libertine/ContainersConfig.json file [15:04] @Lorxu, I trust the UBports team to improve this situation though [15:08] Hi ! I'm running OTA-1 on my FP2, I tryed to update to OTA-2. Once download completed, it asks and reboot to recovery, then I'm on TWRP and I don't know how to continue the process... Is the UBPorts Recovery needed, or possible with TWRP? [15:10] @delijati, see PM [15:12] @Lorxu, That's mostly because the current base is so old. that could get better with Xenial. Of course, if you want a mobile optimized UI a port of an App is much work [15:12] (Photo, 960x540) https://irc.ubports.com/37S3DBUM/file_1068.jpg [15:12] Commander Keen running in dosbox 😁 [15:13] @olisax, This is strange. I had to fastboot the ubports recovery before installing UT the first time. Than TWRP was deleted. Do you have a dual boot system running? [15:13] @Dominik, Mhanz [15:15] @olisax : Have you made a backup before upgrading? I guess not. But if so re-install completely [15:15] @bastos777, Yes, I'm running LineageOS as a daily driver and UbuntuTouch as secondary OS, and on purpose I re-installed TWRP to be able to switch from one to the other [15:16] @JBBgameich, Well, and a lack of documentation, at least in the Canonical days [15:18] @bastos777, I did a Nandroid backup of all OS (Lineage/UbuntuTouch/SailfishOS and even B2G). If the UBPort recovery is mandatory needed for OTA upgrade, I can re-flash it temporaly, no problem 😊 [15:18] @DeadSquirreI01, Acronym Definition … MHANZ Morgan Horse Association of New Zealand … ? ^^ [15:18] @olisax, Our recovery is required. [15:19] (Photo, 1280x720) https://irc.ubports.com/LaH8nudu/file_1070.jpg [15:19] Does PPSSPP - running natively on Mir - count? πŸ˜† [15:19] @UniversalSuperBox, Ok perfect ! Now it explains the behaviour, and I know what to do next: reflash the UBPort recovery. Thank you πŸ˜ƒ [15:24] @Dominik, Nhop [15:25] @DeadSquirreI01, Who is Niels-Henning Ørsted Pedersen? [15:25] @Dominik, πŸ€” [15:26] @sverzegnassi, That is pretty cool. Now we need an external GPU to wholefully enjoy video games on the go. [15:29] starts crowdfunder for first phone with Intel i5 CPU and Thunderbolt [15:29] (Photo, 1000x508) https://irc.ubports.com/1bgw31WT/file_1072.jpg The Future [15:29] @Dominik, What could go wrong? [15:31] @UniversalSuperBox, Maybe it couldn't run Crysis... [15:31] @Dominik, I've been testing with Lemmings only (I own the UMD) and runs mostly at constant 30FPS on the BQ E5. I tried to create a .click package of the version available in the Ubuntu repository, but still needs to be tweaked (i.e. it creates useless windows, rather than running in single window mode) [15:32] @sverzegnassi, That would make a fine addition to the app store collection. [15:33] That's the plan indeed! πŸ™‚ [15:34] So now I have to resist the urge to play Patapon while on the go? [15:34] Truly you are a cruel man. [15:35] SO YOU CAN PLAY PATAPON ON UBPORTS? [15:36] can you connect a bt gamepad tho? [15:36] @olisax, LineageOS? πŸ˜‚ [15:37] That's meh [15:38] @vanyasem, Haven't tested. I only have XBox 360 controllers at home πŸ˜† [15:38] @vanyasem, The Steam Controller did not work out of the box (OTG USB adapter). Didn't try further. … The PS4-Controller did pair just fine with bluetooth (hold share button while turning on). [15:39] Steam controlles uses Valve's proprietary low-latency modification of bluetooth [15:39] But well, its recognized as a gamecontroller, not a HID. [15:39] @vanyasem, and OTG mode defaults to mouse control [15:39] I have one as well :P [15:39] @vanyasem, No, I pluggen in the receptor in the USB slot [15:40] Fwd from vanyasem: and OTG mode defaults to mouse control [15:40] connect it to any PC that doesn't have steam and it will control your mouse and arrow keys [15:41] @vanyasem, Oh, okay :( [15:41] @vanyasem, and the only way to change that is to install steam, so it controls the gamepad [15:42] you could compile steam for ubports in theory... it it was not proprietary [15:42] @vanyasem, Just tried, it did not :-/ (Desktop Ubuntu). Do I need udev rules or such? [15:43] you may need to convigure udev rules if you've never installed steam on that machine [15:44] @vanyasem, Nevermind, steam is installed. And OT. Thanks though :) [15:44] you can OT freely in our off-top chat @UBports_OT [15:49] @Dominik, Great! Thanks for posting. Hope, FF 57 with theming and UI tweaks will be good to use as a second/daily browser. [15:54] @Gleb Lee, Also, if you have a more niche use case, as tamper data or hackbar (FF addons) for playing around with requests. Ubuntu Touch has much potential of becoming a useful pentesting tool. [16:04] Stop the Press! This just in! SIP software breakthroughs, Librem5, and other important news from the Ubuntu Touch News Desk! … https://soundcloud.com/ubports/ubuntu-touch-news-desk-171009 [16:04] Pop the stress! [16:05] @exar_kun, That I can do. [16:05] :D [16:05] No, it's more of a :( [16:05] does telegram really need to notify me when people pin things aaaaa [16:05] @UniversalSuperBox, Oh no [16:05] πŸ˜‚πŸ˜‚πŸ˜‚ [16:06] @Lyokanthrope, i think you can disable it in the settings [16:07] Ooh I can [16:07] @Ern_st, I would suggest trying the ubports-installer. [16:07] @Lyokanthrope, Yes, it does!you are hereby notified [16:08] @wayneoutthere, XDD [16:08] @Lyokanthrope, (nice profile pic btw!) [16:09] @ZephyrArcturus, Thanks [16:09] (Sticker, 512x512) https://irc.ubports.com/0f95c33q/file_1073.webp [16:24] @wayneoutthere, ahahah [16:38] @NikosChat, I emphase it thanks. [17:27] @wayneoutthere, You could have an opt in news channel for this you know [17:41] @wayneoutthere damn... now I am three audiocast behind. So busy these days. Hopefully this weekend I will binge listen all these. [17:44] https://www.theverge.com/platform/amp/2017/10/9/16446280/microsoft-finally-admits-windows-phone-is-dead [17:44] One competitor is gone 😁😁 [17:45] Or was it a competitor idk [18:25] I would like to join the development, but i have no idea where to start. … I have a lot experience in C/C++, D, JS, TS,... and bare-metal-embedded-programming. Iβ€˜m a Ubuntu-user since 7 years, but I have no idea how to build my own kernel nor anything that goes deeper than basic shell-scripts. I once tried to write a driver for linux on raspberry-pi, but failed and gave up. I know how to use gdb and openocd on simple applications. Is this knowledg [18:30] Welcome, some core app are missing maintainers see with @Flohack and there are also some bug requiring help https://github.com/ubports/ubuntu-touch/issues, basically where you feel confident [18:32] Mister N4 @way [18:32] Mister N4 @wayneoutthere , can you confirm this ? https://github.com/ubports/ubuntu-touch/issues/282 [18:34] mcdog was added by: mcdog [18:35] hey guys, the images on https://ubports.com/page/ubuntu-fairphone-2 are 8 mb big. you might want to scale them down. [18:37] is this the right place to report or should I use the contact form? [18:48] here or maybe here https://github.com/ubports/ubuntu-touch/issues [19:01] At the moment I do not own one of the supported devices, which one should I buy for development? Somme weeks ago I ordered the Fairphone 2, but they canceled the order. === JanC_ is now known as JanC [19:03] If there's a Nexus 5 available near you, I'd pick one up [19:05] LG Nexus 5X (5.2", 32GB, 12.3MP, Anthrazit) is available [19:06] The 5X isn't the same as the 5 [19:09] missing Slimport :P [19:09] and it doesnt selfdestruct after 6 months [19:12] `build succeeded, 137 warnings.` … No problems here. [19:14] Nexus 5 isn’t available! [19:16] raphael i think Bq still sells some refurbished Ubuntu Tablets https://store.bq.com/en/aquaris-m10-fhd-ubuntu [19:17] at least Aquaris M10 FHD had ubuntu 16.04 with snaps "working" [19:18] 7-8 months ago, can't remember [19:18] working as in loading and not able to run anything :P [19:18] but still :> should be supported moving forward [19:18] maybe.. i think.. don;'t know [19:21] @UniversalSuperBox What do you meen with "now problems here"? [19:21] @UniversalSuperBox, Sphinx is hard [19:27] @raphael seems that nexus 5 and the one+ one are the cheapest and most supported used core devices you could get. Lucky me , I have a fp2 and more than happy. [19:29] @Flohack, How much RAM memory has Nexus 5? [19:29] @samzn, false :P [19:30] I have mine for 1.5 years already [19:30] @x00rh, 2 gb [19:31] @x00rh, But My E5 has only 1GB RAM [19:31] @raphael, Maybe you even want to join my telegram dev group ^^ [19:37] (Photo, 720x1280) https://irc.ubports.com/g7nu8pFl/file_1075.jpg [19:37] wow [19:37] Wonder if Ubuntu touch will be good on it?? [19:37] Ben Is your problem solved? If not, have you tried to type this in the command line, it worked for me : rm .config/connectivity-service/config.ini.lock [19:38] @bluzeoranger, 2 minutes later... [19:40] Librem 5 "Raised Percent : 100.56%" πŸ˜πŸ‘ [19:41] Yeah! [19:45] @bluzeoranger, It cannot work out of the box, they dont use the low-level Android stack, and we need smth totally new. So expect nothing "good" at the beginning ;) [19:47] Has somebody from ubports backed for at least the developer board? Out of personal motivation or curiosity? [19:48] @Flohack, I'm just hype no more Google crap [19:48] (Photo, 618x346) https://irc.ubports.com/kWV3PvbA/file_1077.jpg [19:48] @Dominik, Most of us already have a stack of phones and a stack of developer boards. [19:48] Yeah Ok we saw it! [19:49] @Flohack, Oops missed it. [19:49] Sorry for the spam [19:49] Dont hype so much now, you need your hype for Jan 2019 ^^ [19:49] Unable to contain the excitement. [19:49] A year and two months from now you can be excited [19:49] For now, let's make the best mobile OS the world has ever seen [19:50] @UniversalSuperBox, I can wait. But the development boards are shipping right? [19:50] I ordered a full device and will wait in calm until Jan 2019 [19:50] @pavi4de, In eight months. [19:50] Pure Debian ❀️ 🌿 goodness [19:53] (Photo, 1280x720) https://irc.ubports.com/UbTDCDSG/file_1079.jpg [19:53] Anyway, back to work [19:53] @UniversalSuperBox, Ubports and Canonicle already accomplished this for my part ☺️ [19:54] @Dominik, ❀️ [19:54] Well I think we can keep the Matrix hype :D [20:04] @PhoenixLandPirate, Yay ! [20:27] jeay, viva Librem 5 !! [20:28] i have spend them 20 Dollares too :) [20:29] @Montefrio, Thanks a lot, its people like you who lead the crowdfunding to success. 😎 [20:37] thx [20:51] @UniversalSuperBox, πŸ‘Œ [20:53] @Montefrio, Orco dio [20:56] @UniversalSuperBox, It will be possible in the future run linux apps on the phone? [20:56] @Mathox, There was a discussion earlier about people doing exactly that. [20:56] @Mathox, Define what is a Linux app for you ^^ [20:56] With screenshots. [20:56] Its unusable but it works now already [20:57] For example pidgin... [20:59] @UniversalSuperBox, Sorry, l didn`t see it. [20:59] use "libertine" it works [20:59] + "libertine scope" from the ubuntu store [20:59] @Mathox, Just scroll upwards 😁 [21:02] Project daily-bacon build #295: SUCCESS in 11 min: http://ci.ubports.com/job/daily-bacon/295/ [21:03] Project ota-push build #1139: SUCCESS in 1 min 1 sec: http://ci.ubports.com/job/ota-push/1139/ [21:04] (Photo, 540x960) https://irc.ubports.com/Be2s4xWc/file_1081.jpg [21:05] On screen keyboard pops up. So it should be usable even without physical mouse and keyboard [21:07] Menus are small. (Tiny hands are of advantage) [21:37] @malditobastardo, Depending on who you are, Zenmap is helpful [21:37] (Photo, 540x960) https://irc.ubports.com/ZAAHIK9f/file_1083.jpg [21:38] @Dominik, Wowww wich is the name of the app to use it? [21:39] @Dominik, LOL you masked out 192.168 addies? why πŸ˜† [21:39] @Flohack, Paranoia? ;D [21:39] ^^ [21:39] @Flohack, yeah why? [21:39] They are not public sooo [21:39] @Mathox, Just good old regular Zenmap. Use Libertine to use it. [21:40] @Flohack, You assume that the masked out ones are IPs [21:40] @Dominik, Thanks! [21:40] ^^ ok [21:43] @Dominik, 😺 good point indeed. I can see you are going deep with desktop apps [21:44] I may give it a try to libertine tomorrow again and see what happens [21:45] (Photo, 540x960) https://irc.ubports.com/Ln5pzlop/file_1085.jpg UBports non-intrusive HTTP(S) port scan [21:46] And wire shark is working good now right ? [21:47] Hmmm [21:47] I can see infinite possibilities here with the containers [21:48] With snaps this will be wonderful [21:49] @malditobastardo, I can capture bluetooth, hurray. But I can't grant the libertine app the rights for packet capture on wlan0. Due to app confinement maybe :( [21:50] @Dominik, Yeah. Understandable 😿 [21:50] tcpdump on the rootfs runs fine, even as non-root user (phablet) [21:50] @Dominik, For anybody trying this: "ssh localhost" is your friend. [21:55] @malditobastardo, Definitively. I can imagine that with a more reliable OSK and some kind of "magnification glass" function for precise clicking (like the text cursor placement on iphones), it can become quite usable even for non-adapted desktop apps on phones. Oh yeah, and touch-and-hold to right click is missing. [21:55] tg test [21:55] tg test [21:58] (Photo, 1280x720) https://irc.ubports.com/YAgKiKeU/file_1087.jpg Hmm. I'm in fastboot and can see phone. But app cant see itπŸ˜” [22:01] tg test [22:04] @nfsprodriver, wa chu duing? [22:05] API tests. No worries, they're over for now... [22:06] cool :D [22:10] (Sticker, 280x512) https://irc.ubports.com/bDAk23RR/file_1088.webp [22:10] (Sticker, 448x512) https://irc.ubports.com/c9S5I0CN/file_1089.webp [22:14] Do you know in which device folder the ubuntu touch image are pushed to, during a flash ? [22:19] @Dominik, FYI: You can increase the menu size by editing ~/.local/share/libertine-container/user-data/my-container/.Xdefaults and adding … Xft.dpi: 175 (adjust number as you like) (more details on https://forum.xda-developers.com/ubuntu-touch/help/easier-xmir-setup-t3303981) [22:22] @Guido, Nice, thank you! [22:26] @Dominik, This is exactly the feature I would like to have, besides an OSK working for Qt and Gtk Apps. ☺️ [22:48] (Photo, 960x540) https://irc.ubports.com/0Djfhka0/file_1091.jpg VLC - Big Buck Bunny 480p [22:49] Does run with heavy frame drop. Probably because of the missing hardware acceleration. [22:51] You can even open the ubports community update via the youtube URL as a stream. You can hear the voices, but the video freezes after Marius face. [22:52] Best time for it to freeze, I reckon [22:52] @UniversalSuperBox, :3 [23:03] Qt 5.10 Beta Released [23:04] https://wiki.qt.io/New_Features_in_Qt_5.10 [23:12] Are there any Ports available for the asus tf701t ? :) or does anyone want to try to port on this tablet :) [23:14] Nop no port, depends do you have some tablet to share with potential delopper ^^ ? [23:16] I have 3 of them :) [23:19] If anyone want to make a port I will support him with the tablet :) [23:22] hi, i have just flashed my Nexus 4 with Utouch -devel Channel 15.04 - it is comes with Mir or Wayland? [23:22] Mir [23:23] ok [23:23] i have U-Touch used til Februar 2017 [23:24] and now is it faster and better than befor [23:24] Thx [23:24] and i have install the systemwide Ublock :) [23:24] its cool [23:25] Android Linage 14.1 sucks to much Battery [23:25] and i use only telegram [23:26] will the Telegram engine updated in the future? [23:26] i mean the Telegram App for channel 15.04 [23:28] where is the source for the ubuntu touch recovery used in the vivid releases? [23:31] xorpad, is that you who had issues with kernel conf being altered (overwritten) during build process? [23:31] i can't remember exactly :Π— [23:32] vanyasem: No i'm the one who freaked out a day ago over and rage-afk'd [23:33] (i've calmed down) [23:41] @Ben, You nailled me :) [23:58] @J, enjoy! we'll try to slow down... but seems like lots going on these days so might be hard ;) [23:59] @toxip, go figure. [23:59] mapaem was added by: mapaem [23:59] @UniversalSuperBox, well said buddy