/srv/irclogs.ubuntu.com/2019/07/31/#ubports.txt

ubptgbotChispasxdbot was added by: Chispasxdbot01:21
ubptgbotAdrianjm_98 was added by: Adrianjm_9801:21
ubptgbot<dohbee> what is this bot?01:29
ubptgbot<C R> @mateosalta [its android. but one of the intresting things is they are doing some kind of aut …], I think.what we could do is to create more intense cache process (storing the actual ) HTML and basic images of the website. Pretty much you install the web app,  the first you run it is super slow (the cache process ).next time only. Have to.loa01:47
ubptgbotd the changes like mpg video where the data written is only the changes in the image and skips the file.that are the same.01:47
ubptgbot<C R> The cache could.even update on the background at nigth when the phone is plugged01:49
ubptgbot<mateosalta> or bit by bit while browsing the site01:49
ubptgbot<C R> Is only 1 well.written app and the it would do the same for each website01:49
ubptgbot<C R> If we do it while browsing it would.impact.the.user experience,  but the.first time would.definetly.be like that01:51
ubptgbot<mateosalta> here are some links i was looking at at one time01:52
ubptgbot<mateosalta> Fwd from mateosalta: https://forum.qt.io/topic/83205/qml-webview-load-page-from-cache01:52
ubptgbot<mateosalta> Fwd from mateosalta: http://blog.qt.io/blog/2011/04/29/http-caching-with-qt/01:52
ubptgbot<mateosalta> Fwd from mateosalta: http://doc.qt.io/qt-5/qnetworkdiskcache.html01:52
ubptgbot<dohbee> if only someone implemented PWAs01:53
ubptgbot<dohbee> chromium already does caching01:53
ubptgbot<mateosalta> you might be able to ship an initial state with the webapp01:53
ubptgbot<C R> For example a news app the phone could.load a portion of the.site at nigth, when you read it in the.morning is.already. there no.internet needed01:54
ubptgbot<C R> A web crawler would.do the job01:54
ubptgbot<dohbee> puffin is not doing anything magical. it's simply relying on the PWA support android already has in chrome01:54
ubptgbot<C R> @mateosalta [you might be able to ship an initial state with the webapp], Exactly01:54
ubptgbot<mateosalta> the offline service worker works - but you cant put that in an allready existing website01:54
ubptgbot<mateosalta> like this site: https://wiki-offline.jakearchibald.com/01:55
ubptgbot<dohbee> @C R [For example a news app the phone could.load a portion of the.site at nigth, when …], deferred loading isn't terribly helpful though. news will be outdated by the time you're on the train01:56
ubptgbot<C R> @dohbee [puffin is not doing anything magical. it's simply relying on the PWA support and …], That why.we don't. need to re invent the wheel it just aplying knowledge that is there just not implemented on ubuntu01:56
ubptgbot<dohbee> people don't want to only read the twitter/whatsapp/etc posts from last night on their way to school/work/whatever01:56
ubptgbot<C R> @dohbee [people don't want to only read the twitter/whatsapp/etc posts from last night on …], Is a concept,  having lastnight info.means you only have download today's01:57
ubptgbot<C R> Less bandwidth01:57
ubptgbot<C R> Faster01:57
ubptgbot<dohbee> you're making an assumption that web sites are already developed to work in that manner though01:58
ubptgbot<dohbee> for a native app where you can control things on the client and use an API to get data, that's more doable01:58
ubptgbot<dohbee> for web sites, it is not necessarily the case01:58
ubptgbot<dohbee> ad blockers, and visual noise blockers, make sites faster too01:59
ubptgbot<mateosalta> uadblock :)01:59
ubptgbot<mateosalta> @C R [Is a concept,  having lastnight info.means you only have download today's], plus will not completly blank out, if you hit a low signal area, and navigate02:02
ubptgbot<dohbee> @mateosalta [plus will not completly blank out, if you hit a low signal area, and navigate], i wouldn't make such assumptions about the code of others :)02:05
ubptgbot<C R> @mateosalta [plus will not completly blank out, if you hit a low signal area, and navigate], Exactly, Easy to.implement is not,  but it migth worth to.experiment with the idea02:05
ubptgbot<mateosalta> @dohbee [i wouldn't make such assumptions about the code of others :)], I'm talking about loading parts of a site in advance - so that you can load locally the main ui - and store what you are looking at, not something on the server side02:07
ubptgbot<dohbee> @mateosalta [I'm talking about loading parts of a site in advance - so that you can load loca …], i know what you are talking about. that's not how the web works though.02:07
ubptgbot<mateosalta> so if you hit a link not loaded, you can hit back, and that will load from your cache02:07
ubptgbot<dohbee> @mateosalta [so if you hit a link not loaded, you can hit back, and that will load from your …], that should already be happening02:08
ubptgbot<C R> When I see a wall I look for the stairs,  I don't.look at the wall that won't. take the other side02:08
ubptgbot<mateosalta> search ddg -> click link -> turn on airport mode -> click back02:09
ubptgbot<dohbee> @mateosalta [search ddg -> click link -> turn on airport mode -> click back], congrats, you found a bug in morph?02:10
ubptgbot<mateosalta> yeah, seems to not load anything from cache?02:12
ubptgbot<dohbee> i don't know. my nexus 5 has no network at all, so it can't load anything from anywhere :P02:14
ubptgbot<mateosalta> :)02:14
ubptgbot<dohbee> but i mean, this is basically something chrom{e,ium} has been doing for a decade. it keeps near pages cached in memory and simply swaps out what is displayed. that was one of the tricks it originally was doing to be "the faster browser"02:16
ubptgbot<mateosalta> hm, yeah. works on my desktop browsers. wonder if this is one of those flags - or perhaps the network error page is set to interupt instead of loading the recently cached page02:18
ubptgbot<mateosalta> I think we want that, useful for switching between networks, or a slight dead spot02:20
ubptgbotpillsmansion was added by: pillsmansion02:20
ubptgbot<dohbee> @mateosalta [hm, yeah. works on my desktop browsers. wonder if this is one of those flags - o …], doubt a flag. it's a UI side implementation thing02:21
ubptgbot<dohbee> but doing it is problematic on lower powered devices too, as web views eat memory02:22
ubptgbot<Fuseteam> @ruedigerkupper [Yes, I know and supporting this would be a huge improvement. I agree this is the …], actually firefox doesn't store your passwords on a server02:54
ubptgbot<Fuseteam> @dohbee [if only someone implemented PWAs], what can pwas do that current webapps can't? except for notifs and camera access hmmm03:00
ubptgbot<UniversalSuperBox> Another app in the same browser does not magically get more features03:02
ubptgbot<Fuseteam> uhhh hmmm03:04
ubptgbot<olisax> Hello ! How can I install the yumi sticker pack that was mentioned in the Q&A 55?07:14
ubptgbot<YougoChats> search for a post with a sticker from that pack in the group, right click, add.07:16
ubptgbot<YougoChats> (Sticker, 512x512) https://irc.ubports.com/49crSGwR.webp07:17
ubptgbot<YougoChats> [Edit] search for a post with a sticker from that pack in the group, click, add.07:18
ubptgbotDago 1 was added by: Dago 107:18
ubptgbot<olisax> Grazie ! It is really simple 👍🙂07:34
ubptgbotBaHKoTo was added by: BaHKoTo07:38
ubptgbot<Dago 1> (Sticker, 512x512) https://irc.ubports.com/pC1Hf6Zx.webp08:51
ubptgbot<hawk_is_here> @TotalSonic [seeing junk like that put out as an "alternative" definitely makes me even more …], I agree...09:07
ubptgbot<wakutiteo> (Sticker, 512x512) https://irc.ubports.com/kh0BDlUj.webp09:12
ubptgbot<jvandeswaluw> (Sticker, 512x512) https://irc.ubports.com/YrHRH2rZ.webp10:00
ubptgbot<jvandeswaluw> oops10:00
ubptgbot<GTAHTI> is there a way install wicker app on ubuntu touch?11:03
ubptgbot<GTAHTI> allso are those telegram and protonmail apps being updated and by who they are made if not official.11:09
ubptgbotCyjan was added by: Cyjan11:24
ubptgbot<Cyjan> Hey!11:24
ubptgbot<advocatux> Hi :)11:25
ubptgbot<Cyjan> I've joined here to get mental and spiritual support because I decided to flash my redmi note 4 to Ubuntu touch. Wish me luck11:25
ubptgbot<advocatux> You'll need more than luck, you'll need to port that device first 😉11:26
ubptgbot<Cyjan> @advocatux [You'll need more than luck, you'll need to port that device first 😉], I know :]11:29
ubptgbot<advocatux> Ok, good luck then :)11:30
ubptgbot<Cyjan> Thanks ^^11:30
ubptgbot<advocatux> https://github.com/Halium/projectmanagement/issues/7111:32
ubptgbot<hawk_is_here> @Cyjan [I've joined here to get mental and spiritual support because I decided to flash …], Hahahaha11:34
ubptgbot<Cyjan> @advocatux [https://github.com/Halium/projectmanagement/issues/71], Thank you ✌️11:35
ubptgbot<Volfoni> @Volfoni [Hello! I got two personalized wallpapers on my Aquaris M10 FHD that I can't remo …], Anyone??11:40
ubptgbot<Sconio> (Photo, 1080x1920) https://irc.ubports.com/aajg3B8C.png11:48
ubptgbot<Sconio> (Photo, 1080x1920) https://irc.ubports.com/1q0T1CYN.png11:48
ubptgbot<Sconio> What would you say if we could have another fingerprint11:49
ubptgbot<advocatux> I'd say I don't like fingerprint systems at all but maybe that's only me :)11:50
ubptgbot<Sconio> Ok11:54
ubptgbot<Sconio> Its work11:54
ubptgbot<Sconio> In xenial UT11:55
ubptgbot<Sconio> Apparently11:55
ubptgbot<mattbel10> @Sconio [Its work], how is that? Do you own a Meizu Pro 5? Are you referring to the script which manually allows you to bring back that functionality for the MP5?12:29
ubptgbot<dohbee> @advocatux [I'd say I don't like fingerprint systems at all but maybe that's only me :)], I don't know, having some alternative fingerprints to use every now and then could be useful. 😂13:06
ubptgbot<malditobastardo> @GTAHTI [allso are those telegram and protonmail apps being updated and by who they are m …], What do you mean?13:09
ubptgbot<Javacookies> @advocatux [I'd say I don't like fingerprint systems at all but maybe that's only me :)], I'm only experiencing fingerprint for real on my HTC 10 and I'd say it's definitely more convenient than passwords/passcodes/patterns 😁13:11
ubptgbot<dohbee> well not having a passphrase is more convenient too13:13
ubptgbot<dohbee> @GTAHTI [is there a way install wicker app on ubuntu touch?], i don't know what that is. if it's open though, or usable via web, you are welcome to develop an app or create a webapp package for it13:17
ubptgbot<dohbee> @GTAHTI [allso are those telegram and protonmail apps being updated and by who they are m …], `Telegram (unofficial)` is deprecated and being replaced by `TELEports`. The webapps are just fancy bookmarks. Protonmail is a webapp.13:18
ubptgbot<judicialdomicide> @advocatux - hi mate have sent pm re what we spoke about couple of days back re emacs. Thanks.13:26
ubptgbotCyan Magenta was added by: Cyan Magenta13:31
ubptgbot<advocatux> @dohbee [I don't know, having some alternative fingerprints to use every now and then cou …], lol14:01
ubptgbot<advocatux> @judicialdomicide [@advocatux - hi mate have sent pm re what we spoke about couple of days back re …], Reading it now :)14:02
ubptgbot<mateosalta> @Sconio [What would you say if we could have another fingerprint], you can allready right?14:04
ubptgbot<mateosalta> (Photo, 1080x1920) https://irc.ubports.com/3JurousG.png14:05
ubptgbot<dohbee> @mateosalta [you can allready right?], not officially14:05
ubptgbot<dohbee> yes, you can break your rootfs and install some old packages from 15.04, which are not supported, and theoretically have fingerprint work again14:06
ubptgbot<mateosalta> the mechinicasm to add more than one exists is what i mean14:06
ubptgbot<dohbee> oh, sure14:06
ubptgbot<mateosalta> yeah - if you have working fingerprint. ;)14:08
ubptgbotAndré was added by: André14:21
ubptgbot<dohbee> @Chispasxdbot [Chispasxdbot was added by: dohbee], @advocatux @UniversalSuperBox @wayneoutthere ^^ i don't think we want such things in here, do we?14:28
ubptgbot<UniversalSuperBox> Well, honestly anyone in the room could be a user bot without us knowing it14:30
ubptgbot<UniversalSuperBox> But given it's named with spanix expletives I'll remove it. Maybe the owner will say something.14:31
ubptgbot<UniversalSuperBox> spanish14:31
ubptgbot<UniversalSuperBox> Don't know where that came from14:31
ubptgbot<dohbee> spanix is a new linux distro?14:31
ubptgbot<dohbee> :)14:31
ubptgbot<UniversalSuperBox> WE FOUND THE NEW NAME GUIS14:31
ubptgbot<advocatux> @Chispasxdbot please, can you change your alias? Thank you :)14:31
ubptgbot<Cyjan> (Photo, 1280x1280) https://irc.ubports.com/5606cA8h.png This neither :[14:31
ubptgbot<dohbee> all i see is glare14:32
ubptgbot<dohbee> but if you have questions about building halium, i'd suggest joining https://t.me/halium :)14:32
CyjanAlready googled it and found solution14:33
ubptgbot<dohbee> @advocatux [@Chispasxdbot please, can you change your alias? Thank you :)], @Adrianjm_98 seems to be the owner14:33
ubptgbot<UniversalSuperBox> Also be sure to read over the "Getting help" section of http://docs.halium.org/en/latest/porting/first-steps.html and https://docs.ubports.com/en/latest/porting/introduction.html, @Cyjan14:34
CyjanThanks! I'll take a look14:34
ubptgbot<judicialdomicide> Hi, does the UBPorts installer only work one time? I’m trying to reinstall nexus 5 using UBports install but stuck at “please reboot to bootloader” hold down volume down and power but phone is in bootloader and status unlocked. Tried closing and doing again same thing tried different cable same thing? Anyone got any suggestions o14:36
ubptgbotn how to reinstall?14:36
ubptgbot<judicialdomicide> [Edit] Hi, does the UBPorts installer only work one time? I’m trying to reinstall nexus 5 using UBports installer but stuck at “please reboot to bootloader” hold down volume down and power but phone is in bootloader and status unlocked. Tried closing and doing again same thing tried different cable same thing? Anyone got any sugg14:36
ubptgbotestions on how to reinstall?14:36
ubptgbot<ian_mcxa> you can use ADB to reboot to the bootloader14:36
ubptgbot<dohbee> @judicialdomicide [Hi, does the UBPorts installer only work one time? I’m trying to reinstall nexus …], is phone visible with "fastboot devices" ?14:37
ubptgbot<judicialdomicide> I’m fairly new to this but no is the answer. Fastboot devices returns nothing in terminal14:39
ubptgbot<Tea> @judicialdomicide [I’m fairly new to this but no is the answer. Fastboot devices returns nothing in …], Same Here ✋14:39
ubptgbot<dohbee> make sure cable is good and everything; if `fastboot devices` won't show the device while at bootloader screen, installer won't see it either. same for `adb devices` when in recovery or booted with developer mode enabled14:40
ubptgbot<dohbee> also check `dmesg` when you connect the device to make sure the PC sees it (and thus your cable isn't the problem)14:40
ubptgbot<Tea> @Tea [Same Here ✋], phone is frozen after *successfull* install14:40
ubptgbot<dohbee> (assuming you're running on linux here)14:41
ubptgbot<Tea> Yup14:41
ubptgbot<UniversalSuperBox> Then run `sudo fastboot devices` for good measure too14:42
ubptgbot<advocatux> [Edit] @Chispasxdbot please, can you change your username? Thank you :)14:43
ubptgbot<UniversalSuperBox> If your device is at the "dead Android" bootloader screen (or the waving Yumi if the installer already happened) and plugged in, `fastboot` will see it.14:43
ubptgbot<UniversalSuperBox> USB cables fail pretty easily, we've had people go through 10 or more14:43
ubptgbot<UniversalSuperBox> To find one good onw14:43
ubptgbot<dohbee> some distros are missing appropriate udev rules and permissions configurations too, so yeah, sometimes `sudo` is necessary14:44
ubptgbot<TotalSonic> @Sconio [What would you say if we could have another fingerprint], I was able to get my fingerprint reader on my Meizu Pro 5 by following the instructions at https://github.com/ubports/ubuntu-touch/issues/396 - just scroll down to find an sh script you need to run - it works well after that14:46
ubptgbot<mateosalta> @Tea [phone is frozen after *successfull* install], If it said successful first boot takes a long time14:47
ubptgbot<TotalSonic> @Sconio [What would you say if we could have another fingerprint], [Edit] I was able to get my fingerprint reader on my Meizu Pro 5 working by following the instructions at https://github.com/ubports/ubuntu-touch/issues/396 - just scroll down to find an sh script you need to run - it works well after that14:47
ubptgbot<Braillynn> @UniversalSuperBox [USB cables fail pretty easily, we've had people go through 10 or more], I recommend Anker usb cables. They have yet to let me down.14:50
ubptgbot<dohbee> i'm not sure if i've ever actually had a usb cable fail as such; but then again in only use them to connect devices via usb, and not for other activities14:55
ubptgbot<John (Marlin)> @UniversalSuperBox [Don't know where that came from], He joined under 2 usernames at the same time. Doesn't look like a bot from the bio. Not a nice name though.15:16
ubptgbot<John (Marlin)> @dohbee [i'm not sure if i've ever actually had a usb cable fail as such; but then again …], We used to go through a lot when we were getting 65 cent cheapos at the dime store. Since switching to the $4 to $5 range, we've only had two go out, usually to the kids not handling them properly, mostly used for charging only. Had a few us15:25
ubptgbotb ports go bad too. Probably for the same reason, but one cell shop tech told me that the cheapo usb cables also damage the ports.15:25
ubptgbot<John (Marlin)> @dohbee [i'm not sure if i've ever actually had a usb cable fail as such; but then again …], [Edit] We used to go through a lot when we were getting 65 cent cheapos at the dime store. Since switching to the $4 to $5 range, we've only had two go out, usually due to the kids not handling them properly, mostly used for charging only. H15:26
ubptgbotad a few usb ports go bad too. Probably for the same reason, but one cell shop tech told me that the cheapo usb cables also damage the ports.15:26
ubptgbot<John (Marlin)> @dohbee [i'm not sure if i've ever actually had a usb cable fail as such; but then again …], [Edit] We used to go through a lot when we were getting 65 cent cheapos at the dime store. Since switching to the $4 to $5 range, we've only had two go out, usually due to the kids not handling them properly, mostly used for charging only. H15:26
ubptgbotad a few usb ports go bad too. Probably for the same reason, but one cell repair shop tech told me that the cheapo usb cables also damage the ports.15:26
ubptgbot<Tea> @mateosalta [If it said successful first boot takes a long time], Well...read about that, yes..... … But certainly not 14+ hours15:56
ubptgbot<hawk_is_here> @Tea [Well...read about that, yes..... … But certainly not 14+ hours], Thats a brick16:01
ubptgbot<UniversalSuperBox> No, it's not. The device still boots to bootloader16:01
ubptgbot<iamjackscompletelackofsurprise> Hi, is the critical bug for the M10HD still pausing the latest RC?16:04
ubptgbot<UniversalSuperBox> yes16:04
ubptgbot<UniversalSuperBox> M10 (F)HD, BQ E4.5 and E516:04
ubptgbot<iamjackscompletelackofsurprise> Ok thanks Sir.16:04
ubptgbot<iamjackscompletelackofsurprise> Understood.16:05
ubptgbot<iamjackscompletelackofsurprise> Are the BQ's a large part of the user base?16:09
ubptgbot<Cyjan> (Document) https://irc.ubports.com/AnWYl8y1.jpeg16:14
ubptgbot<mateosalta> @Tea [Well...read about that, yes..... … But certainly not 14+ hours], true16:36
ubptgbot<Tygerpro> (Sticker, 512x512) https://irc.ubports.com/NBD5Jpqp.webp16:41
ubptgbot<wayneoutthere> @Cyjan [<reply to media>], what.. is made?  :)16:45
ubptgbot<wayneoutthere> I figure if Tygerpro is pumped it's a port?16:45
ubptgbot<Tygerpro> Thats what Im presuming, Ive been banging my head on the wall trying to find a AOSP port for the snapdragon variant of my galaxy note 8, Ive been seeing all exynos versions16:46
ubptgbot<wayneoutthere> Well. Ok. Whatever you do, do it with passion.16:47
ubptgbot<Tygerpro> Im about ready to give up for now and see about getting the exynos variant and see if I can get that to port16:49
ubptgbot<John (Marlin)> @Tygerpro [Im about ready to give up for now and see about getting the exynos variant and s …], Exynos is slower, isn't it?16:53
ubptgbot<Cyjan> @wayneoutthere [what.. is made?  :)], Halium ^^ installing Ubuntu touch now :D16:54
ubptgbot<Tygerpro> Yeah, by like .03GHz iirc, but theres no known unlock for the snapdragon bootloader Nd the methods for Custom ROMs that do exist are for older boot loaders16:54
ubptgbot<John (Marlin)> I wasn't thinking of GHz so much as less powerful cpu.16:55
ubptgbot<dohbee> what bootloader does it use?16:55
ubptgbot<dohbee> @John (Marlin) [I wasn't thinking of GHz so much as less powerful cpu.], well "less powerful" is a very loaded term.16:56
ubptgbot<John (Marlin)> I haven't seen benchmarks.16:56
ubptgbot<dohbee> and irrelevant for wanting to port UT really16:57
ubptgbot<John (Marlin)> UT does seem like a light OS for older phones. No lag on my Nexus 5 at all.16:57
ubptgbot<wayneoutthere> @Cyjan [Halium ^^ installing Ubuntu touch now :D], woooooooah! that *is* something17:11
ubptgbot<Tygerpro> @dohbee [what bootloader does it use?], The note 8? Its whatever Samsung decided to put on there, on my snapdragon variant its fully locked, and as far as I can tell Samsung isnt gonna release an unlocker, and no one has been able to unlock it17:50
ubptgbot<dohbee> @Tygerpro [The note 8? Its whatever Samsung decided to put on there, on my snapdragon varia …], the option isn't in developer settings?17:51
ubptgbot<Tygerpro> Not even listed on snapdragon, it is listed on exynos17:51
ubptgbot<dohbee> huh17:52
ubptgbot<Tygerpro> I know, its weird, the exynos has a OEM unlock in developer settings, the snapdragon doesnt, I just double checked17:54
ubptgbot<Cyjan> @wayneoutthere [woooooooah! that *is* something], Yea:D hope it won't break my phone ;p17:59
ubptgbot<wayneoutthere> I recommend soothing classical guitar music when you do it.18:06
ubptgbot<dohbee> like Leonard Cohen?18:08
ubptgbot<iamjackscompletelackofsurprise> Laughing Lenny.18:13
ubptgbot<Cyjan> Guysss18:57
ubptgbot<Cyjan> @wayneoutthere [I recommend soothing classical guitar music when you do it.], Okey hehe18:57
ubptgbot<Cyjan> But i have problem :|18:57
ubptgbot<Cyjan> Where is halium-boot.img located18:57
ubptgbot<Cyjan> :|18:57
ubptgbot<Cyjan> I found only hybris-boot.img but I bet it's not what I need18:58
ubptgbot<Cyjan> Oney18:59
ubptgbot<Cyjan> [Edit] Okey18:59
ubptgbot<Cyjan> Nvm18:59
ubptgbot<Cyjan> Figured it out18:59
ubptgbot<Cyjan> Undo19:01
ubptgbot<Cyjan> Still not figured it oit19:01
ubptgbot<Cyjan> [Edit] Still not figured it out19:01
ubptgbot<UniversalSuperBox> Did you build halium-boot19:02
ubptgbot<Cyjan> I think so :|19:02
ubptgbot<Cyjan> @Cyjan [I found only hybris-boot.img but I bet it's not what I need], I'll send this to boot19:03
ubptgbot<Cyjan> Hope it will work19:03
ubptgbot<Cyjan> ¯\_(ツ)_/¯19:03
ubptgbot<UniversalSuperBox> Read over that section again, make sure it's built19:04
ubptgbot<UniversalSuperBox> And @ubports_porting has the topic that you're probably looking for19:04
ubptgbot<Cyjan> Okey thanks!19:05
ubptgbot<Sconio> (Document) https://irc.ubports.com/kHUqQYkc.null19:32
ubptgbot<Sconio> (Document) https://irc.ubports.com/dc1K6IVH.null19:32
ubptgbot<Sconio> @mateosalta [<reply to media>], ...19:32
ubptgbot<Sconio> sudo chmod +x fingerprint.sh … sudo ./fingerprint.sh … by Ruben,19:33
ubptgbot<Sconio> (Photo, 1080x1920) https://irc.ubports.com/AUYeO0Dd.png19:34
ubptgbot<Sconio> (Photo, 1080x1920) https://irc.ubports.com/64jwJhiT.png19:34
ubptgbot<Sconio> (Photo, 1080x1920) https://irc.ubports.com/VaKbXEb1.png19:34
ubptgbot<Sconio> (Photo, 1080x1920) https://irc.ubports.com/DMiEqU4h.png19:34
ubptgbot<Sconio> Thankx Ruben19:35
ubptgbot<malditobastardo> Awesome indeed!19:37
ubptgbot<Sconio> :+)19:38
ubptgbot<Sconio> Nice wok !19:38
ubptgbot<Sconio> [Edit] Thank You @rubencarneiro19:42
ubptgbot<Sconio> Work perfectly19:46
ubptgbot<rubencarneiro> Is was not by me19:47
ubptgbot<wayneoutthere> nice.... that's something indeed! today is national "Day of Something"19:47
ubptgbot<rubencarneiro> It was from github discussion19:47
ubptgbot<rubencarneiro> But i think is not a viable solution, since it uses vivid packages because gcc etc.19:48
ubptgbot<rubencarneiro> Better solution was compile the biometry blob19:49
ubptgbot<rubencarneiro> To work on 16.0419:50
ubptgbot<dohbee> @rubencarneiro [Better solution was compile the biometry blob], which we can't do. better solution would be to find a way to get it working via open source methods using hybris19:50
ubptgbot<rubencarneiro> @dohbee [which we can't do. better solution would be to find a way to get it working via …], Yes write a new api to work with bionic was better19:51
ubptgbot<rubencarneiro> For now this ia just a hack19:51
ubptgbot<rubencarneiro> The credits goes to AlainW94 on github issue.19:53
ubptgbot<Sconio> It's good enough to be able to use it, thank you very much.19:53
ubptgbot<rubencarneiro> https://github.com/ubports/ubuntu-touch/issues/39619:53
CyjanHey.. I think that I have problem :| I can't connect to helium over ssh, but i did it over telnet20:00
CyjanBut still it's not what I want because it's just not working :|20:00
CyjanI'll end up flashing TWRP (again!) for today... :[20:16
ubptgbot<judicialdomicide> Is the rc channel somewhat stable for daily use?21:00
ubptgbot<dohbee> yes21:02
ubptgbot<TotalSonic> @judicialdomicide [Is the rc channel somewhat stable for daily use?], Yes - I have been using RC on my daily driver for over 6 months now with no problems due to it.21:02
ubptgbot<advocatux> I use RC on my daily driver as well 👌21:03
flaburganhi everyone21:18
flaburgancan anyone tell me where I can find applications logs?21:18
flaburgansignal is now crashing immediately when started21:18
ubptgbot<dohbee> under `~/.cache/upstart/` directory21:23
flaburganthx21:30
flaburganwow, my terminal has a weird behavior when tabbing to autocomplete application-click-textsecure.nanuc_textsecure_ 0.4.1.log21:30
flaburganit breaks on the _ and continue writing on the *exact same line* so where my prompt is21:31
flaburganokay so it looks like I have my error:21:31
flaburgan2019/07/31 23:17:44 .:0: error calling result "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.249\" (uid=32011 pid=32533 comm=\"textsecure \") interface=\"com.canonical.libertine.Service.Operations\" member=\"list\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.canonical.libertine.Service\" (uid=32011 pid=4114 comm=\"/usr/bin/python3 /usr/bin/libertined \")"21:31
flaburganI don't remember touching anything related to apparmor21:33
ubptgbot<dohbee> ignore apparmor messages about libertine. they are not fatal, and not related21:37
flaburganhm21:38
flaburganso the crash message is not here?21:38
flaburganI setup a libertine container, just to have one and see if it changes anything21:38
flaburganI never played with libertine and am curious21:38
ubptgbot<dohbee> well it may not necessarily be crashing. but i'd have to see the whole log before i could say anything21:40
ubptgbot<dohbee> if the app simply fails to start or just exits, it might look like a crash, but it isn't. the splash screen is not part of the app itself, but implemented in the shell side21:40
flaburgan@dohbee the app was working well until one or 2 days ago21:44
flaburganand wasn't updated21:44
ubptgbot<dohbee> ok. well the apparmor message is surely not the entire content of the app's log is it?21:45
ubptgbot<dohbee> you can also check `unity8.log` to see if anything is there about the app exiting and such21:45
flaburganthe full log is there: https://github.com/nanu-c/textsecure-qml/issues/6721:47
flaburganunity8.log is empty since that morning, even if I had a unity restart writing a text message a few hours ago21:48
flaburganno wait, it's just that less isn't working well21:48
ubptgbot<dohbee> the log is cutoff in that issue21:48
flaburganI should copy the log file on my computer and read them from there21:49
flaburganyeah that's way better, sorry to be noobish here21:51
ubptgbot<dohbee> are you reading via adb?21:52
flaburganI updated the github issue21:52
flaburganyes21:52
flaburgancan I ssh to the device?21:52
flaburganI'm way more used to that21:52
ubptgbot<dohbee> oh yeah, adb is not a real terminal21:52
ubptgbot<dohbee> you can enable ssh and then use ssh yes21:52
flaburganthough I guess a ssh server on a phone isn't very secure21:52
flaburganbut so cool to do21:53
flaburganhow can I do that21:53
ubptgbot<dohbee> @flaburgan [though I guess a ssh server on a phone isn't very secure], it's secure enough. doesn't accept password, or root by default, and doesn't bind to the ril, only wifi (and it can be routed over adb too)21:53
ubptgbot<dohbee> @flaburgan [how can I do that], http://docs.ubports.com/en/latest/userguide/advanceduse/ssh.html21:54
flaburganpanic: runtime error: invalid memory address or nil pointer dereference21:54
flaburgan[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x391c44]21:54
flaburganlooks like we have our crash log, btw :p21:54
ubptgbot<dohbee> yep, that's a panic21:55
flaburgansudo android-gadget-service enable ssh21:55
flaburganthis was the command I didn't know21:55
flaburganI know nothing about android21:55
flaburgansignal is an application updated very often, and is a security application21:57
flaburganI guess I shouldn't run an app which doesn't have enough resources to be built21:58
flaburganunfortunately...21:58
flaburgancan I run the apk with anbox?21:59
flaburganis anbox running on UT now?21:59
ubptgbot<dohbee> maybe, but many things won't work21:59
ubptgbot<dohbee> anbox is still super experimental21:59
flaburganhttp://docs.ubports.com/en/latest/userguide/dailyuse/anbox.html21:59
flaburganI should RTFM :p21:59
flaburganwow, I need to reboot to the bootloader to install it? Oo22:01
ubptgbot<dohbee> you need to flash a new kernel yes22:04
ubptgbot<dohbee> it is experimental22:04
flaburganok22:08
flaburganlet's have fun22:08
flaburgan43 packages can be upgraded. Run 'apt list --upgradable' to see them.22:08
flaburganwow, looks like I find more updates with apt-get than with the gui22:08
flaburganshould I do those upgrades?22:09
flaburganthere is unity8 in them22:09
ubptgbot<dohbee> no22:10
ubptgbot<dohbee> apt upgrading is not supported22:10
flaburganokay22:12
flaburganwell... my device is full22:12
flaburganI tried to add a libertine container, and now I have 0 free space on /22:13
flaburganin "managing container" I don't have any option to delete it22:13
ubptgbot<dohbee> libertine doesn't take space on / at all22:13
flaburgan(thank you so much for helping me @dohbee, I'm learning so many things!)22:13
ubptgbot<dohbee> rootfs is already "full" as shipped22:14
flaburganoh? Then it has been fulled by something else22:14
flaburganE: You don't have enough free space in /var/cache/apt/archives/.22:15
flaburganthis is the error I have when trying to install anbox22:15
flaburgan"something" filled the phone for sure22:15
flaburgandf -h: /dev/loop0                      2.0G  1.9G     0 100% /22:15
ubptgbot<dohbee> the apt cache is22:16
ubptgbot<dohbee> you can bind mount a dir from a writable location on top of `/var/cache/apt` though22:16
flaburgansudo apt clean freed 57M22:17
flaburgancan I apt install ncdu?22:17
ubptgbot<dohbee> as i said, apt is not supported22:17
flaburganhm... but the tuto for anbox is using apt install anbox-ubuntu-touch22:18
flaburganokay nevermind I'll just trust you :p22:18
ubptgbot<dohbee> yes, for a very specific thing. general install of things from apt is not supported22:19
flaburganok22:19
flaburganhow can I make some space for the installation to succeed?22:21
ubptgbot<dohbee> `mkdir -p /home/phablet/apt && sudo mount --bind /home/phablet/apt /var/cache/apt && sudo apt-get update && sudo apt-get install anbox-ubuntu-touch`22:24
flaburganis there a way to ssh over usb instead of WiFi?22:30
flaburgandid I miss something, or http://docs.ubports.com/en/latest/userguide/dailyuse/anbox.html#how-to-install-new-apks makes me install adb *on the device itself*?22:39
flaburganbecause (obviously?) adb devices answer "error: device not found"22:40
flaburganI added FP2 hardware ID22:48
flaburganbut that doesn't change anything, the device can't find itself22:48
flaburganstill no success23:04
flaburganI found this thread but it doesn't contain a solution https://stackoverflow.com/questions/26782856/using-adb-locally-on-device-loopback-shows-no-devices23:04
flaburganI'll try again tomorrow23:05
flaburgangood night everyone23:05
ubptgbotMc_yolodude was added by: Mc_yolodude23:15
ubptgbotmicycle_bit was added by: Mc_yolodude23:16
ubptgbot<dohbee> Uhm23:59

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