[00:00] *g* [00:17] halp [00:17] when i run git diff [00:17] i get usage: git diff [--no-index] [00:17] am i doing something wrong === corne is now known as corne_away [00:20] As the git object count clears 2mil I suspect I won't be doing anything for awhile... [00:22] guys [00:23] halp [00:28] dank101, you need to do it inside a tree [00:29] the toplevel dir isnt one [00:29] (its just the repo instance) [00:29] im a noob at git [00:30] explain it like im 5 [00:30] * ogra_ too ... i'm a bzr guy ... [00:31] how to i make a tree [00:31] If you don’t find any files there, grep for “nosuid”. <---- whats that mean [00:31] the toplevel dir that was created when you synced is a repo [00:31] k [00:31] the dirs inside that are git trees [00:31] im in ~/.repo/manifests$ [00:32] FYI [00:32] cd to one of the dirs, there git diff will work [00:32] not the hidden dir with the metadata :) [00:32] cd kernel/foo/bar/baz [00:32] git diff ... [00:32] or cd device/blah/foople [00:33] where do i put the manifest [00:33] put ? [00:34] you edit the exiting one [00:34] Before I go nuts trying, anyone else started working on the nook color? [00:34] like the porting guide says [00:34] Kurlon, if https://wiki.ubuntu.com/Touch/Devices doesnt list it we dont know about it :) [00:34] anyone successfully make an app yet? [00:35] the file doesn't exist [00:35] RobbyF, a few people on the mailing list .... [00:35] Fair enough. I doubt I can supply fixes if it doesn't work, but I'll give it an honest college try at least. [00:36] dank101, .repo/manifest.xml [00:36] oh [00:36] I should join that list, thanks ogra_ [00:36] ... [00:36] which is a link to .repo/manifests/default.xml [00:36] how f**king dumb am i [00:37] so in there you define additional git trees ... the repo sync command will then pull them and intrgrate them for you [00:37] error.NoManifestException: /home/daniel/.repo/manifests/.git/HEAD [00:39] how did you get that ? [00:39] ogra_: do you know common places to find grep "nosuid" [00:39] wtf sorry [00:39] i didnt mean to type that... damn mouse jumping all over the place [00:40] heh [00:41] First fail, the extract-files.sh script is failing to see my nook. [00:43] changing the suid is absolutely neccessary? [00:44] essentialz, if you want a usable system it needs to be mounted without nosuid [00:45] just find your fstab file for your device [00:45] im having a little problem finding fstab.ville [00:45] i see one called fstab.recovery in the directory [00:45] which directory are you in exactly now ? [00:45] recovery.fstab [00:46] "/device/htc/ville" [00:46] and the file is called recovery.fstab, could that be it? [00:47] no [00:47] do you have more than that one dir added ? [00:47] (under device/) [00:47] i have about 8 [00:48] asus, common, generic, htc, ti, samsung, sample, lge [00:48] i.e. to port to my galaxy S2 i needed device/samsung/galaxys2-common as well as device/samsung/i9100 [00:48] my fstab is in the -common subdir [00:48] oh ok [00:48] Any update to this since it came out? [00:48] yea i did a common too [00:49] Or will phablet-flash -l just reflash the same image [00:49] msm89604-common [00:49] well, use find :) [00:49] find device/ -name *fstab* [00:49] from the toplevel dir [00:50] ok thanks.. the tut said use grub "nosuid' [00:50] its been running for a while [00:50] eMinja, images are built daily ... phablet-flash -l always flashes the latest (thus the -l) [00:50] grub ? [00:50] Sweet, extract in progress, finally. [00:51] Anything big change since the first day? [00:51] essentialz, stop that command ... use the find i gave you above [00:51] no sorry... grep [00:51] I'm reflashing now anyway, but just a quick update would be great [00:51] yeah, i guessed that [00:51] doing right now [00:52] i.e mine sits in device/samsung/galaxys2-common/rootdir/fstab.smdk4210 [00:52] a little more hidden than the porting guide suggests [00:52] device/htc/ville/rootdir/etc/fstab.ville; device/htc/ville/recovery.fstab;device/htc/ville/configs/vold.fstab [00:52] got it [00:52] lol you the man [00:53] sorry kinda new to linux... been using only a couple weeks... a lot of commands still strange to me [00:54] yeah, its all about training :) [00:54] * ogra_ does that stuff since a while [00:55] cool, thanks again... lets see how far i can get on my own again... [00:59] not very far... lol... what am i suppose to do with that? ogra_ do i just remove the nosuid from the mnt_flags for data cache and devlog? [01:05] The default fstab for the new device will have its /data partition mounted with nosuid, which needs to be removed, as certain Ubuntu applications/daemons require the use of setuid [01:05] from the porting guide text [01:06] so remove nosuid from the /data line [01:08] specially network [01:08] network manager doesn't play well with nosuid [01:08] Ok, that seems like a bit of an issue... 'brunch' not found. [01:08] did the script finish properly ? [01:09] (phablet-dev-bootstrap) [01:09] ogra_: AFAIK it did, I suppose I can restart and try again. [01:10] Ok, I called env-setup.sh wrong, my bad. [01:33] hi? [01:33] hi [01:34] I was considering flashing the ubuntu touch image onto an old phone [01:34] will I retain my bootloader (revolutionary)? [01:34] Thanks [01:37] Looks like there is more work involved for the nook, I'll writeup what I've done so far and post to the list. [01:45] ogra_: thanks... had to get some grub. === gordon is now known as Guest41272 [01:58] ok, can someone walk a noob through a port install? === LarrySteeze|Away is now known as LarrySteeze [02:03] * trapntan_ 's tethering sucks tonight [02:03] Ok... so I am almost at building... got to brightness indicator part. tried searching for init.ville.rc but doesnt exist [02:03] would proper install steps be [02:03] flash unoffical in recovery [02:04] flash preinstall in recovery [02:04] trapntan_: https://wiki.ubuntu.com/Touch/Porting#Building_the_Ubuntu_packages [02:04] reboot? [02:04] well, what's the deal with the phablet-flash? [02:05] those instructions don't say what to do with the unoffical in relation to the preinstall [02:05] oh... sorry. I'm going through the steps myself. wait for someone else to help you. [02:07] yeah seemed to be ok with the build, few changes required from maguro to Toro [02:07] Just wanna double check before trying to figure out why this won't boot lol [02:09] oh... lol [02:12] im stuck at brightness indicator part [02:16] Do you still need a java jdk installed, I thought ubuntu touch didn't use any of the dalvik stuff? [02:17] hi, I had the sources for android etc checked out earlier using phablet-dev-bootstrap, and I copied it to my External HDD becaused I needed to format my computer, how can I restore that backup so that phablet-dev-bootstrap continues from where it left off? [02:17] because repo status says everything is missing [02:18] and I get : fatal: Not a git repository (or any of the parent directories): .git [02:18] error: .repo/manifests/: manifests checkout 76c770f4f7f6de8c4e748d2634baa8bd2564d527 [02:23] whats this about? build/core/main.mk:155: *** stop. Stop. [02:27] sup all [02:27] essentialz: the error is probably a bit further up [02:27] not sure if this is the place for it, but I have installed precise x64 on a dell inspiron one2205, looking to get multitouch working [02:28] shadeslayer: it says i have the wrong version of java.... i have 1.7.0_15 [02:28] sais correct version is 1/6 [02:28] does that really matter? [02:28] 1.6* [02:28] idk, I haven't compiled it yet [02:29] how can i get gedit to show me the lines numbered? [02:30] essentialz: edit > preferences [02:31] essentialz: I just told you [02:32] ntzrmtthihu777: thx [02:33] is main.mk like somekind of log? i went to line 155 and it shows the error thats on the command prompt [02:34] while syncing with the repo i no its downloading but in /home/jon/[target_directory] theres nothing there right now. its not done downloading yet it gone take me awhile to get it finished but when im done will something be there? i no its downloading something cause i see space going down [02:45] wow, everything going to Qt. Unreal [02:45] johnjohn101, the Mir post doesn't say that exactly :p [02:45] just that Qt is the first thing being ported [02:46] qml looks promising. [02:50] http://pastie.org/6386273 [02:50] My current sticking point on my Nook Color === paradoxgo- is now known as paradoxgo [03:04] Kurlon: I commented out the line BOARD_CUSTOM_BOOTIMG_MK := device/bn/encore/uboot-bootimg.mk from BoardConfig.mk. That lets the build finish but don't try flashing the image, we need a uboot image for the nook color. Nesmith says we need to delve deeper into the makefiles. [03:09] Oh, so someone else has already been down this road? Cool. [03:19] rsalveti: what do you mean finally landing it? [03:19] the vpid stuff has been in there for a while, just hadnt release the pkg [03:19] ricmm: landing at the ppa [03:19] yup [03:19] as we don't have staging anymore [03:19] its android-side only anyways [03:20] ricmm: right, will at least unblock the shell guys, not so sure when they will land the code that uses it [03:20] rsalveti: the other packages are for jim's sensor observers stuff [03:20] not specifically, but the support for starting apps by cmdline properly (without the need of clicking at the running apps) [03:20] rsalveti: yep, need to try and push that forward... need to wait for florian to be back tho [03:20] right, cool [03:21] ricmm: did we land the media player already? [03:21] rsalveti: that has landed since a while ago, just the shell hasnt been released [03:21] the launching apps from console, that is [03:21] cool [03:21] its separate from the vpid stuff tho, vpid has to do with using the real apps lens [03:21] ricmm: how often are we releasing new packages currently? [03:21] to index .desktop files etc [03:21] I know we want the autoland to be in place, but before that's done :-) [03:21] rsalveti: not often enough [03:21] our manual woes are proof :) [03:22] yeah, we need to land stuff more often :-) [03:23] will try to get the apps lens rolling after UDS [03:23] cool [03:24] ricmm: we probably want to start landing some of the core apps as well (done by community) [03:24] so we can have them available by default :-) [03:25] sorry if im interrupting ive never used freenode but i just have one question...while syncing with the repo i no its downloading but in /home/jon/[target_directory] theres nothing there right now. its not done downloading yet it gone take me awhile to get it finished but when im done will something be there? i no its downloading something cause i see space going down. [03:25] not so sure what needs to happen first though [03:25] thIsgUy_: it starts with a .repo folder [03:25] but something might be wrong at your setup, if you're seeing any progress at your shell [03:25] as the bootstrap process is quite verbose [03:26] rsalveti: +1 on landing apps, lets take a look at that tomorrow between sessions [03:26] need to draft up a list of whats up or something [03:26] ricmm: yup [03:26] or a way to track app development, not just porting [03:26] in the wiki [03:26] yeah [03:26] so inside of /home/jon/[target_directory] there should be a .repo folder or somewhere else cause i dont see nothing now [03:27] thIsgUy_: it should have a .repo folder at the target directory used when cloning the repos [03:28] thIsgUy_: how are you actually bootstraping your dev env? [03:28] using phablet-dev-bootstrap? [03:29] yea i believe thats it. im kinda new to all this i just simply copied what it said do on the ubuntu touch porting guide [03:29] im sorry idk about all that stuff i just thought it download the stuff to that folder [03:31] thIsgUy_: can you paste the command you used? [03:31] oh nevermind i see the folder now i had to press ctrl+h to show hidden folders my bad i see it now. [03:31] np :-) [03:32] thanks anyways man but one more question if i stop the repo and start again tomorrow will it start over or pick up where it left off [03:36] rsalveti: what about a session in the apps track for tracking widespread app development in the community? an app 'tracker' of sorts [03:37] ricmm: +1 [03:37] thIsgUy_: np :-) [03:37] ricmm: mind creating it? [03:38] rsalveti: sure I'll make it [03:38] ricmm: thanks === holstein_ is now known as holstein [03:44] rsalveti: https://blueprints.launchpad.net/ubuntu/+spec/appdev-1303-app-development-community-growth [03:44] maybe it doesnt warrant a new blueprint [03:44] but just a work item in that one [03:45] ricmm: yeah, let me add a comment at the whiteboard [03:46] ricmm: done [03:46] jezz, it's a *lot* to discuss in 2 days [03:48] ya [03:59] Hello [03:59] Export includes file: build/tools/acp/Android.mk -- /home/essentialz/ubuntuTouch/out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/export_includes make: *** No rule to make target `/home/essentialz/ubuntuTouch/out/target/product/ville/kernel', needed by `/home/essentialz/ubuntuTouch/out/target/product/ville/boot.img'. Stop. [04:01] rsalveti: the good news is that you can do hangouts with the community *anytime* [04:01] it doesn't have to just be during virtual UDS [04:01] mhall119: yeah [04:01] Hi everyone ! [04:01] we'll probably need a few extra slots anyway [04:01] rsalveti: we were talking about using Summit for App Developer Week as well [04:02] mhall119: cool, seems a good idea [04:02] I have some question about Ubuntu touch [04:02] DucThien1490: shoot [04:03] I have an Android phone running Android 4.0.1 [04:04] I don't know that i could install Ubuntu touch on my phone. [04:05] DucThien1490: it depends more on the device itself than the version of Android [04:07] i'm using a phone coming from Korea named SKY Vega Racer (IM-A770K) [04:07] this is detail : http://www.android.com/devices/detail/sky-vega-racer-im-a770k [04:08] DucThien1490: the known list of devices and state of support can be found here: https://wiki.ubuntu.com/Touch/Devices [04:08] unfortunately I don't see your phone on the list [04:09] so Can't i install Ubuntu touch on my phone? [04:10] not yet, but maybe somebody will work on porting it to your phone [04:10] My phone has a Dual Core CPU 1,5GHz [04:10] the XDA developers have been incredibly fast in adding support for more devices [04:10] DucThien1490, does your phone have an existing cyanogenmod rom? [04:10] 1GB Ram. [04:12] No, it does not. [04:13] that's what they have been using to quickly port it to devices so it might mean you're out of luck for now [04:14] okie! [04:15] thanks for your support! [04:15] no problem [04:15] running into some issues while compiling. was able to get passed a couple, but dont know what to do [04:16] make[1]: Leaving directory `/home/essentialz/ubuntuTouch/kernel/htc/ville' Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make: *** wait: No child processes. Stop. [04:16] Can someone tell me about there experience with ubuntu on a phone? [04:18] http://www.xda-developers.com/android/ubuntu-touch-next-generation-os-or-just-another-skin/ [04:18] pretty good review from the initial release [04:19] wastrel. have you used it personally? on a day to day basis? [04:20] i have never used it [04:21] evon: whats out there now was never meant to be used exclusively, its just for demoing or developing apps on, stay away if thats what you're expecting :) [04:21] wastrel, Aight [04:22] Sarvatt. oh i c. I will chill out then. I was debating whether or not I should get an android and put ubuntu on it [04:22] Sarvatt, I guess I will just get the new BB [04:22] evon, I'd get a nexus 4 [04:22] they're going to be supported when Touch is done, so you can use it then [04:24] Nimble, I'm pretty attached to BB unfortunately so I will probably stick to that until I switch phones again [04:24] well, that's fair and you know your situation better than someone on the internet :P [04:25] Nimble, ;-) [04:49] hello [04:49] hi [04:49] I keep getting this error [04:49] Device detected as maguro Not enough space in /data, found 4G [04:50] I have wiped the data partition [04:51] anyone know why it keeps doing this? [04:54] what device is it? [04:54] Galaxy Nexus [04:55] it flashed fine before [04:56] nothing has changed on the device [04:56] * slick_nickerson is stumped [04:56] Hello [04:57] anyone know how to install ubuntu on galaxy tab touch 2 7.0anyone know how to install ubuntu on galaxy tab touch 2 7.0 [04:58] anyone know how to install ubuntu touch on galaxy tab 2 7.0 [04:59] byron, can it run cyanogenmod? [05:00] yes [05:01] i have install cyanogenmod 10.1 [05:02] then theoretically it should work [05:02] ok figured it out [05:02] hi Hashcode, I'm about to try your handiwork~ [05:02] I think [05:03] ok but as I install it because I have a file that does not allow me to install it, could you tell me how to install Ubuntu? [05:03] :) [05:03] Enjoy Nimble [05:05] will do. [05:06] I have to say, you're pretty much singlehandedly responsible for keeping the Droid 3 somewhat relevant [05:06] so thank you very much [05:06] well, you and the other person who's name escapes me [05:07] :( [05:07] byron, do you mean when you install cm? [05:08] ahhh no, i want to install ubuntu touch [05:09] yeah, but you said you tried to install something and it gave you an error [05:15] hello [05:15] hi byron [05:16] is your device this list? https://wiki.ubuntu.com/Touch/Devices [05:16] ok [05:18] jajajajajja noooo ;( [05:18] I thought I could install it on the galaxy tab 2 7.0 but not on the list. : ( [05:19] thank you for your help nimble [05:20] byron, if cyanogenmod runs on it, it's possible someone will port it to your device [05:20] so check often [05:23] if you think it is possible but I have to wait longer for the Nexus 7 because if this, I'd think for the Galaxy Tab 2 7.0 will be also be . [05:24] I got it working with galaxy tab 2 7.0 (wifi) just fine, just didn't have time to publish the image/instructions yet [05:25] should be up later this week, but it might be different if you have the 3g model [05:25] * rsalveti -> off [05:27] when you can please send me the tutorial, I'd appreciate a lot, you will be my hero hahaha XD [05:34] Hashcode, I didn't know cdma was working? [05:52] is there a built in terminal somewhere? [06:05] Is touch preview ported to VM?? [06:05] rsalveti: thanks, it was starting to look a bit like a problem to me to mix too many licenses === tvoss|eod is now known as tvoss [07:13] Hi all, i was wondering if you guys could tell me if my phone will work for ubuntu touch, i have a Galaxy nexus "mysid" (i matched the build version and andriod version) On the wiki it only show factory images for takju or yakju is that cause it only works on those devices? [07:14] Erm Toro... so i guess that it dosnt work ? [07:20] random, yours is toro? [07:20] and not toroplus? [07:20] https://wiki.ubuntu.com/Touch/Devices/toro [07:21] 4.1.1 (JRO03O) toro, that matches what i got off my phone. so yea toro, not toroplus [07:21] alright [07:21] there are instructions on how to install it in the link I pasted just now [07:22] ...it's empty [07:22] lol [07:22] im seeing nothing but an empty wiki [07:22] yea :/ [07:22] http://forum.xda-developers.com/showpost.php?p=38294870 [07:22] there's a link though [07:22] with an image [07:22] you might want to check xda and see how others are doing it with toro [07:22] but I think all you have to do is flash it with clockwork mod [07:23] have you flashed any ROMs before? [07:23] no my phone is stock standard. Was waiting for the ubuntu stuff to try it out. so i haven't done any of this [07:23] hmmm, ok [07:24] So i'm not sure where to start :/ [07:24] i also dont use verizon, im canadain, Virgin mobile. [07:25] ubuntu touch definitely isn't ready for being daily driver [07:25] when they say it's a developer preview, they really mean it [07:25] just so you know [07:26] that being said, you should probably wait for someone more familiar with the galaxy nexus to help you [07:26] I've never owned one :X [07:27] yea i dont expect it to be, i hvnt dont any modding to my phone just cause hvnt done it :P it looks interesting... and i mean i got smartphone so i could do this stuff. and making apps and stuff for it, it just looks better, and since i really like using my ubuntu now lol. but yea... guess i should wait on this one sadly. im bored and have nothing to do lol [07:28] it's actually not hard to flash ROMs, but since I've never done it with your phone I'd feel really uncomfortable doing it [07:28] now if you had a droid 3... [07:30] Yea x [07:30] Xd* [07:30] im bored of my andriod atm :P and just the look of the ubuntu touch looks nice and something new. [07:30] it's pretty nice [07:30] I just put it on mine and it's great [07:31] but my device barely has enough memory for it [07:31] i need to take out battery as it didnt respond to power button for whatever reason [07:31] but yes, it is very nice [07:31] heh [07:31] yeah [07:31] pretty rough around the edges [07:31] but when it's done I'll definitely be using it [07:32] Yea gotta find some galaxy nexus users it seems === corne_away is now known as corne [08:39] Anyone able to install ubuntu on a HDC S7100 [08:40] Planning on buying one [08:42] hello [08:43] i want to compile ubuntu touch for nokia N9 [08:43] i want ubunto touch on Samsung Galaxy S2 [08:43] pleacw [08:43] pleace* [08:43] anybody here can roughly describe what are the steps (in big picture) please? [08:44] I used linux for a few years [08:44] nokia N9 <-- nice phone [08:44] have internal fm modulator [08:44] S2 Better :D [08:44] but does not have exp in porting yet [08:45] zard: yes nokia N9 has a cool design, haha [08:55] songuke: https://wiki.ubuntu.com/Touch/Porting [08:56] Nimble: thanks. I'll follow that guide and post my progress here later [08:56] great, good luck! [08:56] but usually, during porting, what kind of problems people might get? [08:57] driver problems or any stuffs like that? [08:57] well [08:57] right now devices are being ported using the cyanogenmod kernel [08:57] sorry to ask noob questions :) [08:57] which is android [08:57] so your N9 should be good to go if it can run cyanogenmod [08:57] there is a NIITdroid project that makes android run on N9 as well [08:57] but it's half way done [08:58] voice calls haven't worked yet [08:58] I'm not sure why [08:59] hm [08:59] well, dunno how helpful it'll be for you then [09:15] salamun alaikum === XenGi_ is now known as XenGi === ckpringle_ is now known as ckpringle [09:49] morning all [09:50] anyone tried ubuntu touch on any other N10s other than manta? [10:05] suspended nexus 7 for 15hours, 4% battery used; not bad [10:10] trying to set up my Ubuntu desktop, anyone know the difference between the 3 codes names precise, quantal or raring ? [10:10] perfect [10:11] try using quantal currently [10:11] raring not released yet === vrruiz_ is now known as rvr_ [10:13] Cheers jiangenj, where can I find what the differences are? [10:27] woodyg, the date they were released is the main difference [10:28] woodyg, they are 12.04, 12.10 and 13.04 [10:31] ok thanks [11:13] ah hello? [11:13] i've got some problem [11:14] Accroding to the section of "Enabling a new device" in the porting guide, i can't get my phone's CM10.1 Source Code [11:15] The leatest from my phone is CM7 [11:18] popey, ogra_? [11:19] that means you need to forward port it to 10.1 first (and that likely the kernel source is way to old to run with ubuntu touch out of teh box) [11:19] kernel source? [11:20] i don't need CM10.1 if i have kernel source? [11:22] hopkinskong: what device. [11:23] dun1982: HTC HD2 [11:23] I had the same issue with gt-p6800 (samsung galaxy tab 7.7) and I had to fork the old cm10 device and kernel sources. [11:23] http://wiki.cyanogenmod.org/w/Unofficial_Ports#HTC_Leo_.28HD2.29 [11:23] I got CM7 only [11:24] If you can find the sources for this project, I think you have a change: http://forum.xda-developers.com/showthread.php?t=2046327 [11:25] I did same, but my kernel is based on 3.0.15 which is what Samsung release for ICS. [11:26] thank you [11:26] And I had to create/modify somewhat the device configuration (basically pull the cm10.1 kernel sources and fork it with new device configuration). But even still I have some problems with my first build (it is not booting correctly with my device). [11:26] i just contacted the developer [11:27] so, how do i get sources from another github account? [11:27] By going to github and making fork. [11:27] no, [11:28] then just add the forked github information to your manifest.xml [11:28] What i mean is, how do i modify the manifest.xml to make "repo sync" to get files from the unoffically git one [11:28] Let me give you an example [11:29] I'll write a pastebin help for you. [11:29] thanks :D [11:30] are u following the porting guide too? [11:31] dun: how did u get the proprietary blobs files? [11:31] dun1982* [11:34] http://pastebin.com/vLAfwvcM [11:34] Did you get what I mean there. [11:35] got that, thanks :D === Jaffa_ is now known as Jaffa [11:35] but why i need to fork one for myself? Instead of just use other's one === chriadam is now known as chriadam|away [11:48] If you find someone elses one, you can of course use it and commit there the changes. [11:48] That is the whole point of github. [11:50] i see [11:52] What I'm interested is that how can you establish a Cyanogenmod repository for your own device. [11:52] Ie I really would like to commit my repositories there to be used by the team and other volunteers. [11:53] Hi all, I have a quick question, If I was to install Ubuntu touch on my Nexus, can I go back to Android? [11:53] There is only a very messy exynos4210 repository in CM10.1 and it does not function with my gt-p6800 (which is exynos4210 tab). [11:54] MeanDean: with CWM I think you can? [11:54] As far as I know, it does not remove the CWM installation or recovery, so you should be able to change to any other android version that is available for your phone. [11:55] Okay thanks, when I go to Ubuntu Touch, does it wipe the phone? So if I went back to Android I guess it would be a clean refresh of the OS right? [11:55] But of course, you have voided your warranty when you unlock/root your phone I think. Even with Nexus series... [11:56] You have to do always wipe on the /data partitions and caches when you switch from one image to other. [11:56] Its already out of warranty thats not a problem [11:56] And you do that with ClockWorkMod or Odin for example. [11:56] Hmmm okay, will have to have a think about changing to Ubuntu Touch before I do it :) [11:57] Thank you everyone! === MacSlow is now known as MacSlow|lunch [11:58] i wanna install ubuntu so badly, but im too lazy to back up my stuff [11:58] first world problems [11:59] then do not backup. And most of your stuff should be in cloud anyway. [11:59] i dont trust clouds [11:59] not with my personal stuff at least [11:59] how is the latest ubuntu rls anyways, worth using over android? [12:00] Well it is a developer preview. [12:00] So I would say definetly not a daily driver. [12:00] aight, thanks === t1mp_ is now known as t1mp === oreneeshy_ is now known as oreneeshy === ckpringle_ is now known as ckpringle === _salem is now known as salem_ [12:42] hey [12:43] toc toc [12:43] hello???? [12:45] hello? [12:45] hello netcurli [12:46] lots of people in here, and nobody talking?? [12:48] yeah. that seems to be the case [12:49] but if you have a question, there will most likely be someone here to answer them [12:49] faka: the usual IRC usage method is staying 24h/7d on the channel, with discussions occuring sporadically. you can see today's discussions at http://irclogs.ubuntu.com/2013/03/05/%23ubuntu-touch.html [12:55] ave [12:55] looking foreward to getting ubunt-touch on my sgt 1.0 === MacSlow|lunch is now known as MacSlow === dayangkun_ is now known as dayangkun [13:11] hi [13:12] anyone know how i cud flash ubuntu touch on samsung nuxus s [13:13] ashish, https://wiki.ubuntu.com/Touch/Devices [13:15] i am building my CM [13:15] Is there someone ported ubuntu touch for galaxy s3? [13:18] thuai, http://wiki.ubuntu.com/Touch/Devices [13:18] Thank you benkaiser! [13:19] thuai, no problem [13:25] Hi all, can anybody look in my log http://pastebin.com/mGsuGfzR ? I am trying U Touch for Toshiba AC100, but my device power off after 20secs from boot :-( [13:28] P3T3, well, does the folder it complains about exist ? [13:29] P3T3, I just took a quick look, I don't have a clue.. but my best guess would be to google for some of the statements at the end of that log... Something like "Ubuntu Touch not boot" [13:35] ogra_, while using recovery.img I can adb shell inside ac100, then I can mount /data It looks like it contains everything at place [13:37] P3T3, then check the device specific fstab in /system as well as your init.rc, make sure /data gets mounted on boot === jono is now known as Guest21624 [13:52] morning [14:00] Hi, I've built an image for my device. How do I deploy it? [14:01] Is it just a matter of flashing both the cm-10.1 zip I have created and the ubuntu quantal zip from clockwork recovery? [14:02] hi all, I'm a bit confused, what is the 'codename' of sony ericson? [14:02] for example: samsung is obvious ofcourse, but what with sony ericson? [14:03] 'device/sony/anzu' ? [14:03] agb2, right, first the HW layer you built, second the phablet zip [14:03] ogra, ok thanks [14:10] hello === gatox is now known as gatox_bbl [14:21] So I am attempting to port to the htc sensation and I have built successfully. I get a blank screen with adb access. Although I can see all the programs in /data/ubuntu/bin, when I try to run any of them, I am told that they cannot be found [14:21] They are all marked as executable === juicyjones|away is now known as juicyjones [14:21] Does anyone have any clues? [14:26] running "file" from my pc gives the expected: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.31, BuildID[sha1]=0x91d0414cce74afb4dfbdeb4938a0658850b66dcf, stripped === ckpringle_ is now known as ckpringle === mhall119 is now known as mhall119|afk [14:56] Is there any installation guide for Motorala Xoom which makes ubuntu run natively on it? === jholtom|away is now known as jholtom === oreneeshy_ is now known as oreneeshy === dandrader is now known as dandrader|afk === gustavold is now known as gustavold_lunch [15:09] can someone share the daily builds link? [15:10] http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/ [15:12] thanks orga... [15:14] Hi people! Any news since last saturday? Improvements or anything? [15:14] Is there any installation guide for Motorala Xoom which makes ubuntu run natively on it? [15:14] try a daily and compare :) [15:14] [I see the building intstructions] [15:15] I'm a developer person so advanced tutorials are OK. [15:15] [I'm just a nub with android] [15:15] RamchandraApte, looka at the Devices page [15:15] there are Xoom images iirc [15:19] ogra_: yipee! can flashing brick your device or can you still push new files even if ubuntu fails to start? [15:20] RamchandraApte, the lower layer is android, so yur recovery stuff stays intact even if you trash the rest [15:20] ogra_: is the same true for rooting? [15:20] well, you need an unlocked bootloader and adb root to install at all === dandrader|afk is now known as dandrader [15:21] you'll only able to mess up if the manufacturer of your phone is a dumbass company :P [15:22] for example, some phones are way locked down that even some modules can be locked [15:23] bootloader locked, kernel locked, and the list goes on [15:24] Just get a Nexus phone and then you won't have to worry. You can pickup the Galaxy fairly cheap. Heck, the Nexus 4 is a steal at it's brand new price... [15:24] yeah, I dont buy phones that arent nexus [15:24] my last non-nexus phone was a motorola milestone in 2009 [15:25] hi there can you post me link for source of ubuntu for mobile i want port it to my phone [15:25] since then, I had a nexus one and now a galaxy nexus [15:25] ogra_: xoom supports fastboot. Menelkir: I have the wifi version, should be no problem. [15:26] oh and also I have a galaxy tab 2 7.0 running ubuntu-touch :P [15:26] ogra_: I've seen those steps but if the kernel fails to start, does adb push still work? [15:26] Would it be wrong to start a device wiki page for the Nook Color even though it's known not to even build currently? [15:28] Kurlon: I think it's OK if you have something to tell. [15:28] i.e. things you did to advance in the build process [15:28] good idea, I need to create a p3100 page [15:29] Ok. Looking at the TF700t I see exactly the notes I was thinking of posting so I'll give that a go. [15:34] hi all, I'm trying to port Ubuntu Touch to the Xperia Arc S. However, I can't find any fstab, even when grepping for 'nosuid' like suggested in the wiki. [15:34] only a recovery.fstab [15:34] any help? [15:36] evertheylen: do be patient, you will have to wait for some minutes. [15:37] I'm sorry, but I kinda frustrated because the wiki is rather undetailed imho [15:40] evertheylen, checked ramdisk? [15:41] how do you mean? [15:41] In your kernel folder [15:41] No wait, device folder [15:42] /device/xxx/xxx/ramdisk [15:43] I can't see any file or folder called ramdisk [15:43] LOL maybe only my device has it. Whatever [15:43] could I just continue? [15:44] the CM build I'm using isn't official, as there is no official build of it (yet) === alex_abreu is now known as alex-abreu [15:44] so I checked with some older but official builds, and they don't have any fstab eityher [15:44] *either [15:44] only a recovery.fstab [15:45] evertheylen: try using find /|grep fstab [15:45] Weird. Just continue and see if it works [15:45] RamchandraApte: already tried [15:45] RamchandraApte, sorry, i'Äm in UDS sessions all day so wont be quick with answers :) [15:45] RamchandraApte, fastboot flash should always work, even if your kernel is broken [15:46] so you can roll back to a working recovery img [15:46] actually, I can't find an fstab in any device [15:46] only recovery [15:46] for example, I have the map 'device/samsung/manta' [15:46] with no fstab [15:47] oops, forgot what I said [15:48] hmm [15:49] there is even no file called fstab.anzu on github [15:49] weird [15:49] Well just continue and see if it works [15:49] ok [15:49] Some other guy was working on anzu as well btw. [15:49] Last week [15:53] how to install ubuntu on motorala xoom? [15:53] [I see the status page but how to install?] === juicyjones is now known as juicyjones|away === jholtom is now known as jholtom|away [15:59] hi, the keyboard on my tf101 is just too huge, any ideas how to make it smaller? [16:01] or [16:01] how do I stop everything, and just have shell access [16:03] shadeslayer: stopping what? [16:03] X/Whatever is running [16:03] shadeslayer: "service ubuntu-session stop" [16:04] hmm, service not found [16:04] shadeslayer: you are logged in on the ubuntu side of things, right? [16:05] mzanetti: I booted the device and adb shell'd into it [16:05] is there something else I need to do? [16:05] shadeslayer: then you're in the android side [16:05] I see [16:05] shadeslayer: do a "ubuntu_chroot shell" and you are in a full ubuntu environment [16:09] shadeslayer, you should read the release notes wikipage [16:09] it HAS ALL COMMANDS NEEDED FOR WORKING WITH TEH DEVICE [16:09] EEEK [16:09] aye, I probably missed something [16:10] sorry for the caps [16:10] np :) === gustavold_lunch is now known as gustavold [16:13] ogra_: would it be possible to get armhf zip for Kubuntu Active? ( There's one for the Nexus 7, but no general zip that can be flashed for new devices ) [16:14] shadeslayer, once you ported it to surfaceflinger ... [16:14] there is no X [16:14] ah okay [16:14] it's plasma active by the way [16:14] I see [16:14] it doesn't even use ubuntu as base [16:14] (or once we switched to Mir ... which should bring already support for most of Qt) === corne is now known as corne_away [16:15] oh god, here we go again [16:15] no file init.anzu.rc [16:16] and again, even github doesn't have a file named like that [16:16] while I can find a lot of files that are named init.grouper.rc for example [16:19] evertheylen: Those are examples, not every device is plumbed the same so you've got to kinda feel it out as you go. [16:19] Kurlon: what should I do then? Just continue? [16:20] evertheylen: Find out the boot/init sequence for your device, adjust it to implement the changes suggested by the guide. [16:20] Odds are it does use some form of init.rc, you just have to find where that is sourced from for your device. [16:25] sigh. I'm going to try building anyway. however, the wiki isn't very clear again, what command do I need to run? [16:25] the wiki says 'brunch ' [16:25] what is target exactly? [16:26] (I've already sourced envsetup) [16:32] Hello all, I am sorry about asking again [16:32] the official version of ubuntu for mobile devices (phones, tablets, and mini tablets) is called? ubuntu-touch? [16:33] The name of your device, for instance my Barnes and Noble Nook Color goes by 'encore' [16:33] Hi all, 2 problems: /data, /cache, /system don't get mounted automatically when I boot up (although I can mount them manually). The other problem is that "ubuntu_chroot shell" fails with "chroot: can't execute '/bin/bash': No such file or directory", although I can see that data/ubuntu/bin/bash exists. [16:33] Has anyone else seen similar problems [16:33] ? [16:34] jair: check out https://wiki.ubuntu.com/Touch/FAQ ... see if this adresses everything you are wondering [16:34] holstein: great let me look ;) [16:36] Kurlon: so I need to do 'brunch anzu' [16:36] right [16:36] already tried, but it is spawning some errors [16:36] 'Device anzu not found' [16:38] bah, I can't get carriage return to work with adb :/ [16:38] anyone any ideas on font issues on Gt-N7000 note? Just built image as per build guide and boots ok but fonts seem messed up [16:50] anyone any ideas on font issues on Gt-N7000 note? Just built image as per build guide and boots ok but fonts seem messed up === dandrader is now known as dandrader|lunch [17:08] Is this normal on brunch? no bootloader.img in target_files; skipping install no radio.img in target_files; skipping install no radio.img in target_files; skipping install === gatox_bbl is now known as gatox === juicyjones|away is now known as juicyjones [17:54] on nexus 7 seems the camera app rotates, its just the shell that doesn't [17:55] yes [17:55] <_Scott_> yeah nexus 7 was always really buggy hardware [17:56] its not a HW issue [17:57] the shell simply cant rotate dynamically yet [18:15] anyone any ideas on font issues on Gt-N7000 note? Just built image as per build guide and boots ok but fonts seem messed up === dandrader|lunch is now known as dandrader === juicyjones is now known as juicyjones|away [18:39] my nexus4 is still discharging: (100% -> 75%) one day after "adb root; adb shell reboot -p", any idea howto shutdown the device without discharging while off [18:41] Hello! Does anyone knows if ubuntu-touch had any modificatios to the RIL interface since initial release? [18:50] steuersatz dont have a nexus here but could try adb shell poweroff ? might be worth a try [18:51] hey everybody [18:52] just installed the ubuntu touch preview on my droid 3 [18:52] i have a little question, its ther like a settings section? [19:03] mkosto, all the settings that currently exist are accessible from the indicators at the top === netcurli_ is now known as netcurli [19:05] ok, so just network settings, cuz i dont see how to change the gmt region or anything else, i know its an alpha and maybe it has just that [19:07] PaulyboyUK will try it, tnx === pi___ is now known as myared === rsalveti_ is now known as rsalveti === Ursinha_ is now known as Ursinha [19:19] hi all, if I specify custom github repos, could it cause trouble to build it? [19:19] for example: [19:19] [19:19] [19:19] because my device isn't officialy supported by CM 10.1, I need to use those repos [19:20] I have them in my .repo/manifest.xml, and I have already synced etc... [19:21] but 'brunch' is still having problems [19:21] 'Device anzu not found' === MrNerd is now known as Mrnerd [19:22] hey everyone! [19:22] hi [19:22] what am i suppost to do in thiss ? [19:22] Build changes main.mk [19:22] i realized i never did anything there. [19:30] evertheylen: Did you add the repos to the build.mk or whatever it's called file in the right subdirs section? [19:30] not that I know [19:30] evertheylen: That's critical, your env has no idea those repos you added exist, which is why it can't find your device to brunch. [19:31] hmm, is it me or do they not mention it on the wiki [19:32] Kurlon: where is that file you are talking about? [19:33] need help [19:33] 'Build Changes' in the touch porting guide, where it discusses main.mk [19:35] kurlon [19:35] Hallo [19:36] do i just put the vendor/manufacture in the main.mk or the full thing? [19:36] Mrnerd: If you look, one of the subdir entries has examples of other devices, follow their lead there. [19:37] ... [19:39] i ask because mine isnt named vendorsetup.sh. [19:40] nvm i have always been able to see it in the brunch list. [19:40] I'm not the guy for that question, I'm just going by what I've scratched out from the guide. [19:40] then what if your wrong. [19:41] thanks for your help anyways. [19:41] well, the wiki is again not very clear; only 2 sentences to be precise. [19:41] Then I'm wrong, and someone will correct me and we'll all learn. [19:42] yeah its not clear at all..they assume you know EVERYTHING!! [19:42] indeed, the wiki could be much better [19:42] they even skip some things, although they are quite essential [19:43] So, update it where you can. [19:43] should the people from other core app teams wait for designs from the Design Team, or they will just focus on those apps already? [19:43] you basically need to read the scripts yourself to understand what you need to do [19:45] Well, you are looking at something hatched by a few guys into a barely function proof of concept... it's not meant to be ready for the masses to dive into sans airbags. [19:46] that's true, I would like it very much to contribute, but then I first need the understand the whole thing [19:46] and ofcourse I want Ubuntu Touch on my phone as well [19:53] man i hate how long it takes to compile this.. [19:55] SDK people around? ActionSelectionPopover, clicking outside the items results in the click getting through past the popup... I think the intended behaviour would be to close (cancel) the popup instead of having the click go through? === juicyjones|away is now known as juicyjones [20:03] jppiiroi1en -> SDK people around? ActionSelectionPopover, clicking outside the items results in the click getting through past the popup... I think the intended behaviour would be to close (cancel) the popup instead of having the click go through? [20:05] heym o got a black scrren after booting [20:06] but using adb i can connect and enter ubuntu_chroot shell [20:06] what can i do ? [20:08] rsalveti, what can i do to see why am i getting black screen? === Virunga is now known as [_nina_] === [_nina_] is now known as Virunga [20:15] Why if I have ActionSelectionPopover in a Page, it opens automatically at start without me calling show() for it? [20:17] I have to do an ugly workaround like this to ActionSelectionPopover: Component.onCompleted: hide() === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [20:44] yooooooo! [20:44] sigh, I can't get it to work. Isn't there anybody that can help? To port ubuntu touch to my xperia arc S (anzu) I had to include custom repositories, not from official CM, since CM 10.1 doesn't officialy support anzu. I did it like the wiki said, included the repos in .repo/manifest.xml and synced. However, brunch still fails with 'device anzu not found'. What in the world am I doing wrong? [20:45] ... [20:45] any help would be really appreciated, since I've been struggling with this for hours now... [20:45] i wish i could [20:45] but same here [20:47] I'll come back tomorrow, I have to sleep now [20:47] ok === paradoxgo is now known as paradox|AFK === tvoss is now known as tvoss|eod [20:59] Good evening, anyone have idea what I'm doing wrong with my image build? I cannot get my device to boot the system. [20:59] It just hangs on powerup and nothing happens. [21:00] Does the ubuntu-touch generate any logs anywhere? [21:00] var/log [21:00] ok, when I look into the image.zip, it will not have that folder at all. [21:00] /data/ubuntu/var/log/ [21:01] I'll post the image tree in pastebin... [21:02] im having an issue with brunch.. [21:02] im doing brunch jewel [21:02] but its just sitting there [21:03] no output or anything [21:03] is there a way to reinstall it? [21:03] . build/envsetup.sh ? [21:04] http://pastebin.com/FbqeRNU2 [21:04] yeah i do that. [21:04] and after brunch just hangs. [21:04] no log ? [21:04] Nope it seems. [21:04] nope. [21:05] dun1982, this is rom you need also quantal arm ubuntu rom [21:05] dun1982, installed on data [21:05] dun1982, format your data folder before [21:05] dun1982, because on quantal rom ubuntu there's no script to format data folder [21:06] man.... [21:06] wtf.. [21:07] Ah ok, I'll do that then. [21:07] why does something always have to happen...nothing can ever go smooth with me.. [21:10] tigrpuzen [21:10] tigrouzen [21:11] is there away to reinstall this brunch ? [21:14] nvm [21:14] i see what it is now. === salem_ is now known as _salem [21:51] can i get help here? [21:51] how can i install this [21:59] did you know your missing files on your site [21:59] for mobile [21:59] i only have tar, and not zip [21:59] what files exactly? [22:05] the filess for android [22:06] i only have tar [22:06] and not zip [22:06] so i guess who ever upload the files did not do it right [22:09] for get it [22:09] i will just use this http://forum.xda-developers.com/showthread.php?t=2167530 to install ubuntu [22:10] as who ever upload the wrong files don't work. === Lexmazter_ is now known as Lexmazter [22:20] is this ubuntu IRC always dead for help or support? === mhall119|afk is now known as mhall119 [22:23] ./flash-all.sh [22:23] how can i do that on the phone [22:23] there no custom cmd or typing === juicyjones is now known as juicyjones|away [22:25] Ubuntu touch is switching to Mir? [22:25] huh? [22:25] there no help here [22:25] they are not on this room or some thing [22:25] as no one helping me [22:26] so idk what u mean, mir [22:26] i can't wait to get a device i can load this onto [22:28] anything exciting from todays summit? [22:29] I tried to follow some at work but got busy. [23:40] has there been any change on data over gsm not working ? [23:42] nope. [23:55] RobbyF, boo =\