Tuesday, 2018-06-26

*** ubuntu is now known as zhxt02:03
KsenZHi all. I'm doing part 4.3, and I get error "No provider of 'android-tools' found.". sudo zypper in android-tools createrepo zip is installed only zip. Fill log https://pastebin.com/F2Ab7ZiH02:17
KsenZProblem in repos?02:18
spiiroinelros: "no compass data unless I start HybrisOrientationAdaptor (via messwerk)" -> how/what did you use for compass probing before running messwerk?05:36
abransonKsenZ: it's changed to android-tools-hadk.05:41
birdzhangi find if i turn off sim card in Settings->Connectivity/SIM cards, and i will never able to turn on it.06:14
birdzhangeven if remove and insert the SIM card,reboot. one of my user reported it too.06:14
birdzhangam i misconfigured something ?06:14
*** psachin` is now known as psachin08:39
KsenZI have problem https://pastebin.com/7p68nYdQ How I can remove qt5-feedback-haptics-native-vibrator-0.1.0-1.armv7hl?09:35
malKsenZ: you want to remove qt5-feedback-haptics-droid-vibrator09:37
malcheck faq about that09:37
ghosalmartinanyone noticed that when using a bluetooth headset and you get a call, am using some bose qc ii headphones, and it reads out the users phone number, wonder if I could provide it names09:41
elrosspiiroin: I used 'Orienteering compass' app from  jolla store.10:00
KsenZmal, thank10:05
spiiroinelros: ok, the log looked like interval would get applied -> that not happening = was the issue in xperia x... I'm not familiar with messwerk - is that sfos or android sw?10:07
spiiroinelros: also - was it only messwerk that made it work? did you try what happens if you exit & restart orienteering compass app?10:08
elrosspiiroin: it's sfos app10:09
spiiroinelros: this one? https://github.com/Bytewerk/Messwerk10:11
elrosI can restart compass and it works as long as a I have messwerk active10:11
elrosif I close messwerk then it never works10:11
elrosspiiroin: yes this one10:11
Mister_Magisterspiiroin: messwerk is like basic thing for testing sensors10:12
Mister_Magisterits in default repos even10:12
Mister_Magistertest sensors = messwerk10:12
malit's in common adaptation repos for ported devices10:14
elrosAlso I have no Z data in rotation Page when compas is innactive10:14
Mister_Magisteryeah thats kinda what i said :P10:14
malelros: rotation z axis is compass10:14
malbasically10:14
spiiroinelros: how did you make messwerk tickle hybris orientation adaptor? I can't see anything compass / orientation related in it... (do I have correct git repo? - last commit i see is ~ year ago)10:35
malspiiroin: compass is z-axis rotation in messwerk10:40
elrosspiiroin: this page needs to be active https://github.com/Bytewerk/Messwerk/blob/master/qml/pages/RotationPage.qml10:41
malvery odd since that page and compass app should enable the same thing10:43
* spiiroin wonders about possibility of: orientation/compass being virtual in android sense & requiring some != orientation sensor needing to be activated10:44
malelros: check in sensorfw log what that page enables and compare it to what is enabled when you open compass app10:46
malspiiroin: unless there is some bug in android side I would assume it should enable the other sensors for compass automatically10:46
elrosmesswerk: loads rotationsensor plugin which needs: accelerometerchain, rotationfilter and compasschain. Compass loads  compasssessnor plugin which requires only compasschain11:15
malI would assume accelerometer is on anyway11:16
spiiroinelros: yeah, just was making an android hal sensor -> sensorfwd sensor dependency graph and then failed to consult that ;-)11:24
spiiroinmal: "maemo/meego" synthetizes compass from accelerometer & magnetic sensor -> probably android does something similar internally11:26
spiiroinanother possible cause for failure that comes to mind: if messwerk & orienteering compass end up requesting different interval -> only one of those is selected while both are running11:28
spiiroinif only the one from messwerk is working kind -> could somehow make it so that works while messwerk has active session?11:28
spiiroin... i.e. another issues with sensorfwd intervals: it rejects out of bounds requests instead of choosing "closest thing underlying things allows"11:29
malspiiroin: he did mention that the z-axis on messwerk is not shown which should if compass is working11:30
elrosz-axis works when I start compass app11:31
malthis is all very illogical, if compass app needs messwerk and the other way11:31
elrosindeed but thats photon q, it has many strange issues like no other devices11:32
KsenZ_Error <creator>: URLGrabber error: https://store-repository.jolla.com/releases/2.2.0.29/jolla-hw/adaptation-motorola-umts_spyder/armv7hl/repodata/repomd.xml - e.errno11:49
KsenZ_what am I doing wrong?11:49
maldid you remember to add "%define community_adaptation 1" to droid-configs spec file? like here https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/rpm/droid-config-fp2-sibon.spec#L1611:56
KsenZ_this is not in hadk12:00
KsenZ_added12:01
KsenZ_now just restart mic?12:02
malI assume you rebuild contig packages after adding that? if yes then just process patterns again and build the image12:06
KsenZ_i.e rpm/dhd/helpers/build_packages.sh , then create new ks file, and then build image12:12
KsenZ_I understand correctly?12:13
malKsenZ: you should update rpm/dhd submodule as decribed in faq12:14
KsenZ_Thank you so much, I'll try12:19
malKsenZ: there is some useful fixes there, also update the other submodules at the same time, at least the config submodule12:20
*** NeoChapay_ is now known as NeoChapay12:24
spiiroinreview appreciated: https://git.merproject.org/mer-core/sensorfw/merge_requests/2612:24
spiiroin^ tweak what sensors are shown by default - try to avoid regression in devices already out there and in use12:24
branekHi all.. need some help. Working on OnePlus 5T to port Sailfish OS, and I finished building kernel. I have hybris-boot.img, and hybris-recovery.img.12:24
branekHow to check if this kernel boot up on phone?12:25
branektried with fastboot boot hybris-recovery.img, but only getting oneplus logo.12:25
branekand than reset after ~1 minute.12:26
malbranek: if you only flash the kernel it obviously won't get any further, if you can telnet to the device it tells that the kernel is working to some degree, ip 192.168.2.15, port 23 (later you will use also port 2323)12:27
branekmal: understand that, but just want to be sure if I'm on right track...12:28
branekI guess it's not good, as I do not get any usb connection...12:29
malbranek: what do you see in host dmesg?12:29
malbranek: which kernel does your device use, is it 4.4?12:30
branekyep, 4.412:30
malbranek: you'll need this for usb handling https://github.com/mer-hybris/hybris-boot/pull/13712:30
branekmal: nothing related to boot in dmesg:12:31
branekhttps://pastebin.com/YfgayEyR12:31
branekAh, ok... let me check this...12:32
branekhmm... still no luck...12:55
KsenZ_mal, I update submodules (string 711 in faq), then I run rpm/dhd/helpers/build_packages.sh, again performed 8.3 8.4, and in 8.5 same error "URLGrabber error"13:19
malwhen doe that happen actually, during mic build or what?13:21
KsenZ_yes, mic build13:21
KsenZ_https://pastebin.com/ZsCwjjyk13:22
malthen one repo in .ks is wrong, you can see the quite near the beginning13:22
malKsenZ_: are you sure 8.3 was successful?13:23
malthat should fix the repo13:23
malbut you can fix it manually also13:23
malthe url you had issues with should be --baseurl=file://$ANDROID_ROOT/droid-local-repo/$DEVICE13:25
malreplace the $ANDROID_ROOT and $DEVICE in that with the real values for your setup13:25
KsenZ_few minutes13:25
KsenZ_full action log of https://pastebin.com/34TGVMDm - 8.3 8.4 and 8.513:28
maljust fix the url manually like I said13:29
malin Jolla-@RELEASE@-$DEVICE-@ARCH@.ks13:29
KsenZ_tanks13:32
KsenZ_it's a pity that this much is not described in hadk13:33
KsenZ_sorry for my stupidity, I promise to learn)))13:34
malKsenZ_: there is some fixing ongoing for the hadk13:40
KsenZ_nothing is perfect13:45
KsenZ_mal, thanks again, build finish, I will try to install13:58
KsenZ_I installed zip, but after reboot, I get CM14:33
KsenZ_I installed zip, but after reboot, I get CM14:33
KsenZ_.14:34
malKsenZ_: which android base are you using?14:38
KsenZ_СЬ-1114:39
KsenZ_CM-1114:39
KsenZ_maybe problrm in mount points?14:40
r0kk3rzi shouldnt think so, the boot script would fail14:41
r0kk3rzsomehow it cant have flashed the boot.img14:42
shark1hi mal, while building hybris hal on a 15.1 base, I pulled the latest PR in hybris boot. But I got this "libsf_compat_layer " required by hybris hal not found error15:03
shark1so I reversed https://github.com/mer-hybris/hybris-boot/pull/137/commits/0874c8ed79a2d8247547614390a20e75a7ad7a64 commit15:03
shark1is it ok to do that?15:04
malshark1: you need libhybris somewhere in android root15:12
shark1ok15:12
shark1but at the point of building hybris hal libhybris wont be there in android root right?15:12
malso clone it15:13
shark1Ok15:13
abransonvknecht: thanks for the logs. sorry I couldn't see exactly what's going on. my advice would be to try droidmedia and gst-droid from last last year, see if that helps15:49
abransonlate last year15:49
vknechtabranson, you're welcome ; ok I try that15:50
T4<abhishek_0> anyone having anbox kernel patches for 3.1816:29
shark1abhishek_0 probably not16:32
shark1I have 3.18 though16:32
T4<abhishek_0> oh hey shark1 :') ... i got anbox working for my device16:33
shark1abhishek_0: cool y r u looking for 3.18 then?16:34
T4<abhishek_0> just wanted to check some things out16:35
T4<abhishek_0> i heard piggz was onto 3.1816:35
shark1oh ok.16:35
nh1402did someone say anbox16:35
shark1I was just trying to build 15.116:35
T4<abhishek_0> cool, i'd do it too ,, i am creating 64bit sources for the device... after that 15.116:38
T4<abhishek_0> nh1402 yes :P16:38
shark1abhishek_0 : why 64 bit sources?16:38
T4<abhishek_0> coz why not :P ... experiments ....16:40
piggz@abhishek_0 yes im on 3.1816:41
shark1well 32 bit works fine16:41
shark1sfos is 32 bit16:41
nh1402mal uses 32bit image with 64bit binder for his anbox image iirc16:42
T4<abhishek_0> piggz you got 3.18 kernel patches for anbox16:43
T4<abhishek_0> ?16:43
maloops, I still haven't added the fixes needed for 3.18 to anbox16:43
piggzmal: sort it! :P16:47
shark1mal : Iam getting this error in build_packages.sh https://paste.ubuntu.com/p/MsQhQTrdMm/ , is it because of this commit of PR https://github.com/mer-hybris/droid-hal-device/pull/185/commits/24bfd95764c5dde7a210ffb289ab516aa55dea8716:47
shark1should I revert it?16:48
r0kk3rzis that merged?16:50
shark1r0kk3rz : no16:50
vknechtabranson, late last year, like before SimpleDecodingSource, so 0.20171129.0 release ? (I use a 14.1 base)16:53
* vknecht will that, with gst-droid of the same day17:00
malshark1: I think include paths need some fixing17:04
shark1ok17:04
malor something17:05
shark1ok now probably builds17:06
shark1I had missed a commit17:06
shark1from PR17:07
maloh17:07
malbecause that had worked well before17:08
shark1anyone know about this error? https://paste.ubuntu.com/p/Kcs2ZBmDZY/17:41
r0kk3rznuke your libhybris folder and re get17:41
shark1ok17:42
abransonvknecht: probably later, after the droid 7 went in, but before the colour conversion changes.18:07
shark1r0kk3rz, still same error18:08
shark1May it be because of me pulling unmerged commits from PR?18:08
shark1this error https://paste.ubuntu.com/p/Kcs2ZBmDZY/18:09
vknechtabranson, here's what I did to integrate droid7 after the tag https://pastebin.com/zVD7js1h18:10
vknechtbut I guess it's somehow wrong, since "DroidMediaCodec: Failed to create codec"18:11
piggzmal: eek, im sending a fw update to my watch!18:17
piggzit seems a _lot_ faster than the official app18:18
vknechtabranson, so, just before https://github.com/sailfishos/droidmedia/commit/dd8d4758b6235d0dd1158e0d2303a3d4c39ab6e8 ?18:18
vknecht3 apr : [codec] Pass codec colour format to gst-droid18:19
vknechtusing latest gst-droid would be ok I guess, since the color conversion changes there are for MTK ?18:21
malpiggz: wohoo18:21
shark1here is the full log if anyone know about that https://paste.ubuntu.com/p/GjPRqddHxq/18:21
piggzmal: dont woohoo yet18:21
shark1mal : I got a small error https://paste.ubuntu.com/p/Kcs2ZBmDZY/ this18:22
abransonvknecht: I think it's those changes that are causing your problems18:22
malvknecht: I assume you grabbed the non-merged libhybris and then you haveto fix the spec yourself18:23
vknechthmm, I'm pretty sure I've had this yt-in-browser color problem before those were done18:23
maloops18:23
piggzmal: watch rebooted into a mode asking for another download.....18:23
malshark1: ^18:23
malpiggz: ouch18:23
piggzmal: its ok ... im sending another file now....18:23
piggzthere is a firmware file, and a resource file18:24
vknechtbut ok let's try18:24
piggzi guess they should match...sending the resource now18:24
shark1mal : yes. That is the thing18:24
piggzmal: yes, thats it...18:25
shark1let me try to fix it then18:25
piggzand, im on a new fimrware version!18:25
malshark1: I have something like this https://pastebin.com/7XaZ8qMz18:27
shark1ok thanks mal. I will try to fix it tomorrow.18:28
* vknecht tries with droidmedia 0.20180404.0 and gst-droid bef1a13540adadc5a93937095ffdf854789fec0c (2018-03-28)18:29
vknechtabranson, this combination also has the problem... Logcat : https://pastebin.com/7RJhp7FF  Browser log : https://mega.nz/#!ZGAgRKjZ!EXNGxCWoiMkLLIWxNWMXw59MT622rCb_x3RWwW4BAaY18:48
vknechtbah, why bother with YT videos, when PeerTube is coming... https://joinpeertube.org/en/ ;-)19:37
*** doniks_ is now known as doniks21:02

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