/srv/irclogs.ubuntu.com/2016/08/13/#ubuntu-touch.txt

=== JanC_ is now known as JanC
criztovylWhere do I find sources for UT packages? i.e. media-hub 4.2.0+15.04.20160704-0ubuntu107:48
GlokemGreetings11:28
=== JanC_ is now known as JanC
ganeshi4uhey guys I'm porting Ubuntu touch for my Samsung device and while building recovery image it gave a error during the build of libhealthd.qcom can i comment it out or is it necessary?13:10
gb_mkshello, I´m trying to follow this Ubuntu Touch course for developers: https://www.gitbook.com/book/mimecar/curso-de-programacion-de-ubuntu-phone-touch/details14:19
gb_mksbut I found a problem with the ubuntu-sdk creating projects.14:19
gb_mksOnce installed the ubuntu-sdk and created the armfh kit, I try to create a new app but I find this message in the kit selecction menu from the wirard: "No valid kits found". If I go to Tools -> Options -> Build&Run -> Kits in the armfh kit there is a warning symbol that states: "Mkspec " not found for the Qt version".14:19
gb_mksDo someone have any clue for solving it? Thanks :)14:19
pleia2sp. O having some trouble with my bq Aquaris M10, it's stuck in a state of not booting ...just flashing the "powered by Ubuntu" screen every few seconds, any thoughts?15:08
pleia2bah15:08
pleia2s/sp. O/so, I'm15:08
pleia2can't even seem to turn it off :\ it's just staying in this loop15:15
mimecarpleia2, can you power off by holding poweb, volume up and volume down buttons?15:17
pleia2mimecar: I tried, it's stops it for longer than usual, but then starts right back up again15:17
mimecarhave you a Windows computer?15:18
pleia2no15:18
mimecarM10 use Mediatek, you can try to reflash the firmware15:18
pleia2what's Mediatek?15:18
mimecarthe soc builder15:19
mimecarcan you enter on recovery?15:19
pleia2how?15:19
mimecarpress volume up on reboot15:19
pleia2doesn't seem to do anything15:20
pleia2this is really bad timing, I fly across the country tonight and have an ubuntu presentation to give Monday x_x15:22
pleia2behold, broken tablet!15:22
mimecarYou'll have to let the battery drain15:23
pleia2ok15:23
pleia2it's been doing this all night, I was hoping it would be drained by now, alas15:23
pleia2then plug it back in, and try to boot it into recovery?15:24
mimecaryes15:24
pleia2are there recovery instructions somewhere?15:24
mimecaron M10 FHD (the same model with other screen)15:27
mimecaryou have two options: wipe cache partition and factorty reset15:27
mimecaryou must run first wipe cache... and reboot15:28
pleia2I don't need anything on this, so it's fine to factory reset15:28
mimecarok15:28
mimecarthen you can test the second option15:28
pleia2so, http://www.mibqyyo.com/comunidad/discussion/75754/reset-my-tablet/p1 is leading me to http://www.mibqyyo.com/en-articles/2015/09/16/ubuntu-android-installation-process-for-bq-aquaris-e4-5-and-e5/#/vanilla/discussion/embed/?vanilla_discussion_id=0 - are these the correct instructions?15:33
mimecaryes, the Hard Reset process is the same for phones and tablet on bq15:35
mimecarthat option would be the last option if factory reset does not work15:36
pleia2oh, I thought that was the same thing, do you know the process for factory reset?15:36
mimecaron windows yes but it should be similar on linux15:38
pleia2I don't have Windows15:38
pleia2can you point me to some documentation or something for it?15:38
mimecarI have not checked the process on linux15:39
mimecarbut it looks similar with spflash tool15:39
mimecaryou have the documentation on previous link you pasted15:39
pleia2oh, ok, I thought you said that was something different x_x15:39
pleia2so a hard reset and a factory reset are the same, or not?15:39
mimecarno15:40
mimecaron factory reset you remove user data partition15:40
mimecaron hard reset you reinstall the OS15:40
pleia2ok, the link I have doesn't even mention factory reset15:41
Sander^homeHi. Do anyone know if it would be possible to run firejail on ubuntu phone?15:41
Sander^homeIt looks to be pretty leightweigt.15:41
mimecarpleia2, you can ask later if you have some problem with HR process15:46
pleia2mimecar: thanks, getting on a flight soon so hopefully the battery will die some time this morning15:46
javier4_mtk patched kernel here: on aosp it builds correctly, on Ubuntu it gives this error16:11
javier4_/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/kernel/sched/rt.c: In function 'sched_rt_runtime_exceeded':16:11
javier4_/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/kernel/sched/rt.c:1084:25: error: 'struct rt_rq' has no member named 'rq'16:12
javier4_   int cpu = rq_cpu(rt_rq->rq);16:12
javier4_                         ^16:12
javier4_make[4]: *** [kernel/sched/rt.o] Error 116:12
kaisozhi there!16:25
mimecarhi kaisoz16:27
kaisozhi mimecar16:28
dobeywhy is getting qml to lay things out properly so bloody difficult16:36
ganeshi4ujavier4_: I am porting Ubuntu touch for my Samsung device to and led to the same error. Just simply remove this "CONFIG_USER_NS" from your kernel defconfig and it should build fine17:27
=== JanC_ is now known as JanC
javier4_ganeshi4u, thanks man, but it seems to not be sufficient. My build still fails the same way. Are you sure that's the only *_NS config did you unset?18:07
ganeshi4uyes removing that made my kernel build without any errors, also try removing this one by one and see which one  the error.. CONFIG_PID_NS,CONFIG_NET_NS,CONFIG_UTS_NS,CONFIG_IPC_NS18:13
smiley_facehi I have a problem with my nexus 7 2012 it gives me this error18:14
smiley_faceERROR:phablet-flash:Unsupported device, autodetect fails device18:15
ganeshi4ujavier4_ where did you you get the kernel source from and are you sure it built fine without the Ubuntu touch extra defconfig additions?18:15
javier4_ganeshi4u, I found it on the net, it's customized by mediatek, and I've already been able to build a full aosp rom on it.18:16
ganeshi4uhmm..javier4_ then it seems to be the Ubuntu touch defconfig additions that broke something. Try to build by removing those configs that i have mentioned in the previous message18:19
javier4_ganeshi4u, still fails.18:25
ganeshi4ujavier4_: I think this maybe a compiler issue too,currently I'm facing errors to and this seems to be due to a faulty compiler. Try to replace the compiler maybe with a linaro toolchain18:32
javier4_ganeshi4u, I'm obliged to use a mediatek-customized compiler.18:32
javier4_ganeshi4u, the compiler I use it's the same I used to build aosp, so I don't think it can be the issue.18:35
ganeshi4ujavier4_ building for mediatek devices is really hard, by the way what's your device? I'll try to look out for your error and let you know if i find something18:39
javier4_ganeshi4u, I'm trying a porting for a new device. Elephone vowney lite. If i'll find a way I'll let you know. Thanks.18:41
javier4_ganeshi4u, I gave a look to the problematic source file and found a way to make it build: enable CONFIG_RT_GROUP_SCHED. I don't know if this can cause problem to Ubuntu builds, but I fear it does. Actually I have another problem now:18:54
javier4_ganeshi4u, /home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/kernel/cgroup.c: In function 'subsys_cgroup_allow_attach':18:55
javier4_/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/kernel/cgroup.c:2138:37: error: invalid operands to binary != (have 'kuid_t' and 'kuid_t')18:55
javier4_   if (current != task && cred->euid != tcred->uid &&18:55
javier4_                                     ^18:55
javier4_/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/kernel/cgroup.c:2139:18: error: invalid operands to binary != (have 'kuid_t' and 'kuid_t')18:55
javier4_       cred->euid != tcred->suid)18:55
javier4_                  ^18:55
javier4_make[3]: *** [kernel/cgroup.o] Error 118:55
javier4_make[2]: *** [kernel] Error 218:55
javier4_I have to go now. I hope I'll find you here again tomorrow.18:55
ganeshi4uas far as i know the invalid operands to binary error is related to the CONFIG_USER_NS. By disabling that config i have came past that error18:57
ganeshi4ujavier4_: is the CONFIG_USER _NS still enabled!! if it is still there try to build by removing it18:58
javier4_LOL. We're totally reverting all the Ubuntu defconfig customization. I think this will have give us problem for sure building system/. I'll try anyway.18:59
ganeshi4unope CONFIG_USER_NS is just a experimental work as I have searched for it over the internet and didn't seem to be that important, and I have also gone through the defconfig of devices which have been already built Ubuntu touch and the *_NS was disabled in them too19:03
javier4_ganeshi4u, my kernel seems to be building fine. Surely my complete rom build will fail for other problems I already I'm aware of. But you can try the flag I suggested. It seems to work.19:20
javier4_I talked to early:19:23
javier4_drivers/built-in.o: In function `vgacon_switch':19:23
javier4_/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/drivers/video/console/vgacon.c:819: undefined reference to `screen_info'19:23
javier4_/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/drivers/video/console/vgacon.c:819: undefined reference to `screen_info'19:23
javier4_/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/drivers/video/console/vgacon.c:839: undefined reference to `screen_info'19:23
javier4_drivers/built-in.o: In function `vgacon_init':19:23
javier4_/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/drivers/video/console/vgacon.c:588: undefined reference to `screen_info'19:23
javier4_/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/drivers/video/console/vgacon.c:588: undefined reference to `screen_info'19:23
javier4_drivers/built-in.o:/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10/drivers/video/console/vgacon.c:374: more undefined references to `screen_info' follow19:23
javier4_make[2]: *** [vmlinux] Error 119:23
javier4_make[1]: *** [sub-make] Error 219:23
javier4_make[1]: Leaving directory `/home/Ubuntu/javier/dati/UbuTouch/phablet5/kernel-3.10'19:23
javier4_make: *** [TARGET_KERNEL_BINARIES] Error 219:23

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