/srv/irclogs.ubuntu.com/2015/06/13/#ubuntu-touch.txt

decomIs this a good place for questions for which google has failed me?00:24
stupidjoblessperJust looking for advice. How can someone who is almost 30 and never had a job get one? I have been applying(fast food, retail, entry level) just to be told I am not what they are looking for (We have reviewed your application for this position and will be proceeding with other candidates at this time.) or they are not hiring. No interviews. Cannot volunteer as there is no where near too01:03
OerHeksstupidjoblessper, wrong channel, this is ubuntu-touch support only01:06
stupidjoblessperthere is no right one01:06
Dave____Hello01:58
Dave____Has anyone seen any work on a 'twost' 'or 'shakr' to launch an application feature?01:59
Dave____Sorry, mobile... Twist*, shake*02:00
=== KathyReid_ is now known as KathyReid
ignacioHi everyone03:09
bojanCan i get the list of mobile port for installing ubuntu??04:57
HoloIRCUserWhat are invalid sign errors?07:18
=== HoloIRCUser is now known as procyonidae
louis_Hi there ! I'm a ubuntu touch porter since a long time, and I'm really stuck on an issue.... Does anybody is ready to help ? :)07:44
Maxxican i debug stuff live on the phone?08:08
buntyguys, i am facing problem of X11 server on my nexus 7 while running gstreamer? please somebody help08:44
procyonidaeDoes anyone know what invalid signs are?09:19
cedian_linuxI still get errors on compiling arm and when installing gcc-arm-linux-gnueabihf it removes other programs09:29
cedian_linuxthis will be removed and installed: http://paste.ubuntu.com/11707085/09:34
cedian_linuxand this with the 4.8: http://paste.ubuntu.com/11707102/09:36
cedian_linuxI' trying09:37
zygabzoltan: thank you very very much :)09:44
zygabzoltan: I hope to meet you in person at FOSDEM :)09:44
cedian_linuxSturmFlut: I try to install gcc-arm-* and I type the full name, but it won't install, gcc is declared like this: http://paste.ubuntu.com/11707161/ but there's no *-arm-*-gcc or other things like that only gcc-arm-*09:55
E524Has anybody got an logitech dinovo bluetooth keybord got to work with the system? i am trying and failing :(09:59
cedian_linuxit ffails at finding ld09:59
cedian_linuxld is in the Makefile referenced to as $(CROSS_COMPILE)ld instead of $ld(CROSS_COMPILE) see this: http://paste.ubuntu.com/11707161/10:06
SturmFlutcedian_linux: I think you have to install the "gcc-arm-linux-gnueabihf" package10:17
cedian_linuxDid it10:17
cedian_linuxDidn't help I've looked up the packages10:17
cedian_linuxwith some searches I've found that ld is called different10:17
yakaarhello everybody, I've a problem with my ubuntu touch device : my ubuntu-sdk doesn't detect it when plugged in usb and conected to internet. But I can connect in ssh via adb shell10:20
SturmFlutcedian_linux: As far as I can tell you install gcc-arm-linux-gnueabihf and then set CROSS_COMPILE="gcc-arm-linux-"10:21
cedian_linuxI did that, but it comes with errors like skipping incompatible /usr/bin/ld when searching for *.so10:21
SturmFlutno, wait10:21
SturmFlutcedian_linux: It shouldn't use /usr/bin/ld , but /usr/bin/arm-linux-gnueabihf-ld10:22
SturmFlutAre you sure you set CROSS_COMPILE10:22
cedian_linuxyes10:22
cedian_linuxmust it be done in my path?10:22
SturmFlutno, it must be present in the environment of make10:23
SturmFlutlike10:23
SturmFlutCROSS_COMPILE="arm-linux-gnueabihf-" make10:23
cedian_linuxthen I didn't10:24
cedian_linuxSturmFlut: it was told by ogra_ that I needed to use export CROSS_COMPILE="arm-linux-gnueabihf-"10:28
ogra_you can also directly prefix the make command like SturmFlut showed above10:28
ogra_yoou might want ARCH=arm too :)10:28
cedian_linuxI did add that ogra_10:28
cedian_linuxogra you told: export CROSS_COMPILE=arm-linux-gnueabihf- ... export ARCH=arm  are the two vars you want to have set10:30
ogra_heh, not me, the code :)10:30
cedian_linuxwhat do you mean?10:31
ogra_but if you export them to your env or set them as prefix doesnt make a difference10:31
cedian_linuxok10:31
cedian_linuxogra_ this is the directory of ld: /usr/arm-linux-gnueabihf10:32
cedian_linuxogra_ this is the directory of ld: /usr/arm-linux-gnueabihf/bin10:32
cedian_linuxogra_ there's a difference10:37
ogra_well, usually following https://wiki.ubuntu.com/KernelTeam/ARMKernelCrossCompile works (minus the package stuff if you dont build a deb)10:39
cedian_linuxogra_ I'll try10:42
cedian_linuxSturmFlut has left10:48
cedian_linuxSturmFlut we were just talking about you :D10:49
cedian_linux* SturmFlut has quit (Ping timeout: 265 seconds)10:50
melesIs there a way to change my current location manually for testing?10:57
cedian_linuxStormFlut still getting this: http://paste.ubuntu.com/11707436/11:06
cedian_linuxSturmFlut ogra_ still getting this: http://paste.ubuntu.com/11707436/11:07
cedian_linuxSturmFlut and ogra_ I got these errors again: http://paste.ubuntu.com/11707436/11:41
cedian_linuxI think I need the multilibs, but installing them removes armhf11:47
cedian_linuxshould I install g++-multilib?11:52
cedian_linuxI'll try without Cross_compile with other packages installed11:58
cedian_linuxSturmFlut: I can't get it working even with what you said12:12
cedian_linuxwhat's the output location?12:24
cedian_linuxshould it be target arm:12:33
=== cedian_linux is now known as arm
armhi12:35
=== arm is now known as procyanadea
=== procyanadea is now known as procyonidae
procyonidaeI hope it finishes12:44
procyonidaeSturmFlut I would log in and out or use an other service if I was you13:17
procyonidaegot an error about dtbtoolcm or so removed the cm13:31
procyonidaeit was this: DTBTOOL := $(HOST_OUT_EXECUTABLES)/dtbToolCM$(HOST_EXECUTABLE_SUFFIX) and became this: DTBTOOL := $(HOST_OUT_EXECUTABLES)/dtbTool$(HOST_EXECUTABLE_SUFFIX)13:32
melesi'm trying to fix a bug at the alarm-clock-app. Now when I try to compile it I get the error E: 10mount: mount: unknown filesystem type 'overlayfs'. Does anybody know how to fix this quickly? (Ubuntu 14.04)14:07
popeymeles: what version of ubuntu you on?14:10
popeysounds like you have a non ubuntu kernel14:10
meles14.0414:10
popeyodd14:11
melesi'm running 4.0 kernel14:11
popeythat is why14:11
melesok i will give it a try with another kernel. Thx for the quick help14:12
popeyboot from a stock ubuntu one14:12
popeyi have had that issue mysekf14:12
popeynp14:12
procyonidaeHi I don't got out/host/linux-x86/bin14:14
procyonidaeso I can't run mkbootimg14:15
nik90meles: hey, I will be online for atleast another 2 hrs..let me know if you hit any other issues with running clock app14:20
procyonidaeI can't find /home/cedian/phablet/out/host/bin which is needed to build mkbootimg14:22
procyonidaestill incompatible14:26
=== chihchun_afk is now known as chihchun
hevyhomiehello there14:47
hevyhomiei am porting touch to motorola moto E, and I when i try to build environment terminal outputs : build/core/product_config.mk:222: *** Can not locate config makefile for product "condor_vendor".  Stop.  ** Don't have a product spec for: 'condor_vendor' ** Do you have the right repo manifest?14:50
procyonidaehelp needed:15:11
procyonidaehttp://paste.ubuntu.com/11708624/ it won't compile15:12
procyonidaehow do I setup the other ld15:25
procyonidaeI need a specififc version of gcc, but can't find it17:28
procyonidae No rule to make target '/home/cedian/phablet/out/host/linux-x86/bin/dtbToolCM', needed by '/home/cedian/phablet/out/target/product/bacon/dt.img'.  Stop.17:45
procyonidaeanyone who has seen this before?17:46
procyonidaejjohansen: I get this problem:  No rule to make target '/home/cedian/phablet/out/host/linux-x86/bin/dtbToolCM', needed by '/home/cedian/phablet/out/target/product/bacon/dt.img'.  Stop.18:46
procyonidaeI tried to use dtbTool, it didn't work18:46
procyonidaeI've all problems with dtbtool18:48
procyonidaehttp://paste.ubuntu.com/11709822/19:05
=== chihchun_afk is now known as chihchun
procyonidaeI'll try with dtbtool commented out19:10
=== howefield is now known as howefield_afk
bqphoneany idea when ubuntu 15.04 will be avilable for phone?19:46
ballAre "Unity Web Apps" intended for phone/tablet use?20:15
ballI've tried a few on my daughter's desktop and they seem quite fast. The clipboard doesn't work on the Twitter app though and I wondered whether that was because they were intended for a different platform.20:21
nik90ball: I think it doesn't work because of the ubuntu sdk20:26
nik90ball: i believe it is being reworked (clipboard, copy paste)20:26
SturmFlutIt has finally happened, somebody created a Telegram webapp ("Sommergram") that sends all communication through a man-in-the-middle website located at http://julienmcjay.github.io/sommergram/21:22
dobeySturmFlut: it's not the first (in fact, it lokos like it's a fork of the other app, webogram)21:33
dobeySturmFlut: https://github.com/JulienMcJay/sommergram21:33
dobeySturmFlut: feel free to examine the code and see if your claim is actually true :)21:33
dobeyanywya, i'm not really here :)21:35
ballnik90: Thanks22:39
=== zenvoid_ is now known as zenvoid
=== IdleOne is now known as Guest60154
Daniel_334454any news on the BQ E4.5 phone update thats supposed to be due very soon?23:42
Daniel_334454sorry being inpatient23:43
mcphailDaniel_334454: soon :)23:43
Daniel_334454haha23:43
Daniel_334454thanks mcphail23:43
mcphailDaniel_334454: most folk on here are around during European office hours. Quiet in Eurpoean night time. Best ask in a few hours23:44
Daniel_334454ok thanks! looking forward to the update to see what changes have occured!23:45

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