Tuesday, 2019-06-04

nylHi01:52
nylHas anyone moved to lineageos source tree?01:53
nylInstead of cm?01:53
r0kk3rzsure, we use los trees all the time03:53
r0kk3rzsame hybris-* things apply03:53
nylr0kk3rz: is there any gain? :D03:59
nylhttps://forum.xda-developers.com/oneplus-2/orig-development/rom-sailfish-os-development-t361562004:01
nylMine is based on cm1304:01
nylI lost my build environment hope I don't have to do the entire adaptation steps all over again04:03
r0kk3rznyl: do you still have the cm image? and source tree?04:05
r0kk3rzotherwise yeah you might need to start over with whatever lineage support that device has04:06
nylr0kk3rz yes see my manifest and git04:06
nylDidn't manage to do pull request to main hybris git tough04:07
r0kk3rzthats ok, try to continue with that04:08
r0kk3rzif not los 14.1 shouldnt be too different04:09
nylI see some notes about latest hadk04:15
nylThat i have to start from scratch04:15
nylIs it true?04:15
r0kk3rzactually, the last version you built is quite old now, so it might be easier to start from scratch anyway04:32
r0kk3rzbut you will need to run through the env setup and build stages anyway04:32
r0kk3rzwhatever fixes you did for the last one are probably still applicable04:33
*** OhYash1 is now known as ohyash06:06
Mister_Magistermal: ping06:51
Mister_Magisteri have question about copying /etc/init files in 15.106:51
Mister_Magisteris it needed on EVERY 15.1 device?06:52
r0kk3rzyep06:57
Mister_Magisterhmmm07:00
Mister_Magisterwhat about 16? i have to adapt it or something07:02
r0kk3rzno idea about 16, i think mal started it?07:19
deathmistmy cheeseburger (15.1) is stuck in a boot loop with hybris-recovery & hybris-boot images (around 65 seconds => reboot). there's no /etc/systemd/system/ofono.service, what can I try next? (cannot telnet in either so just checked in /data/.stowaways/sailfishos/ from recovery adb shell)08:24
maldeathmist: systemd services are in /lib/systemd/system/08:25
malmost likely reasons for reboot are failing or missing mount points, or missing firmware symlinks08:26
deathmistoh yes now I see it! I'll try symlinking to /dev/null from recovery and see if that helps08:27
maldeathmist: and if you want to symlink those services to /dev/null then you do that in /etc/systemd/system/08:31
malbecause that can be used to override the services in /lib08:31
deathmistokay, but didn't seem to help either way. is there a guide on checking the mount points and firmware symlinks?08:36
T4<elros34> deathmist: check host dmesg. Does init even reach second stage ?08:46
deathmistI get nothing in dmesg after exiting TWRP, grepping lsusb -v just gives a bunch of "Couldn't open device, some information will be missing" I guess errors08:47
deathmisthttps://pastebin.com/b87HanNV some files related to my mountpoints08:48
T4<elros34> use sudo lsusb.. . Also check if you have /data/.stowaways/sailfishos/init.log file in08:51
maldeathmist: you cannot telnet to the device before it reboots?08:52
deathmistoooh I have a init log file!08:52
deathmisthttps://pastebin.com/MsU2WJei08:54
Mister_Magisterye it cannot mount08:55
malfixup-mountpoints is probably wrong08:56
T4<elros34> setup rndis fails08:56
malah, so it seems08:56
deathmistthe patch was already upstream, I just updated it with treble partitions for 15.108:56
malok08:57
malbut it seems usb is the issue08:57
T4<elros34> cannot create directory `/config/usb_gadget/g1/functions/rndis.usb0: maybe you are missing something in kernel config09:01
deathmisthttps://pastebin.com/5MCM9PkU there's my boardconfig & kernel config w/ mer_verity (at the bottom)09:03
nylWhat LOS version you guys use?09:06
Mister_Magisternyl: the best one09:06
T4<elros34> deathmist: try CONFIG_USB_CONFIGFS_RNDIS09:07
deathmistelros34: alright, and set it to y?09:08
T4<elros34> yes09:08
nylhttps://download.lineageos.org/oneplus209:13
deathmisthttps://pastebin.com/2dSdyRLM uh crap, it gives a make error w/ CONFIG_USB_CONFIGFS_RNDIS=y09:15
Mister_Magisterdeathmist: what is your phone's vendor?09:18
Mister_Magisteroh right oneplus09:18
Mister_Magisteryou haven't seen that question09:18
T4<elros34> you can also try CONFIG_USB_CONFIGFS_QCRNDIS or figure out how to fix make error09:24
deathmisthttps://pastebin.com/LcL7PN03 guess I'll have to patch the source code :p09:36
T4<elros34> did you disable CONFIGFS_RNDIS and enable CONFIGFS_QCRNDIS or enable both?09:39
deathmistfully removed CONFIGFS_RNDIS from the config and just enabled CONFIGFS_QCRNDIS instead09:40
deathmistsame result with explicitly disabling CONFIGFS_RNDIS09:42
Mister_Magisterwhoa /var/log/zypper.log 200MB09:45
T4<adampigg> mal (or anyone) is it possible to run a qml application without lipstick currently running, by using some arguments for platform etc to sailfish-qml?14:05
T4<DylanVanAssche> @adampigg If I can bypass the lock screen, the app seems to be running with `sailfish-qml harbour-touchscreen`. I tried to stop lipstick, to workaround the lock screen, by stopping the systemd service `user@100000` but then the screen can't be used (`EGLFS: OpenGL windows cannot be mixed with others.`).14:25
T4<adampigg> yes, thats why id like to bypass lipstick.....we used to use minimer to test graphics without lipstic but i cant remember how14:27
malwhat is the problem with lock screen?14:28
T4<DylanVanAssche> mal: Swiping X axis is not possible, we want to debug it with a simple QML application (to see if X axis swipes are visible to Qt). But if you run it, the lockscreen must be unlocked first before using the application.14:29
malso the peekfilter didn't help?14:31
T4<DylanVanAssche> mal: no I tried 3 different values, no change14:32
malcan't you skip lock screen by triple press of power button14:32
Mister_Magisterlol after updating to 3.0.3 gui stopped working but actdead works fine14:32
malat least so you can test if it's just lock screen or everywhere14:32
malMister_Magister: which android base?14:32
Mister_Magister12.114:33
malMister_Magister: try using libhybris 0.0.2514:33
Mister_Magisterthanks14:33
malI did find a bug in libhybris when I was doing some cleanup but not sure if that could be related14:33
T4<DylanVanAssche> mal: nope, bypassing with triple press doesn't do anything14:34
malit was introduced in the commit that broke 12.1 base14:34
T4<DylanVanAssche> It turns the screens on and back off14:34
malit's quite sensitive, it can only detect it as single presses14:35
Mister_Magistermal: i will also make sfos port using phh so in theory after i succeed all newcomers will have to do is  just to compile kernel and replace it in mine and voila! you got yourself completely working base now just do droid-configs14:37
malMister_Magister: or do you want the one fix14:37
mal*want to test14:37
Mister_Magistermal: i can14:37
Mister_Magistersure14:37
malMister_Magister: add "ret = " to the beginning of this line https://github.com/libhybris/libhybris/blob/master/hybris/egl/platforms/common/eglplatformcommon.cpp#L18914:38
T4<DylanVanAssche> The buttons are PCB buttons (tactile switches). I tried a couple of times, maybe it's just a bit difficult with these cheap buttons.14:39
T4<DylanVanAssche> Tried it on my Xperia X, works fine, but not on the Pine14:40
T4<DSstill01> guys im investigting on hidden number ofono issue: i looked at logcat and found this: "E RILD : Als: 0, Number: xxxxxxx, Name: , UusType: -1, Dcs: 0, Len: 0, Data:" when someone calls me, so, the question is: does ofono takes the number from there and since it's censored it doesn't consider it and says private number?14:41
T4<elros34> @adampigg: you should be able to use qxcompositor instead lipstick and then start any qml test application14:43
Mister_Magistermal: forking time lol14:44
Mister_Magisterwaaaaait14:44
Mister_Magisteri can't do that on obs14:44
malyes you can14:44
malyou need to fork also submodule14:44
Mister_Magisteryeah and change submodule address14:45
maland the change the used submodule in the other fork14:45
mal*then14:45
Mister_Magisteryeah yeah14:45
Mister_Magisterlots of work14:45
malit's annoying I know14:45
Mister_Magistersomeone needs to patch selinux14:45
* Mister_Magister is too stupid for that so he goes to create 2 forks14:45
Mister_Magisteroh i already have them forked14:46
malMister_Magister: I think you might need to update the fork, that is quite old, packaging might not be correct14:55
Mister_Magisterah yes14:55
malso rebase14:55
Mister_Magistermal's eye sees everything14:55
malMister_Magister: did you remember to change url in _service?14:59
Mister_Magisteroh…14:59
Mister_Magisterwhy am i so stupid14:59
malMister_Magister: wrong url15:01
malit should be libhybris-115:02
Mister_Magistermal: are you having fun xd15:02
malhttps://amp.businessinsider.com/images/5aec114a19ee861f008b4855-750-370.jpg15:02
Mister_Magisterexactly xd15:02
malMister_Magister: update this https://build.merproject.org/package/view_file/nemo:devel:hw:motorola:titan/qtscenegraph-adaptation-droid/_service?expand=0 that repo has moved https://git.merproject.org/mer-core/qtscenegraph-adaptation15:05
Mister_Magistermal: from devel only thing i want is libhybris really15:05
Mister_Magisteri bulld everything on testing15:05
Mister_Magisterdidn't touch devel since years15:06
Mister_Magisteri used devel because who knows what happens with older repos if i change _service15:06
malMister_Magister: well if you are testing something there you should make sure it won't build some wrong packages15:06
Mister_Magistermal: i would just grab libhybris package15:06
malMister_Magister: I personally use devel on my device and then just use copypac to testing when I do a release15:08
Mister_Magisterheh15:09
Mister_Magisterall i usually do with g2 is just add new target and update packages15:09
Mister_Magistersoo…15:09
Mister_Magistermal: well… that didn't do the trick15:20
malhmm, ok15:20
malneeds some more debugging then15:21
Mister_Magisterdo u need me for that? :P15:21
malMister_Magister: hmm, your testing only has libhybris 0.0.2415:22
mal*0.0.5.2415:22
Mister_Magisterthat's bad?15:22
malthat should work, but you said it didn't15:22
Mister_Magisteryep15:22
nylhmm15:23
malmaybe you need to system/core patch and config submodule change15:23
malMister_Magister: do you see any sig 11 messages in dmesg from android side processes?15:23
Mister_Magisterlol hacismd stopped working15:24
Mister_Magisterneed to disable hcismd15:25
Mister_Magisterso drastic change between 3.0.2. and 3.0.3? lol15:25
malhttps://github.com/mlehtima/droid-config-fp2-sibon/commit/22023480f095d152412c74d3310388a94b049151#diff-5dabba66ddc7b1e6f193ff73d3c55e9415:25
malalso https://github.com/mlehtima/droid-config-fp2-sibon/commit/dc7cfeb7b8c043c1f9d99156f8ad5e121b456b4d#diff-5dabba66ddc7b1e6f193ff73d3c55e9415:25
nylmal, so i guess i have to go new with hadk 3+15:26
malnyl: ?15:26
Mister_Magistermal: second patch is alreaday there ;P15:27
nylmal, can´t use old sources that booted SFOS :p15:27
Mister_Magisterwhy not15:27
nylmal, it was hadk 2.0.115:27
Mister_Magisterdoesn't matter15:27
Mister_Magisterhadk is for every version of base15:27
nylso i just setup a new linux machine on my main beast15:28
nyland just repo sync? :D15:28
nyland should be fine for updating from sfos 2 to 315:29
nyl:D15:29
Mister_Magisteralso s/code/hadk/ https://youtu.be/b6kgS_AwuH0?t=1115:29
Mister_Magisteroh my it fits sailors theme xd15:30
malnyl: you are overthinking this, if you build new sfos version you just repo sync (make sure local changes are not lost) and then resetup build target and of course update the adaptation repo submodules15:30
Mister_Magisternyl: i'm still building my 12.1 based port without problems15:30
Mister_Magisternyl: sfos3 is sfos2 rebranded tbh15:31
nylmal, Mister_Magister you guys know i´m bad with GIT15:31
nyl:)15:31
Mister_Magisterget better then15:31
Mister_Magistermal: well hcismd still failing15:32
malhow15:32
nylnext device will be oneplus 7 pro, but at least update the old port and add extra fixes15:32
Mister_Magisterdon't ask me15:32
maldid you check if you get some android side failures15:33
Mister_Magister266.625559,0] hci_smd_register_smd: Cannot open the command channel15:33
Mister_Magisteri'm trying to get dmesg15:33
malMister_Magister: also you can't expect things to work if you have mismatch of libhybris in the testing and devel repos15:34
Mister_Magistermal: ooh droid-hal-init failed15:34
malhow15:35
Mister_Magistercan't find in dmesh15:36
Mister_Magistercan't find in dmesg15:36
* nyl downloads linux mint but not sure if she install it inside VM or fresh install 15:37
* Mister_Magister ohmygod linux mint ohno15:37
nylwhy not :p15:37
* Mister_Magister ohno anything debian*15:37
Mister_Magistermaybe i replaced droid-hal or something15:39
malhow about you just show the damn dmesg15:39
Mister_Magistermal: chill please15:40
Mister_Magisteri was going to15:40
nylhttps://valid.x86.fr/xufb0f15:40
Mister_Magisterhttps://paste.opensuse.org/view//81787416 here is journal instead15:40
nylneed the fastest build enviroment15:40
nylfor my setup15:41
Mister_Magisterhttp://paste.opensuse.org/view//9891057915:41
Mister_Magisterhere is dmesg15:41
Mister_Magisternyl: weak15:41
* nyl spent all his money on oneplus 7 pro and a car for his girlfriend instead to of upgrading internals for his z800 to 12core 192gb ram15:42
* Mister_Magister >ohno hp15:42
Mister_Magisternyl: you are picking the worst things aren't you15:43
nylMister_Magister, what distro you use on your computer?15:43
Mister_Magisternyl: https://i.imgur.com/nC5wv3R.png15:43
Mister_Magistermal: droid-hal-init is failing right after start15:44
nylMister_Magister, i was suspecting you use suse15:44
Mister_Magisterheh15:44
Mister_Magisterlook at cpu15:44
kimmolihey pc master race... get a room15:44
Mister_Magisterxd15:44
malMister_Magister: why didn't you get dmesg?15:45
Mister_Magisteri  did15:45
malalso use journalctl -b15:45
Mister_Magister[17:41] <Mister_Magister> http://paste.opensuse.org/view//98910579 here15:46
Mister_Magisterjust forgot to mention15:46
Mister_Magistermal: have journal aswell http://paste.opensuse.org/8808615015:47
malso you need to fixes I said, update system/core to latest and rebuild hybris-hal, repackage it15:47
Mister_Magisterbut but…15:47
malI asked you about sig 11 and you never answered, there many of those15:47
Mister_Magisterlast time i was building it15:47
Mister_Magistersystem/core was up to date15:47
malMister_Magister: when?15:47
Mister_Magister(i was asking you what i should update)15:47
Mister_Magisteri could grep in logs but it was like 2 months ago or so15:47
malI pushed some fix to core 17 days ago15:48
Mister_Magisterloool okay15:48
Mister_Magistergotta restore hadk15:48
malit has actually two fixes15:48
malglibc update caused some issues which needed fixes15:49
nylhttps://i.imgur.com/p5O42XD.jpg15:50
* Mister_Magister ohno windows15:51
Mister_Magisternyl:  i have too many ohno's for this picture15:51
Mister_Magisterare you russian?15:51
nylhttps://i.imgur.com/amoGi6q.jpg15:52
nylMister_Magister, Romanian15:52
Mister_Magisteri ohno this one aswell15:52
vknechtissue like chosen language not being used in first boot after flash ?15:52
Mister_Magisterpic i mean15:52
Mister_Magistervknecht: wow15:53
vknechtwow ?15:53
Mister_Magistersuch random bug15:54
vknechtactually it was worse a bit before, it would also skip all the security-code/wlan/store-account, and horizontal swipe wouldn't work neither so blocked at lockscreen15:57
vknechtthe updated  libhybris from .30 to .31 and only language problem remained15:58
vknecht*then15:58
spiiroin@DylanVanAssche if double power key press is difficult, you can make single press behave similarly to double press: mcetool --set-display-off-single-powerkey-press-actions=unblank,tkunlock16:18
spiiroin... or allow longer delay between presses with: --set-powerkey-double-press-delay=<ms>16:19
T4<adampigg> spiiroin, we dont have a power key :D16:20
T4<jgibbon> @DylanVanAssche @adampigg neochapay over at nemo seems to have some swiping problems, as well. Are you in contact? Different lipstick, but still might be worth a shot. https://youtu.be/UlrIqAwHRXY16:20
T4<adampigg> @jgibbon yes, he's in our group16:21
T4<adampigg> spiiroin: can mcetool unlock lipstick?16:22
T4<adampigg> ive been using that to turn on the display16:22
T4<jgibbon> Cool, thought he might be16:22
vknechtThaodan, thanks for the heads-up about sony kernel, the seccomp_phase2 fix was useful to me building aosp8 for X :-)16:34
spiiroin@adampigg "tklock" aka "touchscreen and keypad lock" aka "lockscreen active" -> kind of shared responsibility between mce & lipstick -> either can toggle it on, toggling it off requires consensus of sorts17:25
spiiroinfor ex: mcetool --set-demo-mode=on -> unblanks display, deactivates lockscreen and disables timer based blanking17:26
spiiroin(equivalent of: mcetool --unblank-screen --set-inhibit-mode=stay-on --set-tklock-mode=unlocked --set-tklock-blank=disabled)17:27
T4<adampigg> spiiroin: thx17:29
T4<adampigg> @DylanVanAssche if you are alreaydy up and running, could try that17:29
T4<adampigg> then run app as nemo?17:30
Mister_Magistermal: only this changed? https://github.com/VerdandiTeam/android_system_core/commit/99a387081e30a03a1fd48211be3108716716677417:30
Mister_Magistermal: this is that fix?17:30
malyes17:31
Mister_Magisterokay17:31
malMister_Magister: why do you custom branch of system_core?17:32
Mister_Magisteryou could tell me to apply that on live device and test lol17:32
Mister_Magistermal: hacks17:32
malah17:32
Mister_Magistermal: https://github.com/VerdandiTeam/android_system_core/commit/38b6ba6d983146e5da2e23f4f4c84cc03bb04c5e17:32
Mister_Magisterfix for video and screen and sensors17:32
Mister_Magistermal: i applied that patch on device live17:35
malany change?17:36
Mister_Magistermal: nope17:36
malnothing?17:36
malare you sure you have the other change also?17:36
malin config submodule17:36
Mister_Magisternooh17:36
Mister_Magisterdroid-hal-init17:36
Mister_Magisterdidn't fail17:36
malhttps://github.com/mer-hybris/droid-hal-configs/commit/367ade2b3c2bec1a85d6786973c092df6c31f79117:36
Mister_Magisterdroid-hal-init is fine this time17:37
malso something changed17:37
malnow check with the other libhybris version, just install it from testing17:37
Mister_Magisteri applied the config patch17:37
Mister_Magisternope config patch didn't help17:39
malwhich libhybris do you have now17:39
Mister_Magisterthe one from devel17:39
malso try the other one17:39
Mister_Magisterokay okay easy17:40
Mister_Magistermal: say hello to gui17:45
Mister_Magisterso, how to fix: rebuild hal and update dcd17:45
Mister_Magistercorrect?17:45
masya_I can't install SailfishOS zip via TWRP. There are some logs https://pastebin.com/vJ6Jw0ni17:47
Mister_Magistermasya_: do it manually17:47
malMister_Magister: would be interesting to see if the libhybris fix really works or not, meaning that you should build all other adaptation packages in the same repo17:49
Mister_Magistermal: now i can just add devel repo and isntall everything from it would that be sufficient?17:49
malMister_Magister: just make sure the package version are reasonable there17:50
Mister_Magistermal: i will give you log17:50
malMister_Magister: note that you cannot just update dcd submodule, you need to run the command mentioned in faq17:51
Mister_Magisterokay17:52
Mister_Magisterwill find which command you are talking about17:52
Mister_Magistermal: https://susepaste.org/view//3948486017:52
Mister_Magisteris that okay?17:52
malprobably17:54
Mister_Magistermal: meanwhile could you look at this? https://paste.opensuse.org/view//6964000017:55
Mister_Magisterin free time17:56
Mister_Magisternot important17:56
Mister_Magistermal: the answer to your fix is no. no it doesn't work17:57
Mister_Magisterlipstick killed17:58
malhmm17:59
Mister_Magistermal: http://susepaste.org/30284638 http://susepaste.org/9972493817:59
Mister_Magisterwait18:01
Mister_Magisteri flashed droid-config didn't i18:01
Mister_Magistermal: nope sorry even with droid-configs patch it won't boot18:04
malok18:11
malthen it needs some debugging, libhybris 0.0.5.25 is the last known to work in 12.1 base18:11
Mister_Magistermal: for now can i go with solution i menioned above?18:13
malyes, you should also check the package versions on my fp2 repo, those should work, except libhybris of course18:15
Mister_Magisterokay18:15
Mister_Magistermal: hmm i resotred to older libhybris and still no gui18:46
Mister_Magistermal: could you please throw your eye at this? https://build.merproject.org/package/show/nemo:testing:hw:motorola:titan/droid-hal-titan18:49
malwhat did you do differently this time18:52
malwhat happened to the spec in there18:52
Mister_Magisterexacrtly where is spec18:53
malyou removed it accidentially?18:53
Mister_Magisteroh my18:53
Mister_Magisteri did18:53
Mister_Magistermal: lol my the contains droid-hal-titan.spec xd https://build.merproject.org/package/show/nemo:testing:hw:motorola:thea/droid-hal-thea18:56
Mister_Magistermal: should i disable selinux in 15.1/16.0 port?18:57
malyes18:58
Mister_Magistermal: this https://github.com/mer-hybris/android_system_core/blob/hybris-sony-aosp-8.1.0_r52_20190206/init/init.cpp#L1053 makes dhi fail. Do you have any idea why? why is it there?18:59
maldo you have selinux_stubs patch in use?19:01
Mister_Magisterprobably not?19:01
Mister_Magistercan you link me to it?19:01
TheKitmal, are selinux_stubs used for init?19:01
malcheck logs19:02
TheKitI thought it is a shared library19:02
malnot sure when it's used19:02
TheKithow service disabling is done on hybris-15.1? https://github.com/mer-hybris/android_system_core/blob/hybris-sony-aosp-8.1.0_r52_20190206/init/init.cpp#L1145 - if I read correctly, it will parse both /usr/libexec/droid-hybris/system/etc/init and /system/etc/init19:29
malTheKit: check nile repo19:34
malTheKit: https://github.com/mer-hybris/droid-config-sony-nile/tree/master/sparse/usr/libexec/droid-hybris/system/etc/init19:34
TheKitgot it, thanks19:34
Mister_Magistermal: lol i can't get g2 back to gui19:42
malso what are you missing19:46
Mister_Magisterprobably older libhybris19:46
malthat's easy to check19:47
Mister_Magisteri need to change it in obs19:47
malwhich device is g219:48
Mister_Magistertitan19:48
Mister_Magisterand thea aswell they are same19:48
maltesting obs seems to have correct libhybris19:48
Mister_Magisteroh19:48
Mister_Magisterthen i don't know what is wrong19:48
malconfig repo seems very old19:48
mal2 months old19:49
Mister_Magisterit was working just now19:49
Mister_Magisteron devel19:49
maldevel has correct config19:49
malwhich repo are you using now19:49
maldevel has wrong libhybris19:50
maltesting is the other way19:50
Mister_Magistertesting19:51
Mister_Magisteri'm using testing19:52
Mister_Magistermal: git reset --hard 5758d400b50a4d391af268376d716f2456c1690d inside dcd fails for me19:52
Mister_Magisterfatal: Could not parse object '5758d400b50a4d391af268376d716f2456c1690d'.19:53
Mister_Magisterit should work19:55
Mister_Magistermal: ?19:57
Mister_Magistergit fetch saved  the day20:01
malMister_Magister: yes, obviously git fetch is needed first20:05
Mister_Magisterlet's hope it will work with new configs20:05
Mister_Magisteri really want gui back20:06
Mister_Magistermal: i updated droid-configs but zypper says nothing changed20:09
malwhich repo20:09
Mister_Magisterhttps://build.merproject.org/package/show/nemo:testing:hw:motorola:titan/droid-config-titan20:10
Mister_Magisterhow did we got gui just now i don't know20:10
malcheck the changes on device20:10
Mister_Magisterwhat changes20:10
malwhat do you think?20:11
Mister_Magisteri have no idea what you mean20:11
malof course the damn changes you made manually before20:11
Mister_Magisterwhat do you mean20:11
maluse your brain20:11
Mister_Magisteri'm braindead. what do you mean check? they are there what to do with hem20:11
malthe f*****g .rc and droid-hal-startup changes20:12
Mister_Magisterthey are there what about that20:12
malare you sure20:12
Mister_Magisteryes i was cheking like 5 times already20:12
maldid you recheck on device20:12
Mister_Magisteryes20:12
malis libhybris on device correct20:12
Mister_Magister0.0.5.2420:13
Mister_Magistereverything is correct20:15
Mister_Magisterand still no gui20:16
T4<elros34> does test_hwcomposer works?20:18
Mister_Magistermal: sorry for being autistic idiot20:19
Mister_Magistergreat now zypper says that libhybris in devel and testing are same20:27
Mister_Magisterlike… i build libhybris in devel from completely different repo but it desn't care. libhybris repo version is 0.0.0 but obs is MAGICALLY getting version so what i have to guess which commit is correct versnion?20:28
malcheck the repos on your device20:29
Mister_Magistergreat adaptation-community changed20:30
Mister_Magisterbecause i installed droid-configs from devel20:30
Mister_Magistermakes sense20:30
malno because you installed adaptation-community from there20:30
Mister_Magisterokay20:31
Mister_Magisteri'm super super tired for today20:31
Mister_Magistermal: can i ask you for one last little thing? could you point me to correct commit of libhybris?20:31
maltag 0.0.5.2520:34
malhttps://github.com/mer-hybris/libhybris/commit/20bcd5be11fcd82aa9e2e995c4bb37af9c94cbad20:35
Mister_Magisterthanks20:35
malpretty sure I told that many times already20:35
Mister_Magisteryeah just didn't know how obs gets version20:35
Mister_Magisterit was tag after all20:36
malyou can either use the tag or commit hash20:36
Mister_Magisteri know just… couldnt find 0.0.5.25 in commits20:37
malso you don't about the releases list in github20:38
malhttps://github.com/mer-hybris/libhybris/releases20:38
malthe is clearly visible in normal page20:38
Mister_Magisteryeah that's what i mean above20:39
Mister_Magister<Mister_Magister> it was tag after all20:39
Mister_Magisteri didn't thought to check there20:39
nylmal, https://paste.ubuntu.com/p/xJhkZVZNxR/20:41
nylis it ok?20:41
nylto have all files for op2 in one single folder20:41
malmaybe, too late now to look very thoroughly20:43
Mister_Magistermal: ye, nice testing fixed it20:55
wdehoogmal: tried your libhybris fix (adding "ret ="). seems to be an improvement but still weird logcat:  http://susepaste.org/5166776020:58
wdehoogmal: journal http://susepaste.org/7465898120:59
wdehoogjust to let you know.20:59
wdehoogmal: sorry forgot to mention: bacon, 3.0.3.9, cm12.121:00
nyli think i fucked up the sdk from the start :D21:12
nyltrying to use a isolated folder just for op221:12
malno need to have separate sdk for each target, just a separate target21:17
nylRepository 'adaptation0' is invalid.21:24
nyl[adaptation0|plugin:/ssu?repo=adaptation0] Valid metadata not found at specified URL21:24
nyladaptation0    ... https://store-repository.jolla.com/releases/3.0.3.9/jolla-hw/adaptation-jolla-x86-emul/i486/21:49
nylPRETTY_NAME="Sailfish OS 3.0.3.9 (Hossa)"21:51
nylfor some unknown reason my bnc doesn't log the chat22:36
nyl:-/22:36

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