=== thelionroars1337 is now known as thelionroars [10:06] Q: Aquaris E 4.5 Ubuntu Edition && How to SSH into the phone via Wifi or USB? | http://askubuntu.com/q/599805 [10:31] Does anyone know what Ubuntu release I need to connect the Aquaris to my PC? 12.04 elementary doesnt work. [11:34] welp :( it's more than a month since i can't run a devel-proposed image due to this bug https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1423459 [11:34] Ubuntu bug 1423459 in goget-ubuntu-touch (Ubuntu) "ubuntu-emulator create fails for devel-proposed: Failed to unmount temp dir where system image was created" [High,Confirmed] [11:37] mardy, ping! [12:00] Elleo, hiya [12:02] Is this where ubuntu phone developers communicate? It feels rather... silent. [12:04] it's sunday [12:04] some might even say sunday morning [12:04] * cwayne would say that :) [12:05] Well, getting two responses it isn't that silent after all :) Good ol' irc [12:06] heh [12:25] hello, is it possible to link the calendar from ubuntu touch with (from KDE) KOrganizer [12:26] Now that's what I call patience [13:06] awww I want to turn my bq phone into write-read mode to toy around with apt-get but I'm scared I'll break it [13:06] Just how hard can I brick it? Will I always be able to recue from adb/fastboot? [13:09] brunch875, installing things fine but beaware anything that uses X doesn't work [13:10] as long as u aren't deleteing shit its highly improable ull break anything [13:10] That's reassuring. I toy around on my desktop knowing that I can just plug the LiveUSB and format everything in case anything goes wrong. [13:11] I wanted to know ifI could mess up my phone to a point that it won't listen to USB connection anymore [13:12] I still remember that android a friend gave me because it was completely locked down, ignored adb and fastboot [13:13] some "protection" crap HTC plugged into it rendered it unusable [13:13] so he flashed cyanogenmod and it wouldn't boot nor accept USB connection anymore [13:16] cwayne: heya? [13:16] hi there. I'm a noob trying to install Ubuntu on a backup drive on my desktop. My only problem right now is: I can't read the Ubuntu install instructions on the screen. The display is a bit out of whack. Is there an easy fix..so I can actually see what I'm doing? [13:16] brunch875: also, don't apt-get upgrade, that'll almost certainly make it hard to use [13:16] Elleo, hey, just wondering if cutespotify was using media-hub, I saw someone on reddit saying music shut off when the screen turned off [13:17] cody__: you probably want #ubuntu [13:17] cwayne: I've added /custom stuff to our proposed stories for our team's next sprint by the way, will find out tomorrow whether it actually gets scheduled for this cycle though [13:17] 10-4 thanks [13:17] Elleo, perfect! [13:17] cwayne: nope, unfortunately it's impossible to use media hub for spotify stuff [13:17] Elleo, ah, that's too bad [13:17] cwayne: libspotify doesn't provide access to music files in any sensible way, it just provides a constant stream of raw audio packets [13:21] ah, yeah [13:22] Hello, are the drivers for E4.5 phone free ? [13:23] in android, the painful issue were that almost all phones had non-free drivers for WiFi, GPS & so on, hence making the jobs of porting custom ROMs a headache [13:24] AnAnt: I don't know for sure, but I doubt it. Ubuntu Touch uses a container with Android to run the drivers on other phones, and I think it's the same on that phone, since it was originally with android [13:24] makes porting ubuntu touch a headache as well, manufacturers simply don't make any other drivers [13:25] is there even a difference between the E4.5 ubuntu edition and the android one? [13:26] it should be the same HW [13:31] I hope some split of money from the BQ sales goes to the ubuntu developers [13:32] that's the only reason I bought the new E4.5; otherwise I would have gotten the bigger one and flashed ubuntu to it [13:33] rsalveti, did that initrd fix ever land? [13:33] so, is the Ubuntu phone upgradable via apt-get ? or only by flashing pre-built images ? [13:34] AnAnt, it technically is, but that will break OTA updates [13:34] yeah, better using OTA updates [13:34] they're tested, apt-get isn't [13:34] erm, and can I download apps using apt-get or that would break OTA too ? [13:34] you have to make it writable to do that [13:34] which breaks OTA [13:35] making writable doesn't _break_ ota [13:35] as such [13:35] by break I meant disable [13:35] you can still OTA, but you don't get delta updates, you get full updates every time [13:35] it doest [13:35] nope [13:35] does it not? [13:35] no [13:35] it just makes them less good :) [13:35] woah hey, me spreading misinformation! [13:35] ok, that doesn't seem much of an issue [13:35] just don't upgrade or dist-upgrade [13:36] that likely _will_ "break" it [13:36] in a way that you can unbreak it by reflashing [13:36] but break in terms of unity probably wont start [13:36] or it starts but you can't see anything, or touch breaks, or wifi breaks or ... etc [13:36] oh ! [13:36] but "apt-get install nmap" would probably be fine. [13:36] btw, anyone tried gnome-shell on ubuntu phone ? or is that an overkill ? [13:36] hahah [13:36] no [13:36] that wont work [13:37] gnome shell needs wayland or x [13:37] we have neither on the phone [13:37] popey: MIR ? [13:37] yes, we have mir [13:37] and wayland doesn't work with ubuntu phone ? [13:38] i dont think we have ever tried [13:38] so proably confident to say "no" [13:38] is it even possible to get wayland on the desktop? [13:38] !info wayland [13:38] bah, stupid bot [13:38] haha [13:38] Package wayland does not exist in utopic [13:39] I thought so... [13:39] its probably weston or something [13:39] !info weston [13:39] weston (source: weston): reference implementation of a wayland compositor. In component universe, is optional. Version 1.5.0-2ubuntu1 (utopic), package size 460 kB, installed size 2892 kB (Only available for linux-any) [13:39] there you go [13:39] ooo [13:40] I wonder if it's possible to apt-get git [13:40] doesn't the ARM architecture get in the way? [13:42] in the way of what? [13:42] proprietary x86 only apps, sure. [13:43] There are x86 tablets and phones though :) [13:43] so a tip I would suggest [13:43] don't apt-get stuff, if it's just a single binary you need... [13:43] e.g. I wanted ncdu on my phone, but didn't want to go read-write, so instead I grabbed the ncdu armhf debian package from the archive.. [13:44] that's perhaps the most sane advice, really [13:44] unpacked it (on my desktop) with "ar -x foo.deb" and then found the binary and stuck it in /home/phablet/bin on my phone [13:45] if you create ~/bin on the phone it will be added to the path - just like the desktop [13:45] so stick all your utilities in there [13:46] i have ar, bc and ncdu in my ~/bin [13:46] ncdu is super handy for seeing what's eating up disk space [13:46] that's handy! [13:46] although I hate polluting home with programs :P [13:46] heh [13:46] I'm used to putting almost everything in /opt [13:46] understandable. [13:47] you could do that [13:47] but you'd need to modify your path [13:47] good suggestion actually. [13:47] Also, I have put my laptop (and my home server) ssh key into ~/.ssh/authorized_keys, and backup my phone over ssh using rsync, every day [13:48] useful when you don't have dropbox uploading your photos [13:49] sounds complicated. The only way I know of 'enabling' ssh is by installing via apt-get openssh-server [13:50] but I'm still a young padawan [13:50] hah [13:50] aren't we all [13:50] I guess we are :) [13:50] :) [13:51] * popey wanders off to play minecraft for a bit [14:07] rsalveti, ping. [14:10] erm, why install a deb using 'ar -x' instead of dpkg -i ? [14:11] this too needs the 'read-write' thing ? [14:12] dpkg is a package manager, ar is... just to unzip? [14:13] I've never used it, but from the man pages it looks like just a zipping tool [14:13] yes [14:14] dpkg modifies part of the read-only stuff [14:14] the idea behind using ar is to unzip your program in your home folder and launch it from there [14:14] I see [14:16] correct me if I'm wrong, but apt-get just makes it easier to use dpkg [14:16] AnAnt: ar -x unpacks it [14:16] to get the bianries out [14:19] I like that this channel suddenly became busier in the last few days since people received devices [14:19] it's great, yeah. Once I received mine I wanted to become a dev [14:19] but that'll have to wait until summer if I don't want to fail college :\ [14:20] lol [14:21] heh [14:21] wise [14:21] We don't advocate people playing with stuff and flunking out. Plenty of time for playing with stufff later :) [14:26] /usr/local is read-only [14:26] and yet empty! [14:28] mardy, heya, are there any examples of using basic auth with OA [14:58] AnAnt: ar is just an archive format, used by dpkg to construct the .deb file itself. extracting the contents of a .deb to a location other than it was built to install to though, may result in problems. [14:59] yeah, especially if it uses data files from /usr/share/ [14:59] brunch875: / is read-only. only a few things which need to writable, are mounted as such. if you really want to play with installation of random packages on the phone, the best way to do that is to create a chroot in ~phablet/ and then do things inside that chroot [15:00] AnAnt: it depends on how it finds the files. most things are built with paths defined at build time though, and the only way to change them is to rebuild with different paths defined [15:05] yeah, /usr/local also belongs to root on the desktop. I thought it belonged to the user [15:07] I've never used chroot before. Perhaps it's the time to learn how to do so now. [15:07] thanks for pointing that out ;) [15:09] hello [15:10] hi! [15:10] is it possible to sync the calendar from ubuntu touch to the calendar from ubuntu? [15:11] I know a way! [15:11] you can use google calendar and then read from it on ubuntu desktop [15:11] and also on ubuntu touch [15:12] at least that's how I keep track of my schedule [15:12] how is the way; can you describe in a fwe words please ! [15:12] I assume you have a gmail account [15:13] you can play with the google calendar at calendar.google.com [15:13] how is the way; can you describe in a fwe words please without google only by direct cable ! [15:14] you can add your google account from settings in both ubuntu desktop and touch [15:14] it will show on the ubuntu calendar for both [15:14] there is no easy way to sync the calendar directly with a PC at the moment [15:14] I have no idea... [15:14] thank very much [15:17] dobey, can syncevolution on commandline import ical and vcard ? [15:18] * ogra_ thought it could [15:18] ogra_: probably, but we don't have anything in place to automate that or even make it remotely easy to do. and evolution's contacts are stored in sqlite, not vcard, so that makes it a bit more complicated. [15:19] true [15:19] ogra_: it also theoretically has support for owncloud, which would be another option, if that app ever gets written/working [15:19] but i think it is technically possible [15:19] oh yes, definitely technically possible [15:19] (without making the system writable or installing anything) [15:20] i exported a vcard on my pre, imported to a new address book in evolution, and then pushed that contacts.db onto the phone, to get my contacts migrated over [15:20] we should collect such hacks and ship them as scripts on the phone :) [15:20] ogra_: well, it probably will require installing terminal app, or enabling developer mode and installing phablet-tools on the PC [15:21] we should just fix it so contacts/calendar sync works when you plug the phone into your PC :) [15:21] indeed, but that will still take a year :P [15:22] and during that year you will have people follow distro docs, making their system writable and installing random debs to achieve the task ... so having a script collection would be better inho [15:23] they will probably search forums and do much worse than that :) [15:23] ogra_: https://code.launchpad.net/~popey/ubuntu-terminal-app/ubuntu-commands contribs welcome [15:24] I'll behave, I promise :p [15:24] popey, neat ! [15:25] brunch875, no reason to behave, we want you to go wild :) ... i dont want to have my mom g wild to get their contacts over though :) [15:25] s/thei/her/ [15:25] (becaue she will all me ans ask me to fix the phone she broke when following some forum) [15:25] *call me [15:25] hah [15:26] YAY ! [15:27] * ogra_ has his alternative webapp containet implementation fully working :) [15:27] hoorray! [15:27] no more top bar in my webapps ... and the dekko bottom menu instead fo navigating [15:27] (so also no more jiggly jumping of the page underneath your finger when the toolbar expands and collapses) [15:28] great great! [15:28] that jiggly jumping really annoys me! [15:28] me too ... and i *hate* having the back button at the top left [15:29] what I wonder is where the swipe from bottom went [15:29] that is what my implementation uses [15:30] you pull up from the bottom and get a navigation menu ... using the design of the dekko bottom menu [15:30] * ogra_ needs to roll that into one of his apps to demo it [15:39] hmph... bluetooth isn't complete, is it? [15:39] I'm trying to add a bluetooth keyboard which is detected but I can't click on it to pair it [15:44] in case anyone is fancy trying out a new webapp container concept ... http://people.canonical.com/~ogra/ubuntu-touch/google-plus.ogra_0.1_all.click ... (doesnt use the system auth, you need to log in on first connect) [15:45] sure! how do I install it? Just drag into /opt? [15:45] push it to the device ... [15:45] then: adb shell pkcon install-local --allow-untrusted /path/to/click [15:46] let's see if I'm skilled enough... [15:46] you should see a bunch of progress bars ... once they are done, pull down the app scope to refresh it ... there will be an ugly black/white globe icon with a mouse pointer in your app list [15:46] (saying google-plus underneath) [15:48] rsalveti, ping [15:50] oi! grep links your name to cannons and soldiers [15:50] neat :P [15:50] lol [15:51] yeah, i have quite a few webapps in the store :) [15:52] wow amaga it looks amazing [15:52] cheers man [15:52] :) [15:52] kudos on you [15:52] popey, in case you are interested http://people.canonical.com/~ogra/ubuntu-touch/google-plus.ogra_0.1_all.click ;) [15:52] double kudos for teaching me pkcon + push [15:52] (it definitely wins the contest for the ugliest icon) [15:56] such an inspiration [15:57] tomorrow I'm going to shake my teacher to teach ubuntu too next year instead of just android [15:57] well, its all stolen cde from others, just newly combined [15:57] *code [15:57] i only wrote the glue [15:57] extra points then [15:58] talks great about ubuntu as a development environment [16:03] hi [16:03] hello! [16:03] just recieved my bq :D [16:03] Woohoo! Enjoy! [16:03] thanks, its really awesome [16:04] only i want to install cmatrix so i can brag, but it wont let me. does somebody know if i have to enable sudo or something? [16:04] pushed the code to lp:~ogra/junk/alternate-webapp-container ... in case anyone is interested [16:05] well, stuff owned by root is "read only" so not even sudo will work to do that [16:05] it would be nice to run native code instead of just webapps [16:05] you can make it read-write [16:06] but making it read-write disables delta OTA updates [16:06] it's better if you download cmatrix to your home folder and run it from there [16:07] mhh, oke i will just do that then :P [16:07] not having dalvik gives a phone a lot more processing power, but for what? [16:07] for what? for blazing speed! [16:07] speed? of webapps? [16:07] my old android had better specs [16:07] and was slower [16:07] even launching the web [16:08] what is Dalvik? some kind of vm? [16:08] I even tried launching a ton of programs at the same time and it wound't slow down [16:08] amahoola: java [16:09] aaah [16:10] is there a way to turn off the screen dim after a minute? its kind off irritating when i am watching a youtube video.. [16:10] yeah, head to settings [16:11] wait, that's for locking [16:11] hmm [16:11] that only changes the time before the screen goes totally black [16:11] yeah.. [16:17] DonkeyHotei, you are free to write C++ Qt apps [16:17] within limits [16:18] for example, an irc client would not be possible [16:18] well, and there is QML ... which is kind of inbetween native and webapp [16:18] an irc client is surely possible if you offload a part of it somewhere else ... since you want push-service support anyway [16:19] i guess a combo of a bip server for which you write a push-service backend that can notify you together with a UI client that hoooks into the bip server would work just fne [16:19] offloading != running native on ubuntu [16:20] well, you can only "run" within tehbounds of the phone OS [16:20] and that means your app gets suspended when not focused [16:21] to use long runnning bits you need to use a system service ... which in case of messaging (IRC) is the push service [16:23] indeed you can always hack your phone to do everything natively ... nobody stops you :) [16:23] but apps that go into the store have to operate within the boundaries ... [16:26] some of the early criticisms of firefox os centered on needing internet all the time [16:30] well ... for certain tasks you need internet ... [16:31] and i guess 90% of what yu do on a smartphone uses internet nowadays ... no matter which OS [16:34] but is there really any point to using a webapp over using the same page in a browser? [16:35] hmm, I've been thinking about that. It could be that the webapp data is entirely local. [16:35] So if you made a game in HTML5 you would only have to click on the app icon [16:36] a good question would whether to assimilate the browser and the webapps together as the same thing or not [16:38] I agree that it's kind of pointless to have the facebook app as a plain link to m.facebook [16:38] especially if the internet is bad and the web stops loading halfway through [16:38] so you need to F5 [16:40] i cannot imagine what can make that be considered a good idea [16:41] well, I've got to admit it's handy to have the icon around :D [16:41] but I'd rather have it under a new category which launches the full browser and not just stripped down [16:42] yes [16:43] but same goes for android webapps. So it isn't really an "OS issue" but rather something centered on the app itself. It's good to have the capabilities. [16:43] android isn't big on webapps, they're mostly java [16:45] yeah, I agree most apps should run on qt [16:45] but it's like that now, isn't it? [16:47] * brunch875 waddles towards gluttony === uber is now known as Guest51921 === Guest51921 is now known as uber [17:02] Hi folks... Could you please tell me, where to open bug reports for the BQ UbuntuPhone ??? [17:02] launchpad [17:03] +1 IMHO an app as interface for reportbug would be great [17:03] There are serveral problems exist (Bluetooth, Telegram, CoreOS, etc... ) looking for a Launchpad-site, but nothing found so far... [17:04] @ ilario: great idea... but where to link the app reports to ??? [17:06] what do you mean? [17:08] Well, of course the bug report application needs to fill a website... :-) [17:08] Is it: https://bugs.launchpad.net/ubuntu/+bugs?field.tag=avengers ? [17:08] such an app would use the default target site for reportbug :) so, I think, launchpad [17:11] Hello. I am the bq device. When I change the net type (2G-3G-WIFI) I receive a notification from "Voicemail" saying that I have 1819361974 voicemail messages. Is it a known bug? How can I report it? [17:12] Obviously I am not the bq device, I am _using_ the bq device, sorry for the typo :) [17:13] woah... does this happen when you change net as in when you lose wifi connectivity? [17:13] that doesn't happen to me... [17:14] do you get this as an SMS? [17:15] (on my previous comment 's/reportbug/ubuntu-bug/' that is actually installed on my phone, but only CLI) [17:16] brunch875, not an SMS, just the notification [17:17] brunch875, when I turn down wifi and switch to 2/3G, when I switch between 2G and 3G and when I go back to wi-fi. All of these actions generate this notification (and I do not know where it comes from, the title of the notification - the boldface one- is just "Voicemail") [17:18] crazy, that doesn't happen to me [17:20] brunch875, yes it is crazy :) so, how do I report the bug? [17:21] you can try launchpad [17:21] https://bugs.launchpad.net/ubuntu/+bugs [17:22] although I'm not sure there's a specific one for ubuntu touch [17:24] brunch875, the "Report a bug" link sends me to the help page that says to report a bug through apport :S How do I report a bug without going through apport? [17:25] euh... I'm not really sure [17:25] any devs awake? [17:25] brunch875, I asked now on the ubuntu-bugs IRC [17:25] brunch875, hope someone will answer ;) [17:26] Be sure to tell me when you find out so I can tell others which ask later! [17:28] before filing a new bug check that it hasn't already been reported, for example try to check this list https://bugs.launchpad.net/ubuntu?field.searchtext=voicemail [17:28] it looks like there is one [17:28] https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1353379 [17:28] Ubuntu bug 1353379 in ofono (Ubuntu) "VoiceMail notification pretends there are 255 messages. It is not true there are only 2" [High,Confirmed] [17:28] thanks, ubot5 [17:31] thanks ilario , brunch875 and obviously also ubot5 [17:31] :D [17:32] :D [17:36] btw dadexix86 send a bug report :) try like this: install terminal app; execute in the terminal "ubuntu-bug ofono" [17:39] ilario the terminal asks for a password :S [17:39] it's the same as your lock [17:40] brunch875, great [17:43] oh gods, java + sqlite is killing me. Is there no sprintf here? [17:45] dadexix86 insert as a password the pin that you use for unlocking the screensaver, for me works === ahoneycutt is now known as ahoneybun [17:52] Here are the main URLs for bug reports: [17:52] https://bugs.launchpad.net/ubuntu/+bugs?field.tag=avengers https://wiki.ubuntu.com/Avengers https://bugs.launchpad.net/ubuntu/+source/ofono/+bugs [17:53] Bjoern_G, but Avengers isn't just for the Nexus devices? [17:53] Dont know... If I connect BQ Aquarius via USB to my computer, "lsusb" shows "Nexus_4" [17:55] Try "adb devices -l" --> the same output [17:55] rly? my lsusb shows no name, but lsusb -v prints "Aquaris_E4.5" [17:57] my devices -l also says nexus4 :p [17:57] here I have same output as ilario [17:58] Could you connect your phone via USB 2.0 ?? For me, only USB 3.0 is working [17:58] I'm 2.0 only [17:58] old pc [17:58] Good for Linux... :-) [17:58] even runs starcraft 2 faster than windows using wine [17:58] how ironic [17:59] Is someone using Telegram Messenger ??? [17:59] me! [17:59] I'm 2.0 only [17:59] Bjoern_G me :) [17:59] @ ilario: Did you get the notification sounds working ? [17:59] + dadexi86 [18:00] ah! I get it now [18:00] Another source based on cm11 could be good idea, as there is only cm port on my device [18:00] @ Bjoern_G I still have to test that... [18:01] My notification sounds are not working for telegram :-( [18:01] the adb which comes with android sdk doesn't list my phablet [18:01] but the adb in the system repositories does [18:01] Bjoern_G, next time I receive one I'll pay attention [18:02] @ brunch875: Try to use the adb tool from sdk PPA [18:02] Theres notification sounds? I've never heard notification sounds on my Nexus 7, granted I don't get many but regardless xD [18:03] https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/ppa [18:04] I'll try later, right now I'm slightly tight on time [18:06] Has anyone managed to pair BQ Aquarius with bluetooth car audio ??? [18:06] I tried to pair it with my bluetooth keyboard [18:06] no luck [18:06] detects the keyboard but can't click on it to pair, does nothing [18:06] makes me glad I'm not an emacs user :D [18:07] --> BT keyboard remains "grey" in list ??? [18:08] yep [18:08] me, too. :-( [18:09] https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/1435044 [18:09] Ubuntu bug 1435044 in indicator-bluetooth (Ubuntu) "Pairing with BT-keyboard fails" [Undecided,New] [18:09] Thats mine... :-) [18:10] how do I pull file via ADB when I'm logged in via shell? [18:10] I want to get the screenshot and share [18:11] Mom [18:11] Turn on "developer" mode... [18:13] I did. I mean, there's no command to push if I'm already logged in via adb shell, right? [18:13] Nevermind anyway, I used netcat :P [18:15] it looks like this for me [18:15] http://imgur.com/KG8UwNW [18:20] @ brunch875: This worked for me..... adb pull /media/phablet/9A15-A3CC/Pictures/com.ubuntu.camera/ [18:20] Pulls all pics to current dir [18:20] aah can pull folders. that's neat [18:21] I think, you could define more specific pull options like single files or placeholders, too [18:21] I just don't enjoy the absolute lack of autocompletion [18:21] so navigating long paths is cumbersome [18:23] In Terminal app you could use the TAB option [18:23] for autocompletion [18:23] yeah but from desktop using adb... [18:23] * popey uses phablet-shell rather than adb shell [18:23] much nicer [18:23] Hmmm... first do an "adb shell", navigate to path, copy/paste [18:23] ooo [18:24] thanks popey [18:24] I owe you [18:24] also, phablet-shell; navigate to folder, then scp files to your other box [18:24] rather than send them over the usb cable, send them over wifi [18:24] that's what I kinda did for this screenshot [18:24] but with netcat [18:24] you can take screenshots from the pc too [18:24] phablet-screenshot foo.png [18:25] * brunch875 is amazed [18:27] phablet-shell --serial JUxxxxx --> "error: closed" :-( [18:27] is your phone unlocked? [18:28] BQ Aquaris E4.5 [18:28] In Terminal I could do an "sudo -i" [18:28] I mean, you have to be past the lock screen [18:28] Upps.. [18:29] Oh man... thanks... I am an idiot [18:31] man, these tools are great [18:31] but they lack manpages :D [18:32] --help :) [18:34] manpages be bettur! [18:50] Ubuntu Tuoch HTML5 How to create a fixed header? | http://askubuntu.com/q/599988 [18:51] We've got a bot which does that? How neat! [19:03] [2015-03-22 20:02:40 - MainActivity] Failed to install MainActivity.apk on device 'JU0XXXXX': Permission denied [19:03] oops [19:03] I don't want to know what would have happened if I had disabled readonly [19:28] * brunch875 is furious at java + sql ARRRRRRRGGHHHHHHHHHHHHHHH [19:34] That's common. [19:35] I just saw in my table the column scoreINTEGER [19:35] android log isn't too helpful :( [19:41] ooof... does anyone want to do my homework? :D [19:44] noob question: how do I copy files on the phone? I just plugged it and I was expecting a /dev/sdb1 to appear... Should I use mtpfs? [19:46] Bjoern_G, I received right now a message on Telegram, no sound [19:47] ilario, it WILL appear. You only have to unlock it [19:47] I mean, it has to be past the lock screen [19:49] unlocking the phone nothing happens, no /dev/sdb1, no news from dmesg [19:49] that's weird... [19:49] try enabling developer mode on your phone, maybe :| [19:52] already tried [20:04] ilario: we use mtp [20:04] you won't see it show up as /dev/sdb1 or anything like that [20:04] it shows up automounted for me in nautilus [20:04] hi, i have a nexus 4 and installed ubuntu-touch in dualboot mode on it 4 weeks ago and i have no updates for the system, only for the apps; is it normal? [20:05] the ubuntu-touc based on vivid-vervet [20:06] yes [20:07] although I haven't used dual-boot myself. [20:09] i mean vivid vervet based ubuntu-touch was not updated since 4 weeks , is it normal? [20:14] It's updated daily, but I suspect you need to do something special to update a dual-boot install [20:17] donno_: the 'stable' vivid channel (devel) hasn't received an update recently, that's all happening in devel-proposed at the moment [20:17] donno_: because there's a tonne of big changes it isn't currently in a state that meets all the promotion criteria to move an image from devel-proposed to devel [20:18] yes i have installed that one , the newest [20:18] in generel, will be updated later or not? [20:19] it'll be updated as soon as there proposed image meets the criteria necessary to consider it "stable"(ish) [20:19] I have no idea about multiboot stuff though [20:19] ok, thx for the info [20:20] i look for updates on settings-update ... [20:20] and UT only updates the apps [20:20] yeah, I'm pretty sure the dual boot install is different [20:20] but the wiki is currently broken [20:20] so I can't confirm that [20:20] donno_: if you look in settings -> about this phone, what does it say under the "OS section"? [20:20] ok, good to know [20:21] ooh, now its working [20:21] particularly the revision number (r) [20:21] https://wiki.ubuntu.com/Touch/DualBootInstallation [20:21] wait , i have to boot it, now i am on android [20:22] "Ubuntu system updates are not yet supported from the Ubuntu side, but they can be done via the Android app" [20:22] there's your answer [20:22] ok, wich android app? [20:23] can i get it on playstore? [20:23] build 20141119 [20:24] I have no idea, never done this. [20:24] https://wiki.ubuntu.com/Touch/DualBootInstallation is the documentation for it [20:25] vivid vervet (dev-branch) 20141201-020204 [20:25] is my build nr. [20:25] [20:25] thx popey [20:26] donno_: sounds like that's irrelevant if multiboot is what's stopping the upgrades [20:27] donno_: I was looking for the revision number (r) rather than the build number, as if that was a very low number (e.g. 1) it'd indicate you were definitely on devel instead of devel-proposed [20:27] donno_: but it sounds like everything is done differently for multiboot stuff [20:28] ok, what shell i do , what is the best solution for me to get the best UT for my nexus4 ? [20:32] i have used the nultiboot app on android to install ubuntu touch in dualboot mode [20:32] see: http://forum.xda-developers.com/nexus-4/orig-development/mod-multirom-v24-t2472295 [20:33] donno_: based on the instructions at https://wiki.ubuntu.com/Touch/DualBootInstallation it sounds like you need to use that same app to handle updates [20:33] donno_: can't help you with that though, as I don't dual boot [20:34] ok thx [20:34] will look into it [20:34] hi everyone :) [20:35] hi [20:35] will tethering be implemented? thanks [20:35] yes [20:35] at some point [20:35] i think ogra_ had a magic script that can do it from the command line [20:36] I think jgdx has been working on wifi tethering recently (with full gui stuff and everything) [20:36] is there a chat app like pidin for UT ? [20:36] pidgin [20:37] that handle xmpp protokoll ? [20:37] not yet. [20:37] opportunity for development there [20:40] Is there any place on the web where i can read the new features that will be implemented soon? thanks (sorry for my english) [20:44] zasplas: good question - not that I'm aware of [20:52] popey: thanks :) [20:56] popey: thanks, I managed to copy files on the phone using jmtpfs [20:58] Why android logs are so short? [21:10] god night, i´m trying to conect adb to my bq ubuntu edition from my ubuntu desktop and no device found, i´ve turned on developer mode. someone helps? [21:10] you can't connect if the device is on the lock screen [21:11] you have to enter your pin and be someplace like the main scope [21:12] yes, i´m on the today scope and screen is on [21:12] does it still not connect via adb? [21:12] no [21:13] what exactly is the error message? [21:13] amiguetemelide: what version of ubuntu are you running on the desktop? [21:14] the only thing when i turned on/off developer mode is the device hhd appear and desapear in dash like i plug and unplug the phone [21:14] i´m using 14.04 on my desktop [21:15] amiguetemelide: that'll be it then; the version of adb in 14.04 doesn't know about the BQ vendor id [21:15] amiguetemelide: you can add it at run time by creating a file called ~/.android/adb_usb.ini containing the string: 0x2a47 [21:16] ok elleo, i´m going to try that [21:21] Elleo: the same problem [21:24] ~$ adb devices returns me: [21:24] List of devices attached [21:24] whith no devices [21:25] i think the problem is my phone conects like multimedia device instead of adb device [21:27] amiguetemelide: no, it'll connect as both at once. [21:27] nhaines: ah, ok [21:33] Elleo: the file tha i´ve created in my personal folder /.android may be adb_usb.ini or without extension (adb_usb)? [21:39] peat-psuwit: krillin is dual-sim, but the modem interface is common for both sims [21:39] peat-psuwit: whtn the audio mode is activated, it works for both [21:40] cwayne: landed earlier today [21:43] arrrrgh I'm running out of workspaces [21:43] 4 is not enough [21:43] at this rate I'll have to download the compiz tools [21:47] Does anyone know the "loqui" messenger (whatsapp for FireFoxOS & Ubuntu Touch) [21:47] ?? [21:47] ...the what? [21:47] there's actually whatsapp? [21:48] https://github.com/loqui/im [21:48] The guys try to port the messenger from Firefox to UbuntuTouch and I actually try to install it on emulator [21:50] http://loqui.im/ [21:50] If you find out the way to install it, let me know... [21:51] rsalveti, neato, will try a new build [21:51] doubt it fixes the wifi, but definitely still needed regardless :P [21:52] cwayne: check that it uses ubuntu-touch-generic-initrd_0.90_armhf.deb during build [21:53] rsalveti, where can i check that [21:54] cwayne: in the out dir [21:54] http://paste.ubuntu.com/10655733/ [21:54] the logic that uses it [22:03] rsalveti: here is the wakelock list for hammerhead http://paste.ubuntu.com/10631710/ [22:03] yeap its got the right version [22:06] rsalveti, gah, no change after i updated the system.img [22:06] cwayne: what do you mean? [22:07] i ran the update system.img script with my new build, and on boot still no /android/firmware mounted [22:07] cwayne: can you give me your dmesg again? [22:08] rsalveti, http://paste.ubuntu.com/10655821/ [22:10] cwayne: makes no sense if indeed using the latest version [22:11] cwayne: did you do a clean build or just a rebuild? [22:11] just a rebuild after a repo sync [22:12] cwayne: wonder if you'd need a clean build [22:12] you can help debugging by applying http://paste.ubuntu.com/10655854/ as well [22:13] with that, you can go at out/target/product/bacon/ubuntu-root and edit the initrd script [22:13] then just do a rebuild [22:13] the initrd script: scripts/touch [22:14] cool, will try that next, just kicked off a clean build [22:14] cwayne: the function that checks for the partitions: http://paste.ubuntu.com/10655862/ [22:14] from dmesg you can see that it gets until the 'checking mount label' message [22:15] like: [ 15.563002] initrd: checking mount label mmcblk0p16 [22:15] [ 15.569102] initrd: checking mount label mmcblk0p15 [22:15] I'm trying to open .avi files on the phone: one says "Video format not supported" while another file simply doesn't work, but then I get "Error playing video. Fail to connect with playback backend." for every video file I try to open and audio files doesn't work anymore. Should I file a bug on mediaplayer-app? [22:15] but probably stops at: [22:15] [ ! -e "$path" ] && continue [22:15] which is the piece I don't yet understand [22:15] hm [22:15] cwayne: so add more debug in there [22:16] ilario: "Error playing video. Fail to connect with playback backend." probably means that media-hub crashed [22:16] after you tried to play with the unsupported video [22:16] ilario: if you can create a sample of that video, or just upload it somewhere public, we can check what is going on [22:16] ilario: also, which device? [22:18] BQ Aquaris, now I'm going to upload the bad video somewhere [22:18] on a related note, it thinks ogg theora video files are audio and refuses to play them [22:21] right, some formats are not necessarily supported by the hardware yet [22:21] ilario: great, also feel free to open a bug against https://bugs.launchpad.net/ubuntu/+source/media-hub [22:21] how hard is it to port an existing ubuntu game written in SDL? There's this amazing roguelike named powder in the repos which would be very very neat to play in utouch [22:27] brunch875, SDL1.2 or SDL2 ? [22:28] give me a sec, there should be a way of knowing by looking at the source code [22:28] rsalveti the video is this one http://uz.sns.it/~ilario/utouch-media-hub.avi I'm going to file the bug [22:29] ilario: great, thanks [22:29] brunch875: it's 1.2 [22:29] bregma: ^ [22:30] brunch875, I only ask because SDL2 is known to work on the phone, you just need to bundle it into the click but libSDL1.2 still needs work [22:30] thank you, crazy mill fighter [22:30] :) [22:31] I feel honored that you wear such nickname; I live in the same city Cervantes used to live [22:32] people routinely read the last letter as L instead of i [22:33] haha [22:38] after sending its report, ubuntu-bug says that I have to open a link, press "1" for launching the browser but the browser didn't start (and I don't know how to copy the URL from the terminal app) [22:43] right, you'd need to copy the url and open it in a browser [22:43] can someone check if I'm in more rooms? I think empathy isn't being too empathic [22:44] ahrg :( [22:44] cwayne: any luck? [22:44] still no graphical boot [22:46] brunch875: freenode sets the invisible usermode by default, so you'd have to turn that off for us to see [22:47] rsalveti any idea what could be wrong -> http://paste.ubuntu.com/10656055/ [22:47] kernel already has debug set on commandline [22:47] hmm I don't think empathy has that functionality :p [22:48] rsalveti this seems like a bug from ubuntu-bug, no? Should I file it? [22:48] Talustus: lightdm probably failed in your case when starting (as it starts mir right after that) [22:48] Talustus: check /var/log/lightdm/ === thelionroars1337 is now known as thelionroars [22:49] ilario: probably a good idea, yeah [22:49] ok moment rsalveti will restore ubuntu disk [22:49] rsalveti, just finishing up building [22:49] Talustus: usually this happens when the permissions are not correct for the graphics related devices in /dev/ [22:49] Talustus: converting the ueventd file into a proper udev file usually fixes that, but it might be a different issue [22:50] yeah i have seen a line like can not open /dev/xconsole [22:50] Talustus: would also be good to run sudo /system/bin/logcat at the same time it triest o start lightdm [22:50] it drops me to a root shell [22:51] no need for sudo but also no logcat for some reason maybe somthing is wrong with the nderlaying android [22:58] ilario: no, run ubuntu-bug from ssh'ed in, not from terminal on device. [22:58] ilario: or from adb shell, or whatever [22:58] mmmh this seems a good idea :) [22:58] ilario: it's actually a bug in the terminal - in that it doesn't know what a url is [22:59] i am not convinced we should fix that [22:59] we should on the desktop.. [23:02] hm rsalveti [23:02] root@ubuntu-phablet:/# ls -la /android/system/bin/logcat [23:02] -rwxr-xr-x 1 root root 13656 Mar 20 2015 /android/system/bin/logcat [23:02] root@ubuntu-phablet:/# /android/system/bin/logcat [23:02] bash: /android/system/bin/logcat: No such file or directory [23:03] there is no "/system" mounted [23:03] and /var/log/lightdm/ is empty [23:03] right, yeah, failed to even start android then [23:03] popey is there any way to copy some text from terminal-app? This seems a really needed feature... [23:03] because it couldn't mount it [23:04] but everything is mounted under /android [23:06] ilario: yes, long press [23:07] rsalveti, it seems improved, but still none on /android type tmpfs (rw,relatime,size=4k,nr_inodes=143239) [23:07] cwayne: have dmesg again? [23:07] cwayne: guess time for you to debug that script then :-) [23:08] Talustus: well, you said you have nothing under /android/system [23:08] i have [23:08] everything is there [23:09] hm, why would /android/system/bin/logcat fail then [23:09] i dont know [23:09] i think [23:09] thats the point where the trouble starts [23:09] Jan 1 01:04:11 ubuntu-phablet kernel: [ 33.850250] initrd: mounting /root/var/lib/lxc/android/system.img as /root/android/system [23:09] Jan 1 01:04:11 ubuntu-phablet kernel: [ 34.558166] init: ureadahead main process (343) terminated with status 5 [23:09] Jan 1 01:04:11 ubuntu-phablet kernel: [ 34.896209] init: mounted-proc main process (361) terminated with status 1 [23:10] rsalveti, http://paste.ubuntu.com/10656181/ [23:10] the ureadahead message is fine [23:10] and the mount-proc comes maybe from this=? [23:10] Jan 1 01:04:11 ubuntu-phablet kernel: [ 33.106414] EXT2-fs (loop1): error: couldn't mount because of unsupported optional features (40) [23:10] cwayne: really weird, it did mount /cache and /persist [23:11] this line is several times in the log but always the filesystem gets mounted [23:11] and it tried mounting the others (probably did the mount command) [23:11] cwayne: maybe the mount command from initrd (possibly busybox) doesn't support some of the mount options in there [23:11] ah maybe [23:11] can you guys help me put ubuntu touch on my vzwM8 and use multirom ? is this supported yet ? [23:12] Talustus: that's fine, it tries first with ext2, then ext3, then ext4 [23:12] the mounted-proc error is indeed weird [23:12] where can i get support for this rom ? [23:13] Talustus: but still fined to fail: [23:13] if [ -e "${MOUNTPOINT}"/slabinfo ]; then [23:13] chmod 0400 "${MOUNTPOINT}"/slabinfo [23:13] *fine [23:13] Talustus: guess best to do is to investigate if the lxc container started or not [23:14] anyone working on a m8 port ? [23:15] hm [23:16] the question for me is [23:16] it mounts system and data under /android [23:16] shouldnt it mount vendor and cache as well? [23:16] or firmware [23:16] its at least in the fstab.qcom [23:17] if they are a specified on a different partition, yeah [23:17] your dmesg should probably explain why [23:17] Talustus: mind pasting that? [23:18] maybe you're having the same issue cwayne got with his devic [23:18] fstab.qcom has system cache data and firmware in it [23:18] but only data and system get mounted [23:18] Jan 1 01:04:11 ubuntu-phablet rsyslogd-2039: Could no open output pipe '/dev/xconsole': No such file or directory [try http://www.rsyslog.com/e/2039 ] [23:19] is that related or can be ignored? [23:20] I don't have that on my krillin, so probably not related [23:20] shoudl i maybe try a different rootfs? [23:21] Talustus: can you paste your dmesg? [23:21] yes [23:25] rsalveti -> http://paste.ubuntu.com/10656289/ [23:28] [ 28.847442] initrd: checking fstab /root/var/lib/lxc/android/rootfs/fstab* for additional mount points [23:28] [ 28.896759] initrd: checking mount label mmcblk0p13 [23:28] [ 28.942535] initrd: checking mount label mmcblk0p26 [23:28] yeah [23:28] Talustus: it checks for the above partitions, but doesn't mount any [23:28] yes [23:28] what are those partitions? [23:28] it does [23:28] for system [23:28] and data [23:28] system is different, same for data [23:28] firmware [23:28] right, exactly the same issue cwayne has [23:29] if you rebuild your image, you will be using the latest initrd, which will at least try to mount the device [23:29] but might fail, not exactly sure why yet [23:29] so i only need to rebuild bootimg? [23:30] Consequences of using apt-get in ubuntu touch | http://askubuntu.com/q/600065 [23:30] Talustus: the android initrd is inside the system image, so you need to rebuild and flash that [23:31] i can mount it in recovery and just replace the ramdisk [23:32] flashing is a bit tricky for that device [23:32] only has small data part (2 gig) wich is nearly full [23:34] yeah, that is easier if you know what to do [23:34] it's under /system/boot/ [23:34] yep [23:34] android-ramdisk [23:34] oh, sorry, but you actually want to update the ubuntu initrd [23:34] yea [23:34] was thinking about another issue [23:34] that waqs why i asked [23:34] so yeah, just update the bootimg and flash that [23:34] only bootimg then [23:35] kk [23:35] rebuilding moment please [23:38] Downloading ubuntu-touch-generic-initrd version 0.90 [23:38] that should be the new one then [23:38] yup [23:40] ok flashing kernel now [23:42] Is there any way to get the Ubuntu tablet interface on an Intel powered 2-in-1 machine? | http://askubuntu.com/q/600066 [23:47] seems to bootloop now [23:50] jep rsalveti [23:50] cache and firmware mounted [23:50] Talustus: great, but still in a bootloop? [23:50] it looped 2 times then booted [23:50] stil no dislay [23:51] interesting, alright [23:51] anything in /var/log/lightdm? [23:51] no [23:52] /var/log/lxc/android.log might be useful as well [23:52] Talustus: run ps aux and paste me the output [23:52] empty [23:53] lightdm just starts if lxc-android-config.conf runs successfully [23:53] that is the job that starts the android container [23:53] lxc-start -n android -- /init [23:54] you can add some flags for it to be more verbose as well [23:54] --verbose? [23:55] also [23:55] lot of line [23:55] [ 33.965393] systemd-udevd[141]: maximum number (12) of children reached [23:55] [ 33.965423] systemd-udevd[141]: maximum number (12) of children reached [23:55] -o, --logfile=FILE Output log to FILE instead of stderr [23:55] -l, --logpriority=LEVEL Set log priority to LEVEL [23:55] oh, that shouldn't be good [23:56] still, udev shouldn't interfere with the container [23:57] here is a new dmesg rsalveti [23:57] http://paste.ubuntu.com/10656501/ [23:59] yeah, seems the container didn't even start [23:59] start on cgmanager-ready