[00:25] Project daily-hammerhead build #340: SUCCESS in 11 min: http://ci.ubports.com/job/daily-hammerhead/340/ [00:27] Project ota-push build #1111: SUCCESS in 1 min 52 sec: http://ci.ubports.com/job/ota-push/1111/ [00:34] Xuyznaet was added by: Xuyznaet [01:05] @Xuyznaet, welcome [01:07] hi ! Реально скачать прошивку для bacon [01:07] okay so the kernel boots but I had to disable an if check that is there for optimzation to get it to compile with gcc 6, and I haven't tested to make sure everything works yet [01:08] @Xuyznaet, this supergroup is English only, would like to point out [01:08] built out-of-tree using gcc 6 [01:08] you can get exclusive support from me на русском, but for that you will need to PM me (@vanyasem) [01:09] Now to add in the freqeuncy and voltage scaling modules [01:10] still don't know if it's stable though, just know it boots and seems to run no worse than the version i downloaded from official source [01:11] "It's not obviously worse" is good enough [01:11] :P [01:12] lol, not by my standards [01:13] but if bugs are there they will show up eventually [01:14] moving from gcc 4 to 6 might cause some issues, as 4 has more undefined behaviour that could be used in ways that cause errors in 6 [01:15] but moving to 6, means we'll be ready to more to 7 when it gets mature in 6-8 months without issues, and 7.2 currently outperforms all previous versions(for arm archs especailly) in terms of efficient output [01:15] right now 7.2 works pretty well but they need to add more unit tests for better code coverage [01:16] I fixed all the unit test fails, but they need more unit tests [01:17] Like i can't fix errors I don't know are there [01:17] and I don't know gcc internals enough to write unit tests for all the stuff I think needs it [01:17] Oh, you're talking about the tests for 7.2 [01:17] yeah [01:17] Not the tests for the kernel under 7.2 [01:17] correct [01:17] I'm talking about gcc itself [01:18] As a coding noob, I respect and fear what you're talking about [01:18] lol, give it another 20 years, you'll get there [01:19] Getting to where i'm at, takes a long time, but it's not as hard as it seems, just a lot of stuff to learn and practice [01:20] I just learned how to downcast in Java. [01:20] I got a long ways to go [01:20] I've been studying asm/os dev for 14 years, and compiler theory for 4-6 years [01:20] coding for 25 years total [01:20] so it took me 11 years before I even thought about learning this stuff [01:21] I always dreamed when I was first learning to code of making my own OS [01:23] so eventually when I felt ready... i devoted a LOT of time to learning it [01:25] there's many areas of computer science I am not good at though, I just have niche skills that are rare because they are rarely needed [01:25] Like, not many asm coders with compiler theory and os dev experience are needed, compared to normal software devs [01:26] You only need a few hundreds in the world really... and then there's the 200-300 of us who have our own os projects we do as a hobby [01:27] No one wants to hire you for embedded devices? [01:27] You'd think that'd be pretty killer for this new IoT thing. [01:27] they might if I had credentials [01:27] but I don't have any [01:28] Damn. Pieces of paper are killers. [01:29] yeah... I also never wanted a job in the field until recently so I never kept anything I made for a portfolio [01:29] so I have no piece of paper and very little work to show my skills to employers [01:29] oh... [01:30] MS interviewed me over skype.. made it to the second interview, then they asked me about my education... they lost interest when i told them I left school in the middle of grade 5 so I have a grade 4 education [01:30] Sad, seeing as not being in school just meant that I spend all day every day coding and learning more about code [01:31] but whatever, they won't be getting any more vuln research from me [01:31] I reported 8 0 days in 2 months and they didn't give me anything [01:32] Okay, depending on severity that's ridiculous [01:32] I should have sold them as exploits on the black market [01:32] But that's unethical and gets you disappeared by the FBI. :/ [01:32] Oh, I guess we're off topic. [01:32] lol I wouldn't actually do that, but I wish i was the kind of person that would [01:33] yeah true [01:33] Normally I'm the one who tells people to move to the off topic group. :P [01:34] haha, i'm always getting off topic because I'm using to being on a small network where off-topic is allowed unless topic is actively being discussed [01:34] old habits die hard [01:34] if you wanna chat more pm me, otherwise I'll go back to coding [01:36] On Telegram we have our offtopic group, @ubports_ot. It's a neat place. [01:37] @UniversalSuperBox Keeping that one Telegram only? [01:38] I guess if there was enough demand I could convince the bot's keeper to put it in another group [01:38] No worries, if I'm that curious I could just fire up the Telegram client. [01:45] I have telegram but I prefer IRC... old habits i guess [01:45] I use telegram when I'm on the phone away from computer [01:45] otherwise I'd rather all my chats be in the same window [01:46] I'm one of those matrix weirdos, which also means I'm on IRC too. Oh wait I'm offtopic still. :p [01:46] matrix weirdos? [01:46] https://matrix.org [01:47] ahh, I'm on i2p myself [01:53] #ubports:matrix.org === Piece_Maker is now known as Acou_Bass [04:31] @wayneoutthere, +1! Exactly my point even if I am not in a Christ church. [04:38] @xorpad, Wow! 5 days battery life would be really great. Hopefully those hammerhead improvements would also be able to use on other devices like my fp 2 😁 [04:39] bastos777 every chip is different in terms of how you code it for non-ARM-standard stuff such as controlling volatage and frequency, but it should certainly be a feature in all kernels [04:41] like, ARM is just a standard made by ARM Holdings, the chips are not related. unless an architecture/driver programming documentation is available we can only do things android already does by reverse engineering what they have [04:41] I can reverse engineer stuff but it's very time consuming [04:42] and I don't think voltage scaling is normal in android kernels so we'd have to either fuzz around for it, likely bricking a lot of devices, or give sexual favors to someone at the manufacturers organization in exchange for their docs [04:43] the docs do exist, we may be able to get them under an NDA if we ask nicely and make ourselves look really official and professional, but no guarentees [04:43] Like, if the chip maker publishes the programming/architecture docs, it will be easy [04:44] if they don't... it will be next to impossible without bricking a lot of devices trying to figure out what opcodes change the voltage [04:45] I've fuzzed a driver before on a netbook gpu, killed my own netbook, then killed 20 other peoples netbooks, then got it narrowed down enough I stopped bricking them and just had to find the right options from the ones I had in the pool [04:47] We can steal code from other custom kernels if they have the features though [04:47] but if they have the features, the docs are probably public and we should make our own code [04:47] if you want a job done right you gotta do it yourself [04:52] @xorpad, This is quite a good rule. Would vote for practicing it like this. Anyway we have the @ubports_of groups. [04:54] what si ubports_of ? [04:55] @xorpad, 😂 [04:57] @xorpad, Sorry. @ubports_ot . autocorrect bug. [04:58] ot is what/ [04:58] This is the off topics group from our community in telegram. [04:58] Try it out... [04:58] oh, well I'm talking on topic, about kernel dev [04:58] and whats required to add that to all kernels [04:58] I know. [04:58] but I will join it... [04:59] gimmie a min to get onto telegram [04:59] I replied to your previous post [05:00] I am far away from being a coder, but I like your comments a lot @Xorpad ! [05:01] Thank you for contributing. [05:01] bastos777: https://zerorax.imgur.com/all/ <--- I'm the second one [05:01] oops https://imgur.com/E17yO5H [05:01] lulz [05:07] That one? ' I code and practice martial arts and play guitar and that's pretty much my whole life.' [05:08] @UniversalSuperBox, There's this amazing UI kit that you can open up in inkscape https://github.com/halfsail/Ubuntu-UI-Toolkit [05:10] bastos777 yeah, that's a very brief desc of my life [05:10] but I meant the image.. the one with the coder memes [05:44] J was added by: J [06:15] hmmm... it seems when you remove tasks via swiping from the active task slide-out menu, the memory they are using doesn't get freed [06:22] and, the latest devel release update soft-bricked my phone [06:23] so there's that [07:01] Project click-import build #14: SUCCESS in 6.6 sec: http://ci.ubports.com/job/click-import/14/ [07:01] Project vivid-rootfs-armhf build #149: SUCCESS in 1.3 sec: http://ci.ubports.com/job/vivid-rootfs-armhf/149/ [07:01] Project ota-push build #1112: SUCCESS in 2.5 sec: http://ci.ubports.com/job/ota-push/1112/ [07:39] We need to work on multirom so people don't have to give up android to use ubuntu touch [07:40] it makes it easy to install ubuntu touch from inside a rooted phone to a place in /data/media that can be mounted instead of the normal partitions and booted as if they were flashed to the device normally [07:41] Download MultiROM app - > install ubuntu touch -> have dual-boot android + ubport -> ??? -> profit!!! [07:44] If we work on multirom, we can increase user base significantly and make the level of skill/comfort required to install it much less [07:45] @xorpad, you completely skip the part where UT needs to be ported to each and every phone first. even if UT supports Multirom, it doesn't mean it would automatically run on everything [07:46] YougoChats: I'm aware... lets go one step at a time here [07:46] In very past I had windows together with Ubuntu, and it was some how stressing, so I have made the choice: ubuntu! and since that times I did not switched back [07:47] I had the courage, they can find it also [07:47] YougoChats I can port multirom to some devices, but only ones i have or can get cheaply for testing on [07:47] and UBPorts is swamped as it is. adding demand for multirom, and by extension all devices that run multirom doesn't help [07:48] well, I'm not saying someone else should do it [07:48] UT is still at a stage where it needs to prove it can run well on a limited set of devices [07:48] i'm saying I should do it [07:48] and yeah, just a limited set of devices, [07:48] the ones officially supported for now, we can add to that list later [07:48] s/we/I [07:50] even if we just get it working on one popular device, I have a nexus 5 and plan to get all the devices supported by ubports when I can afford to [07:50] so for now I can start with the nexus 5 [07:50] even if it only works for nexus 5, it's good to have it working and maintained [07:50] ofc when I get those other devices i can port it to them too [07:51] and I would like to make some more kernels for more devices too [07:51] right now i'm working on adding voltage scaling to the nexus 5 kernel [07:53] @xorpad, Of course I do not want you to stop it is your decision. Any help and effort is welcome. [07:53] Well you can expect a lot of effort [07:53] :D [07:55] well, if you can make Multirom sit in between without UT noticing, or submit patches to UT that don't otherwise affect UT's functioning, i'd say go for it. [07:55] I am pretty sure I can... and if I can't, I'll research how and then I'll be able to [07:56] I mean... MultiROM working should be easy [07:58] porting ubports to new devices will be hard, but i'm up for it in the semi-near future... For now I'm just gonna work on the nexus 5 kernel though and multirom [07:58] the hard stuff is the fun stuff:D [07:59] thinking of making a replacement for the android bootloader though... and having the bootloader as something we load and branch over to if we need it, and then have a proper linux bootloader, and we can repartition the device with the bootloader so that we don't have to deal with androids partition layouts [08:00] I dunno, I got a lot of plans, we'll see what you guys accept out of what I make i guess [08:01] we like pioneers and dreamers [08:01] yay! [08:02] And whatever you don't accept, I'll put into a fork and you can merge it back if you ever want to [08:03] Mostly I'm interested in working on the kernels really, but I also want to have a light-weight alternative to unity 8 [08:04] Also, porting to other devices, and making the system not dependant on anything from android other than the android linux kernel and drivers [08:05] Basically I'll do whatever I feel is a good idea to do, from app dev to kernel modding [08:06] I'd like to make a new keyboard... the camera needs some algorithms to increase the contrast and sharpen the image because it doesn't look as nice as when I had android on the same phone... [08:06] Bellow the list of core https://ubports.com/page/website.aboutus [08:07] cool [08:07] maybe I'll earn a spot on that developers list eventually:D [08:08] but that's not really important, i just like OS development [08:08] I don't care if I'm an official dev or not tbh, I just want to write code [08:09] They are also here, but not now [08:09] 👍 [08:09] I know:D I hope they are interested in all my ideas:D [08:10] does ubports have a repository for apt? [08:10] whenever i try to use apt it errors on me [08:10] saying nothing found [08:11] I could maybe host a repository if there isn't one [08:12] all I know is I want this project to be awesome and I want to help make it awesome [08:14] as UBorts plans to move UT onto Halium, perhaps it is wise to get Halium running on Multirom? [08:15] YougoChats... Probably a good idea... but that's trivial [08:15] you'd upen up a whole range of mobile distros to Multirom [08:16] Multirom is just a kernel used as a bootloader which mounts the partitions from the images in the filesystem and calls kexec to boot the boot the kernel and begin the rom booting [08:16] so multirom already basically supports halium [08:16] Halium might need some mods, but multirom will work as is [08:17] well, then you're almost there 😊 [08:17] Yep... this is easy peasy for me, just time consuming [08:17] but I enjoy it [08:18] it's taken me 14 years to learn os dev and compiler dev and how to write secure code and how to reverse engineer stuff so I can use it for my own projects... but i feel like I'm finally ready to stop with the hobby projects and work on a serious one [08:18] I am driving [08:18] I am sitting on the couch [08:18] :D [08:19] i don't drive... Don't have one of those car things [08:19] my family bought me one once, but I totaled it the first day I had it drifting around a parking lot [08:19] so they said never again [08:19] Morning [08:19] Hi Flohack! [08:19] xorpad are you never asleep 😆 [08:20] Just catching up with the night [08:20] I skipped now 300+ messages or so [08:20] Flohack, not usually... I got brain damage in a muay thai fight that makes me never get tired [08:20] the part of my brain that should trigger sleep has 0 activity on FMRI [08:21] so I have a cocktail of meds for the occasional time I decide to sleep, but mostly i'm just coding all day and night [08:21] @Flohack thanks for coming [08:21] Usually my days last 60-80 hours, followed by 10 hours of sleep [08:21] it makes me really productive [08:22] I got the nexus 5 kernel building with gcc 7.2 without the android build tree [08:22] still need to fully test everything [08:23] Project daily-fp2 build #358: SUCCESS in 13 min: http://ci.ubports.com/job/daily-fp2/358/ [08:23] that should alone give like 20% or more performance boost, because 7.2 has so much optimzing compared to 4/5/6 [08:24] Project ota-push build #1113: SUCCESS in 1 min 12 sec: http://ci.ubports.com/job/ota-push/1113/ [08:24] 20% is conservative, I've seen 40% boosts on certain perfomrance aspects when I build AOSP with 7.2 [08:25] it's insane how much 7.2 optimizes compared to anything before it... well 7 and up do it, but 7.2 is the first 7.x that's reliable enough to use [08:25] @xorpad, Hmm on my N5 I have a really bad experience with the battery. I dont expect that 900% will work with Ubuntu Touch but if you can double or triple it, would be fine ;) [08:26] Flohack, have you tried franco kernel on your nexus 5? [08:27] it literally gives you 9x the standby time, although screen time can't be fixed with anything in the kernel and will still only be 4-5 hours [08:28] but franco kernel just isn't very effective without the control app that costs $5... We will have the settings menu as our control app... if you accept my code that is [08:29] @xorpad, No I did not use any Android on this phone [08:29] I will wait patiently for your version then ;) [08:29] Flohack cool:D [08:29] Expect it in a couple weeks i'm guessing [08:29] or at least a small preview of whats to come [08:30] I do hope my work meets your standards... I'm even commenting everything, and i never write comments [08:30] but i figure if I'm working on a project others also work on, they will need comments [08:30] so I'm making an effort to comment everything so it's more likely to get accepted [08:31] my last linux kernel contribution got rejected because it was pure assembly with no comments and they said they couldn't understand it [08:31] lol [08:31] Well for commenting, if a line of modification is clear from the code it does not need a comment. Just give a line of intention or reasoning, its easier for merging the pull request, to understand whats going on. But dont overcomment it ;) [08:31] yes this what you said 😆 [08:33] anyways I gotta reboot back into my other linux install to get back to work on the kernel... I had to boot into this one to reflash ubuntu touch because the update soft-bricked my phone(developemnt branch) [08:33] brb [08:35] Im in my office now so dont expect too much following the next hours ;) [08:35] Flohack, cool [08:52] To use apt you need libertine or to put your filesystem in r/w mode..you will lose your changes at every upgrade.. [08:53] I see... [09:36] Davy was added by: Davy [09:46] @Davy, welcome [09:49] Hi there, thank you! It took a while, but now even I know, that Cannonical doesn't support Touch anymore. That's why I am here [09:52] Cannonical aint got nothing on ubports [09:54] anyone who would abandon a new phone OS with ELF binaries instead of highly abstracted runtimes and vms with optimzing routines to make them seem less bloated, is insane [09:56] this OS is awesome [09:56] I do count on that ;) [09:57] man i made a big mess of the kernel lol [10:01] Davy, you a user or a coder? [10:01] Just a user. No help for the kernel from me ;) [10:02] haha, I don't expect help, I just wondering [10:02] have you got it working yet? [10:03] It is rebooting just yet. Gotta tell you in a minute [10:03] Ahh:D [10:03] which device you got? [10:03] Aquaris m10 [10:05] Oh, cool [10:05] I've got a Nexus 5 with Ubports on it [10:06] I love it [10:07] it's my new favorite toy [10:08] You know, the last few months I was wondering, why there weren't any updates. Didn't had the time to get informed. Today I read: no support anymore. Still like it so i am glad, that there is a comunityproject [10:08] Davy, you can choose between stable, RC and devel after initial install [10:10] In system settings. It is hidden down the bottom. Not obvious [10:10] okay I fixed the mess [10:11] now I have resulting mess related to the new code [10:11] That equals progress [10:11] Thanks for the hin, lionelb. Do I get that right? The ubuntustore is still the old unsupported one, right? so I should get a hang of the open store? [10:12] One mess at a time [10:13] Ubuntu Store is closing and not maintained. Check out Dekko2 and uMatriks on OpenStore [10:13] Alright, thanks! So far it looks pretty good! [10:14] Note pull down flashlight [10:15] Not that you have a flashlight on M10 haha [10:18] Well no use for that ;) [10:21] There are memory leak issues on M10 so may be performance deterioration over time. Dialler will go in OTA 3 I think [10:23] A alright, good to know. So far it still looking great! So much better than before. [10:25] It's awesome to the max yo [10:26] yay, another bug squashed... i wonder how many more pop up before i end this hunt [10:26] fixed, on, got 7 more once that one worked [10:26] lol [10:29] Good luck to you! gotta go do some working. Bye! [10:30] later:D [10:39] is there a generic carddav? Like calendars, or only by owncloud. [10:53] and it will be great if can sync contacts and task by nextcloud. [11:13] @Davy, Yes, it's great. Like you I am just a user. Run Touch on my M10 and my Nexus 5. Couldn't be happier. Can't imagine going back to Android now. It doesn't suit everybody but is ideal for me. Knowing that people who are cleverer than me are improving it all the time is very encouraging. [12:08] Is anyone also having issues conn3cting to the forum? [12:10] @demokrit atomos, Looks OK from here [12:10] Hm ok i'll check again [12:11] Nice, works again, thx for checking Dalton! [12:38] It seems that every other update (devel) to my OPO crashes or disables the indicator-rotation-lock. Does anybody know the terminal command to restart it? [12:42] (Photo, 1080x1920) https://irc.ubports.com/GVRHiZgx/file_960.jpg [12:44] Doesn't look right and the screen doesn't rotate. [12:48] devel version is the in development not even fully tested release [12:49] if you want stable don't go devel [12:49] I had devel and the last update soft-bricked my phone [12:49] I had to re-flash it [12:49] you gotta expect that from non-stable releases with RC updates [12:50] sometimes (often but not every time) my install is wonky after an update. no rotation, wifi is funny, no screen dimming etc. usually a reboot will fix it. life on th eedge is fun [12:51] I am aware of that and is taking the calculated risk. I switched to rc a few days ago, but it also had the problem with rotation, etc. Agreed, living on the edge is fun. Especially when eagerly awaiting fixes... [12:52] I haven't tried stable yet because so far (fingers crossed) had no soft brick with devel. Maybe odds are not in my favor... [12:53] I have been thinking rc sometimes, but I want to see that weekly updates are coming first. [12:55] Project daily-mako build #133: SUCCESS in 12 min: http://ci.ubports.com/job/daily-mako/133/ [12:55] Project ota-push build #1114: SUCCESS in 0.54 sec: http://ci.ubports.com/job/ota-push/1114/ [12:58] Does Ubuntu Touch comes with terminal. (Jk) 🙈🙈🙈 [12:59] Yes. The terminal is installed by default [13:03] @TomasOqvist, It rotates now after a restart. This seems somehow connected to the issue that the screen doesn't turn on with the power button. In those cases. power on followed by touching the screen turns it on. [13:17] @Jaume81, Only through syncevolution in cli so far, there is a script link somewhere in the wiki or forum [13:34] since OTA2 it can sync a generic caldav, it could be for contacts and task, too. In future. By nextcloud, I tried by owncloud and it don't sync but I will try again. [14:30] For Nextcloud/owncloud there is a bug on the login, it's has been fixed and will be released. [14:41] @xorpad, +1 Thank you for this attitude ! [14:41] bastos777, I'm just doing what I love to do, but glad you appreciate it [14:42] I've been merging in code from latest stable mainline linux kernel all night getting it to compile with gcc 6.4.0, which will make way for 7.x when it gets a little more mature and reliable [14:43] 7.x has way more performance than 4.8 which this code is meant for and 5/6 which this code doesn't work under because of stricter enforcment of behaviour and restrictions on undefined compiler behaviour [14:43] So when 7.3 hits, and we're ready to use it, we can get that 25-30% performance boost easily [14:44] 7.1 was hella buggy, 7.2 fixed 99% of the problems, and the next release, as x.3.0 always is, will be a stable reliable version we can use without worrying about certain things not working under certain circumstances [14:45] Okay, you're going to think I'm stupid but I'm going to ask anyway [14:45] Would using a kernel built with 6/7 cause problems when the rest of the system was built with an earlier version [14:45] Yes [14:46] yay [14:47] It actually wouldn't, but in theory it could [14:47] I've done it so I know it works, but in theory there is no reason why it must work [14:55] @Ern_st, Wow! Thats what I am respectfully waiting for. Than I will be able to sync my folders again! Thanks! Will it land in OpenStore as OwnCloud app? [14:57] xorpad: one thing I learned about android low level development is, never assume anything [14:57] :P [14:58] bshah, I was speaking of linux not android specifically, Android I compile with the included toolchains usually [14:58] Android isn't meant to be as versatile and modular as a linux installation [15:17] xorpad, have you dealt with a libhybris system before? [15:17] Stop the Press! … Here's the Latest News You need from the Ubuntu Touch News Desk. … https://soundcloud.com/ubports/ubuntu-touch-news-desk-171005 [15:18] UniversalSuperBox, nope, but what I don't know is just an excuse to learn more [15:19] We run Android in a container to use the drivers. [15:19] I see [15:19] That's the tl;dr at least [15:19] We should make a tool to extract the blobs from ROMs [15:19] Cyanogen did that [15:19] and a linker to prepare the for the platform [15:19] @UniversalSuperBox, But they rip now. [15:20] @TheOriginalSaiyajin, Lineage uses it. [15:20] It's LineageOS now. [15:20] @UniversalSuperBox, Yus. ;_; [15:20] The code for libhybris can be found at https://github.com/libhybris/libhybris [15:20] thanks UniversalSuperBox :D [15:20] I think i already have it bookmarked [15:21] And Android's userspace runs inside lxc@android on an Ubuntu Touch system [15:21] I got so much stuff to deal with, i figure I should work on kernel now... I should switch to working on the next planned kernel though not the soon to be depricated one i'm working on right now [15:22] I need to sleep, i haven't for a couple days [15:22] The lxc@android service, that is. The container is named android. [15:22] but i'm having a good time coding [15:22] That's a lot of no sleep [15:22] lol, I typically code obsessively without sleep until I feel sick [15:23] At least now I have an awesome cool project instead of lame messing around with toy OS's not intended for the real world to adopt [15:23] @UniversalSuperBox, SevenOfNine [15:24] @Stereofont, what [15:25] @UniversalSuperBox, StarTrek … [15:25] maybe he just likes highlight people to be annoying... You'll find I do that to people i like [15:26] when i start highlighting you for no reason repeatedly you know you're on my good side [15:26] and maybe curse my annoyingness at same time [15:26] lulz [15:26] Oh, tip. If you're trying to highlight people in Telegram use @username instead of just username. The bridge figures out the rest. [15:26] ahh [15:26] thanks for the pit [15:26] That actually causes notifications [15:26] yeah I noticed, since I'm on both [15:27] @xorpad : when you read this go shove it up your arse! [15:27] lulz, i'm gonna see that later when I look at my phone [15:30] *passes a ban hammer to the admins* [15:30] I'm an admin and don't see a problem [15:30] Also he's in IRC and I don't really feeeel like joining Freenode today [15:31] I'm also just trying to be social/playful so it's not all srs bsns [15:31] Ah, I miss read the situation, my bad! [15:31] @Gartral no offence taken man [15:32] If i ever become an issue just tell me to shut up until i have something useful to say... I do get annoying sometimes but i don't realize it till I've already been at it a while [15:32] I'm fighting with s3cmd and trying to get "work" done with it's cranky arse [15:34] I'm fighting with myself... The art of you-jitsu. The trick is to anticipate your own attacks before you make them, because when you're as dangerous as me, the only thing you have to worry about is yourself [15:35] Hello guys. It's a big pleasure to form a part of this development as an user. I have a question if everything is ok. I have a Nexus 5 32gb with hammerhead 6.0.1 but the phone speaker is not working well anymore it sounds thin and low in volume. This with Android. So I have the chance to buy a 16gb version of Nexus 5 with the same characteristics. 16gb is enough for basic stuff or is too Short for ubports? Thank you [15:35] how much is the nexus 5 price? [15:36] I love the nexus 5, I think it's an amazing device and besides ubports, it has franco kernel and lineageos available [15:36] xorpad: you can find used ones on ebay for about 70 euros [15:36] my telegram notifications just started working again and i have no idea what i did :D [15:37] nobody touch anything lol [15:37] buy how much is @M D got the chance to buy it for is my question [15:37] neothethird: black magic and a sprinkle of hello world [15:38] Neo, you probably were out of side on your device and the finally so cleared the cache [15:38] xorpad: i suspected star maths and wishy thinking, but your explanation seems to make more sense [15:38] The price is 65€ [15:38] is it used? [15:38] I just hope I don't have to change the battery [15:38] Yes it is used [15:39] download a battery heath reporting app onto it to make sure it's at least 80% health remaining [15:39] otherwise make a lower offer [15:39] The one I have it's draining the battery badly and the speaker sounding low [15:39] MoleculeCollection was added by: MoleculeCollection [15:39] I will do that [15:39] Thank you [15:39] Ive got my main nexus 5 from when they first were released and it's still at 90%, but I stopped using it for 1 year then started again [15:40] What about the 16gb of space ? [15:40] Should be fine. [15:40] well, I don't know about you, but I can fit all my favorite albums on there and still have room for recording some video [15:40] My battery doesn't go further than 80% anymore [15:40] but there is no sd card slot, so you can't expand it [15:40] But I need to keep it with Android on this [15:41] Oh. Well, we don't support Multirom so you're just buying an Android phone. [15:41] At least for now [15:41] I am considering reviving MultiROM [15:41] Yes I know. I have a Nexus 5 now as my main device [15:41] and porting it to all the phones I have [15:41] I have a lot of phones [15:41] But I have the chance to buy another but only with 16gb [15:42] I have a nextbit Robin, I love this phone [15:43] Yeah I know about your hard work xorpad [15:43] M D: hard work? [15:43] Amazing :) [15:43] more like hardly working! [15:43] Well your plans [15:43] :D [15:43] Haha [15:44] My plans have shifted towards putting all my effort into this project for now [15:46] Great. I appreciate. I am trying to contribute of the dev of yunit [15:47] my friend just got here so i'll be afk probably till i sleep [15:47] So xorpad. You are the expert for me. 16gb worth it or should I keep looking for a 32gb version? [15:48] M D: depends how much music you have and how much video/images you take with the camera and if you want to keep videos on it or not [15:48] i have 16gb and i've never run out [15:49] anyways, afk for semi-long period of time, highlight me on telegram if anyone needs me [15:49] that will make my phone buzz and I'll probably hear it [15:49] Thank you man [15:49] Have a good day [15:55] Falquo was added by: Falquo [16:34] Xorpad saar [16:37] @xorpad, dr. wayne says "9 out of 10 doctors recommend a balance of sleepless to sleepful nights for optimum health" [16:38] gijstimmers was added by: gijstimmers [16:38] @TheOriginalSaiyajin, Are you here to do something useful, or just post memes? [16:46] @UniversalSuperBox, ;-; [16:47] Simon sur invited :v [16:49] Hi, I'm new here. Ubuntu has abandoned Ubuntu Phone. What should I expect from this page? [17:01] @UniversalSuperBox, Well... I've not posted any memes that I recall. And I just spent 40 hours working on the hammerhead kernel so is I'd say I'm being useful... If you wanna rag on me for not uploading code give me a way to upload it. I also posted htop and ccrypt binaries that run on ubports hammerhead, and I've been contributing ideas and trying to work on getting more well acquainted with the system... If you don't want my help though I can fork yo [17:01] project and leave [17:02] I've only been obsessively trying to contribute, sorry for liking CS and coding [17:03] I guess you're wrong [17:03] He was replying me [17:03] @UniversalSuperBox, Look @Xorpad [17:05] Oh... My bad.. Been a long time since I slept, I saw it as me being highlighted... Lack of sleep plays tricks on the mind [17:05] @gijstimmers, You should expect that we continue to develop it =) [17:06] It has developed much since April, as Touch was kicked. Try it out, it's worth it (I am new aswell) [17:06] And expect lots of cool kernel stuff now that I'm here [17:07] (Sticker, 512x461) https://irc.ubports.com/NU5XYZjk/file_961.webp [17:07] (Document) https://irc.ubports.com/6aQ8j9eE/file_962.mp4 [17:07] lulz [17:23] Hi anybody else having probs with nexus 5 RC channel very buggy restart ahngs whne strting screen not reognizing number and at times wifi not working. [17:24] I'm on devel but I can reflash and see if the issues are reproducible [17:24] @TheOriginalSaiyajin, so much lol for one day [17:25] Gonna check now but I gotta reflash and upgrade to rc so gimmie 20 minutes [17:26] @Xorpad, I see that this misunderstanding has been cleared up now, but you really scared me with that one. [17:27] scared you how? [17:27] The entire message. I was wondering what I said [17:28] Lol [17:28] don't mind me [17:28] @xorpad, If I use Telegram replies like this, does it highlight you? [17:29] I'm mentally ill, I have brain damage from comptetive MMA fighting for the last 2 years, and I almost always meet the medical definition of sleep deprived to the point of halucinating [17:29] Oh [17:29] oO [17:30] so if I acted out of normal I appoligise but it's because my head is not right [17:30] No problem [17:31] If you were worried about me leaving, unless the official dev team says the don't want me, I'm gonna be here and contribute as much as I can [17:32] and I don't need them to want me, just consider accecpting my code [17:32] :D [17:32] I just want to write code [17:33] and right now I need to try ad reproduce these problems [17:34] because it bothers me that rc may be less stable than devel [17:40] RC and stable are the same image right now [17:41] And I haven't heard a report like that on the Nexus 5 Stable. So... [17:43] the one last nick killed my install, had to reflash [17:43] @prpleXist, I'm on N5 devel, without these problems [17:43] But it started working again with all of your old apps after the upgrade? [17:44] (that was for xorpad) [17:44] @Xorpad, you mean we will have htop by default in the image ? [17:44] Kevin thanks it happens now and then not sure what is going on [17:44] no, I mean I posted a link to it in the channel today [17:47] I bought and arm systemv7a-neon with thumb 2 to use as a compatible box that I can easily set anything up on and move over to the device [17:48] so I can make binaries that are dynamically linked and put them into the device and use them from the shell [17:49] because the system I set up is completely compatible with ubuports anythign I make on it will work dropped into the device [17:50] It's a lot easier than trying to deal with setting up a cross compiler for everything, because all the dependencies are already there if they are available on ubuntu touch [17:51] and I can update them with the package manager, use package manager to get sources and dependencies for anything I need... It's just a nice solution to the problem with having to set up an entire system so that you can link against stuff when cross compiling [17:52] Xorpad, I use the same method, I use a containers directly on the device so I don't have to mess up with cross-compilers [17:53] TronFourtyTwo, cool now I feel less self-consious about wether it was stupid to do or not [17:53] I was kinda wonder if people were gonna think i'm dumb when I said I did that [17:56] I also got 2 cheap arm based mini-servers, one arm64 and with aarch64 [17:56] so I can make binaires for all three [17:57] but I didn't set up those servers [17:57] they are liek $4 a month each and you only pay when they are booted and running so it's costs me almost nothing [17:57] Like if I use them actively it may add up to $3 a month [17:57] $0.08 per hour [17:59] @xorpad, xorpad, sir, is that some kind of a provider? If so, could you please give me the name? [17:59] https://drive.google.com/open?id=0B-mfTuH1QCVhd2gxa1VCU0VlUFE is the htop binary... my arm board is turned off and I can't use the ethernet cable right now to pull the ccrypt binary, I accidently deleted it from my google drive [17:59] @vanyasem, as I need something for my cheap build server and I hate paying the full price as If it was running 24/7 [18:00] https://www.scaleway.com/ @vanyasem [18:00] thank you [18:00] np, hope it serves you well [18:06] anyeah, just upgrades to latest rc channel image, and I'm boot looping [18:07] so... probably should backtrack and push the previous version until a new release replaces this one [18:07] because v7 of the rc channel is definitely not stable [18:07] the devel channel build I had worked fine [18:07] v140-something [18:09] anyeah, just upgrades to latest rc channel image, and I'm boot looping... so... probably should backtrack and push the previous version until a new release replaces this one - because v7 of the rc channel is definitely not stable; the devel channel build I had worked fine, i was on the latest version, confirmed it before I reflashes and tried the other channel [19:06] https://www.ubucon.de/2017/ 😢 Didn't know that I should register there. [19:07] yeah, me too [19:07] and i wouldn't have known if i would have had time to go until a couple of days before [19:08] a pity it doesn't happen now [19:09] I fear only few ones knew that they should register. A pitty this hasn't been published in a wider area. That's typical for Northern Germany 🙈 [19:13] @Flohack, Alright, that's nice [19:13] I don't have a supported phone nor can I do any porting [19:13] I will watch this project for a while though. Might become really interesting [19:17] Question, whats the maximum resolution of the wireless display setting? [19:41] Crash_Burn was added by: Crash_Burn [19:49] Now, why's the bot gone and done that. Well, guess it disconnected at some point. [19:50] Hey everyone! I finally made it to the telegram group. btw... telegram app on N5 and M10 do not work.. only white screen. Joined using ubuntu desktop app. Working on this of/on for weeks... [19:50] @UniversalSuperBox maybe the bot needed a snack? [19:50] Happy to be here and be a part of the UBports project. Using my N5 as a dailiy driver now and very excited. [19:51] @Crash_Burn, I think works but not for supergroups? [19:51] No, a white screen is a separate issue [19:52] Possibly related to https://github.com/ubports/telegram-app/issues/33 [19:52] I can get is signed up.. but after that I does nothing. I finally got a notification when I signed up the M10 and a message finally appeared on my N5... thats all it has ever done. [19:52] @Flohack, any logs you'd like him to grab? [19:53] @UniversalSuperBox, No its a known bug [19:53] Can help to wipe config folder [19:54] Alright, @Crash_Burn the easiest way to do that is to install the UT Tweak Tool from the OpenStore [19:54] Then select the Telegram app and clear its data [19:54] OK great! I'll give that a shot. Thanks. [19:55] My big issue that is the most painful...the phone keeps silently dropping 4g connection... any ideas? My vpn connection is helping but not fool proof. [19:55] Nexus 5? [19:55] I have ping 8.8.8.8 running consantly in terminal to let me know. [19:56] yep. with ATT connection. [19:56] Very interesting indeed... My FP2 seems to drop my Consumer Cellular (on the AT&T network) connection fairly often too [19:57] Problem is, the issue might actually be due to low signal. That's why I've never reported it. [19:57] Only way to re-establish is to go to flight mode and then back [19:59] Around here I have solid connection everywhere I go... even still.. it should connect back when in range... or at least drop the 4g icon. [19:59] a-ha. [20:00] Another nice app to use for reporting issues like that is Log Viewer in the OpenStore. Gives you the ability to post to paste.ubuntu.com on demand so you can take logs from the device whenever that happens [20:01] I haven't had the FP2 out for a spin recently since AT&T is very spotty in my area as it is. [20:01] Cool... getting apps now... looks like OpenStore has an update. [20:03] I love logs! tail -f /var/log/syslog is my favorite [20:18] Just sitting here playing around with UT Tweak tool (awesome app)... 4g connection dropped (browsing and ping have stopped) any logs I can look at to see what is happening? [20:18] Well... dmesg, logcat if available [20:18] hi === leon is now known as Guest19028 [20:19] i need to know if ubuntu touch work in samsung cour [20:20] ubuntu touch [20:33] is ubuntu touch still mantained from the community? is it stable? [20:34] bp_, yes, that's why we're here. [20:35] wow, wonderfull. does it use the same kernel of ubuntu desktop? [20:36] No, it uses the kernel of the Android device it is running on for hardware compatibility [20:36] so, under the hood, it runs the same code of android phones? what are the main differences with android os? [20:37] Well, it only runs Android in a container so that we can use the drivers. Otherwise, it's a GNU/Linux system. [20:38] That Android in a container is only the hardware compatibility parts of Android. No Java. Ever. [20:40] I can develop 'desktop' applications in the same manner i do with gnome/kde? is gtk+ supported? [20:41] wonderfull, i will try to install it soon [20:41] You can run off-the-shelf apps, provided they're compiled, inside of a Libertine container. [20:41] compiled for ARM / Ubuntu 15.04, that is [20:42] Unity 8 was based on Qt and the Ubuntu UI Toolkit, it's used to develop apps. [20:42] @bp_, We are Ubuntu, what do you want with Gnome or KDE? 😆 [20:42] And you can install Ubuntu Touch on any of the supported devices on https://ubports.com/page/get-ubuntu-touch [20:44] i know that ubuntu usually supports this desktop environments! >.< so the best-practice library is qt right? [20:44] For developing Ubuntu Touch apps, it's the only supported one. [20:44] There's an app development guide on our forum, would you like me to pull it up for you? [20:45] don't worry, i still need to fill in touch with the os, the development time is still so far xD [20:46] it will probably take a while to install this os, even because i have not practiced with mobile linux osses yet [20:47] If you have one of our supported devices, it's as easy as using the UBports Installer, available as a Snap, AppImage, dmg, or exe. [20:48] wow, nice. there is place in the development community? what is 'on the edge' right now? [20:50] There's always a place for developers. [20:50] @mariogrip, what's exciting to work on right now? [20:52] @UniversalSuperBox, I would say for apps, chat apps are things in dire need for some love, like telegram and umatriks [20:54] There are also discussions going on regarding interface changes for the home screen (/scopes) and the content-hub, which you use to send data back and forth between apps (because apps are confined via AppArmor) [20:55] very nice, i will install it and come back soon to play with you guys. thank you for the introduction :) [20:56] No problem! [20:59] @mariogrip, uMatriks is quite a bit behind telegram right now :( [21:02] Project daily-bacon build #290: SUCCESS in 11 min: http://ci.ubports.com/job/daily-bacon/290/ [21:03] Project ota-push build #1115: SUCCESS in 1 min 5 sec: http://ci.ubports.com/job/ota-push/1115/ [21:03] Good job, bot. [21:05] @PhoenixLandPirate something that hopefully will change over time. 😁 [21:05] so Halium is still using forks mostly merged with the other forks of cyanogenmod right now? [21:06] Depends on which one, but #halium on Freenode is the best place to talk with them! [21:06] (See you there. :P) [21:06] thanks UniversalSuperBox [21:12] @Guest19028, That is not one of the supported phones and Samsung phones would be particularly challenging. Maybe try to find a used Nexus 5 as those are quite inexpensive? [21:13] He's left already [21:15] You'll notice that pattern a lot. That person is a troll who likes to hit Android-related things fairly often. He'll always start by saying "hi" with a nick, then he'll get booted from the nick because it's registered. He might say 'hi' or 'hello' a few more times, then he'll ask about some old and obscure Samsung phone that nobody wants. [21:15] If you say the phone isn't supported, he'll drag you along for a bit before leaving. [21:16] shrug people baffle me. [21:20] Yes indeed. How is that an entertainment? Hadn't even occurred to me that someone would do that [21:23] I can see why people genuinely want to breathe life into an old phone. Sad for them that it isn't generally possible - other than Lineage of course [21:38] @Stereofont, Completely agree, I really hoped Ubuntu would solve that problem, but due to kernal versions and needing more hardware to function decently then android at the moment, it looks like we can't be the saviour of old phones, with that being said, I do think all devices that get 16.04, will have support for longer then any android phone released the same year. [21:42] @all Moving to matrix 😃 cu there [21:44] or at least hope so :D [22:10] Gonna install ubports again and use it as my main device for a while [22:10] I'm liking the new aesthetic changes [22:20] ferry_toth was added by: ferry_toth [22:21] http://zerorax.guru/htop and http://zerorax.guru/ccrypt [22:22] armv7a binaries [22:22] :D [22:22] gonna make a page and post more binaries soon, but not today [22:22] because need sleep [22:30] Question: I have a Meizu MX4. What can I do to keep it more or less up-to-date? F.i. make the partition r/w and use apt-get? Has anybody tried this? What are the negatives? [22:35] Right now I have the original OTA 15. [22:49] @ferry_toth please follow this link with info for your device: https://ubports.com/page/get-ubuntu-touch [22:51] I haven't been able to get apt working. It can't find any repos. Was thinking of making an unofficial one [22:52] I've already got myself set up to build and install packages for armv7, so it seems like a logical thing to do [22:53] But that's a job for another day... Possibly tomorrow [22:56] Milan Yes I found this. I also found the list of things Working. But I really want to know what I will loose. F.i. which of the apps? I don't use many, but I would hate to loose openvpn, and syncing calendar and contact with owncloud (caldav, carddav). And of course if things that don't work now would magically work (connecting to my TomTom carkit to play a bit of music would be nice) [22:58] Jerome Martignago was added by: Jerome Martignago [22:58] @Xorpad Yes, I just noted. Run apt (with / ro) and got a lot of not founds. But that may be just sources.list needing some edits (i hoped) [22:59] @ferry_toth well, I'll look into that before I go actually making one === Acou_Bass is now known as eddie === eddie is now known as Acou_Bass [23:00] If apt is read-only, it just won't work. Needs to write to places that can't be written to. [23:01] Er, if / is read-only [23:01] @UniversalSuperBox, Is there actively maintained packages? [23:02] I'm fairly sure the base repos are still around. Otherwise I have no idea how the rootfs makes it out of the process alive. [23:02] @wayneoutthere, Amazing, many thanks Wayne. Have a nice day in Vancouver. My best regards. me going to sleep. [23:03] @UniversalSuperBox I just wanted to dry run [23:04] Well I'll try and use the repos and if I can I'll check to see if packages are recently updated because of not than an unofficial repo might be worth making [23:06] I just want to add to the experience anything and everything I am capable of [23:07] But only if it's a relevant addition [23:07] @Xorpad I don't see arm packages in the usual place (i.e. archive.ubuntu.com) but maybe they are somewhere else. Or not. An unofficial repo would be much appreciated.Maybe a ppa? [23:08] @Milan Korecky, haha. no prob! [23:08] Of course a ppa, it's the Ubuntu way to do it [23:09] But what would be the consequence. Loosing OTA? There are no OTA's right? Or am I missing something? [23:09] I'm not sure the stuff you install will be preserved post update [23:10] It won't. And updates may fail. [23:11] @UniversalSuperBox, Thanks for the info... Maybe we should have a PATH entry for a bin for in the /data partition to stop that? [23:11] Which post update? I am really in doubt (for the less supported devices like MX7) if the way to go is install UB or just work on a ppa with backported packages? [23:11] @Xorpad, A what? [23:12] @ferry_toth, The image based upgrade method doesn't mean you don't get package updates. It just means you get them all at once, in an image. [23:12] Sorry, typing on my phone... A bin directory in that /data partition that is in the $PATH [23:13] It would be a trivial feature to add unless I'm missing something [23:13] Yes I know how the image is updated. But there are no updates anymore (from Canonical). So, if you don't do image updates, nothing will be broken or undone from the apt updates right? [23:15] apt is not useful for upgrading when there is system image updates regularly that erase everything apt installs, and as @UniversalSuperBox said, it may break updates [23:15] There are image upgrades. We ship them. [23:15] @UniversalSuperBox, Yes that's what i was trying to say [23:16] For the MX7? [23:16] MX... 7? [23:16] Meizu MX7 (aka Arale) [23:16] err MX4 sorry [23:16] Oh. Yes. [23:17] https://ubports.com/page/get-ubuntu-touch [23:17] That is a supported device [23:19] It gets security updates and bug fixes, no backports. So I need to install that first to get any system updates. As it is now, I don;t get any updates (still on UT not UB) [23:19] Well, yes [23:19] And I still don't know what I will loose by installing UB? WHich apps disappear? [23:20] Well, maybe you'd lose things that were in Meizu's customization `.tar`. A ringtone or two, possibly? [23:20] Did that phone have Cut the Rope? [23:20] The last few attempts I made to flash the legacy branch failed to boot... Is there any reason it would have worked yesterday but not today? [23:21] Devel channel works [23:21] Legacy worked 3 times yesterday but today it failed 3 times [23:22] Legacy is redirected to stable [23:23] How are you installing? [23:23] I'm looking for just the basic stuff. (You know you can install Plasma Mobile, and all that stuff is supported, blah blah, except the phone app is not working, had similar with Cyanomod). So, if you install UB, which apps are there by default? Is there a list? [23:24] Magic-device-tool. For some reason it's the only one of the 3 methods that detects my phone and flashes it [23:24] Not sure why other than that I may have messed something up in the Rom that's not in any partitions that get flashed [23:25] I've messed with this device so much in so many ways over the time I've had it [23:25] Does it work on one of the other phones in your box? [23:25] Yes [23:26] But this one is my baby... It was the one I got when nexus 5 was new... I'm attached to it [23:27] Was my second smartphone ever [23:27] What did you do before it started failing? It'd be something outside of the read-only image. [23:27] And what happens? [23:27] (good night) [23:28] I updated to the rc channel to try and see if the image being pushed Was buggy to investigate a bug report, and when I did the device started boot looping [23:28] But I got devel installed no problems [23:30] I wanted to see if the update the guy just flashed was bad or if it was his phone... Then I posted here that you should downgrade until a new image is made to replace it [23:30] And by you I mean whoever has control of the update channels [23:31] So, devel works and rc doesn't [23:31] According to the single attempt I made to use it [23:32] Does Stable work? [23:32] Not exactly conclusive proof [23:32] Not sure... Haven't tried stable [23:32] Id rather find bugs I can submit fixes for [23:32] So I use devel [23:39] Just found one lol... The screen telling me I can swipe from the side won't swipe or do anything and I have to lock and unlock the device to get rid of it... But it keeps coming back [23:42] https://github.com/ubports/ubports-touch/issues/256 [23:42] wheeeelp [23:45] Mine was on hammerhead and it happened every time I opened the update settings... Should i file a report? [23:47] Or is it known/same issue? === Acou_Bass is now known as eddie === eddie is now known as Acou_Bass [23:56] Also when I reboot to try and correct it, my channel is changed from devel to rc, and I have to switch it back to devel to get it working again after the reboot [23:56] Lots of stuff to fix :D [23:59] Workaround... Pause download before wifi to cellular handoff then resume... Could automate the pause and resume to squash this [23:59] Wi-Fi to cellular handoff is tricky because you can't predict it