[00:35] hey [00:35] anyone know why the final boot into touch on nexus 7 gets stuck on the Google load screen? [00:39] join #ubuntu-touch [00:39] who [02:52] Hey, can someone help me with a build real quick? [05:42] Hey there, i was thinking of buying a samsung s3 and running ubuntu on it, is that possible? [05:42] ... is there a place where i ca find out if it runs on that phone? [05:46] I'm really wondering if ubuntu phone is mature enough for me to use, i'm not a power user. [08:27] Hi, I have bandwith limit internet and I want to try Ubuntu-Touch, may u tell me how MB needs to download ? THANKS [08:31] I Find it, http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/ It's about 400 MB ! WoW . Thanks Mr Self ;-) , np :D [09:24] Hey, I just installed Ubuntu Touch on Nexus4. How do I access terminal & other core linux functionality on this ? [10:06] http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/ [10:07] sorry... was cross device copy pasting [11:18] Hey, I just installed Ubuntu Touch on Nexus4. How do I access terminal & other core linux functionality on this ? [11:26] flyankur, either throug the terminal app (but there is currently a bug that breaks the emter key) or via adb [11:44] ogra_: Thanks :) [12:46] is there a patch to fix calls/sms for Samsung galaxy s2 [14:42] I have a strange behavior with keys.onPressed, every time i press a button is evocated twice... Somone know from what might be causing this? [14:46] WebbyIT: link to code? [14:47] nik90, calc app, you can try on trunk [14:47] WebbyIT: ah ok [14:47] nik90, it's not a sdk bug, I tried on a 'clean' app [14:49] WebbyIT: so when you press a button on the keyboard, it is invoked twice? [14:50] Hello is there any one here that works on the reminders app or Ted Gould ? [14:50] nik90, right, just add console.log('Pressed') on line 186 of SimplePage.qml [14:51] * nik90 is trying [14:52] WebbyIT: I dont have that issue [14:53] nik90, ??? this is so weird! [14:53] mhh, let me check a couple of things... [14:56] WebbyIT: by the way I noticed a minor issue. When you press on a key and that is received in one of the loops, you are supposed to set event.accepted = true to ensure that the event signal doesn't keep propogating [14:56] WebbyIT: http://qt-project.org/doc/qt-4.8/qml-keys.html [14:56] look at the sample code [14:57] mhall119: do you know of anyone that works on either the reminders app or the tracking-arch ? [14:58] MyNickisNicholas: contact David planella, michael zanetti who work on the reminders app [14:58] I am trying to make a click package and it is just not working. the package builds and installs but is no where to be found on the phone [14:58] thanks nik90 [14:59] MyNickisNicholas: also try on Monday, since no one is here on sunday [14:59] nik90: been trying to do this for 2 days I got so sick of trying to build from command line that I made a --click option to my app to build the click [14:59] it builds installs and what not but is no where to be found :( [15:00] MyNickisNicholas: are you referring to the reminders app or your own app? [15:00] my own app but I uses the "flow" of the reminders app to make the C++ to build the package [15:00] MyNickisNicholas: ah [15:01] aka copy the folders and what not and calling qprocess to call click build [15:01] MyNickisNicholas: If I remember correctly, they have a script which builds the package and then pushes it to the phone [15:01] yeah that is what I used there is a function in there to build it on the phone. that is great but doe no good for me as end users can not do that [15:02] because they can not use apt and also because. there is no qmake or anything like that installed [15:02] MyNickisNicholas: Since your question is specific to building that click package, contact mzanetti (michael zanetti) who created that script [15:02] ping mzanetti [15:02] MyNickisNicholas: but why would your users want to build a script? Won't you be distributing through the app store? [15:02] mzanetti: I dont know if you remember me I gave you zeroconf [15:03] I meant build a click package? [15:03] correct but I can not test my click because it is not working :( that is my full issue [15:03] nik90, thanks [15:04] nik90, YEAH, you saved my day: I addded a if/else on keysOnpressed and this caused the wrong behavior, [15:04] nik90, I added event.accepted = true and now it's all ok :-) [15:04] Thanks! [15:05] example: i take all my apparmor and desktop and plugins and qml files and copy them to a folder in my build dir called Install I then click build install and it builds the click but once I install it installs to /opt/mypackageName but it is not in the scopes of Unity8 [15:05] WebbyIT: u r welcome :) [15:05] MyNickisNicholas: ok [15:06] adb push /home/phablet/ ; adb shell ; su - phablet ; sudo click install [15:06] makes snese [15:06] sense* [15:06] everything goes to opt but never shows up in the dang unity8 scopes [15:07] MyNickisNicholas, you cant use "click install" like that ... [15:07] I have tried on 13.10 and 14.04 and built in chroot and it builds (debian package ) [15:07] ogra_: Oo [15:07] pk-con ? [15:08] ogra_: how do I install a click on the phone ? [15:08] thank [15:08] also use "sudo -i phablet -i " su has a different env than sudo [15:08] pkcon install-local /path/to/*.click [15:08] ogra_: I should just use root ? [15:08] no [15:09] phablet user ? [15:09] click packages needs to be installed by the user [15:09] yeah [15:09] cool [15:09] as i said: sudo -u phabelt -i [15:09] I will try right now [15:09] *phablet [15:09] and then pkcon install-local ... [15:09] yeah I missed that sorry ogra_ [15:11] ogra_: what is the outline(file stucture) for a click n=know where I can get examples ? like what should it look like under /opt/click/ I am wondering if I hould build my click package from a chrooted debian package that I exstract or if I should just use the source code. [15:12] uh, dunno, there is a wikipage somewhere on the ubuntu wiki [15:12] example: should I build the [package via chroot and sbuilder -> take deb package exstract it and use them files. Or should I just use what is in my build dir [15:13] there is some way to cross compile click packages, but dont ask me how [15:14] * ogra_ has never packaged anything that needed compiling ... only webapps and some QML ones [15:16] ogra_: yeah cross compilation works great with cmake and sbuilder/chroot [15:17] no, i mean via click [15:17] there is some magic you can cand to the click build command [15:17] s/canh/hand/ [15:19] (something with "click chroot") [15:21] ogra_: IT WORKED !!!!! [15:22] lets see if it launchs [15:22] ogra_: gets to be 1st alpha tester for my app ? ...... [15:23] it does not launch the app correctly but at least I am getting somewhere lol [15:34] ogra_: thanks again and also thanks again for hanging out with me in Copenhagen smoking "ciggs" and talking to me about Ubuntu and debian there [17:49] hello === vying is now known as Guest16296 [20:33] Hm. Rotation seems broken in 124 on mako [20:35] * popey wonders what that's a bug in [20:39] bug 1268372 [20:39] bug 1268372 in mir (Ubuntu) "Rotation broken in #124 on mako" [Undecided,New] https://launchpad.net/bugs/1268372 [20:40] popey: i remember mhall119 saying that [20:56] daker: it was broken on some earlier version, I have r121 on my phone right now and it works [20:56] still broken on grouper afaik [22:46] mhall119: do you know if it's possible / easy to flash back to previous version with system-image-cli? I can do it with phablet-flash..