=== JanC is now known as Guest32764 === JanC_ is now known as JanC === ahoneybun_ is now known as ahoneybun [09:14] Excuse me. Where should I ask my question about building an Ubuntu image for a device? [09:15] !devices | danialbehzadi [09:15] danialbehzadi: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices [09:15] danialbehzadi: see also the porting wiki in our topic [09:16] danialbehzadi: and the XDA forums contain alot of info also [09:16] lotuspsychje: I'm not looking for images. I am trying to build one and I have problem with the instructions in wiki. [09:16] danialbehzadi: ask here in chat or the XDA forums [09:17] danialbehzadi: perhaps someone might know [09:17] danialbehzadi: specifying wich device model and issue would be usefull [09:17] You better check if there is a project already running for your phone. [09:30] I can't sync the ut sources [14:36] I'm using the Kyle Nitzsche tutorial for running X Apps on Ubuntu devices. So now VLC is downloading to a container :) Can VLC actually run on the phone? Sounds.. impossible. [14:40] Answer: yes, it does! [15:03] Hi guys. I'm trying to port a new device for which I regenrated the source tree that builds correctly (mostly). Ubuntu make instead fails because it cannot find the rule to generate libvcodecdrv_intermediates/export_includes. In my tree that lib is generated from a binary placed under vendor, and inside my device/$my_producer/$my_device/device.mk there's this statement [15:03] $(call inherit-product, vendor/$my_producer/libs/Android.mk) [15:03] that make this call [15:03] include $(call all-makefiles-under,$(LOCAL_PATH)/$my_project_name) [15:03] why make ignore it? [15:04] *makeS, *ignoreS. Sorry. Non native speaker here. [16:29] I'm trying to port Ubuntu touch to a new device for which I generated a working source tree. I can build AOSP, but even if I copied the correct device/ subtree, make seems to ignore my device.mk. Am I missing something? [17:42] hi, two questions ;) does ubuntu touch have a mail client with gpg encryption? how do you auto sync pictures, is there some service? [18:01] could it the problem be that my tree is AOSP and not CM? [19:53] what Android version newest Ubuntu Touch images for mako are based on? [20:07] I'll try again to ask: [20:07] I get: [20:08] no rules to make target /phablet5/out/target/product/y991/obj_arm/SHARED_LIBRARIES/libvcodecdrv_intermediates/export_includes", necessario per "phablet5/out/target/product/y991/obj_arm/SHARED_LIBRARIES/libmedia_compat_layer_intermediates/import_includes" [20:09] hi, any hints if I can mount an OTG with extfat in ut OTA3-? [20:09] but that rule is present inside phablet5/vendor/$producer/libs/$project/libvcodecdrv/Android.mk [20:11] that's inherited by this line inside device/$producer/$devicename/device.mk [20:11] $(call inherit-product, vendor/$producer/libs/Android.mk) [20:11] I've done a remount to / with rw and installed exfat-fuse and exfat-utils but no luck [20:11] it works building AOSP, but fails building ubuntu. [20:17] javier4_, y991 is 6795? [20:18] TheKit, yes [20:19] curious what is the device you're trying to port to [20:20] It's just a sample I need to port to illustrate my project. [21:12] Dosbox is crawling on the E4.5 (Running Doom - and it's still starting up after ten minutes I've just got to the splash screen). I saw it working on a video before - are there any special tweaks needed? popey <- ping! [21:13] Using libertine of course [21:48] TenLeftFingers, neither has libertine been designed for the E4.5 nor has it ever been tested officially .. i doubt you will have much fun with it on that hardware (it will most likely make the device hit swap and such stuff, 1G is really not enough) [21:58] ogra_: thanks, but how is this possible then: https://www.youtube.com/watch?v=eOsUJHVaiUY [22:06] well doom in dosbox is also presumably emulating x86. i think popey did that in a chroot in terminal app though, not with libertine [22:06] It was quite some time back actually, so that sounds right. [22:07] would probably be a bit smoother to play using one of the source ports, built for armhf, with sdl on mir [22:10] That's a bit out of my depth. I guess I can wait until it comes out in the software store. [22:15] So, now that I've got Libertine running on the E4.5.. any recommendations for X Apps ? :) [22:15] Or is the 1GB Ram just a lost cause [22:16] TenLeftFingers, sgt-puzzles are small and remarkably fun casual games [22:17] gnome-mahjongg also works acceprably well [22:19] I ad 1GB on my development machine for years, it wasn't a problem, but running an x86 emulator on a pokey ARM CPU is going to kill performance (so running on DOSbox will give you heartbreak) [22:19] it's generally not a memory bound problem, it's a problem emultaing CPU architectures [22:23] Thanks. I'll probably get away with Gorilla on DosBox but not much else :) I'm trying Frozen Bubble now. [22:30] Crashed :) Bed time, thanks guys. [22:34] popey's Doom demo uses SDL2 & dosbox on Mir directly, without any libertine stuff [22:36] and the e4.5 is powerful enough for some useful x86 dosbox emulation [22:37] Getting touch control is another issue entirely