[01:32] How far alone is the email app? [01:34] Does it support MS exchange? [01:41] Does Ubuntu Phone connect natively to Exchange? | http://askubuntu.com/q/339896 [01:42] oh lol [01:59] hi === Namidairo`bnc is now known as Namidairo [04:05] Phablet-tools install | http://askubuntu.com/q/339915 [04:43] kind of a shot in the dark here but anyone awake? [04:44] the gmail app is essentially a tabbed browser right? can some techy person make a google plus version of it :) [04:58] https://github.com/jshafer817/UbuntuTouch for myself.. and others.. but more for me [04:58] Have to add notes [05:54] Notes added. https://github.com/jshafer817/UbuntuTouch [06:44] hello === just is now known as Guest74442 [06:44] ? [06:45] help.. [06:45] for installing [06:45] ubuntu on tablet [06:45] slept? [06:45] Guest74442, what happened? [06:45] I mean, what's your problem on installing? [06:45] i wanna install ubuntu on my tablet [06:46] Guest74442, yes [06:46] from starting.. [06:46] See https://wiki.ubuntu.com/Touch/Install [06:46] see i have my tab.. [06:46] 7" ics [06:46] is it possible to mod it? [06:46] dual core.. [06:46] 512 [06:47] 4gb internal [06:54] ? [06:54] are u hre to help [06:55] then hepl me man [06:55] i cant install it on my desktop [06:57] ? [06:57] hey [07:00] Guest74442: This channel is about Ubuntu Touch, to be installed on mobile devices, what do you want to install on your desktop? [07:06] lol [07:06] HELP ME!!!! [07:06] I will pound sand if you don't!!! [07:07] poor sand [07:07] hehe [07:07] lol [07:07] hows it going balachmar [07:07] did you get the kernel config message? [07:07] I always like to give them the friendly response :) [07:08] I hate that! [07:08] Happy Holidays.. says the walmart greeter with a smile.. and I yell.. Merry Fucking Christmas you wench! [07:09] No such experiences here in Europe I can guarantee you that :) [07:09] =) [07:09] When I was in the US, I thought it was weird that the waiter would introduce himself.... [07:09] It's really bad when they go on and on about the restaurant your at [07:10] But about UT, if I understood you correctly, I just changed a file, where I should have run some config thing on the kernel. But you lost me on how I could actually do it :) [07:10] So help me, or I will pound sand! :P [07:10] okay do this [07:11] mkdir ~/kernel [07:11] copy your kernel source into that folder [07:11] what is the name of your defconfig file? [07:11] mine is cyanogenmod_tenderloin_defconfig [07:11] so what I do is this [07:12] cd ~/kernel [07:12] cyanogenmod_galaxysmtd_defconfig [07:12] cp arch/arm/configs/cyanogenmod_tenderloin_defconfig ~/kernel/.config [07:12] I guess you want me to copy the entire source tree, including samsung etc, correct? [07:12] or cp ~/kernel/arch/arm/configs/cyanogenmod_tenderloin_defconfig ~/kernel/.config [07:12] then since your in ~/kernel [07:13] pico .config (make all your changes) [07:13] make oldconfig ARCH=arm [07:13] Should I now revert my changes to that file? [07:13] this will ask yes or no questions.. answer them [07:13] yes you should [07:13] well... yeah [07:13] ok :) [07:13] probably not actually [07:13] you don't have to [07:14] ok, because it will overwrite it... yes? [07:14] I amtrying to understand the proces [07:14] anways.. when you run make oldconfig ARCH=arm hang on well get back to that.. you then answer yes or no questions [07:14] ok [07:15] because you changed the .config file, this now creates new yes or no questions for the kernel that are not present in the .config file but need to be [07:15] so running make oldconfig ARCH=arm will answer the questions [07:15] then you do this [07:15] cp .config arch/arm/configs/cyanogenmod_tenderloin_defconfig [07:15] or just copy it back to the Ubuntu Touch directory [07:16] the kernel source MUST be clean so run make mrproper if all else fails [07:16] Now back to if you should use your current defconfig as your .config file [07:16] Shouldn't hurt.. you made changes to the config file so.. even if you used a stock defconfig file... you will still have to recreate your changes [07:17] Make sense? [07:17] yes [07:18] I cannot use make menuconfig on my kernel source.. so we make the changes manually in the .config file and then run make oldconfig [07:18] Or that is what I have been doing [07:18] Sweet [07:18] ok, I need to type this in the terminal?: "make oldconfig ARCH=arm" [07:19] smoke break.. I need to quit.. working on camera.. I think mine is being detected as front facing when I need bak [07:19] yep [07:19] Because that doesn't work [07:19] what happens? [07:19] make: *** No rule to make target `oldconfig'. Stop. [07:19] that means the .config file is not in the root of your kernel source [07:19] it is hidden when it's called .config [07:19] you can see it with ls -a [07:19] you may know that, you may not [07:19] I know :) [07:20] =) [07:20] or try make ARCH=arm oldconfig [07:20] I think I shouldn't have copied the tree, but just the contents of /kernel/samsung/aries to ~/kernel [07:20] yes! [07:20] :) [07:20] smoke break! [07:20] (I did ask :P ) [07:20] sure [07:21] ok, now it is doing something [07:21] and asking questions [07:22] ok, nut how do I know the answers to all of those questions? [07:22] nut = but [07:24] You don't hang on [07:24] I looked at a mako config file that was hard to find [07:26] http://pastebin.com/PuyL1qBe Here it is [07:26] search that paste for CONFIG_ whatever and see what the answer is [07:26] ok, thanks! [07:27] config-3.4.0-3-mako [07:27] that was the filename [07:27] you brunch mako and then look at the config file [07:27] NP [07:28] Oh yeah... you know the proc patch on the ubuntu porting guide? [07:28] you don't need that anymore.. that was for quantal [07:28] Saucy uses LXC container and so this is not required.. I guess that is the reason [07:29] the procfs patch? [07:29] and your kernel cmdline needs to be console=tty1 [07:29] will append that console=tty1 to the rest of the cmdline [07:29] because I did perform that change... [07:30] You will need to enable apparmor [07:30] undo it.. it is no longer required [07:30] I felt the same way.. the ubuntu porting guide is outdated [07:30] very outdated [07:30] bummer [07:30] I think its because saucy is not really.. finished.. as is changing.. and so why right a guide to something your changing? [07:31] not set is the same as answering no to a question? [07:31] no this was editing a .c file in the kernel source [07:31] the last question was about the kernel config bit :) [07:31] doing two things at the same time :) [07:31] a/fs/proc/array.c that file [07:32] https://wiki.ubuntu.com/Touch/Porting [07:32] don't do that [07:32] not necessary [07:32] What kernel do you have? 2.x or 3.x? [07:32] 3.x [07:32] running 13.04 [07:33] Good.. look at mako's security and apparmor settings.. [07:33] if you want to know if your cmdline change took affect when the kernel boots [07:33] cat /proc/cmdline [07:33] I had to tell my config to force the cmdline or something [07:33] there was a y n for that [07:34] ok, patch undone [07:34] sweet [07:35] ok, but when in the config of mako it says unset, is that answering no to the question? [07:35] OrokuSaki: git://kernel.ubuntu.com/ubuntu-saucy.git has the apparmor patches broken out for the different kernel versions. Which might help porting to a new kernel [07:35] And sometimes there is a "" as a value in the config file, that is just pressing return on that question? [07:35] @jjohansen Oh yeah.. thanks! [07:36] my kernel is 2.6.35 so I don't have apparmor and had to do apparmor=0 for my cmdline [07:36] https://raw.github.com/jshafer817/UbuntuTouch/master/Source%20to%20compile/kernel/hp/tenderloin/arch/arm/configs/cyanogenmod_tenderloin_defconfig [07:37] I remember enabling these... CONFIG_FAIR_GROUP_SCHED=y CONFIG_RT_GROUP_SCHED=y [07:38] OrokuSaki: Hrrmm, the apparmor3 patches have only been backported as far as 3.0 atm [07:38] Yep... I will never get apparmor... =) Or fanotify [07:45] OrokuSaki: hrmm a 2.6.35 apparmor is possible and may happen, just not yet [07:46] sweet.. my friend did it for 2.6.35 but he also backported KGSL.. and I cannot use both.. I tried his patches.. and they appled.. but.. wouldn't boot [07:46] his backporting kgsl from 3.0.8 from webos kernel... broke the anroid egl driver [07:46] but works great on freedreno [07:47] Freedreno is an open source gpu driver for qualcomm adreno gpu's [07:47] I use it on Ubuntu 13.04 [07:47] non touch [07:47] ah, right [07:47] That is where I was going [07:47] =) [07:48] Intereted to see Mir on Desktop with Nvidia [07:48] Or Mir on Desktop version of ubuntu but on msm8660 as the gpu =) [07:48] So I can run mono apps [07:49] My touchpad triple boots webos, Ubuntu 13.04, and Ubuntu Touch =) [07:50] I should not have brewed coffee [07:51] right, well the current apparmor3 backports have been done so that they don't change the kernel abi, everything is internal to the apparmor module, I think that can be done back to 2.6.35 but I don't have time to do it atm [07:51] Oh wow.. you do that? Sweet! Well... uhh.. that would be neat [07:52] What about fanotify? [07:52] Is that really important? [07:55] if (read_mode_from_config("preview_mode") == 1) { info->facing = CAMERA_FACING_BACK; } [07:55] I notice when I run the camera app.. I believe it says preview mode is 2 or a mode is 2 [07:56] so maybe that is causing ubuntu to say this camera is not facing back [07:56] and then causing the image to mirror, and rotate 90 degrees [07:56] dmesg says that mode 2 something 5 [07:57] fanotify is a lot harder and would require changing the abi to backport it [07:57] yeah.. I saw that [07:57] I don't see it happening [07:57] I tried it one time.. and I suck at backporting... I realized you were successful, then it changes the android code that goes along with it [07:57] Which is why qualcomm updates the android code along with an updated kernel [07:57] something to do with ashmem or memory changes [07:58] at this point your more or less upgrading the kernel to 3.0.x and you might as well.. just.. use that kernel [07:58] right? [07:58] yeah ashmem, binder, wakelocks [07:58] yah [07:58] I remember posting somewhere.. this should be easy... NOT [07:59] greped for 3 days straight or something [08:01] ouch [09:37] I need help with my Ubuntu touch | http://askubuntu.com/q/339996 [10:19] Hi, is there a way to access hardware with your app. (SDK) [10:20] Let's say I want to turn the light on/off [12:30] popey, mhall119 , did you see that? http://www.indiegogo.com/projects/ubuntu-edge-reprise-developer-edition [12:31] yes, reported it to indiegogo [12:31] good [12:42] Anyone know if the camera app can take a 640x480 image and change the orientation, or does it not use overlay, etc? [12:42] I want to rotate 90 degrees [12:43] I have tried setting info->orientation = 90; info->orientation = 0; in my cameraHAL.cpp file === utouch is now known as darthmuffin === darthmuffin is now known as darthmuffins === Namidairo is now known as Namidairo`bnc [14:25] Hello, is Eoghan here? The dude who was planning to port Ubuntu Touch to Oppo Find 5? [14:26] good morning.. curious as to what version to install for a galaxy nexus "toro" [14:36] Anyone know how the camera-app gets the orientation?? grrr [15:32] Good Morning Ubuntu Touch friends [15:55] how much space does a default installation of ubuntu touch take on mako? [16:15] How much space does a default installation of Ubuntu Touch take on mako? | http://askubuntu.com/q/340097 === DrDangerousDave is now known as ddixon === ddixon is now known as DrDangerousDave [17:23] Nexus 10 keyboard closes when key pressed - known bug? === ddixon is now known as DrDangerousDave [18:34] the gmail app is essentially a tabbed browser right? can some techy person make a google plus version of it? :) [18:40] Is there a terminal app I can install on Nexus 10 / manta ? [18:43] Do skype,yahoo,other chat and social communication prog (facebook&twitter) spy 4 israel&usa??? [18:43] Do they record and analyse everything we type on the internet??? [18:43] هل تتجسس برامج الشات و التواصل الاجتماعى لاسرائيل و امريكا؟؟؟؟ [18:43] Do skype,yahoo,other chat and social communication prog(facebook&twitter) spy4israel&usa??? [18:43] Do they record and analyse everything we type on the internet??? [18:43] هل تتجسس برامج الشات و التواصل الاجتماعى لاسرائيل و امريكا؟؟؟؟ [18:43] !ops [18:43] Help! Channel emergency! (ONLY use this trigger in emergencies) - oubiwann, corp186, popey, k1l, Corey, wgrant, idleone, and ogra. [18:44] Hi, I've flashed ubuntu-touch onto my nexus 4, and I'm wondering if it is recomended to create and use another user besides the default phablet user? [18:45] Codesmith, you should at least change the default password [18:49] Dang, still network issues on latest build, but this time wpa_supplicant isn't resolving them [18:54] could someone please give me the link to the latest build for nexus 4 ? === HelenaKitty is now known as testing === testing is now known as HelenaKitty [19:07] finally === HelenaKitty is now known as lazyapple === lazyapple is now known as helenaKitty [19:15] has anyone tried to install ubuntu on the nexus 7 2013 [19:19] Anybody out there using Touch on Nexus 10? [19:26] nope, just nexus 4 [19:27] How is it on Nexus 4? I get all kinds of app lockups and goofy screens on Nexus 10 [19:46] Hi Guys! Need info of whom is working on the HTC One S in order to offer myself to help in porting Ubuntu Touch to that phone === porchao is now known as porcha0 [20:16] hey === petr is now known as Guest78151 [20:17] someone who already installed the ubuntu touch [20:19] Was that a question? [20:57] OrokuSaki: wow man, many questions for the kernel config. Takes a while if you check everything with another config file... (Haven't been on it continuously, but I have been on it for a bit :) ) === Tassadar_ is now known as Tassadar [21:23] I have changed my cameraHAL.cpp to say both info->facing = CAMERA_FACING_FRONT; info->orientation = 270; for all preview modes.. and no change if I change my camera to back or orientation, etc [21:23] et le hack tu t'en sors ? [21:24] did I hack the sensors? [21:28] (sorry, wrong channel) [21:28] =) === Eddie is now known as Guest84798 [23:49] should i use flippedin instead of standard tutorial?