Monday, 2019-06-17

liuxmy sms got work after change ril settings, thank you mal00:59
liuxthe camera issue journal log was pasted https://paste.ubuntu.com/p/yHQnm6VSz5/  and  logcat here https://paste.ubuntu.com/p/dqZkTcCnYR/  . It always shows black screen when launch camera on device01:01
liuxmal could you take a look if you have time?01:02
T4<adampigg> @eugenio_g7 i saw, will get mals view and make changes05:40
*** greguu[away] is now known as greguu06:01
malThaodan: which blobs do you use v16 or v17?09:09
Thaodanv1609:16
Thaodancan I check the version of blobs?09:18
malnot sure if there is any easy way09:22
maljust wondering how you got different resolution for second cam, are you sure you used correct command for that09:22
T4<jnrwrt> Hi, who know why I get this Error? … $ sb2 -t $VENDOR $DEVICE $PORT_ARCH gcc main.c -o test … sb2: Error: Invalid target specified, aborting.12:07
maldid you do what hadk said and use the correct target name when creating it (wiki instructions use different naming so you need read what hadk says)12:22
malit's in the warning box before the link to wiki12:22
T4<jnrwrt> I think I did right: … PLATFORM_SDK $ … PlatformSDK ubntlab:~$ sdk-assistant create SailfishOS-3.0.3.9 http://releases.sailfishos.org/sdk/targets/Sailfish_OS-3.0.3.9-Sailfish_SDK_Tooling-i486.tar.7z … PlatformSDK ubntlab:~$ sdk-assistant create $VENDOR-$DEVICE-$PORT_ARCH http://releases.sailfishos.org/sdk/targets/Sailfish_OS-3.0.3.9-Sailfi12:27
T4sh_SDK_Target-armv7hl.tar.7z … PlatformSDK ubntlab:~$ sdk-assistant create SailfishOS-latest-i486 http://releases.sailfishos.org/sdk/targets/Sailfish_OS-latest-Sailfish_SDK_Target-i486.tar.7z12:27
malis the sb2 command correct, if that what you showed is used it doesn't have the dashes in the target name12:31
T4<jnrwrt> Yes, you are right. … I did because I tried change the command and see if works. but not. … I'm trying to use this at the moment with dashes: … $ sb2 -t $VENDOR-$DEVICE-$PORT_ARCH gcc main.c -o test … sb2: Error: Invalid target specified, aborting.12:35
mal@jnrwrt are you really building for i486, that is what your sdk-assistant create used, most likely you are building for a arm device?12:37
T4<jnrwrt> Ahh, my fail. … I'm building for a arm device. Let's see12:39
T4<jnrwrt> I try if can I remove the i486 target12:40
malyes, you should remove it first and then try again using the correct url for sdk-assistant create12:41
maland also correct name12:41
malpreviously you also used from name for it12:41
malSailfishOS-latest-i486 which is not what hadk pdf says12:42
T4<jnrwrt> I think I have problems with grep command in platformSDK. … Because when I type sdk-assistant create ....  … Terminal gave me back, many times: … grep: unrecognized option '--line-regexp'13:06
T4<jnrwrt> and when it's done, at the last line:  … Toolchain 'patterns-sailfish-sb2-armv7hl' doesn't exist or is already installed - can not install.13:06
T4<elros34> you can check whether target and toolling names are correct with: sdk-assistant list13:09
T4<jnrwrt> @elros34  $ sdk-assistant list … SailfishOS-3.0.3.913:10
T4<elros34> then you are missing target13:11
T4<jnrwrt> I believe that the problem it's grep command13:13
T4<jnrwrt> https://pastebin.com/6mU7QSeA13:13
T4<elros34> wrong url13:15
T4<elros34> use this one: https://pastebin.com/dBeHmtHG13:20
T4<jnrwrt> @elros34 [use this one: https://pastebin.com/dBeHmtHG], I did, but still the same problem:13:25
T4<jnrwrt> https://pastebin.com/3r027Kht13:25
T4<elros34> are you on 3.0.3.9 platform sdk? ssu re13:30
T4<jnrwrt> $ ssu re … WARNING: ssu.ini does not seem to be writable. Setting values might not work. … Device release is currently: 3.0.3.913:36
T4<jnrwrt> I think it's because of grep13:38
T4<elros34> it might be because you have busybox-symlinks-grep installed instead grep but I have no idea why13:38
T4<jnrwrt> Have you any idea how I can change it? … Maybe doing all again, but it's a lot of lost time13:41
T4<elros34> you could try to replace in /usr/bin/sdk-assistant —line-regexp with -x13:42
T4<elros34> how did you install sdk? this tarball still have grep not busybox http://releases.sailfishos.org/sdk/installers/latest/Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz213:46
T4<jnrwrt> In PlatformSDK I dont have commands like, clear, nc ...13:46
T4<elros34> clear should be in ncurses package13:47
T4<jnrwrt> @elros34 [how did you install sdk? this tarball still ha …], Yes, I used the same link13:48
T4<jnrwrt> @elros34 [you could try to replace in /usr/bin/sdk-assis …], I did it, but I still have the same problem13:57
malmaybe it's easier to just reinstall the sdk and targets13:59
T4<jnrwrt> for example, when I go into platformSDK. I got this: … https://pastebin.com/2X6bHCN713:59
T4<jnrwrt> @mal [maybe it's easier to just reinstall the sdk an …], I think so :(14:01
malit's not really big thing to do, just running couple of commands14:02
malafter removing the old things14:02
T4<jnrwrt> Do you know if I can keep the HABUILD_SDK14:03
T4<jnrwrt> @mal [after removing the old things], would be nice, if I don't have to do all again with HABUILD_SDK14:04
malI only said platform sdk and it's targets, DO NOT touch your android sources or HABUILD is any way14:05
mal*in any way14:05
malyou are confusing thing, platform sdk has nothing to do with android side build14:05
T4<jnrwrt> The truth is that I am somewhat confused with this. But I will try do this again: … https://sailfishos.org/wiki/Platform_SDK_Installation … Thanks @mal @elros34  … Lets see what happens14:08
malso what you want is to remove $PLATFORM_SDK_ROOT/sdks/sfossdk and then $PLATFORM_SDK_ROOT/targets14:08
malthen do chapter 4.2 again and after that create the targets again14:09
malnote that you need to remove those things outside of platform sdk, the path PLATFORM_SDK_ROOT is defined in ~/.hadk.env14:10
T4<jnrwrt> Thanks, … Do you think that this repository output would be affect? … Retrieving repository 'adaptation0' metadata ............................................................[error] … Repository 'adaptation0' is invalid. … [adaptation0|plugin:/ssu?repo=adaptation0] Valid metadata not found at specified URL14:25
malnot an error14:29
T4<jnrwrt> Now sak-manage target install works!! … I believe that my fall was type sdk-manage sdk upgrade14:29
*** ahjolinna_ is now known as ahjolinna14:29
T4<jnrwrt> Thanks a lot!14:30
T4<jnrwrt> When I type: … make hybris-hal  … Do you think that, I have to add: libcameraservice32 libdroidmedia32 ....? Also14:34
maljust follow the instructions14:35
malyou do not add anything, the command builds the correct ones, assuming you have new enough hadk pdf14:35
T4<jnrwrt> I have the hadk 3.0.1.014:37
T4<jnrwrt> I think it's the new one14:38
Thaodanmal:  i used the same command as described to get the gstreamer parameter. mk-cam-conf14:54
malThaodan: with correct number for camera?14:55
Thaodanyes with camera 1. is testing which is which and got the same output for camera 014:56
T4<jnrwrt> The dependencies for build_packages.sh. … I have to search for them with the 'zypper' command? … https://pastebin.com/yXGDBvj719:33
T4<adampigg> github is down????19:56
T4<adampigg> mal, do you have any patched for DHD for this error:19:56
T4<adampigg> Error: Cannot read PLATFORM_VERSION from ./build/core/version_defaults.mk. … Error: Please specify MAJOR, MINOR and PATCH manually to continue.19:56
T4<jnrwrt> @adampigg [github is down????], Still working20:00
T4<adampigg> https://www.githubstatus.com/ issues etc are down, so i cant see issues reported on p-o-v20:13
mal@adampidd is that android 9?20:33
mal@adampigg is that android 9?20:34
maland yes there is a patch for android 9 dhd20:34
piggzmal: figured there must be ... fire it at me!20:36
malpiggz: https://pastebin.com/1jr30JZQ20:37
T4<jnrwrt> https://pastebin.com/LMwqTFZR … Has anyone had this error before?21:02
T4<elros34> you need to downgrade droid-config submodule, instruction is in faq (channel topic)21:25

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