=== ezri is now known as rww === DrCode_ is now known as DrCode [01:39] could this be interesting for the topic? http://www.ubuntu.com/tablet === rpadovani_ is now known as rpadovani [03:26] I'm noticing a lot of curl 404's when running my initial phablet-dev-bootstrap, is that safe to ignore? === xiinotulp is now known as plutoniix [09:08] j === Undertasker1 is now known as Undertasker === Tassadar is now known as Tassadar|afk === Tassadar|afk is now known as Tassadar [15:30] If I remove symlinks in my kernel, is it start? [16:18] Anybody answer me? [16:28] CheeryLee: What symlink? In boot.img's initramfs? [16:28] Yep [16:39] I know why my kernel doesn't start. I have no /android directory in root and android-ramdisk.img. [16:45] CheeryLee: What root? You mean system.img? [16:45] I mean / [16:45] The root of whole files on device [16:46] CheeryLee: "/" has no meaning without context. Anything can be "/" (think multiple OSes installed on the same machine) [16:47] It is place that contains boot, cache, sys, system folders etc. [16:47] CheeryLee: How do you discover that? In recovery? [16:48] Yes. [16:48] For example, Meizu MX4 Ubuntu has android folder in root. [16:51] CheeryLee: I don't think thats where it should be. run 'mount /data' and see if there's /data/ubuntu.img [16:56] Not found. [16:59] CheeryLee: what's in /data? [17:00] Android files [17:04] CheeryLee: That's strange. Are there any of android-data, system-data or user-data in /data? [17:06] Hard to say... For example, there is dalvik-cache folder. [17:08] CheeryLee: So there's not those 3 dirs and ubuntu.img, right? Then I think there's problem with flasing process. [17:09] Yep. There are only Android folders. [17:10] CheeryLee: use TWRP to "format" data partition, and then try using rootstock-touch-install again. [17:12] hi all [17:12] are there differences between ubuntu qml and qt qml ? [17:13] qml itself? no. there is ubuntu-ui-toolkit however, and some qtquick modules are not installed on the phone [17:16] dobey, so ... if I develop in qt quick ... I can deploy the app into ubuntu-touch ? [17:17] aLeSD_: depends on how few APIs you use. [17:17] dobey, what do you mean ? [17:18] aLeSD_: as i said, all of qtquick is not installed on the phone. ubuntu-ui-toolkit is the supported way to create UI for a phone app [17:18] aLeSD_: if you want to use extra things, you may need to ship modules yourself in your app's package [17:19] also, there is #ubuntu-app-devel for questions like this :) [17:19] ah ... ok . Tahnks [17:45] peat-psuwit: Now I have system.img in /data. Whats next? [17:48] CheeryLee: 'mkdir /cache/system' then 'mount -o loop /data/system.img /cache/system/' [17:48] Next? [17:49] CheeryLee: See if there's /cache/system/boot/android-ramdisk.img [17:50] No, I have no it. [17:52] CheeryLee: Err, sorry. /cache/system/var/lib/lxc/android/system.img ? [17:52] Yes, I have it. [17:53] Maybe I need to add android-ramdisk.img into system.img? [17:53] CheeryLee: No no no. I misremember the location. [17:54] CheeryLee: run 'mkdir /cache/android-system' then 'mount -o loop /cache/system/var/lib/lxc/android/system.img /cache/android-system' [17:56] Yes, in /cache/android-system/boot I have ramdisk [17:59] good evening [17:59] Good. [18:19] CheeryLee: Then I guessed the problem is withing boot.img. Out of idea how to debug if you can't get into recovery right after bootloop without holding power button. [18:21] But recovery working. [18:23] CheeryLee: It's something in initramfs, or the init. [18:23] Maybe some flags in config script are wrong? [18:24] Init in initramfs or android-ramdisk.img? [18:25] CheeryLee: I mean init in /data/system.img (upstart) [18:33] CheeryLee: Could you try holding volume up button when it bootloop again? [18:33] I tried. Nothing happens. === zulucloud1 is now known as zulucloud [19:49] <_Sponge> https://redd.it/445o1y [21:15] <_Sponge> Is the tablet going to have a sim card ? === mimecar_ is now known as mimecar [21:20] <_Sponge> hi mimecar. [21:20] hi _Sponge [21:21] it seems that the tablet does not include SIM [21:23] <_Sponge> mimecar: That's a shame. [21:23] We will know all the details at MWC [21:23] <_Sponge> I guess you could use the Convergence Phone as a Wifi Hotspot. [21:24] you can use the phone as a Wifi Hotspot [21:27] <_Sponge> sounds good = I like catch. [21:48] <_Sponge> Oh my old netbook: https://www.youtube.com/watch?v=6KS2YRGggmQ [23:27] Hi All, I'm trying to port a program that was using QOpenGLWidget to ubuntu touch. I realized this isn't supported in this platform and tried to move to something QtQuick based. Now my program is able to render but I cannot trigger asynchronous renderings from other threads... Any hints on how could I achieve that? I tried setting a signal connected to the window::update() slot, but the scene doesn [23:27] 't get rendered automatically === jfred_ is now known as jfred