/srv/irclogs.ubuntu.com/2016/06/15/#ubuntu-touch.txt

Drew_NeilsonAnd whose UIs are designed for both form factors?00:00
k1lDrew_Neilson: apps build for the ubuntu-touch plattform are made working on all device formfactors already. only task is to expand the ubuntu-touch codebase onto the other plattforms like desktop. which is beeing worked on right now.00:00
k1lthing is: on ubuntu desktop we are having a codebase shift for the grafic server anyway. going away from the old xorg to the new MIR server. the MIR server is already used on the phones.00:01
Drew_NeilsonSo all apps written for Ubuntu Touch will work on Ubuntu desktop, and their UI will adjust properly?00:02
k1lthat is the plan. but that still means that the developers from that app have done that properly.00:03
Drew_NeilsonSo I guess then that is need to Google [Ubuntu Touch racing game], right?00:04
k1lin times when you have your phone in your pocket and put it on a monitor at home to make it your desktop pc, that is what makes sense.00:04
Drew_Neilson*I'd00:04
k1lDrew_Neilson: i dont understand why you are so google search focused.00:04
Drew_Neilsonk1l: Because I am interested in ecosystems where there is convergence, which leads me to look at Ubuntu, Windows, and Google/Android. Apple is left out of the equation. Being able to search enables me to ascertain how far advanced each platform is.00:08
bregmathe best way to search is to use the Ubuntu Store, which will filter for your architecture (not all developers make all apps available for all architectures)00:10
Drew_Neilsonbregma: Can I do that if I don't yet own a Ubuntu device or have Ubuntu running on a PC?00:11
k1lhttps://uappexplorer.com/apps00:11
Drew_NeilsonOk thanks everyone00:16
dobeyhuh00:52
=== _salem is now known as salem_
dobeydidn't MS just announce their abandoning the phone market?00:53
dobeyand technically like 70% of the "apps" in the store work on all architectures already anyway, as they're just webapps00:55
lpotter.............................................01:28
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== IdleOne is now known as Guest99325
=== salem_ is now known as _salem
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== _salem is now known as salem_
=== chihchun_afk is now known as chihchun
jdhoekHello, my Meizu Pro 5 does not seem to connect to my cellular provider. Where should I start looking to figure out what is wrong?08:07
jdhoekifconfig is only listing lo and wlan0, the SIM card is detected as 'Unknown' in the UI08:08
popeyjdhoek: do you see a gsm device if you run "nmcli d" on your pro 5?08:15
=== chihchun is now known as chihchun_afk
jdhoekpopey: Which is the gsm device? I see ril_0 and ril_1 are unavailable.08:17
jdhoekOutput: http://pastebin.com/EfrZJcSg08:17
popeyi see two on mine08:17
popeyhttp://paste.ubuntu.com/17353722/08:17
popeyI would power off, pop sim tray out, clean sim, pop back in, boot up08:18
popeyjust as a basic test08:18
jdhoekI've had a working connection, but that was on OTA-10.1 (now at OTA-11), and before my data package commenced with my provider.08:18
popeybut there are other debug tools on the phone, but I don't know what they are.. will have a look08:18
jdhoekpopey: Thank you.08:18
=== ecloud is now known as ecloud_
=== ecloud_ is now known as ecloujd
=== ecloujd is now known as ecloud
jdhoekpopey: Wow, polishing this new SIM card did the trick!08:21
jdhoekpopey: I am honestly surprised that was the cause.08:22
popeyhah08:22
popey\o/08:22
jdhoekpopey: Thanks, that helps a lot. :)08:22
popeyAchievement unlocked: 👍  - Hardware engineer.08:22
popeynp08:22
jdhoekI didn't expect SIM cards to be so finicky…08:24
ghosalmartinany aarch64 porters around?08:29
=== chihchun_afk is now known as chihchun
jubalhpopey: is it possible to see build scripts or similar for ubuntu touch somewhere?08:58
popeyjubalh: building which bit? there's a lot of components :)09:07
jubalhpopey: actually i would be interested in most of it :D and read my way through it to try to understand it09:08
jubalhlast time I was here I asked you for some slides and you found some basic ones :)09:08
jubalhnow i would like to go one step deeper hehe09:08
popeyNot sure I have knowledge you're after09:08
=== victor_bq1 is now known as victor_bq
jubalhpopey: why not? it seems you know some of the build scripts?09:38
popeyI know some bits, sure09:38
=== marklyford___ is now known as marklyford
jubalhpopey: maybe it would be a start for me to look at those bits09:53
popeyjubalh: so a lot of the phone is debian packages, and those (and click packages) go through a process called the 'landing process'. a developer will build a deb locally using the usual process and then submit via this process. https://wiki.ubuntu.com/citrain/LandingProcess09:59
=== salem_ is now known as _salem
=== chihchun is now known as chihchun_afk
mardydpm: hi! ping about https://code.launchpad.net/~mardy/reminders-app/new-api/+merge/27150510:21
jubalhpopey: i would be itnerested in the build script which create the 'base' i mean the thing that is an android with ubuntu in lxc or whatever you did there :)10:22
popeyjubalh: i dont know that10:22
ogra_jubalh, it is the other way around ... you boot ubuntu and then an lxc container with a minimal android HA abstraction layer gets started10:24
ogra_*HW10:24
bregmajubalh, it's a GNU/Linux system, just like Ubuntu on desktop (or even Fedora for that matter) with some Android services in a container, so looking at how any typical GNU/Linux distro gets built will get you what you're looking for10:24
ogra_the container content is just a normal android build with 95% of android removed and libhybris added to bridge the library calls between ubuntu and the container10:24
ogra_the ubuntu side is created by our normal image build system that also creates the desktop isos10:25
bregmaUbuntu is based on Debian. so I imaging the debootstrap script might be involved in creating the core rootfs that everything else gets built on10:27
dpmmardy, I think overall it should be fine to add the dependency, but I no longer have the time to do core app reviews, so you might want to talk to popey about testing it and getting it landed10:32
jubalhThanks guys thats interesting! :)10:34
ogra_jubalh, the images are built using live-build ... with all config and adjustments living in the livecd-rootfs package in the archive10:40
ogra_(and yes, live-build uses debootstrap underneath, but also a lot more)10:41
=== chihchun_afk is now known as chihchun
mardypopey: hi! Will you review this, as time allows? https://code.launchpad.net/~mardy/reminders-app/new-api/+merge/27150511:01
popeysure thing mardy11:01
popeythanks11:01
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
brunch875Hey, is there a page to see what's being worked on?11:40
popeybrunch875: https://launchpad.net/canonical-devices-system-image/+milestone/1211:42
brunch875Thanks :))11:43
jubalhogra_: is this what i need to look at? http://packages.ubuntu.com/de/trusty-updates/livecd-rootfs11:47
ogra_https://code.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk11:51
jubalhogra_: thanks11:56
sil2100jubalh: (it's full of nasty hacks, but it works) ;)11:56
jubalhhehe :)11:58
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
jubalhwhat happens to binary blogs from vendors who are licensed, so they cant be shipped?12:10
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
popeyjubalh: such as?12:28
bregmaI think he means binary blobs12:30
jubalhyep12:32
jubalhfor firmware or to access some devices on the phone12:32
k1lthat is why there is the android container. most devices ship with android drivers.12:33
ogra_s/most/all/12:37
ogra_:)12:37
jubalhOh okay12:39
=== Guest99325 is now known as IdleOne
=== chrisccoulson_ is now known as chrisccoulson
dobeyhmm13:02
=== JanC is now known as Guest29167
=== JanC_ is now known as JanC
=== _salem is now known as salem_
=== sil2100_ is now known as sil2100
mardyDanChapman: hi! I'm working on bug 1421923; which URL should I use as action, for the notifications?14:22
ubot5bug 1421923 in Dekko "No notifications for new mails" [Critical,In progress] https://launchpad.net/bugs/142192314:22
jgdxpopey, I'm unable to edit wiki pages that I have edited in the past. could you help out?14:44
popeyjgdx: logout / in, should work. make sure you tick the [ ] - Canonical - tickbox when you SSO sign in14:51
popeyall ~canonical members have edit rights on the wiki.14:51
jgdxpopey, thx!14:58
=== salem_ is now known as _salem
DanChapmanmardy, hey! awesome :-) sorry didn't see the highlight. Let me just refresh my brain on the action url for notifications. Can't recall if i had something already in place and waiting, or it was discussed some where.15:22
DanChapmanmardy, so currently dekko will handle "dekko://notify/{accountId}/{mailboxName}/{msgUid}" but we can actually drop the msgUid now as that's not really needed.15:31
DanChapmanaccountId should be the id of the online account and mailboxName will most likely be INBOX in all cases for the polld plugin15:32
=== _salem is now known as salem_
=== dandrader is now known as dandrader|afk
=== salem_ is now known as _salem
=== chihchun_afk is now known as chihchun
=== dandrader|afk is now known as dandrader
=== alan_g is now known as alan_g|EOD
=== marklyford___ is now known as marklyford
=== chihchun is now known as chihchun_afk
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
=== marklyford___ is now known as marklyford
=== marklyford___ is now known as marklyford
dobeymariogrip: hey. i'm curious. is the image thumbnails and photo sharing still an issue with the 5.1 build on hammerhead?20:07
bitanarchydo I need closed source tools to install ubuntu touch on a meizu pro 5, replacing android?20:31
dobeyprobably20:32
bitanarchybecause the whole point of ubuntu touch is to have a complete open source os20:33
dobeyyou would need an unlocked bootloader, and you have to repartition the device20:33
bitanarchydo i have to change to region code?20:34
dobeywell, unfortunately, hardware manufacturers aren't quite so opoen yet. there are still binary proprietary blob bits necessary for using various pieces of hardware, even with Ubuntu installed20:34
dobeyregion code? it's not a dvd player :)20:34
bitanarchyi found this guide: https://askubuntu.com/questions/767323/how-to-install-ubuntu-on-meizu-pro-5-that-was-originally-with-android20:35
dobeyi have no idea if that will work properly or not20:37
joshumaxSo, before I dig too deep into the utouch boot process, it seems / is mounted as a loop device on loop0 and is approximately  2GB large on my Nexus 4. Is / mounted from an image in /userdata or does it correspond to a physical partition?21:14
joshumaxI have a feeling it's an image from what this script does: https://github.com/plasma-mobile/plasma-phone-dev-setup/blob/master/usr/bin/resize-root-partition21:16
dobeyi don't recall. the retail phones use actual partitions though21:17
dobeyjoshumax: what are you trying to do exactly? porting to a new device?21:18
joshumaxdobey: No I'm being an idiot and breaking my ubuntu touch image by mounting / rw21:18
joshumaxI was playing with Xmir but I was running out of room on /usr to install stuff using apt from ports.ubuntu.com21:19
joshumaxbefore I was using Libertine but it was too much of a hassle and I don't really care if I break my utouch image21:20
dobeyoh. well, yeah. you shouldn't do that21:21
joshumaxWell I guess I can just use losetup to figure out where loop0 goes21:21
joshumaxYeah I definitely shouldn't...but then again I run a webserver on Debian unstable and run Android on my calculator21:22
joshumaxI have a thing for breaking stuff(tm)21:22
dobeymost people run android on their calculators these days.21:22
dobeyit is the market leader for a reason21:23
joshumaxHuh you know I thought it was the other way around21:23
joshumaxWow that was rediculously easy21:25
joshumaxoutput of `df -h`21:25
joshumax/dev/loop0                      2.0G  1.9G   11M 100% /21:25
joshumax/dev/loop1                      116M  115M  1.5M  99% /android/system21:25
joshumaxoutput of `losetup -a`21:26
joshumax/dev/loop0: []: (/userdata/system.img)21:26
joshumax/dev/loop1: []: (/var/lib/lxc/android/system.img)21:26
bitanarchyI am not going to use playstore to install ubuntu touch...22:00
bitanarchyIs it possible to donate to ubuntu touch project?22:22
fccfbitanarchy:  http://www.ubuntu.com/download/desktop/contribute?version=16.04&architecture=amd6422:24
k1l_or consider donating to the https://ubports.com/get-involved project who try to port ubuntu to other devices.22:26
bitanarchyI have a meizu pro 5 which is officially supported by ubuntu touch22:29
mariogripdobey: yeah, i haven't fixed that yet, that's coming next22:53
=== K1773R_ is now known as K1773R
=== mr_rcollins_ is now known as mr_rcollins
=== deshack_ is now known as deshack
=== dasjoe_ is now known as dasjoe
=== Cimi_ is now known as cimi
=== daker_ is now known as daker
=== attente_ is now known as attente

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