stgraber | plars: image build running | 00:14 |
---|---|---|
cjwatson | sergiusens: icon path> I disabled click desktophook recently-ish in favour of the hook in upstart-app-launch, which I think takes a less conservative approach to assuming that the unity stack will actually do the right thing | 00:14 |
plars | ok, I haven't had much luck with maguro so far, due to the mac address bug | 00:14 |
plars | on the previous build that is | 00:15 |
cjwatson | slangasek,sergiusens: :any> sounds somewhat like http://bugs.debian.org/718482 - maybe something else in a similar code path? | 00:15 |
ubot5 | Debian bug 718482 in apt "apt: CompareProviders ranks Priority above native architecture" [Normal,Fixed] | 00:15 |
stgraber | xnox, ogra_: so it looks like my recovery partition change (swap file generation) never landed. Is that because we're still using bits from Jenkins (in which case we should kick a build) or is that because the last android tarball was wrong and missed my change? | 00:16 |
cjwatson | cdimage no longer has any code that fetches from jenkins AFAIK | 00:16 |
stgraber | (I want http://phablet.ubuntu.com/gitweb?p=CyanogenMod/android_bootable_recovery.git;a=commit;h=a51672467e2bcc6b686cdbd2b75ae064930feebd which is currently in the phablet-saucy branch on git) | 00:17 |
stgraber | cjwatson: ok, then it's the android package that's out of date... let's see if I can get it to build from a newer git snapshot. | 00:17 |
stgraber | rsalveti: tried running your export script on hesperidium but it appears to be failing... any chance you can try to kick an export to check whether that works for you? | 00:26 |
stgraber | rsalveti: (I tried looking for that e-mail you mentioned to xnox the other day but couldn't find it in my mailbox or online, so I guess that was just between the two of you?) | 00:27 |
bkbilly | hi... I was thinking about creating an app for ubuntu touch... | 00:34 |
bkbilly | can you help me? | 00:34 |
bkbilly | I have some questions... | 00:36 |
bkbilly | is there anyone that can help? | 00:36 |
bkbilly | QuitQ | 00:44 |
bkbilly | Quit: | 00:44 |
slangasek | cjwatson: yeah, if 718482 is fixed in the apt in saucy (which I was inclined to assume it was), then it sounds like there's another apt bug around somewhere | 02:15 |
OrokuSaki | Anyway to get click-app icons to show up on the.. "desktop" or Application area of Ubuntu Touch? | 02:28 |
AskUbuntu | Can you 'mount' an Ubuntu Touch (nexus 4/7) device as a disk? | http://askubuntu.com/q/342790 | 02:29 |
=== Namidairo`bnc is now known as Namidairo | ||
=== niel is now known as niel123 | ||
ssaputra | I have flashed nexus 4 with ubuntu touch saucy, and it seems now the battery is drained out after a week or so.. and not boot up anymore even after charging for 4hrs.. | 05:41 |
ssaputra | adb not able to recognize it.. and can't go to recovery or fastboot.. can any one help me.. | 05:42 |
ssaputra | can anyone help me to boot up this device again without remove the back cover and remove the battery?? | 05:45 |
ssaputra | I have flashed nexus 4 with ubuntu touch saucy, and it seems now the battery is drained out after a week or so.. and not boot up anymore even after charging for some time... +-4hrs | 05:46 |
ssaputra | adb not able to recognize it.. and can't go to recovery or fastboot.. can any one help me?? | 05:46 |
OrokuSaki | to play mp3's for more then 10 seconds you have to enable multi-verse | 06:10 |
OrokuSaki | then upgrade gstreamer codecs | 06:10 |
OrokuSaki | I like the new music app | 06:10 |
ogra_ | stgraber, i think you want the automatically exported tarball from http://phablet.ubuntu.com/export/ | 07:08 |
ogra_ | (though it seems it does not run cronned as it should) | 07:09 |
wellsb | Is the click store showing on devices for anybody else today? | 07:56 |
lool | image 31 looks good | 08:12 |
lool | wellsb: slow, but works to search and install apps here | 08:14 |
lool | hmm camera-app still crashes for me, but I didn't wipe | 08:15 |
lool | bah some issues, no time to chase today | 08:17 |
Tom___ | Hi there, anybody listening? | 10:04 |
Tom___ | I'm seeing traces of Android on my Galaxy Nexus display, does anybody else have that issue and what causes that? I have documented it here: http://askubuntu.com/questions/342615/ubuntu-touch-screen-color-tone | 10:06 |
popey | Tom___: thats not android, looks more like screen burn to me | 10:25 |
Tom___ | popey: thanks for your feedback | 10:28 |
popey | Tom___: if you have a rummage on google for "samsung galaxy" and "screen burn" you'll find a fair number of people have the issue | 10:32 |
Tom___ | popey: thanks for the hint | 10:39 |
popey | np | 10:41 |
* ogra_ has it too | 10:45 | |
ogra_ | with the ubuntu homescreen byrned in though | 10:45 |
popey | hah | 10:46 |
popey | ogra_: i left my nexus 4 on overnight, disconnected, and it seems to sleep deeeeeeply sometimes | 10:46 |
popey | I have a cron job which wakes up every minute (yes, I know this is not good for battery life) which records battery life in a text file... | 10:47 |
ogra_ | popey, yeah, hold the power button for 1min (not less !) | 10:47 |
popey | no, not that kind of sleep | 10:47 |
popey | its very easy to wake | 10:47 |
popey | not busted | 10:47 |
ogra_ | oh ? | 10:47 |
popey | http://paste.ubuntu.com/6078606/ | 10:47 |
popey | http://paste.ubuntu.com/6078607/ is the silly script | 10:48 |
popey | wanted to record battery drain over longer periods | 10:48 |
ogra_ | why does it takke thee semples sometimes ? | 10:48 |
popey | interesting that there's big gaps through the night | 10:48 |
popey | well, exactly, that's my question ☻ | 10:48 |
popey | * * * * * /home/phablet/powerstat.sh >> /home/phablet/battery.csv | 10:49 |
popey | thats the crontab for the phablet user | 10:49 |
popey | makes me wonder if we may have problems with the alarms api in the future if the thing goes into such deep sleeps | 10:49 |
ogra_ | i would put the sleep into the script with a while loop | 10:49 |
ogra_ | instead of using cron | 10:50 |
popey | well, i am of course making an assumption that the reason it's not doing the cron job every minute is because of some kind of deep sleep | 10:50 |
ogra_ | in a way that the date and getprop dont get exeuted all the time | 10:50 |
ogra_ | and turn the two ifs into a "case" statement | 10:50 |
popey | wise, will modify | 10:50 |
ogra_ | that should lower the footpring, so you measure less of yourself | 10:51 |
ogra_ | 10:51 | |
ogra_ | (also dont use bash, use /bin/sh, thats only 10% as big ) | 10:51 |
popey | thanks | 10:52 |
* ogra_ prepares to go to the airport ... | 10:58 | |
Stimrol | hello, I am having some problem deploying the touch image on my nexus 4 phone | 11:59 |
Stimrol | I think the problem is that my language uses UTF-8 name for home/user/download | 12:00 |
Stimrol | so it can't be accesed | 12:00 |
Stimrol | is there anyway to load the image files from other location than /home/user/download | 12:04 |
popey | Stimrol: interesting, what's your Download location called then? can you pastebin the output from phablet-flash? | 12:09 |
popey | Stimrol: assuming you're using phablet-flash then could you please file a bug against it here: https://bugs.launchpad.net/phablet-tools | 12:11 |
Stimrol | popey, http://paste.is/2454/ | 12:11 |
Stimrol | yes, I will do | 12:12 |
popey | right yes it does look like a unicode problem, thanks for spotting it | 12:13 |
popey | in the meantime you can manually flash the device | 12:13 |
popey | https://wiki.ubuntu.com/Touch/Install has details | 12:13 |
popey | Stimrol: --base-path might be useful | 12:14 |
popey | as you can move the files somewhere else (like /tmp) and install from there | 12:14 |
Stimrol | thanks, good I didn't read further in my guide, then I would not have made the bug report :) | 12:15 |
Stimrol | popey, do you then add --base-path as a parameter to the phablet-flash line? | 12:16 |
Stimrol | thanks again, I made a bug report | 12:22 |
popey | yeah Stimrol | 12:24 |
popey | phablet-flash cdimage-touch --base-path=/tmp I _think_ | 12:25 |
Stimrol | popey, if I use this command now, then there is a SHA256SUMS problem --> ERROR:phablet-flash:SHA256SUMS cannot be obtained for verifiaction | 12:47 |
Stimrol | maybe this calls for another bug report | 12:49 |
xnox | stgraber: rsalveti: hm.... =( yeah it should have been running all the time now =( | 13:18 |
Stimrol | what is wrong with the image, or is it just on my side, when I type "sudo phablet-flash cdimage-touch -b --base-path /home/stimrol/temp/" then I get --> ERROR:phablet-flash:SHA256SUMS cannot be obtained for verifiaction | 13:58 |
rickspencer3 | hey hey, anyone know what I need to do to get data working on my phone again? | 14:09 |
=== Namidairo is now known as Namidairo`bnc | ||
=== Namidairo`bnc is now known as Namidairo | ||
akshay2000 | Hey! | 14:58 |
akshay2000 | qtcreator-plugin-ubuntu-cordova seems to have been deleted from the team PPA. ubuntu-sdk can't be installed now. | 15:12 |
caner | hi guys | 16:42 |
caner | i have galaxy nexus | 16:43 |
caner | and custom recovery :) | 16:43 |
caner | where is the .img file ? | 16:43 |
caner | .zip file ?? | 16:43 |
crypticmofo | hi all .. i was thinking something .. if i follow the porting guide for ubuntu-touch .. will that mean i can maintain the image for a certin device that i want | 17:04 |
crypticmofo | right now its not being maintainted .. the device in questions is cdma but i don't care bout that .. at least the device can have wifi | 17:05 |
=== Namidairo is now known as Namidairo`bnc | ||
Tom__ | Question: When I connect my Galaxy Nexus with my laptop via USB, it doesn't get auto-mounted - is this currently normal behavior? If yes, what would be the easiest way to change that? | 17:38 |
Tom__ | (Both run Ubuntu, of course) | 17:38 |
Tom__ | (and when I had Android on the Galaxy before, it auto-mounted instantly) | 17:41 |
AskUbuntu | Is it possible to run Ubuntu touch on any android phone? | http://askubuntu.com/q/343007 | 17:55 |
Tom__ | Are Ubuntu Touch devices supposed to auto-mount on Ubuntu? | 17:55 |
wellsb | Tom__: MTP is not implemented yet, but it's in progress. You can read about it here: http://blog.cyphermox.net/2013/09/implementing-mtp-on-ubuntu-touch.html In the meantime, you can use adb push and pull to transfer to and from the device | 18:01 |
Tom__ | wellsb: thanks! | 18:02 |
cjwatson | slangasek: It is, it was the last upload | 18:24 |
crypticmofo | anyone get my question earlier ? | 18:52 |
crypticmofo | right now its not being maintainted .. the device in questions is cdma but i don't care bout that .. at least the device can have wifi | 18:52 |
popey | crypticmofo: its quiet now because it's sunday evening, better off asking during the euro / us working day | 18:53 |
crypticmofo | ok | 18:55 |
=== Fyodorovna is now known as wiler-nilee | ||
=== wiler-nilee is now known as wilee-nilee | ||
tataku | hey trying to figure out how to view version installed | 19:37 |
popey | tataku: cat /var/log/installer/media-info | 19:44 |
tataku | would I do that in fastboot? or sdk platform tools? | 19:47 |
mhall119 | tataku: adb shell into the device to run it | 19:47 |
tataku | ok cool ty | 19:48 |
seepa | hello, any touch porting experts here? I'm working on a flipped port, finished building the android image, but I boot straight into busybox and dmesg tells me "initrd: Couldn't find data partition. Spawning adbd ..." | 19:49 |
tataku | i think Im doing something wrong. It says the directory doesn't exist | 19:51 |
tataku | so this isnt too bad, just wish I had ubuntu running on my computer so I can mess with it more | 20:13 |
cwayne | huh, making a new theme doesn't really work, because MainViewStyle.qml sets it to one of the existing themes | 20:19 |
drachensun | seepa: If you figure out where the partitions are defined, please let me know | 20:19 |
drachensun | I've got a similar problem on boot | 20:19 |
tataku | Just wondering, I know for now you can only develop on an Ubuntu machine. Has anyone tried developing on either Mac or Windows? | 20:23 |
spacecaker | u can use SSH | 20:25 |
spacecaker | mac already supports inside | 20:25 |
tataku | Thats what I would think to | 20:25 |
ahayzen | tataku, may be of interest http://summit.ubuntu.com/uds-1308/meeting/21917/appdev-1308-sdk-porting/ | 20:26 |
tataku | oh sweet | 20:26 |
tataku | imma watch this in a bit | 20:26 |
tataku | either way I still wanna have qt5 right? | 20:27 |
seepa | drachensun, you still here? | 21:26 |
drachensun | yup | 21:27 |
seepa | there should be .fstab files in the android device tree.. is that what you r looking for? | 21:29 |
drachensun | makes sense | 21:29 |
drachensun | I was doing something a little hacky to get it to load | 21:30 |
drachensun | so I didn't have anything in fstab | 21:30 |
drachensun | but I dont think it mounted everything the way it is supposed to | 21:30 |
drachensun | so did you just have to modify the fstab entry for data? | 21:30 |
seepa | no, I did not modify anything there expect for removing the "nosuid" flag from the /data mount options | 21:31 |
drachensun | ah | 21:31 |
seepa | as described in the porting guide | 21:31 |
seepa | what kind of boot issue do you have? are you stuck in busybox as well? | 21:32 |
drachensun | yeah, I was working with binary set of the Android images created by a colleague | 21:32 |
drachensun | the boot.img was missing some setup | 21:33 |
drachensun | on our device you had to load a nand driver to get the internal partitions up | 21:33 |
drachensun | so I was trying to add everything in and repack the boot.img | 21:33 |
seepa | I see | 21:34 |
drachensun | but its a fairly complex init script | 21:34 |
drachensun | so I couldnt see where all it was crashing | 21:34 |
drachensun | I tried to just write around it by calling a typical load up we do the script in our just Linux init | 21:34 |
drachensun | and then it was crashing looking for the system partitions | 21:34 |
drachensun | partition | 21:34 |
seepa | where exactly is the init script located? | 21:34 |
drachensun | well we have an initrd just like they are using | 21:35 |
drachensun | except our /init file is pretty short | 21:35 |
drachensun | so I just couldn't see where it was looking for the system partition to change it as the /etc/fstab file seemed to be empty | 21:36 |
seepa | ok, but where is the file? it must be somewhere in the saucy-preinstalled-touch-armhf.zip | 21:36 |
drachensun | I assume it is expecting to the use one from the initrd | 21:36 |
drachensun | oh the one that crashes looking for system is the init in saucy-preinstalled | 21:36 |
drachensun | its binary | 21:37 |
drachensun | the one I modified was in boot.img | 21:37 |
drachensun | like I say, I was kinda doing everything backwards since I didn't have his build setup | 21:37 |
drachensun | I am getting all the matched up right now | 21:38 |
drachensun | and hopefully it will be obvious where the fstab should be coming from | 21:38 |
seepa | I found this page on xda http://forum.xda-developers.com/showpost.php?p=44024762&postcount=167, it has the script posted which prints the error I see: | 21:46 |
seepa | the problem is right when it looks for "userdata UDA DATAFS" in /dev but doesn't find anything there | 21:47 |
seepa | so the path variable is empty and "if [ -z "$path" ]; then" gives me the error | 21:47 |
seepa | echo "initrd: Couldn't find data partition. Spawning adbd ..." | 21:48 |
seepa | problem is, I don't know if that is something I have to tune before building the android image, you know, some setting so it creates a partition like "userdata, UDA or DATAFS" in /dev... | 21:49 |
xbox | Hey guys, we have a lot of of experince with CM and ubuntu touch | 23:52 |
xbox | But he got the P5110,k the GTAB2 10.1 | 23:52 |
xbox | And im looking for the most recent build so he can trym he is almost com[pletely blind so im helping | 23:52 |
xbox | any help much appreciated | 23:52 |
adamther | o/ | 23:56 |
adamther | So i was trying to flash my nexus 10 to unbuntu but for some reason its stuck in the google logo loop of load then crash and repeat. I can get into the android recovery menu by holding down both volumes and the sleep buttion but i cant use adb anymore... kinda lost | 23:57 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!