#sfdroid log for Sunday, 2018-04-01

*** tuuletin_ <tuuletin_!~tuuletin@87-92-202-55.bb.dnainternet.fi> has quit IRC (Remote host closed the connection)06:47
*** tuuletin <tuuletin!~tuuletin@87-92-202-55.bb.dnainternet.fi> has joined #sfdroid06:47
*** piggz <piggz!~piggz@2.31.1.183> has joined #sfdroid07:12
*** piggz <piggz!~piggz@2.31.1.183> has quit IRC (Ping timeout: 276 seconds)07:22
*** piggz <piggz!~piggz@2.31.1.183> has joined #sfdroid07:40
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:a5d1:2849:a6e7:c7fc> has joined #sfdroid10:05
ghosalmartinmal: whats best way to check that lxc containers are running properly?10:09
malghosalmartin: there should be a container log in /var/linb/anbox/logs10:12
mal*lib10:12
ghosalmartinmal: nothing in there10:15
*** vakkov_ <vakkov_!~vakko@vlan-154-game-60.comnet.bg> has joined #sfdroid10:15
malghosalmartin: you did run systemctl restart anbox-container-manager10:15
ghosalmartinmal: i have now :P10:16
malso you didn't even attempt to start it before :)10:16
malthat is not running by default at boot10:17
ghosalmartinmal: well i attempted to start the app and now i have logs10:18
ghosalmartinmal: https://pastebin.com/ayhXvucB10:20
ghosalmartinmal: i wanna check my binder patch jic10:20
maldid you get any system.log in anbox data folder, also anything from init in dmesg?10:22
ghosalmartinmal: yes in the data folder system.log10:24
ghosalmartinsurfaceflinger is segfaulting10:24
malhmm10:24
ghosalmartinAbort message: 'couldn't find an OpenGL ES implementation'10:24
ghosalmartinfeels like on install not all the right symlinks occured?10:25
malhmm, maybe overlay is not properly populated10:25
malrun /usr/bin/prepere-anbox manually as root and check what it does10:26
mal*prepare10:26
malthat script is my best guess at the moment, might need some fixing10:30
ghosalmartinmal: if its made it to this stage, can the kernel patches then be trusted?10:38
ghosalmartinwonder what thats tryna run10:39
malghosalmartin: kernel is probably ok, what did prepare-anbox print?11:29
ghosalmartinhttps://pastebin.com/bRKKn9Th11:31
malghosalmartin: did it copy anything to overlay, are you sure overlay is working and enabled in kernel11:58
ghosalmartinmal: in overlay there is run, system, and vendor11:58
malghosalmartin: which kernel version?11:58
ghosalmartin3.10.7311:58
ghosalmartinenabled  it here https://github.com/ghosalmartin/android_kernel_lge_bullhead/commit/60c0e050842e1ac5f95a742224f282b7ae605270#diff-a68c2acb00b0f732e44918a51ada503dR411111:59
malghosalmartin: and the overlay added to kernel, the patch12:01
ghosalmartinmal: yeah its the next commit12:01
malghosalmartin: pastebin ls -lR overlay12:03
ghosalmartinhttps://pastebin.com/uiVY7Nse12:04
malremove libGLES files from overlay/system/lib6412:09
ghosalmartinmal: done, i take it attempt to start it up?12:10
ghosalmartinam i okay to just run  systemctl restart anbox-container-manager then start from the icon? or do i need to call prepare-anbox manually?12:10
ghosalmartinmal: woahh its running12:11
ghosalmartinit crashed first time, restarted and worked :O12:11
ghosalmartinhmm no virtual buttons though12:20
*** NotKit <NotKit!~nekit@85-95-178-84.saransk.ru> has joined #sfdroid12:21
malghosalmartin: known issue12:22
ghosalmartinmal: still though, great work :D12:23
*** TheKit <TheKit!~nekit@85-95-188-145.saransk.ru> has quit IRC (Ping timeout: 240 seconds)12:24
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:a5d1:2849:a6e7:c7fc> has quit IRC (Remote host closed the connection)12:33
*** ghosalmartin <ghosalmartin!~mgrover@79-76-207-39.dynamic.dsl.as9105.com> has joined #sfdroid13:10
*** mgrover <mgrover!~mgrover@79-76-207-39.dynamic.dsl.as9105.com> has joined #sfdroid13:55
*** ghosalmartin <ghosalmartin!~mgrover@79-76-207-39.dynamic.dsl.as9105.com> has quit IRC (Ping timeout: 276 seconds)13:56
*** mgrover is now known as ghosalmartin14:12
malghosalmartin: how did anbox seem to you?14:30
ghosalmartinmal: it was okays, usable, maybe a few gains in performance and its a win. doesnt seem amazingly stable, but as PoC its fantastic :D14:31
malyes, it has some stability issues14:36
malghosalmartin: also the audio delay is annoying14:36
ghosalmartinmal: havent attempted any audio...yet14:37
piggzare you guys running it on 14.1 or something else?15:17
malxperia x has 6.0 afaik15:19
ghosalmartin14.1 for bullhead15:27
malghosalmartin: there is something wrong with the prepare-anbox in code for ignoring already existing libs, in your case it copied some 64-bit libs that should not have been copied15:30
ghosalmartinmal: interesting, well ive got a cheeky vid, also would showing the virtual buttons just be a patch to build.prop to enable them?15:32
ghosalmartini wonder is this due to kernel patch being so and so "binder: 5719: binder_alloc_buf, no vma"15:37
malghosalmartin: I tried to get the virtual buttons but it didn't work for some reason15:39
malghosalmartin: also virtual keyboard is missing15:39
ghosalmartinmal: yeah just tried the same with qemu.hw.mainkeys=0 and indeed, screen goes black if i go on any context menus15:39
ghosalmartinbut still this is immense progress :D15:39
malyes, after I installed some virtual keyboard the rest of the display always went black when it was active15:42
malvery odd issue15:42
malmaybe some mistake in our hwcomposer implementation15:42
malwe have custom one15:42
ghosalmartinpossibly, this patch seem better for bullhead https://patchwork.kernel.org/patch/3394151/15:46
ghosalmartinsince it builds on the one in staging rather than in mainline15:46
ghosalmartinmal: is there any ideas to improve the performance or at the moment is this all we have?15:56
malghosalmartin: how is performance bad in your opinion?15:57
ghosalmartinmal: the scrolling seems off ot me15:59
ghosalmartinbut ill give it another check15:59
ghosalmartinmal: actually i take it back, scrolling seems prettys smooth16:02
ghosalmartinsometimes random lag can set it16:02
malI have also noticed some random lag but mostly graphics are ok16:12
*** srohmen <srohmen!~srohmen@x4db56fdb.dyn.telefonica.de> has joined #sfdroid16:43
*** ghosalmartin <ghosalmartin!~mgrover@79-76-207-39.dynamic.dsl.as9105.com> has quit IRC (Remote host closed the connection)17:49
*** piggz <piggz!~piggz@2.31.1.183> has quit IRC (Read error: Connection reset by peer)19:59
*** piggz_ <piggz_!~piggz@2.31.1.183> has joined #sfdroid19:59
*** piggz_ <piggz_!~piggz@2.31.1.183> has quit IRC (Remote host closed the connection)20:27
*** piggz <piggz!~piggz@2.31.1.183> has joined #sfdroid21:11
*** piggz <piggz!~piggz@2.31.1.183> has quit IRC (Quit: Konversation terminated!)21:48
*** srohmen <srohmen!~srohmen@x4db56fdb.dyn.telefonica.de> has quit IRC (Quit: Leaving.)22:54

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!