/srv/irclogs.ubuntu.com/2013/06/22/#ubuntu-touch.txt

=== EvilAww is now known as pwetty_princess
=== pwetty_princess is now known as EvilAww
=== SkavenXXI-[OFF] is now known as SkavenXXI
JoeHelp, please, I am trying to install ubuntu touch on a Nexus 4 and I keep getting the initial Google boot screen and then it shuts off. I can boot into recovery mode.???01:09
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== SkavenXXI is now known as SkavenXXI-[OFF]
buc28hello world02:21
mhall119hello03:24
=== me is now known as Guest97063
bzoltan1popey:  what? who? when? Me? I did not touch any of the PPAs  Qt5 stack recently... what did go wrong?04:02
=== Zic is now known as Guest59070
kc8qvp~/sb end07:45
=== jalcine is now known as JAlcine
=== Guest59070 is now known as Zic
mithi guys sudo nano /etc/apt/sources.list command not found09:50
ogra_apt-get install nano :)09:52
mitok and then?09:52
ogra_then the editor command is found09:53
mit~$ sudo /etc/apt/sources.list sudo: /etc/apt/sources.list: command not found09:54
mit~$ sudo /etc/apt/sources.list sudo: /etc/apt/sources.list: command not found09:57
ogra_thats not the same you wrote above09:59
mitdeb not found10:00
mitdeb not found10:04
mit??10:04
AskUbuntuWhen is ubuntu touch available for Sony Xperia Z? | http://askubuntu.com/q/31139411:30
=== netcurli_ is now known as netcurli
matv1Is there anyone here up to speed on the calendar app development? I am trying to find out what the status is on syncing.13:07
matv1More specifically CalDav13:08
ekmhi13:52
ogra_rsalveti, todays image should boot on manta now (i added per device udev rules to lxc-android-config)14:15
ogra_(still building though)14:15
austin_powers_12Hi everybody, I'm starting learning QML. How I set an Icon to a Button?14:28
ns5I'm using Ubuntu 13.04, I created a ubuntu touch project with qt creator, but when I use qmlscene to run the app, it has 90% possibility that the app window has nothing but the content of the window beneath.  Any idea?14:30
austin_powers_12try to expand the windows14:32
austin_powers_12window14:32
austin_powers_12that's work for me14:32
ns5austin_powers_12: works like a charm, thanks!14:33
kiljHi to all! I have a noob (maybe) question. After installing ubuntu on my nexus7 and connecting qt with device I see next tip: "You will find Ubuntu UI templates drom File - New File or Project", but I have not new templates and choosed button "Desktop templates"  is disabled. (I use Ubuntu 13.04). Help please...14:34
ns5when I run my qml app, I get a lot of "ReferenceError: column is not defined", but the app runs fine, is this a real error?14:34
dorsatumhi guys, my ubuntu-ui-toolkit folder has only examples, and within it there is no ComponentsShowcase.qml file. how can this be sorted?14:34
dorsatumis there anyway the entire thing can be re installed?14:44
slimhi all, I just installed ubuntu touch on my nexus s but now way to get network working neither on the device nor with qtcreator cloning of my machine !!!14:56
slimany issue to activate network?14:59
austin_powers_12maybe this is not a channel for development issues. Can anybody tell me where I have to go?15:01
netcurliyou can try #ubuntu-app-devel for problems with app development, but as it is the weekend, there will be probably not many responses there either15:24
austin_powers_12netcurli: thanks15:25
=== Manik is now known as Havenoname
HavenonameThat's better. An unregistered username.15:27
HavenonameI have a question, or two. To start, would I have better luck asking for help here or on Ask Ubuntu? Not sure of the etiquette in this channel.15:27
netcurliIf you think others might have the same questions then there are probably better for AskUbuntu. Otherwise feel free to ask questions here15:29
HavenonameOh I hate this keyboard. Well then since I'm here, where abouts would I go to find the touch sensitivity on the latest nexus 10 tablet build? It's very much lacking currently.15:30
HavenonameIf it is present at all.15:30
k1l_!touch | Havenoname15:32
ubot5Havenoname: Information about the Ubuntu Touch platform for Phone and Tablet is available here https://wiki.ubuntu.com/Touch support and discussion in #ubuntu-touch15:32
k1l_or #ubuntu-arm if its the desktop ubuntu you are running15:32
HavenonameIt's Ubuntu Touch.15:33
HavenonameI thought I was in #ubuntu-touch tbh.15:33
k1l_sorry, i got lost in my billion channels im in :/15:33
HavenonameOk so it isn't just me? I'm on a 72+ stretch gulping down coffee and sugar trying to clean house. I wasn't even sure I was in IRC to begin with.15:34
k1l_this is the right place, but im not sure how active this channel is on a saturday afternoon in summer :/ just bring some patience15:35
HavenonameI have plenty.15:35
HavenonameBut I'd think Saturday afternoon would be better than most other times really.15:36
HavenonameI answered my own question through perseverance and dumb luck. Yay for me.15:44
=== icarusfactor is now known as factor
AskUbuntuUbuntu Touch porting: bad file tree | http://askubuntu.com/q/31146316:10
Adriankhello17:42
Adriankdoes anyone know any good links to install ubuntu on motorla defy17:42
rsalvetiogra_: cool, thanks17:59
rsalvetiogra_: but noticed you're now copying the device specific rule file during runtime17:59
rsalvetithe fs will be ro later on17:59
rsalvetiso we might need to deal with this differently17:59
ogra_i havent tried it yet, but was hoping udev might understand links18:00
ogra_so that we can have the actual file in the android system img and create the link from the initrd before the rootfs goes ro18:00
rsalvetiright, but slangasek was going to do something to understand the original files, right?18:01
rsalvetiwe don't necessarily need to ship such files18:01
ogra_not sure, i thought he wanted to write a pasrer18:01
ogra_*parser18:01
rsalvetiright18:01
rsalvetiunderstanding the original files is better as we don't need to ship such files18:02
ogra_hmm, if a link would work and the file is always named the same we wouldnt even need to have the system rw18:02
rsalvetias they are already part of the android ones anyway18:02
ogra_yeah18:02
rsalvetiright18:02
ogra_well, whatever he does, for now what we have will work ... we can adapt on the move18:02
rsalvetiyup18:02
rsalvetionly issue is that the file will no be tracked by the package18:03
rsalvetias you're copying it over at the upstart job18:03
ogra_thats fine18:03
ogra_also with the postinst18:03
rsalvetialright, will give that a try later then18:03
rsalvetithanks :-)18:04
ogra_if i can find the property file the postinst copies it ... if not (i.e. at image build time) the upstart job does it on first boot18:04
ogra_so that upgrades work too18:04
rsalvetiright18:04
Adriankhi18:24
Adriankdoes any know a good install guide for motorola defy ubuntu18:24
ParadoxGuitaristIs there any reason why I wouldn't be able to run a precompiled binary on a nexus 7 with Ubuntu-touch?18:25
ParadoxGuitaristAs long as you have the x86 libs installed?18:28
slangasekrsalveti, ogra_: oh right, / will be ro so we can't dynamically generate rules and store them there... however, I think udev will follow symlinks, so we could link /lib/udev/rules.d/nn-android.rules to /run/so-n-so, which is generated at boot time18:44
=== Aww is now known as EvilAww
ogra_slangasek, well, i would just put it into /system :with a fixed name but device specific contetnt )19:31
popeyParadoxGuitarist: nexus 7 is arm, so no, you can't run x86 binaries on it19:31
ogra_slangasek, that way we can generate it from the ueventd.rc and ship it in the container19:32
ogra_at android build time19:32
webcommaderthe add_apps.sh does not work anymore.do you know why???19:41
* ogra_ applauds brazil19:48
slangasekogra_: and I would prefer to limit the amount of work coded into the android image :)19:51
ogra_well, but that brings us more hw specific bits to the ubuntu side19:51
webcommaderis there any other way to install all the apps19:52
ogra_webcommader, i think the shell changed with the recent version, might be that popey needs to adjust the script19:52
webcommaderok19:52
* ogra_ sees all apps in the app lens now, but not all of them have a name/icon19:53
ogra_(with a fresh install that is, no script involved)19:53
popeyi have19:54
webcommaderwhats the link19:54
popeyjust pushed19:54
popeyI had updated it on my local machine, but not pushed19:54
webcommaderok19:54
popeyone moment19:55
webcommaderok19:59
webcommadercan you send me the link when you are finished19:59
popeyits done19:59
popeyhttp://bazaar.launchpad.net/~popey/+junk/phablet-flash-wrapper/view/head:/add_apps.sh19:59
popeyyou only need to edit one line19:59
popeychange line 14, so it says UBUNTU_ROOT="/"20:00
webcommaderwhich line20:00
popeyrather than UBUNTU_ROOT="/data/ubuntu"20:00
popeyquite proud of that ☻20:00
webcommaderIt says that it cant find the directory20:03
popeyeh?20:03
webcommaderhttp://paste.ubuntu.com/5790640/20:04
* popey looks20:04
popeyhmm20:05
popeydunno, it works here on my nexus 420:05
webcommaderwhat command did you use20:06
popeydoes your script look like http://bazaar.launchpad.net/~popey/+junk/phablet-flash-wrapper/view/head:/add_apps.sh ?20:06
popeymaybe bzr branch lp:~popey/+junk/phablet-flash-wrapper20:06
popeyto get it from launchpad20:06
webcommaderi dont have bzr installed20:07
popeyinstall it ☻20:08
webcommaderok doing it now20:08
webcommaderi didnot have branch installed ether20:09
webcommaderstill does not work20:17
ogra_popey, thats for flipped, right ?20:29
ogra_popey, check for the existence of /etc/init/lxc-android-config.conf and make it switch conditionally, that upstart job only exists on flipped20:30
webcommaderwhat are the blank icons in the apps section20:42
popeyogra_: thanks21:20
compuspitalhey mhall11922:36
compuspitalI have a few ideas for core app weather22:39
compuspitalhey kgunn Thanks for all you do!22:47
=== SkavenXXI-[OFF] is now known as SkavenXXI

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