/srv/irclogs.ubuntu.com/2017/12/26/#ubports.txt

tgBot<malditobastardo> @Flohack hello Florian. Sometimes when I try to open telegram it just loads a white blank page. I don't know if this log will be useful00:28
tgBot<malditobastardo> http://paste.ubuntu.com/26254326/00:28
tgBotCarlos Jones was added by: Carlos Jones00:55
tgBot<Carlos Jones> Merry Christmas I was invited by @Mohannes to join the group. I'm interested in hearing more about ubports. I'm willing to test with my devices. I have Nexus 5 and i'm very interested in when the project will be brought the nexus 600:58
tgBot<AresMinos> Let me rephrase, do you know if they will default the Ubuntu Touch and support Android as an option :)01:47
tgBot<RenanPrastaJenie> @AresMinos, This would be a great news!01:48
tgBot<RenanPrastaJenie> (Sticker, 512x467) https://irc.ubports.com/Y3F6I05y/file_318101:48
tgBot<UniversalSuperBox> @AresMinos, Do we know? Er, no?01:51
tgBot<UniversalSuperBox> Do I think? Also no01:51
tgBotBaljit cheema was added by: Baljit cheema03:16
tgBot<Baljit cheema> can i install ubuntu on sony xperia e203:16
tgBot<UniversalSuperBox> You can find our supported devices at https://ubports.com/page/get-ubuntu-touch, that one is not on the list unfortunately03:17
tgBot<KrisJacewicz> on Meizu MX4 the rootfs is mounted from /dev/mmcblk0p14 … but I cannot find any place where this actually gets mounted. … Also there is a symlink at /dev/disk/by-partlabel/system, that points at /dev/mmcblk0p14. I can't find neither where this symlink is created nor any script that mounts that one as rootfs. … Also /etc/fstab seems to be generated automatically at boot, because no edits made to it persits. … Any of you knows where to lo03:26
tgBot<UniversalSuperBox> It's done in the initramfs03:28
tgBot<UniversalSuperBox> And that symlink should be there from udev03:28
tgBot<UniversalSuperBox> Fstab is indeed generated at boot, and it should say so in the file.03:32
tgBot<KrisJacewicz> @UniversalSuperBox, there is no comment about it here, but I'm now already looking in the initramfs03:33
tgBot<UniversalSuperBox> The script in question is called `touch`03:34
tgBot<KrisJacewicz> I am now in this file in the scripts folder03:34
tgBot<UniversalSuperBox> And you'll need to rebuild your boot image to change it. May I ask what you're trying to do?03:34
tgBot<KrisJacewicz> @UniversalSuperBox, yes, on my MX4 I dd my /dev/mmcblk0p14 into a file ubuntu.img, and I have successfully set it ub as a loopback device at boot. Now I want to mount that loopback device instead of the partition at boot. I want the rootfs to come from the file image instead the actual partition. … I am now trying to do that with initramfs, but ideally I would like to do it other way.03:36
tgBot<UniversalSuperBox> There really isn't another way to do that.03:36
tgBot<KrisJacewicz> @UniversalSuperBox, you mean other than altering initramfs?03:37
tgBot<UniversalSuperBox> Right03:37
tgBot<KrisJacewicz> I see, the reason i want to do it, is because I don't want to change partitionning, but I still want to make myself a bigger rootfs03:37
tgBot<UniversalSuperBox> Really sounds like a good place to be using containers or chroots or links to your home folder, which resides on `data` rather than `system`03:38
tgBot<KrisJacewicz> @UniversalSuperBox, I also considered that, but now I want to try a different approach. … I also fear that MX4 will not remain supported for long :( So I want to be able to hack-open it a bit so it continues to serve me well.03:39
tgBot<UniversalSuperBox> I mean, we normally boot from `/data/ubuntu.img` on ported devices, so it's not impossible or improbable.03:39
tgBot<KrisJacewicz> @UniversalSuperBox, I am trying to convert MX4 setup to be more like the one you described03:40
tgBot<KrisJacewicz> at least what I care for is the rootfs from a loopback device03:41
tgBot<UniversalSuperBox> GitHub.com/UBports/ubports-boot03:41
tgBot<UniversalSuperBox> Contains the scripts and such as they are used to boot nonstandard Halium installs03:42
tgBot<UniversalSuperBox> It's my current project03:42
tgBot<KrisJacewicz> @UniversalSuperBox, thank you this is useful, but it will take me some time to figure it out, I am trying to understand the things backward, bits by bits. … Only yesterday @bhushanshah suggested that I should be looking for initramfs, you confirmed today, just found the scripts/touch script and basically I am moving very slow.  … Now this link is not something that I can immediately understand and use, but will try to come around to it03:43
tgBot<UniversalSuperBox> I'm still figuring out exactly what it does03:44
tgBot<KrisJacewicz> @UniversalSuperBox, if you feel patient enough to help me catch up with it, I can offer you to help you with this project at least with the MX4 target03:44
tgBot<UniversalSuperBox> Heheh, I'm working on possibly throwing it out. :P03:44
tgBot<UniversalSuperBox> It's a lot of complex scripting and a hint of 'hope this works' magic. Both beautiful and terrifying.03:45
tgBot<KrisJacewicz> ideally it would be super amazing if we could at least change the current MX4 to also use loopback device. There would be a downside to it however: … the 2G of space in the mmcblk0p14 partition would just go unused. Unless someone else could figure it out (other than re-partitioning).03:45
tgBot<UniversalSuperBox> That would involve a lot of work for a use-case that we don't hear often...03:47
tgBot<KrisJacewicz> @UniversalSuperBox, i understand. well, I'll keep trying for a while, until I either figure it out or pass on it03:47
tgBot<UniversalSuperBox> Also, it means that a factory reset in the Android sense (nuke `/data`) means you've lightly bricked your phone03:48
tgBot<UniversalSuperBox> I'm very interested in putting things in the system partition, not taking them out03:49
tgBot<KrisJacewicz> @UniversalSuperBox, I am not sure how, I lack full understanding, but here is what I want to attempt: … before the /dev/mmcblk0p14 gets mounted as rootfs, I want to call losetup /dev/loop1 /userdata/user-data/phablet/ubuntu.img. … The ubuntu.img is the dd copy of the mmcblk0p14 partition, btw. And loop1 because loop0 is already taken on MX4, it is mounted from /var/lib/lxc/android/system.img, which I don't know how/where it is being used (i03:53
tgBot176M).  … Then I want to mount the loopback device as rootfs instead of mounting the mmcblk0p14, and then mount all the rest the same way it was.03:53
tgBot<KrisJacewicz> @UniversalSuperBox, yes but the partition is super small, so that's why I am tyring to do the other way around.03:53
tgBot<UniversalSuperBox> Well, you don't need to worry about which loop device is being used03:53
tgBot<KrisJacewicz> Again, I'm not about what is prefered, but just about figuring this out for myself, so that without resizing partitions I can end up having a big rootfs with lots of space on it taken from the userdata space03:54
tgBot<KrisJacewicz> @UniversalSuperBox, you mean use the reference to .img file directly in fstab with the offset specified?03:55
tgBot<UniversalSuperBox> Also the current loop0 is the Android system.img, which is required for everything to work03:55
tgBot<UniversalSuperBox> @KrisJacewicz, Not at all03:55
tgBot<KrisJacewicz> @UniversalSuperBox, i thought so, it makes all the sense03:55
tgBot<UniversalSuperBox> So, the init script actually does a lot03:55
tgBot<UniversalSuperBox> I'm... Going to turn on my laptop03:55
tgBot<KrisJacewicz> @UniversalSuperBox, please tell me then03:55
tgBot<bhushanshah> Also, the system.img loopback device will move to loop1 automatically03:56
tgBot<KrisJacewicz> @UniversalSuperBox, should be carry this out in PM, or it belongs here?03:56
tgBot<UniversalSuperBox> I need to make sense of ubports-boot myself, anyway03:56
tgBot<UniversalSuperBox> Useful information for future seekers, maybe03:57
tgBot<UniversalSuperBox> So, here's what happens, with some steps missing:03:57
tgBot<KrisJacewicz> @bhushanshah, very good if this is in deed the case, but I am not yet understanding where exactly I need to make modifications. Trying to guess out a script to add my commands for losetup and for altering the rootfs mounting03:57
tgBot<bhushanshah> You need to unpack boot.img, unpack initramfs, modify the script file and reflash03:59
tgBot<UniversalSuperBox> 1. Mount `/data/ubuntu.img` as `/root` … 2. Mount Android partitions into the `/root/android/*` area (This part is mighty confusing) … 3. Since this busybox session is currently running as PID 1, do some fancy magic to change root into `/root/` and execute `/sbin/init`, which is linked to `upstart`03:59
tgBot<UniversalSuperBox> That's a super high-level overview of what happens03:59
tgBot<KrisJacewicz> @bhushanshah, don't you think it would suffice to overwrite the files at roontime then reboot?03:59
tgBot<UniversalSuperBox> Nope03:59
tgBot<KrisJacewicz> @UniversalSuperBox, WOW04:00
tgBot<UniversalSuperBox> Those files are inside of the initrd in boot.img04:00
tgBot<KrisJacewicz> @UniversalSuperBox, I mean overwrite the *.img files04:00
tgBot<KrisJacewicz> then reboot04:00
tgBot<UniversalSuperBox> That's a good way to brick your phone04:00
tgBot<KrisJacewicz> even from a pivot chroot?04:00
tgBot<KrisJacewicz> pivot_root04:01
tgBot<UniversalSuperBox> Oh, I forgot a step. The initrd mounts `/root/var/lib/lxc/android/system.img` on `/root/var/lib/lxc/android/rootfs/`04:01
tgBot<UniversalSuperBox> There's also some magic with libhybris and busybox and udevd, but I'm still wrapping my head around that part04:01
tgBot<KrisJacewicz> @UniversalSuperBox, I try to see if I can get rootfs from a loopback device with less work, instead of changing everything, just change the place where the partition gets mounted, and mount loopback device instead04:01
tgBot<KrisJacewicz> and leave everything else as is04:01
tgBot<UniversalSuperBox> You can't04:01
tgBot<UniversalSuperBox> Because `/` doesn't exist yet, by definitions04:02
tgBot<UniversalSuperBox> So you can't modify something in `/` to change the behavior of mounting `/`04:02
tgBot<KrisJacewicz> @UniversalSuperBox, yes I know but there is some point in time where mmcblk0p14 gets mounted as that "/", and I want to act in that exact place04:02
tgBot<UniversalSuperBox> That's in the initrd04:03
tgBot<bhushanshah> That place is initramfs04:03
tgBot<KrisJacewicz> so I am now looking for that exact place04:03
tgBot<KrisJacewicz> currently in the scripts/touch file of the initrd04:03
tgBot<UniversalSuperBox> I could probably pull it up in ubports-boot, let me look04:03
tgBot<KrisJacewicz> I can sent the initramfs to you if you want04:03
tgBot<KrisJacewicz> from my phone04:03
tgBot<UniversalSuperBox> No, that's ine04:04
tgBot<KrisJacewicz> in the touch script I don't see any other reference to mmcblk partitions than via loops04:05
tgBot<UniversalSuperBox> https://github.com/ubports/ubports-boot/blob/b775ead4c8196e8c3c500c956c0a94863dc0c766/initramfs/scripts/touch#L28804:05
tgBot<KrisJacewicz> so I don't think that tfile will be where I can maike it happen04:05
tgBot<UniversalSuperBox> The partition is passed to it via the kernel cmdline04:06
tgBot<UniversalSuperBox> There's a modified version of it on your phone, to support a partition rather than an image04:06
tgBot<KrisJacewicz> @UniversalSuperBox, I suppose that I need to find where it makes use of that pased partition info.04:07
tgBot<UniversalSuperBox> Lines 226-24304:07
tgBot<KrisJacewicz> (Photo, 536x135) https://irc.ubports.com/lX3MQQVv/file_3183.jpg this?04:08
tgBot<UniversalSuperBox> Somehow04:08
tgBot<KrisJacewicz> (Photo, 902x1026) https://irc.ubports.com/05o9UrS5/file_3185.jpg this is the scripts/touch on MX404:08
tgBot<UniversalSuperBox> I've been swimming in this code for... looks at watch a week now and I don't come anywhere near understanding it. It's not pretty. It's not fun. It's not a great idea to modify it.04:09
tgBot<KrisJacewicz> is it even possible to use losetup here? how would I call it, by ful path or just by "losetup"? Idon't know if /sbin/losetup is reachable at this low level04:10
tgBot<UniversalSuperBox> No, you'd use `mount`04:10
tgBot<UniversalSuperBox> Forget about losetup.04:10
tgBot<KrisJacewicz> @UniversalSuperBox, i see04:10
tgBot<bhushanshah> Can you get /proc/cmdline @KrisJacewicz ?04:10
tgBot<KrisJacewicz> thank you for clearing this one out04:10
tgBot<bhushanshah> I think it's easier to do then modify init-script04:10
tgBot<UniversalSuperBox> That's not a bad idea04:11
tgBot<KrisJacewicz> @bhushanshah, but where would I be applying it?04:11
tgBot<UniversalSuperBox> First, let's get the output from `cat /proc/cmdline`04:11
tgBot<KrisJacewicz> console=tty0 console=ttyMT0,115200n8 root=/dev/ram vmalloc=496M slub_max_order=0 slub_debug=O  lcm=1-hx8399_fhd_dsi_vdo_sharp fps=6085 vram=39845888 printk.disable_uart=1 bootprof.pl_t=1738 bootprof.lk_t=5345 androidboot.serialno=0123456789ABCDEF boot_reason=4 systempart=/dev/disk/by-partlabel/system datapart=/dev/disk/by-partlabel/userdata fixrtc eof04:11
tgBot<UniversalSuperBox> Oh, bob's your uncle04:11
tgBot<bhushanshah> In theory04:12
tgBot<bhushanshah> You can kill sustempart from cmdline04:12
tgBot<UniversalSuperBox> Toss ubuntu.img onto `/data`, symlink it to system.img, remove systempart from the cmdline.04:12
tgBot<KrisJacewicz> systempart=/dev/disk/by-partlabel/system … that is a symlink to /dev/mmcblk0p1404:12
tgBot<bhushanshah> And call it a day04:12
tgBot<KrisJacewicz> WOW (!!!)04:12
tgBot<KrisJacewicz> ok, I will test before we call it a day, but just WOW!04:13
tgBot<UniversalSuperBox> And you'd edit the cmdline in the boot.img by pulling it off the device, editing it using `abootimg`, and then flashing it again04:13
tgBot<UniversalSuperBox> There is no other way04:13
tgBot<bhushanshah> @UniversalSuperBox but... Let me be a devil's advocate and .... It is possible that this argument is passed by the bootloader04:13
tgBot<KrisJacewicz> @UniversalSuperBox, do you know any way to just test it before actually reflashing the bootimg?04:13
tgBot<UniversalSuperBox> Nope, bootloops for days04:14
tgBot<UniversalSuperBox> But you flash the original boot.img and it will go back to normal04:14
tgBot<UniversalSuperBox> @bhushanshah, I doubt it, otherwise there'd be people running Flyme or LineageOS and having some nasty bootloops. I don't think the kernel likes extraneous parameters, does it?04:14
tgBot<KrisJacewicz> @bhushanshah, any way to verify other than by doing it and checking the result?04:15
tgBot<UniversalSuperBox> No... that's about how I test things.04:15
tgBot<bhushanshah> Extract boot.img and give me the booting.conf file04:15
tgBot<bhushanshah> *bootimg04:15
tgBot<bhushanshah> @UniversalSuperBox, Sure kernel doesn't care what you pass it as cmdline, you can tell it ilovefancyunicorn and it will ignore it04:16
tgBot<UniversalSuperBox> #lifegoals04:16
tgBot<KrisJacewicz> @bhushanshah, guys, where is the boot.img located?04:17
tgBot<UniversalSuperBox> Ehm04:17
tgBot<KrisJacewicz> I think it is not called that, the boot image04:17
tgBot<bhushanshah> How did you get the initramfs?04:18
tgBot<bhushanshah> Ah yeah of course hmm04:18
tgBot<KrisJacewicz> it is already not std name, and it is a symlink to /usr/lib/ubuntu-touch-generic-initrd/initrd.img-touch-0.94vivid5ubports104:18
tgBot<KrisJacewicz> and boot image is not there04:18
tgBot<UniversalSuperBox> The boot image is a partition on your phone04:19
tgBot<KrisJacewicz> AH!! wow, sorry04:19
tgBot<bhushanshah> You need to figure out partition name for boot and then dd it to some file04:19
tgBot<KrisJacewicz> @bhushanshah, yup, working on it04:19
tgBot<KrisJacewicz> I had scatter.txt file that knows which partition is boot, looking for it...04:20
tgBot<bhushanshah> Also be super careful about dd command you use...04:21
tgBot<KrisJacewicz> @bhushanshah, OFFCOURSE04:21
tgBot<KrisJacewicz> @bhushanshah, OFFCOURSE x204:22
tgBot<UniversalSuperBox> Yeah, this is super getting into "I don't want my phone to boot any more" territory04:22
tgBot<KrisJacewicz> boot.img is 16M, you want it all or just the bootimg.conf?04:23
tgBot<UniversalSuperBox> Just the config file04:23
tgBot<KrisJacewicz> on it...04:24
tgBot<KrisJacewicz> the cmdline is empty:04:27
tgBot<KrisJacewicz> bootsize = 0x1000000 … pagesize = 0x800 … kerneladdr = 0x40008000 … ramdiskaddr = 0x44000000 … secondaddr = 0x40f00000 … tagsaddr = 0x4e000000 … name = 1464004538 … cmdline =04:27
tgBot<KrisJacewicz> in the bootimg.conf04:28
tgBot<KrisJacewicz> should i try set it? would it make sense?04:28
tgBot<UniversalSuperBox> Wonder where it comes from then04:28
tgBot<KrisJacewicz> @UniversalSuperBox, me wonders too04:28
tgBot<UniversalSuperBox> Bhushan was right. -_04:28
tgBot<bhushanshah> Bootloader appends that to cmdline04:30
tgBot<KrisJacewicz> @bhushanshah, so would I want to change bootloader config or fix this line in the bootimg.cfg? If I fix it, will bootloader wtill append to it?04:30
tgBot<KrisJacewicz> *still04:31
tgBot<bhushanshah> You can't fix bootloader config04:31
tgBot<UniversalSuperBox> It's probably embedded in the Ubuntu Edition bootloader, then... So it's stuck.04:31
tgBot<bhushanshah> It's not grub04:31
tgBot<KrisJacewicz> @bhushanshah, so the bootloader on UT has no config files to edit, it's hardcoded?04:31
tgBot<UniversalSuperBox> aboot (fastboot) is closed-source.04:31
tgBot<bhushanshah> It's same in every Android device04:31
tgBot<bhushanshah> Not specific to ut04:32
tgBot<UniversalSuperBox> What happened is Meizu built the bootloader with that cmdline embedded04:32
tgBot<bhushanshah> I still have another idea neverthless04:32
tgBot<KrisJacewicz> @bhushanshah, let's !04:33
tgBot<bhushanshah> I.e from where this is coming04:33
tgBot<KrisJacewicz> @UniversalSuperBox, maybe I can hex-edit it and it is in plain text04:33
tgBot<KrisJacewicz> could replace it with a path of equal length04:33
tgBot<UniversalSuperBox> That's a really good way to make your phone never boot ever again04:33
tgBot<UniversalSuperBox> Like, actually this time. There's no recovering from a broken bootloader.04:34
tgBot<bhushanshah> (in theory: yes)04:34
tgBot<bhushanshah> There is backup04:34
tgBot<KrisJacewicz> even with the mediatech chip's flashing software?04:34
tgBot<bhushanshah> 😛04:34
tgBot<bhushanshah> But you need to have e.g JTAG04:34
tgBot<bhushanshah> (been there done that)04:35
tgBot<UniversalSuperBox> It's only a backup if the phone is already opened. :P04:35
tgBot<KrisJacewicz> where on device is the bootloader stored? I just want to pick into it if the path is actually in plaintext04:35
tgBot<KrisJacewicz> here is the thing, my phone already has no NVRAM, I could afford to experiment on it. I could get another MX4 later04:36
tgBot<bhushanshah> Let's not touch bootloader04:36
tgBot<KrisJacewicz> ok, we're back to initramfs then?04:36
tgBot<bhushanshah> Instead, there is possibility that this cmdline option is coming from CMDLINE_EXTEND (?) option from kernel itself04:37
tgBot<KrisJacewicz> but guys, the mediatech software can flash phone based on scatter.txt and it allows to repartition things. So I am thinking, must there be a way that their bootloader permits a certain flexibility.. anyways04:37
tgBot<KrisJacewicz> @bhushanshah, how would I go about testing that?04:38
tgBot<bhushanshah> I would try to fixn kernel configuration04:38
tgBot<bhushanshah> *find04:38
tgBot<KrisJacewicz> @bhushanshah, cat "/boot/config-`uname -r`" | less ??04:39
tgBot<bhushanshah> @UniversalSuperBox interesting sidenote: canonical also had documented a way of working around bootloader that tries to be over smart04:39
tgBot<bhushanshah> Rather zcat /proc/config.gz04:40
tgBot<KrisJacewicz> pastebin? or grep something specific?04:40
tgBot<bhushanshah> Pastebin please04:41
tgBot<KrisJacewicz> https://pastebin.com/wdudy1EM04:42
tgBot<KrisJacewicz> @bhushanshah, how do you know this? just remember by heart or some way to figure it out?04:50
tgBot<bhushanshah> Okay, so it's not coming from bootloader04:51
tgBot<bhushanshah> Err kernel I mean04:51
tgBot<bhushanshah> So we're back to initramfs04:52
tgBot<KrisJacewicz> I mean I know u primarily know this because you know stuff, but for someone like me, how would I know how to check kernel config on UT, given that it is not same way as on Ubuntu desktop04:52
tgBot<KrisJacewicz> @bhushanshah, well, we will work with initramfs for now04:52
tgBot<KrisJacewicz> but we still can figure out the minimal effort, minimal change04:52
tgBot<bhushanshah> @KrisJacewicz, Well this is umm I had to Google once and then I remember it forever :p04:53
tgBot<KrisJacewicz> @bhushanshah, hahaha, respect man04:53
tgBot<KrisJacewicz> i was thinking there was some way to programatically just know how to get this04:54
tgBot<KrisJacewicz> I am back looking at my extracted initramfs...04:55
tgBot<KrisJacewicz> i have a question, so far I only ever mounted things into some mountpoint under /, so now I am not sure how do I mount ubuntu.img image as /, if the file itself sits on an unmounted partition. Is it even possible before the partition is mounted?04:59
tgBot<bhushanshah> You don't mount it to / manually05:00
tgBot<bhushanshah> Instead you mount it to where rootfs is expected to be mounted, then pivot_root will change it as /05:00
tgBot<bhushanshah> First read touch script to understand it better I'd say05:01
tgBot<KrisJacewicz> @bhushanshah, sorry @bhushanshah I am now about to do something for the very first time, so I am also learning05:01
tgBot<KrisJacewicz> @bhushanshah, yes but I also am still not sure if I am reading the correct script for the job. @UniversalSuperBox  I am reading the one called touch05:02
tgBotAlx14 was added by: Alx1405:35
tgBotkergma was added by: kergma05:36
tgBot<MichaelTun> hopefully this isn't against the rules since it is relevant the group. I covered the UBports news on my news podcast this week. - https://www.youtube.com/watch?v=sQdLp_6kt7A06:07
tgBot<Christopher> merry christmas ubports06:40
tgBot<samitormanen> Is it possible to globally disable all apps from logging?08:20
tgBot<samitormanen> Stopping rsyslog seems to stop some of system logs.. I get some battery life gain with this.08:28
tgBotGroosha was added by: Groosha08:35
tgBot<Groosha> Hello everyone. I'd like to flash Ubuntu on my Oneplus One. What are your impressions? Battery life?08:36
tgBotSashkaT was added by: SashkaT08:40
tgBot<SashkaT> I don't know why, but I'm really whant to flash Ubuntu Touch on my phone (hlte), so I have already started trying to port it. … I have some problems with building kernel, bat I think they are temporary.08:46
tgBotjeffangelion was added by: jeffangelion09:44
tgBot<jeffangelion> Guys, is it possible to port UBports to MTK?09:50
tgBot<NotKit> @jeffangelion depends09:54
tgBot<NotKit> do you have kernel source code?09:54
tgBot<NotKit> if yes, it's possible, but not pretty/easy09:54
tgBot<G1ott1> @KrisJacewicz, It looks very interesting. Especially since Nexus 5 does not converge. … How did you install and configure it?  … Does it work using slimport and external monitor as well?09:58
tgBot<Stereofont> Hello AMX14 and Sergey and Евгений and Саша and Evan Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore!10:00
tgBot<Stereofont> @jeffangelion, MTK is a processor. What device have you in mind?10:05
tgBot<KrisJacewicz> @G1ott1, Nexus 5 does converge, it supports slimport. In fact I have ran XFCE and Mate desktop on a converged Nexus 5 on an external TV using slimport cable. Meizu MX4 on the other hand does not converge to an external monitor, but I also ran XFCE and Mate off of it, and I even ran them onto external monitor over ssh. Kind of alternative to a wireless streaming of converged desktop poissible with Meizu PRO 5. … I am currently writing a new bl10:06
tgBotpost about various aspects of using UT as a desktop PC, including running some desktop environments on it such as XFCE, LXDE, Mate … The process is very simple but some packages have to be added, and there are few things to keep in mind. In few days when the post comes out you are free to check it out.10:06
tgBot<KrisJacewicz> (Photo, 1280x720) https://irc.ubports.com/1LizRXtT/file_3186.jpg using it with external mouse and keyboard is also nice, although the screen a bit small. I imagine this is much more practical on a tablet though.10:07
tgBot<KrisJacewicz> (Photo, 768x1280) https://irc.ubports.com/S8u0qyME/file_3188.jpg works nicely in vertical mode10:08
tgBot<KrisJacewicz> (Photo, 1280x720) https://irc.ubports.com/FuWIDa6y/file_3189.jpg as well as in horizontal mode, and auto-adjusts10:08
tgBot<KrisJacewicz> (Photo, 768x1280) https://irc.ubports.com/CaI5zo0C/file_3191.jpg audacity works nicely10:08
tgBot<KrisJacewicz> (Photo, 768x1280) https://irc.ubports.com/8pxBdvVP/file_3193.jpg so does firefox10:08
tgBot<Stereofont> @jeffangelion, Broadly, Mediatek is very closed proprietary and you are flying blind if you attempt it10:08
tgBot<KrisJacewicz> it can work either with or without container. With container I used debootstrap, have not tried libertine. I ran it on both trusty and xenial cntainers on my vivid host.10:09
tgBot<KrisJacewicz> (Photo, 1280x720) https://irc.ubports.com/nBQu1nzx/file_3189.jpg this one is running directly off the phone, no containers10:09
tgBot<peternerlich> Interesting 😁 Does it run smoothly? Which device do you have?10:10
tgBot<Man> (Photo, 736x555) https://irc.ubports.com/pkFUZGUM/file_3195.jpg10:10
tgBot<KrisJacewicz> (Photo, 768x1280) https://irc.ubports.com/qCGGRiPC/file_3188.jpg this one running off a trusty (14.04) container10:10
tgBot<jeffangelion> @Stereofont, Welp, I just wanna try something hardcore😉10:10
tgBot<KrisJacewicz> @peternerlich, it runs as smoothly as your RAM allows10:10
tgBot<KrisJacewicz> I have Nexus 5 and Meizu MX410:11
tgBot<Stereofont> @jeffangelion, Convert a lawnmower into a Formula One. Much, much easier10:11
tgBot<Stereofont> @jeffangelion, Halium on any device is hardcore for sure. I suggest you adopt one that is already being worked on10:12
tgBotSander_Smit was added by: Sander_Smit10:22
tgBot<Xray2000> Hi Guys, do anyone know a good email clinet for Ubuntu? I try Dekko 2 but my inmails dont come in....10:27
tgBot<DanChapman> @Xray2000, 😞 Seems you are being bit by https://gitlab.com/dekkoproject/dekko/issues/66 as well. Expand the "Folders" section in the navigation panel and open your accounts folder view. Can you see the mail in "Inbox" from that view?10:40
tgBot<G1ott1> @KrisJacewicz10:43
tgBot<Stereofont> @Sander_Smit, Hello Sander. Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore!10:45
lotuspsychjehttp://news.softpedia.com/news/ubuntu-phones-will-soon-run-android-apps-thanks-to-anbox-says-ubports-519118.shtml10:47
tgBot<G1ott1> @KrisJacewicz … [...]Nexus 5 does converge, it supports slimport.[...] You are right, I ment that libertine does not work.  … [...]I am currently writing a new blog post about various aspects of using UT as a desktop PC[...] I will read it with full interest: the idea of using the phone as a (GNU/Linux)PC is exactly what I'm looking for.10:48
lotuspsychjenice1 guys!!10:48
tgBot<KrisJacewicz> (Photo, 1280x720) https://irc.ubports.com/1nD6yAFs/file_3197.jpg I just was having discussion in another chat that UT device is just like a PC chassis: once you connect screen, keyboard and mouse to it, you end up having desktop experience.10:50
tgBot<G1ott1> Of course, apart for the lack of USB port 😉10:51
tgBot<KrisJacewicz> the only thing is that UT also additionally sports a touch screen and people only focus on that. … Effectively I believe that majority of time we are not on the go (depend who, off course) but we are at location where we can access monitor, keyboard, muse. So UT is like a super portable PC chassis that you can always carry with you between work, home, firends place.10:51
tgBot<KrisJacewicz> @G1ott1, it has USB, you can connect a hub to split it into more10:51
tgBot<G1ott1> @KrisJacewicz, And will it continue to support slimport? Brilliant!10:52
tgBot<KrisJacewicz> @G1ott1, this is not tested by me, but I '10:53
tgBot<KrisJacewicz> ve seen online dongle setups that claim to support exactly that:slimport+ usb hub10:53
tgBot<Georgecloon> @Sander_Smit @Xray2000 There is a Dutch UBports supergroup as well if you are interested: t.me/UBports_NL10:53
tgBot<Xray2000> @DanChapman, Thanks now it works :)10:53
tgBot<G1ott1> @KrisJacewicz, I will try it. After setting up the rest of the Desktop environment.10:54
tgBot<KrisJacewicz> this one is marjeted for desktop, no idea if it would work with phone: … https://pt.aliexpress.com/item/Micro-USB-OTG-Card-Reader-To-HDMI-Slimport-HDTV-TV-Adapter-Cabo-Cable-For-Samsung-Tablets/32371192828.html10:55
tgBot<G1ott1> @KrisJacewicz, By the way, did you find out a way of fixing the touch pad not working when converging with nexus 5?10:56
tgBot<KrisJacewicz> http://www.siig.com/it-products/usb/docking/usb-3-1-type-c-hub-with-hdmi-pd-charging-adapter-4k-ready.html10:56
tgBot<KrisJacewicz> @G1ott1, no, not yet, but it is some sort of regression, it worked already in the old canonical's image. … @malditobastardo talked to me about the issue before I bough Nexus 5, and since we have still not fixed it10:57
tgBot<Xray2000> @Georgecloon, Thansl!10:58
tgBot<G1ott1> I see. Let me know if I can help somehow, i.e. test something.10:58
tgBot<KrisJacewicz> @G1ott1, personally I think the power is even more crucial than usb. I can still use BT keyboard/mouse/touchpadm but when serving desktop to an external screen over slimport I'd like to ideally also allow for the smartphone to charge. … On The internet I saw some setups that claim it. An additional cable splits off from the slimport dongle that you can plug to your wall socket and it will also charge your phone.11:01
tgBot<G1ott1> @KrisJacewicz, That's the perfect docking station... I'm regretting having bought my usual slimport cable, which is even more expensive!11:01
tgBot<KrisJacewicz> also I recently use a very very special setup: … I have 3 screens on my deskt, 2 are connected to my PC, 1 is extra.  … I connect my Nexus 5 to the 3rd screen, and install raspi version of Synergy on it. That way all 3 monitors and 2 desktops (PC + UT) are used with the same mouse/keyboard (attache dto the PC) as one wery wide desktop.11:02
tgBot<KrisJacewicz> it's truly amazing!11:02
tgBot<KrisJacewicz> I can use mouse + kbd across these 3 monitor setup and share clipboard. Off course i cannot drag windows between UT and Desktop, but if you check out Synergy from Symless you will get the idea. It's AMAZING!11:03
tgBot<KrisJacewicz> @G1ott1, i only worry if phone can provide enough power to it. As I said before, have not yet tired it.11:04
tgBot<KrisJacewicz> the reason I can use synergy with my UT is because I run XFCE or Mate desktop in it, which both support Synergy. Mir currently does not, and it will not for some time.11:05
tgBot<G1ott1> If the Desktop experience is worth I will give it a try 😊11:05
tgBot<KrisJacewicz> Also, Synergy will allow me to use even more desktop, including Windows and OSX, it is so good, I'm telling you. Will try to include this setup in my blog post with photos and videos.11:05
tgBot<G1ott1> I plan to have just one PC, i.e. one mobile with ubports , but of course it is an interesting application for those eho nees high performances computers.11:10
tgBot<DanChapman> @Xray2000, Super! I have an idea how to fix that bug, but as of yet i haven't been able to reproduce so it's a tricky one11:11
tgBot<G1ott1> With XFCE do you use Xorg?11:11
tgBot<KrisJacewicz> @G1ott1, running in Xmir, so the Xmir serves as x server11:13
tgBot<G1ott1> What is the difference with the stack used by libertine, which does not work?11:25
tgBot<Xray2000> @DanChapman, Hi Dave, ok nog problem mebay one sugestion a option to change notification sound, and meaby you can add also when make a new account GMX.... I mean like you have now Google etc....11:28
tgBot<Javacookies> @KrisJacewicz, my slimport adapter has a micro-USB port and I use it to charge while connected to a monitor, yours doesn't have that?11:32
tgBot<KrisJacewicz> @G1ott1, one big difference is that libertine uses proot, whereas I use regular chroot. … ALTHOUGH supposedly libertine should be also able to use LXC. … Anyways, there are some limitations due to proot, as there are good things about it. Good thing is that you don't need no sudo to use it at any stage. … Limitations, well, there is that lnown bug preventing proot to work with 16.04 installed in the container.   … I work on debootstrap 11:35
tgBotthat I create manually as describied by me here: http://kriscode.blogspot.tw/2016/12/easy-containers-on-ubuntu-touch.html … Debootstrap allows you to even run ARM linux container on your Ubuntu desktop (x86_64) thus you can build/compile apps for UT or any other arm linux natively in it. The portion that allows it is qemu-user-static and qemu-system-arm, which ar enot required when you make the container on the arm linux device directly. … The disadvantag11:35
tgBotroot to create or chroot into this container, unlike with Libertine. I am making it convenient with gksudo added in the Exec line of the launcher on the phone. The launcher is directly in the apps scope, no separate scope like libertine does. pkexec does not work with this setup. I hope that after I publish my newest post, UBports team will at least consider adding gksu package to the default image. I will present plenty of reasons for doing so, but we'll see11:35
tgBotscripts will only allow you to make exact same distro in a container as on your host. With debootstrap you're free to do what ever. I ran both trusty and xenial distros in a container on the vivid host.11:35
tgBot<per_sonne> Quick question: has anyone lost notifications on telegram recently? I have 2 bq e4.5 with Ubuntu for 2 people, no notifications since 3 days ago...11:36
tgBot<KrisJacewicz> also libertine has GUI, but I'm already making GUI for debootstrap chroot containers in ATU, I estimate it will land in January ready for use.11:37
tgBot<G1ott1> I understand, thanx for the explaination.11:39
tgBotRicardo was added by: Ricardo11:40
tgBot<Ricardo> @G1ott1, Www.ubunlog.com11:41
tgBot<hwpplayer1> @Pascal92, Merry Christmas People11:41
tgBot<Ricardo> Www.ubunlog.com11:42
tgBot<Javacookies> @per_sonne, have you upgraded to OTA3? notification server were moved from Canonical to UBports11:44
tgBot<per_sonne> I'm on Bq e4.5, canonical image11:47
tgBot<per_sonne> Should I reinstall?11:47
tgBot<G1ott1> @KrisJacewicz, Do you think it would be possible to run XFCE over Xorg instead of unity/MIR, when converging, in order to save CPU?11:47
tgBot<Stereofont> @per_sonne, They should be back now. Upgrade to OTA3, make sure you are signed into UbuntuOne and update Telegram - maybe twice. Restart Telegram and restart the devices11:48
tgBot<Stereofont> @Ricardo, Hello Ricardo. Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore!11:48
tgBot<David_Gamiz_Jimenez> Someone whit bq e4.5 whit the last version of the  camera app, have a problem whit the flash and white calibrate photos?11:49
tgBot<nfsprodriver> Does anyone know how to resize xmir windows?11:50
tgBot<Stereofont> @David_Gamiz_Jimenez, Can you flush the Camera app cache with UTtweaktool?11:51
tgBot<G1ott1> @Javacookies, Mine has a micro-USB port to charge the as well... Also, I never tried to attach external memory or input devices to it.11:52
tgBot<David_Gamiz_Jimenez> @Stereofont, I don't know, I will try and tell us. Thx!11:52
tgBot<Bolly> @DanChapman, I can test, if you want.11:53
tgBot<KrisJacewicz> @G1ott1, possible yes, but not straightforward. You would have to start x server on the phone. To run it in paralel with Mir would not save any resources :P To kill Mir in order to start xorg would be both challenging and present with its own pset of problems. … Perhaps it would save resources if you reboot your phone and not login, then ssh into it, and run xorg from a container. The container's overhead is not very signinficant, not as in V11:59
tgBotexample. Also, if you did not login to your phone, it is possible that some resources have not been loaded. … Another possibility is that you use factory reset, and arrive to the initial configuration, where you choose language and all that, I imagine that even less resources are loaded at that stage, and if you are able to ssh into the phone at that stage and run something within container, you would gain even more resources for your desktop experience.11:59
tgBot<KrisJacewicz> @G1ott1, You do not need to chroot, you can also do it directly on the phone, I noted that. On my Nexus 5 i run it directly but my rootfs is 15G there. On my Meizu MX4 my rootfs is only 2G, so container solves the space issue for me. … Also there are few other aspects that make container a good/better option. I'm currently writing about it.12:01
tgBot<KrisJacewicz> @nfsprodriver, 3 finger touch on them12:02
tgBot<KrisJacewicz> (Photo, 1280x768) https://irc.ubports.com/0HefuySX/file_3199.jpg 3-point touch makes any window (including xmir) sizable, but only in windowed mode12:03
tgBot<KrisJacewicz> http://kriscode.blogspot.tw/2016/11/ubuntu-phone-windowed-landscape-mode.html12:03
tgBot<G1ott1> OK. Thanks. I will wait your post, than test it, and ask again 😊12:03
tgBotEmanuel Monte90 was added by: Emanuel Monte9012:12
tgBot<peternerlich> Welcome Emanuel Monte90! I'm part of the Welcoming Team. To help you get up to speed, please read https://ubports.com/page/telegram-welcome and feel free to ask any question, especially in the Newcomers Room!12:14
tgBot<malditobastardo> (Photo, 1280x956) https://irc.ubports.com/AJ5KNaOD/file_3201.jpg12:50
tgBot<malditobastardo> @KrisJacewicz slimport + USB charge12:51
tgBot<KrisJacewicz> @malditobastardo, I have two very cheap ones that do not have this, one is Nexus5 like usb, another is TypeC12:52
tgBot<KrisJacewicz> but I'll get myself one that doe shave it12:52
tgBot<malditobastardo> :) Yeah, its kinda of "mandatory" for me bcause I use to go outside and plug the phone to watch some football streaming with friends.. so12:53
tgBot<malditobastardo> stuff like that12:53
tgBot<malditobastardo> sadly I have to carry a bluetooth speaker too because of the audio bug not being carried by the hdmi cable12:54
tgBot<Xenial> I'm planning to move from the fairphone2 to one plus one. FP2 its unusable for me, to many reboots 😢13:06
tgBot<TomasOqvist> I just flashed my M10 FHD from Canonical to UBPorts stable with UBPorts installer, but after the flash it seems to get stuck on the splash screen forever. Any ideas?13:16
tgBot<arudy> @TomasOqvist, I had same issue, leaving my tablet alone and power plugged in that screen solved it :0 (i have no technical information sorry)13:18
tgBot<TomasOqvist> @arudy, Thanks, about for how long?13:19
tgBotMichael Fischer was added by: Michael Fischer13:19
tgBot<arudy> I left it all night long, so i dont know how many time it really took13:19
tgBot<arudy> :S13:19
tgBot<arudy> (Because i sleep d'uring night :p )13:20
tgBot<TomasOqvist> Hm, seems odd to have to do that. I tried to reboot, but it is still on the splash screen after 10 minutes.13:20
tgBot<arudy> @TomasOqvist, I think it was long for me too, but it worked in the end13:21
tgBot<arudy> Also, do you remember how many batteries left?13:21
tgBot<TomasOqvist> 70-80% I think. Of course I could plug it in, but maybe better to reflash?13:22
tgBot<KrisJacewicz> @TomasOqvist, last thing you can do is reboot to fastboot, and then again normally (power button again)13:22
tgBotYTKAB0BP was added by: YTKAB0BP13:25
tgBot<TomasOqvist> @KrisJacewicz, I managed to get to System recovery [pwr] + [vol up], getting the options to wipe cache partition, reboot to bootloader or power down13:27
tgBotARUN Mehra was added by: ARUN Mehra13:34
tgBot<TomasOqvist> Ok, flashed once again, this time with the "wipe" option and it worked.13:41
tgBot<Stereofont> @TomasOqvist, You can get the splash screen with only a partial install. Probably what has happened for you. I suggest repeat, maybe with different cables. If no success, join the Welcome Room for guidance13:43
tgBot<TomasOqvist> @Stereofont, I worked after 2nd flash, now with "wipe" option.13:44
lotuspsychje!yay13:44
ubot5Glad you made it! :-)13:44
tgBot<Stereofont> @YTKAB0BP, Hello YTKAB0BP and Arun. Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore!13:45
tgBot<Stereofont> @TomasOqvist, 👍13:45
tgBot<peternerlich> Michael Have you been welcomed yet? If not, feel welcomed now! Glad to have you with us. You, too, check https://ubports.com/page/telegram-welcome to get up to speed.14:06
tgBot<per_sonne> guys, I need help14:13
tgBot<YTKAB0BP> Hi all! Can anyone help if my Nexus 5 stuck at google logo after using UBports installer?14:13
tgBot<YTKAB0BP> I can unbrick it, but I want to try the Ubuntu Touch on my phone...14:14
tgBot<per_sonne> I'm trying to use the ubports installer to switch my BQ E4.5 from Canonical to Ubports, but it asks me to switch the phone to bootloader with power + vol down, but it enters factory mode and that's it. Whatn should I do?14:14
tgBot<YTKAB0BP> fastboot devices?14:14
tgBot<YTKAB0BP> Anyone?14:21
lotuspsychjei tested the ubports installer snap and that didnt go well..14:24
lotuspsychjeso i had to install the ubports installer from git, that installed all the needed files14:25
lotuspsychjehttps://github.com/ubports/ubports-installer14:25
lotuspsychjethat was on my bq 4.514:25
tgBot<KrisJacewicz> @lotuspsychje, or from deb14:25
lotuspsychjekrisjacewicz:indeed14:26
tgBot<mateosalta> Any nuances I should worry about upgrading my pro 5 to ubports, I think it was the Chinese version I flashed14:29
tgBot<mateosalta> (Photo, 1080x1920) https://irc.ubports.com/ZmzjE9Hv/file_3203.jpg14:29
tgBot<UniversalSuperBox> Should be okay.14:48
tgBot<vanyasem> @mariogrip why is how can i help ubuntu touch down btw?14:50
tgBot<UniversalSuperBox> Probably because it was running off of his Pinebook?14:50
tgBot<vanyasem> oh lol14:51
tgBot<vanyasem> i need it back up :P14:51
=== lotuspsychje_ is now known as lotuspsychje
tgBot<YTKAB0BP> Ok, I've managed it to boot14:57
tgBot<YTKAB0BP> I've wiped system and data with TWRP14:57
tgBot<YTKAB0BP> Than rebooted it to fastboot and installed Ubuntu Touch14:58
tgBot<per_sonne> so, when the ubports installer says to boot into bootloader, it's actually fastboot?15:02
tgBot<per_sonne> so, not power + vol down as stated, but power + vol up?15:02
tgBot<per_sonne> the instructions are not clear at all15:03
tgBot<YTKAB0BP> @per_sonne, Yup15:03
tgBot<per_sonne> ....15:03
tgBot<per_sonne> this should be uptaded or adapted on installer for BQe4.5...15:05
tgBot<per_sonne> it still doesn't detect the device15:05
tgBot<sbjabire> @UniversalSuperBox, Seems like supported devices r constant. Not increasing. why?15:05
tgBot<UniversalSuperBox> @sbjabire, Porting a device takes months of work and a highly skilled developer. These are both resources that we'd rather use to make the operating system better.15:06
tgBot<Cesar_Herrera> It would be interesting you could choose saving the snapshoots in the SD card.15:08
lotuspsychjeper_sonne how did you install ubports installer?15:08
tgBot<Stereofont> @per_sonne, Not sure what you mean by factory mode but when the installer says 'bootloader' it doesn't mean the 'bootloader option in Fastboot15:09
tgBot<per_sonne> do you have a BQ e4.5?15:11
lotuspsychjei have a Bq 4.5 and the snap of ubports did not work for me per_sonne15:11
tgBot<Stereofont> @per_sonne, I suggest Welcome Room for this15:12
tgBot<sbjabire> @UniversalSuperBox, Well, I'm not a developer but I expect 2 be able install Ubtouch on my device. I like Ubuntu so much and hate to use Android. Any hope?15:13
tgBot<wayneoutthere> @Stereofont, Lol-cakes! Thats my style.15:13
tgBot<Stereofont> @sbjabire, What device have you got at the moment?15:14
tgBot<sbjabire> @Stereofont, GiONEE P5 mini. But expecting to change it any moment.15:15
tgBot<Stereofont> @sbjabire, I think you mean 'hope' not 'expect'. Translation from French?15:16
tgBot<jakko> A tech site in the Netherlands are reporting about Ubports and the support of android apps on UT15:16
tgBot<jakko> https://tweakers.net/nieuws/133291/mobiele-versie-ubuntu-krijgt-ondersteuning-voor-android-apps.html15:16
tgBot<wayneoutthere> @KrisJacewicz, Was it you who was talking about the idea of focusing development on a raspberry pi for UT ?  I've been unable to stop thinking about this because of its entry price....seems loaded with potential.15:16
tgBot<sbjabire> @Stereofont, U r right. 👍🏼15:17
tgBot<KrisJacewicz> @wayneoutthere, i was yes15:17
tgBot<Stereofont> @sbjabire, Devices at the moment are limited. When the Halium project matures and 16.04 becomes standard, there will probably be another five or six devices. The device you have at the moment will almost certainly never run Ubuntu Touch15:18
tgBot<vanyasem> @Stereofont, is there even a LineageOS tree for it15:19
tgBot<wayneoutthere> @KrisJacewicz, Yeah...I was touching/feeling one last night and reminded this little package of potential...15:19
tgBot<vanyasem> @vanyasem, or any tree at that point...15:19
tgBot<vanyasem> I sincerely doubt that there is, so no, there will be no Halium for it15:20
tgBot<UniversalSuperBox> @wayneoutthere, phrasing15:20
lotuspsychjedid you guys read this? https://www.kickstarter.com/projects/290746744/eelo-a-mobile-os-and-web-services-in-the-public-in15:20
tgBot<UniversalSuperBox> I got a spam on it, actually15:20
lotuspsychjeall kind of projects are rising, good for the future15:20
tgBot<Stereofont> @vanyasem, 1Gb of RAM and Mediatek. Hopeless, to be honest15:21
tgBot<vanyasem> @Stereofont, exactly15:21
tgBot<vanyasem> no-no15:21
tgBot<Stereofont> @sbjabire, A used Nexus 5 would be the simple option at the moment15:23
tgBot<sbjabire> @Stereofont, That's meant one need to acquire a supported device? I now see the reason why canonical dump the project. Tnx 4 this information.15:24
tgBot<KrisJacewicz> @wayneoutthere, raspi can sport touchscreen sonit could mimic phone. It also has hdmi output so it can mimic phone with slimport.15:25
tgBot<sbjabire> @Stereofont, Yeah that's a good option Tnx.15:27
tgBot<KrisJacewicz> it also has GSM shields: … https://www.cooking-hacks.com/documentation/tutorials/4g-gps-lte-wcdma-hspa-3g-gprs-shield-arduino-raspberry-pi-waspmote-tutorial/15:27
tgBot<Stereofont> @sbjabire, I don't think that was a reason. It us very different from trying distros on a computer though. Each device has unique compatibility problems. I am assuming that OnePlusOne would be more difficult for you to find?15:29
tgBot<KrisJacewicz> @sbjabire, i dont think that was among the reasons they abandonned the project though.15:30
tgBot<KrisJacewicz> @sbjabire, 2nd hand nexus 5 is innexpensive and it sports slimport so you can connect external monitor or a bigscreen TV to it. Not every aupported phone will allow you to do that.15:31
tgBot<KrisJacewicz> but if u are going for it make sure you buy Nexus 5 and not Nexus 5X, especially if you buy it online, pay attention15:33
tgBot<sbjabire> I appreciate these information thank you all. I may refer to u for any help in the future.15:38
tgBot<Javacookies> if you're buying onlne, buy slimport, bluetooth keyboard, mouse and speaker...to fully experience Ubuntu Touch ;)15:38
tgBot<Javacookies> if you really want to play with it and try out different things, I'll tell you how to use MultiROM and multiboot android, ubuntu touch, Sailfish OS and plasma mobile :P15:39
tgBot<sbjabire> @Javacookies, Yeah, OK 👍🏼15:45
tgBot<YTKAB0BP> @Javacookies, For me MultiROM throws error on Ubuntu Touch card15:45
tgBot<Javacookies> there's a modified apk so that it'll use ubports server instead of Canonical's15:46
tgBot<Stereofont> @sbjabire, Certainly. We will be very happy to help15:50
tgBot<GiovanniStaiano> @Crash_Burn, Unfortunately, the problem still occurs and forces me to restart the device many times, until the Wi-Fi starts correctly16:08
tgBot<Sebastian Dornack> @Javacookies, Do you know where to find the modified apk?16:14
tgBot<Javacookies> try to search it from the xda forum for MultiROM Nexus 4...don;t worry it's compatible with Nexus 516:15
tgBot<Stereofont> @Sebastian Dornack, Tread carefully. Dual boot is quite broken and is not a recommended approach16:16
tgBot<Javacookies> yeah, don't expect for it work forever...as of the moment, it does work fine...haven't found any issue yet ;)16:17
tgBot<Sebastian Dornack> Thanks, I just want to look around a bit, before I wipe my main phone when trying to port halium16:18
tgBot<Stereofont> @Sebastian Dornack, Which device for Halium?16:19
tgBot<Sebastian Dornack> I'd love to get it to work on my Xiaomi Mi Mix (lithium)16:19
tgBot<Sebastian Dornack> I tried compiling it myself for the Nexus 5, though I didn't come that far. Didn't boot all the way it seems. Last messages in the kernel log were from systemd, but then nothing else16:21
tgBot<Stereofont> @Sebastian Dornack, Huge battery. Not a hopeless choice. Has lot going for it. Best to work on alongside others with the same device though. Good luck16:23
tgBot<Sebastian Dornack> Thanks. Yeah, I don't know how far I'll come. That's why I'd love to have a second device running UBTouch while I work on it16:25
tgBot<Fabio7891> Is there an official tutorial about how to install Ubuntu Touch on a smartphone ?16:34
tgBot<YTKAB0BP> UBports installer16:34
tgBot<tuna_mert> @YTKAB0BP, Link?16:35
tgBot<YTKAB0BP> https://github.com/ubports/ubports-installer/releases/16:35
tgBot<Stereofont> @Fabio7891, If you are ready to do it I suggest you join the Welcome Room16:35
tgBot<Stereofont> Those are long conversations and we try to take them out of here16:37
tgBot<Fabio7891> @Stereofont, Thank you. What is it this Welcome Room ?16:37
tgBot<Stereofont> When I sent you a welcome it was in the links16:38
tgBot<Stereofont> Hello Fabio. Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore!16:38
tgBot<YTKAB0BP> Finally, I've found modified MultiROM! https://forum.xda-developers.com/showpost.php?p=65536720&postcount=55516:39
tgBot<Stereofont> @YTKAB0BP, Highly experimental and prone to break. Remember 'If it looks too good to be true, it probably is too good to be true'16:40
tgBot<YTKAB0BP> I know16:41
tgBot<Stereofont> @YTKAB0BP, 👍16:41
tgBot<Xenial> Any "news" on the one plus 5 por17:12
tgBot<Xenial> port*17:12
tgBot<Xenial> sorry one plus3*17:13
tgBotLuk Van Beirendonck was added by: Luk Van Beirendonck17:38
tgBot<peternerlich> Hello Luk! I'm part of the Welcoming Team. Please read https://ubports.com/page/telegram-welcome to get up to speed and feel free to ask any question, especially in the Newcomers Room!17:45
tgBot<PhoenixLandPirate> News on the 3 and 5 will probably come at the same or similar time tbh17:48
tgBot<Xenial> Thanks! I want to buy one or another. I'm tired of FP2. I'll wait until there17:51
tgBotTechgreed was added by: Techgreed17:54
tgBot<Techgreed> Hi guys :)17:55
tgBot<Techgreed> Can we this port as a daily driver on Oneplus one17:55
tgBot<Techgreed> Use*17:56
tgBot<Xenial> It depends on your requirements, but yeah probably you could17:56
tgBotjhosman was added by: jhosman17:57
tgBot<jhosman> Hello, it's posible install Ubuntu in Xiaomi A1?17:57
tgBot<Xenial> @jhosman, At the moment I think its not possible17:58
tgBot<peternerlich> And welcome Techgreed and @jhosman! Check out https://ubports.com/page/telegram-welcome to get up to speed. You already started asking, great! If it turns out to evolve into a more lengthy conversation, consider moving to the Newco17:58
tgBot<jhosman> 😁👍17:58
tgBot<Techgreed> Calls, WiFi, video playback and long lasting battery.17:59
tgBot<jhosman> I think I'd better be attentive to the channel :) …  https://web.telegram.org/#/im?p=@ubports_news18:01
tgBot<jhosman> bye18:01
tgBot<Xenial> Make a backup of your android installation then flash Ubuntu Touch and take it for a spin18:01
tgBot<Techgreed> I am currently at remote area with limited data connectivity, tried different OS's but Ubuntu touch remaining. Just for curiosity. Will give it a try when I reach home.18:15
tgBot<nikhilbhalwankar> 👍18:22
tgBot<Waldbursche> @mateosalta, Is AIDA64 in Openstore?18:56
tgBot<Xenial> I find that system-settings is not catching all the apps update existing in openstore. I wiped my fp2, and in system-settings I can see the openstore and file manager update, but inside openstore I can find other 3 app update: clock; camera and calculator19:02
tgBot<dohbee> @Waldbursche, nope, the canonical store19:03
tgBot<Waldbursche> @dohbee, And this is closed. Anybody have the .click pakage?19:04
tgBot<dohbee> they have a forum for it on https://forums.aida64.com/forum/26-ubuntu-touch-forum/ even19:05
tgBot<dohbee> wow19:05
tgBot<dohbee> doesn't seem it really does too much though19:05
tgBot<Stereofont> @Techgreed, That will have more to do with masts and the wireless hardware of your device but try it and see. I suppose in theory some aluminium foil shaped as a parabola could focus any weak signal? 🤔19:15
tgBot<dohbee> @Stereofont, Buy some pringles, find a bunch of wire, make an antenna. Or drive 30 minutes and try on a stable wifi. The choice is yours!19:17
tgBot<Cesar_Herrera> (Document) https://irc.ubports.com/l7ebeo8L/file_3204.click19:23
tgBot<dohbee> telegram is the new torrent?19:24
tgBot<Waldbursche> @Cesar_Herrera, You are a good man. Thank you. 👍🏻19:25
tgBotLedBass was added by: LedBass19:26
tgBot<mateosalta> @Waldbursche I don't think aida64 was, it was put out by the company, might be dificult to persuade19:27
tgBot<mateosalta> Nice info tool, would be a nice app for someone to build to get that aray of info in one spot19:28
tgBot<Waldbursche> @mateosalta, Okay, i think so19:29
tgBot<UniversalSuperBox> Sorry @Cesar_Herrera, but I don't think AIDA64's license permits redistribution outside of the store.19:30
tgBot<dohbee> it does not19:31
tgBot<wayneoutthere> @LedBass, Hi @LedBass.  Welcome to the group! Check out https://ubports.com/page/telegram-welcome to get you started and enjoy the community.19:31
tgBot<Waldbursche> @UniversalSuperBox, Oha, okay...19:31
tgBot<LedBass> @wayneoutthere, Thanks! =)19:31
tgBot<Cesar_Herrera> Sorry. I'll try delete it.19:32
tgBot<UniversalSuperBox> It is done already19:32
tgBot<peternerlich> We are 1111 members with @LedBass now! 🎉19:32
tgBot<Waldbursche> @UniversalSuperBox, It doesn't come to openstore?19:32
tgBot<mateosalta> What I was thinking was make an app that did similar stuff, without looking at their code19:32
tgBot<Cesar_Herrera> OK19:32
tgBot<UniversalSuperBox> @Waldbursche, Only if AIDA says so19:33
tgBot<Waldbursche> @UniversalSuperBox, Okay19:33
tgBot<dohbee> @Waldbursche, You'll have to ask them to move it there19:33
tgBot<dohbee> See the forum link I posted earlier19:33
tgBot<Waldbursche> @dohbee, 👍🏻19:33
tgBot<wayneoutthere> @LedBass, no prob.  we also have a welcoming kind of room where you can freely chat/speak/ask whatever instead of in front of the 1110 other members.  Some people feel more comfortable that way.19:34
tgBot<ruedigerkupper> Hi, I have just flashed my Nexus 5 with OTA-3, and I'm kind of lost without some apps I got used to and which are not available in the open store. I used to be able to download them from the canonical store, but that's gone. I know that the store closes these days, but somehow I expected that there would be a source for downloading the old click packages, though not maintained any longer. … I'm especially missing the today scope and the lib19:37
tgBotscope. Libertine comes installed with OTA-3, I can create a container and install packages into it — but I cannot launch the legacy apps. You need the libertine scope for that, but that is not in the open store. … Does that mean that libertine cannot be used any longer? And what about the "olde" packages from the canonical store, some of which worked really, really well and have not been ported to the open store? Can we get them somehow, or is all of this19:37
tgBotfor Ubuntu Touch users?19:37
tgBot<dohbee> you can launch libertine apps from the terminal (though it is a bit daunting)19:38
tgBot<dohbee> yes, it would be nice if someone would build the libertine scope and upload it into the open store19:38
tgBot<ruedigerkupper> I tried, but it says it cannot connect to mir. And I'm lost there...19:39
tgBot<dohbee> not sure which other general apps you're referring to, but the developers really should bet he ones moving things to the open store19:39
tgBot<dohbee> @ruedigerkupper, how exactly? `ubuntu-app-launch $APPID` is how you launch apps in the terminal. you can run `ubuntu-app-launch-appids` to see the list of installed apps19:40
tgBot<dohbee> firefox in a container named "container would be like `container_firefox_0.0` for the $APPID for example19:40
tgBot<Cesar_Herrera> @Waldbursche, I made it whith https://askubuntu.com/questions/784372/how-can-i-make-a-click-file-from-an-installed-app/784374#78437419:41
tgBot<Waldbursche> Thank you.19:42
tgBotZGV163 was added by: ZGV16319:42
tgBot<dohbee> As for the libertine scope, anyone can grab the code at https://launchpad.net/libertine-scope and compile it, too19:42
tgBot<ruedigerkupper> Thank you! I'll give it a try. … Sure, you're right, developers should have cared porting their apps to the open store. Still we probably should face the fact that many didn't, and it's a really pity that all those apps are now lost for Ubuntu Touch users. I know it has been asked before: Isn't there some kind of "backup" of the old store?19:43
tgBot<dohbee> Even if there were, the apps aren't all GPL or similar19:44
tgBot<ruedigerkupper> Right.19:44
tgBot<Waldbursche> @dohbee, I'll try it in these days...19:44
tgBot<dohbee> there are many which are proprietary19:45
tgBot<Waldbursche> I will try the today scope19:45
tgBot<ruedigerkupper> @Joerg That will make you my hero 😉. I really loved it.19:46
tgBot<ZGV163> Hi guy,  … Juste joined the group, wanted to know if any one had heard anything about touch on the eve V ?19:46
tgBot<Waldbursche> @ruedigerkupper, I'll give my best19:47
tgBot<dohbee> today-scope is at https://launchpad.net/today-scope19:47
tgBot<dohbee> and https://launchpad.net/scope-aggregator19:47
tgBot<Waldbursche> @dohbee, I have it allready19:47
tgBot<dohbee> it's a little bit of a weird one19:47
tgBot<Waldbursche> @dohbee, Thank you.19:47
tgBot<dohbee> the former has a pre-compiled binary of the latter in it already19:48
tgBot<dohbee> so you probably don't need to recompile it. just wanted to link both for clarity19:48
tgBot<ruedigerkupper> @dohbee, I'd volunteer for that, but I need an explanation of how to compile it and create a .click. Is that documented somewhere?19:48
tgBot<peternerlich> Welcome @ZGV163! Please read https://ubports.com/page/telegram-welcome to get up to speed!19:49
tgBot<dohbee> @ruedigerkupper, i think you can just open it in the ubuntu sdk, and just hit the "build a click" button or whatever it is (i forget the ui), and it will work, assuming you have a click target thing setup19:53
tgBot<dohbee> not sure where there is documentation on that these days19:53
tgBot<ruedigerkupper> I'll try to find out 😊.19:55
tgBot<peternerlich> @ZGV163, Seeing how it ships with Windows 10 it would be the same process as getting UT to run on a normal PC or laptop. However, UT is designed to run on typical mobile phones, so it works by using low-level core drivers for the actual hardware from Android and builds on that, meaning that there is no bios as in a usual computer setup. This makes it more complicated, but maybe someone in this community already made such advances?19:56
tgBot<Waldbursche> @ruedigerkupper, https://forums.ubports.com/category/35/app-development19:56
tgBot<Waldbursche> https://wiki.ubports.com/wiki/Home19:57
tgBot<ruedigerkupper> Thanks!19:57
tgBot<UniversalSuperBox> There's also the start of app development documenation at docs.ubports.com19:58
tgBot<dohbee> awesome19:58
tgBot<ruedigerkupper> I'll let you know how far I got 😉. Won't be before tomorrow, though.20:00
tgBot<ruedigerkupper> Anyway, great support! This is a place to get answers in a matter of seconds. It's a pleasure.20:03
tgBotdiogosn was added by: diogosn21:00
tgBot<peternerlich> Hi @diogosn! Please look at https://ubports.com/page/telegram-welcome to get up to speed and feel free to ask any question, especially in the Newcomers Room!21:17
tgBotThomas Dieker was added by: Thomas Dieker21:33
tgBot<Stereofont> @Thomas Dieker, Hello Thomas. Welcome! Check https://ubports.com/page/telegram-welcome … Not-a-bot™ Ask, chat, explore!21:41
tgBot<Thomas Dieker> Hello, in former times I wrote for Ubuntu 10.04 an handbook in german (https://web.archive.org/web/20110818150420/http://www.ubuntu-handbuch.de:80/ubuntu_1004), after that I got the Ubuntu Phone and tablet of course. Just today I got the information about your project. Now I am asking myself, how can I get involved in the project?21:51
tgBot<Waldbursche> Hi Guys, just i've made a wallpaper fur us. I hope it's okay so and it's not forbidden to use the ubports logos. It's 1080 x 192021:52
tgBot<vanyasem> send the original here21:52
tgBot<vanyasem> and plz make a 4k version21:53
tgBot<UniversalSuperBox> nefarious laugher :P21:53
tgBot<UniversalSuperBox> The logos are all CC-BY-SA, so don't worry. :P21:53
tgBot<Waldbursche> (Photo, 720x1280) https://irc.ubports.com/u1jnkeaf/file_3206.jpg21:53
tgBot<vanyasem> that's a compressed copy21:54
tgBot<UniversalSuperBox> @Thomas Dieker, Are you looking at documentation or something else?21:54
tgBot<vanyasem> please send the original file21:54
tgBot<Waldbursche> Moment pls21:54
tgBot<vanyasem> no prob21:54
tgBotoeddn was added by: oeddn21:54
tgBot<vanyasem> @Waldbursche, uh?21:56
tgBot<UniversalSuperBox> @vanyasem, patience, young Padawan21:56
tgBot<Waldbursche> @vanyasem, Keep cool. It's christmas time and i'm a old man...21:57
tgBot<Thomas Dieker> hello dalton, i am asking how can i help you? writing a documentation? doing stuff others don't like 😊21:57
tgBot<peternerlich> Welcome @oeddn! I'm part of the Welcoming Team. Please check out https://ubports.com/page/telegram-welcome to get up to speed and feel free to alsk any question, especially in the Newcomers Room!21:58
tgBot<Waldbursche> (Document) https://irc.ubports.com/pQ0pH8BL/file_3208.png21:58
tgBot<peternerlich> @Thomas Dieker, Well, that depends mostly on your skillset. Seeing how you wrote that hand book I would see a good fit if you would choose to update it and work out what changed.22:00
tgBot<peternerlich> @Thomas Dieker, Documentation is a big thing, we need any work we can get, as far as I understand it. It's just so difficult to grasp what the code base does and is able to do in detail22:01
tgBot<UniversalSuperBox> @Thomas Dieker, Hmm, that's a very open-ended one. We post issues in software that we're not quite sure how to solve with the "Help wanted" tag on GitHub, if you wanted to see there: https://github.com/search?q=org%3Aubports+is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+ … Alternatively, we also have a Get Involved page that may show something you like: https://ubports.com/page/get-involved22:01
tgBot<Waldbursche> (Document) https://irc.ubports.com/P3eIvkOZ/file_3210.png22:02
tgBot<Waldbursche> (Photo, 720x1280) https://irc.ubports.com/DqrPLK9d/file_3212.jpg Nexus 522:03
tgBot<peternerlich> @Thomas Dieker, You would probably like to join or German language group. You can find the invite link at the bottom of the newcomer document. Translation is rarely not 100%, though22:03
tgBot<dohbee> @UniversalSuperBox, wow. speaking of open-ended, a few of those look extremely broad22:04
tgBot<Thomas Dieker> that sounds good, thanks22:04
tgBot<peternerlich> @peternerlich, Wait, I read that as "wrote a German Ubuntu Touch Guide"22:06
tgBotstkw0 was added by: stkw022:06
tgBot<Bolly> @Waldbursche, thanks!!!22:06
tgBot<Waldbursche> I make one for the tablet. It comes in a few minutes22:07
tgBot<stkw0> Hi. I was installing ubports on bq e4.5 but it gets stuck after downloading the image (nothing more is printed after … ```2017/12/26 21:44:54 Flashing version 10 from ubports-touch/legacy channel and server http://system-image.ubports.com to device krillin … 69.21 MB / 69.21 MB [============================================================================================] 100.00 % 379.56 KB/s … 321.93 MB / 321.93 MB22:08
tgBot[==========================================================================================] 100.00 % 583.73 KB/s``` … ) Someone know which can be the cause?22:08
tgBot<UniversalSuperBox> Remove `--bootstrap` from the parameter list22:11
tgBot<peternerlich> Hi @stkw0! Please look at https://ubports.com/page/telegram-welcome to get up to speed and feel free to ask any question, especially in the Newcomers Room!22:12
tgBot<stkw0> @peternerlich, thanks, I wasn't aware that there were more than one channel22:13
tgBot<peternerlich> Yes, we exploded recently. The Supergroup is also super busy, so make sure you follow the @ubports_news for the important stuff!22:15
tgBot<peternerlich> @stkw0, Yes, we exploded recently. The Supergroup is also super busy, so make sure you follow the @ubports_news for the important stuff!22:15
tgBot<AndyBleaden> You are not alone :-)22:16
tgBot<peternerlich> And should this conversation turn out to get rather lengthy, consider moving it to the Newcomers Room to take the pressure of the main group. Thanks!22:16
tgBot<stkw0> @UniversalSuperBox, btw, seems that it got installed correctly, but the script never exited.22:16
tgBot<UniversalSuperBox> Oh, huh... Alright22:16
tgBot<AndyBleaden> @stkw0, Don't worry22:17
tgBot<dohbee> sigh, now my n5 doesn't want to boot22:18
tgBot<AndyBleaden> @stkw0, Do you  like the look of it (Ubuntu) on your phone22:18
tgBot<dohbee> and here i was going to fix a bug real quick22:18
tgBot<UniversalSuperBox> @dohbee, :(22:18
tgBot<UniversalSuperBox> Is that the broken one?22:18
tgBot<dohbee> well "broken" everything was working fine except for bt/wifi, in android before22:19
tgBot<dohbee> could be something weird with the xenial build22:21
tgBot<AndyBleaden> I had the 16:04 on a nexus 5 earlier...very buggy. Wifi and bluetoothOK  but little else. OTA3. Is rocking though22:38
tgBot<Waldbursche> (Document) https://irc.ubports.com/lBcJgjCX/file_3214.png22:39
tgBot<malditobastardo> Its Libertine working with the N5? For me is not working22:39
tgBot<malditobastardo> i saw it reported already as a bug22:39
tgBot<malditobastardo> for some reason its just working on Bq devices22:39
tgBot<malditobastardo> but idk22:39
tgBot<dohbee> define "not working"22:40
tgBot<vanyasem> @Waldbursche, plz 2960x144022:40
tgBot<Waldbursche> (Photo, 1280x800) https://irc.ubports.com/0y39tXSa/file_3216.jpg The login-window should be transparent22:40
tgBot<dohbee> @malditobastardo, what is "not working" exactly? there's nothing about the n5 that would especially mean it wouldn't work22:40
tgBot<vanyasem> @vanyasem, same as your 1080p, but just bigger res. it's for a phone22:41
tgBot<dohbee> 2560x1440 is 16:9, 2960x1440 is a bit wider22:41
tgBot<UniversalSuperBox> Meaning he has... A new Samsung phone?22:42
tgBot<malditobastardo> @dohbee, https://forums.ubports.com/topic/262/desktop-apps/6922:42
tgBot<vanyasem> @UniversalSuperBox, you got me22:42
tgBot<vanyasem> I really want that wallpaper though22:42
tgBot<malditobastardo> Well, Libertine desktop apps just dont open, black screen and you go back to the dash22:42
tgBot<UniversalSuperBox> I'm filled with useless information22:42
tgBot<malditobastardo> (EE) … fatal service error: … (EE)failed to conect to Mir:failed to connect:not accepted by server … (EE)22:43
tgBot<malditobastardo> I think this was reported in github too22:43
tgBot<dohbee> omg i hate stupid broken scrolling web sites22:43
tgBot<malditobastardo> Yeah, its a long thread22:43
tgBot<dohbee> well the length isn't an issue22:44
tgBot<dohbee> discourse is apparently just awful22:44
tgBot<Waldbursche> (Document) https://irc.ubports.com/MqjF0XdO/file_3218.png22:44
tgBot<dohbee> i mean, i have 32 GB of RAM, chromium has plenty of room to load a long thread22:44
tgBot<UniversalSuperBox> @dohbee, That's NodeBB22:44
tgBot<dohbee> oh22:44
tgBot<dohbee> so worse :)22:44
tgBot<UniversalSuperBox> ¯\_(ツ)_/¯22:45
tgBot<UniversalSuperBox> I like it22:45
tgBot<vanyasem> (Photo, 622x1280) https://irc.ubports.com/Y1pTR351/file_3220.jpg22:45
tgBot<vanyasem> loving it22:45
tgBot<vanyasem> thank you22:45
tgBot<AngelDMercedes> (Photo, 1280x720) https://irc.ubports.com/yxlDrZiZ/file_3222.jpg Ok fellers so I got a borrowed OPO and installed Ubuntu touch on it. Everything seems to be working smoothly except for these god damn tip overlays. They keep popping up and they will not go away....22:45
tgBot<dohbee> btw, what the heck happened to the adb authentication stuff?22:46
tgBot<Waldbursche> @vanyasem, 👍🏻22:46
tgBot<dohbee> it seems to have gotten stripped out?22:46
tgBot<malditobastardo> @dohbee, https://github.com/ubports/ubuntu-touch/issues/2222:49
tgBot<Waldbursche> @vanyasem, @vanyasem which song is it?22:55
tgBot<vanyasem> @Waldbursche, Rickey F - Денди22:55
tgBot<vanyasem> (Audio, 140s)https://irc.ubports.com/XNmjx40B/file_3223.mp322:55
tgBot<Waldbursche> 👍🏻22:56
tgBot<Jyoti> Hi, guys. May i hope that someday anbox will ported to BQ E5 phone?22:56
tgBot<vanyasem> we can discuss it in out off top chat @ubports_ot22:56
tgBot<vanyasem> @vanyasem, (which means Dendy, Russian version of NES)22:56
tgBot<dohbee> @malditobastardo, well i can't seem to create a container and i have no idea why23:03
tgBot<dohbee> oh well.23:03
tgBot<Flohack> @per_sonne did you solve your problem?23:05
tgBot<per_sonne> Yes, thank you23:06
tgBot<malditobastardo> @dohbee, 😿😿 hmmm. That's weird. Sadly I don't have the knowledge to help you23:08
tgBot<dohbee> Oh. I guess because of network23:09
tgBot<dohbee> Derp23:09
tgBot<Fabio7891> I have seen that is possible use Ubuntu Touch only on: Fairphone 2, Nexus 5 and OnePlus One. … When others phones will be ready for this new OS ?23:25
tgBot<Waldbursche> @Fabio7891, Nexus 4 , BQ E5 and BQ E423:26
tgBot<Fabio7891> Thank you @Waldbursche !23:32
tgBot<Waldbursche> N5 ist better as N423:38
tgBot<Christopher> I humbly recommend releasing a new OTA that resolves the data service issue introduced by OTA3 on Nexus 5 devices23:41
tgBot<Christopher> the solution so far is to use the development channel23:41
tgBot<Christopher> This situation is common with some distros... where 'stable' is impractical or broken, and it becomes necessary to use unstable packages or releases23:42
tgBot<Christopher> its not a good user experience23:42
tgBot<dohbee> What is the actual fix?23:49
tgBot<Christopher> the related ticket is here https://github.com/ubports/ubuntu-touch/issues/37623:50
tgBot<Christopher> for some, the solution is to install the development channel update, then install stable again... but some people have reported that going back to stable causes cellular data to fail again23:52
tgBot<Christopher> I'm not familiar with the details and don't know what the _actual fix_ would be23:53
tgBot<dohbee> Right. I just mean that the real fix is not clear, so an OTA now won't necessarily help. Someone needs to understand the issue and make a real fix.23:55
tgBot<Christopher> Agreed23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!