*** ubuntu is now known as zhxt | 02:03 | |
KsenZ | Hi 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/F2Ab7ZiH | 02:17 |
---|---|---|
KsenZ | Problem in repos? | 02:18 |
spiiroin | elros: "no compass data unless I start HybrisOrientationAdaptor (via messwerk)" -> how/what did you use for compass probing before running messwerk? | 05:36 |
abranson | KsenZ: it's changed to android-tools-hadk. | 05:41 |
birdzhang | i find if i turn off sim card in Settings->Connectivity/SIM cards, and i will never able to turn on it. | 06:14 |
birdzhang | even if remove and insert the SIM card,reboot. one of my user reported it too. | 06:14 |
birdzhang | am i misconfigured something ? | 06:14 |
*** psachin` is now known as psachin | 08:39 | |
KsenZ | I have problem https://pastebin.com/7p68nYdQ How I can remove qt5-feedback-haptics-native-vibrator-0.1.0-1.armv7hl? | 09:35 |
mal | KsenZ: you want to remove qt5-feedback-haptics-droid-vibrator | 09:37 |
mal | check faq about that | 09:37 |
ghosalmartin | anyone 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 names | 09:41 |
elros | spiiroin: I used 'Orienteering compass' app from jolla store. | 10:00 |
KsenZ | mal, thank | 10:05 |
spiiroin | elros: 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 |
spiiroin | elros: also - was it only messwerk that made it work? did you try what happens if you exit & restart orienteering compass app? | 10:08 |
elros | spiiroin: it's sfos app | 10:09 |
spiiroin | elros: this one? https://github.com/Bytewerk/Messwerk | 10:11 |
elros | I can restart compass and it works as long as a I have messwerk active | 10:11 |
elros | if I close messwerk then it never works | 10:11 |
elros | spiiroin: yes this one | 10:11 |
Mister_Magister | spiiroin: messwerk is like basic thing for testing sensors | 10:12 |
Mister_Magister | its in default repos even | 10:12 |
Mister_Magister | test sensors = messwerk | 10:12 |
mal | it's in common adaptation repos for ported devices | 10:14 |
elros | Also I have no Z data in rotation Page when compas is innactive | 10:14 |
Mister_Magister | yeah thats kinda what i said :P | 10:14 |
mal | elros: rotation z axis is compass | 10:14 |
mal | basically | 10:14 |
spiiroin | elros: 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 |
mal | spiiroin: compass is z-axis rotation in messwerk | 10:40 |
elros | spiiroin: this page needs to be active https://github.com/Bytewerk/Messwerk/blob/master/qml/pages/RotationPage.qml | 10:41 |
mal | very odd since that page and compass app should enable the same thing | 10:43 |
* spiiroin wonders about possibility of: orientation/compass being virtual in android sense & requiring some != orientation sensor needing to be activated | 10:44 | |
mal | elros: check in sensorfw log what that page enables and compare it to what is enabled when you open compass app | 10:46 |
mal | spiiroin: unless there is some bug in android side I would assume it should enable the other sensors for compass automatically | 10:46 |
elros | messwerk: loads rotationsensor plugin which needs: accelerometerchain, rotationfilter and compasschain. Compass loads compasssessnor plugin which requires only compasschain | 11:15 |
mal | I would assume accelerometer is on anyway | 11:16 |
spiiroin | elros: yeah, just was making an android hal sensor -> sensorfwd sensor dependency graph and then failed to consult that ;-) | 11:24 |
spiiroin | mal: "maemo/meego" synthetizes compass from accelerometer & magnetic sensor -> probably android does something similar internally | 11:26 |
spiiroin | another 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 running | 11:28 |
spiiroin | if 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 |
mal | spiiroin: he did mention that the z-axis on messwerk is not shown which should if compass is working | 11:30 |
elros | z-axis works when I start compass app | 11:31 |
mal | this is all very illogical, if compass app needs messwerk and the other way | 11:31 |
elros | indeed but thats photon q, it has many strange issues like no other devices | 11: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.errno | 11:49 |
KsenZ_ | what am I doing wrong? | 11:49 |
mal | did 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#L16 | 11:56 |
KsenZ_ | this is not in hadk | 12:00 |
KsenZ_ | added | 12:01 |
KsenZ_ | now just restart mic? | 12:02 |
mal | I assume you rebuild contig packages after adding that? if yes then just process patterns again and build the image | 12:06 |
KsenZ_ | i.e rpm/dhd/helpers/build_packages.sh , then create new ks file, and then build image | 12:12 |
KsenZ_ | I understand correctly? | 12:13 |
mal | KsenZ: you should update rpm/dhd submodule as decribed in faq | 12:14 |
KsenZ_ | Thank you so much, I'll try | 12:19 |
mal | KsenZ: there is some useful fixes there, also update the other submodules at the same time, at least the config submodule | 12:20 |
*** NeoChapay_ is now known as NeoChapay | 12:24 | |
spiiroin | review appreciated: https://git.merproject.org/mer-core/sensorfw/merge_requests/26 | 12:24 |
spiiroin | ^ tweak what sensors are shown by default - try to avoid regression in devices already out there and in use | 12:24 |
branek | Hi 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 |
branek | How to check if this kernel boot up on phone? | 12:25 |
branek | tried with fastboot boot hybris-recovery.img, but only getting oneplus logo. | 12:25 |
branek | and than reset after ~1 minute. | 12:26 |
mal | branek: 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 |
branek | mal: understand that, but just want to be sure if I'm on right track... | 12:28 |
branek | I guess it's not good, as I do not get any usb connection... | 12:29 |
mal | branek: what do you see in host dmesg? | 12:29 |
mal | branek: which kernel does your device use, is it 4.4? | 12:30 |
branek | yep, 4.4 | 12:30 |
mal | branek: you'll need this for usb handling https://github.com/mer-hybris/hybris-boot/pull/137 | 12:30 |
branek | mal: nothing related to boot in dmesg: | 12:31 |
branek | https://pastebin.com/YfgayEyR | 12:31 |
branek | Ah, ok... let me check this... | 12:32 |
branek | hmm... 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 |
mal | when doe that happen actually, during mic build or what? | 13:21 |
KsenZ_ | yes, mic build | 13:21 |
KsenZ_ | https://pastebin.com/ZsCwjjyk | 13:22 |
mal | then one repo in .ks is wrong, you can see the quite near the beginning | 13:22 |
mal | KsenZ_: are you sure 8.3 was successful? | 13:23 |
mal | that should fix the repo | 13:23 |
mal | but you can fix it manually also | 13:23 |
mal | the url you had issues with should be --baseurl=file://$ANDROID_ROOT/droid-local-repo/$DEVICE | 13:25 |
mal | replace the $ANDROID_ROOT and $DEVICE in that with the real values for your setup | 13:25 |
KsenZ_ | few minutes | 13:25 |
KsenZ_ | full action log of https://pastebin.com/34TGVMDm - 8.3 8.4 and 8.5 | 13:28 |
mal | just fix the url manually like I said | 13:29 |
mal | in Jolla-@RELEASE@-$DEVICE-@ARCH@.ks | 13:29 |
KsenZ_ | tanks | 13:32 |
KsenZ_ | it's a pity that this much is not described in hadk | 13:33 |
KsenZ_ | sorry for my stupidity, I promise to learn))) | 13:34 |
mal | KsenZ_: there is some fixing ongoing for the hadk | 13:40 |
KsenZ_ | nothing is perfect | 13:45 |
KsenZ_ | mal, thanks again, build finish, I will try to install | 13:58 |
KsenZ_ | I installed zip, but after reboot, I get CM | 14:33 |
KsenZ_ | I installed zip, but after reboot, I get CM | 14:33 |
KsenZ_ | . | 14:34 |
mal | KsenZ_: which android base are you using? | 14:38 |
KsenZ_ | СЬ-11 | 14:39 |
KsenZ_ | CM-11 | 14:39 |
KsenZ_ | maybe problrm in mount points? | 14:40 |
r0kk3rz | i shouldnt think so, the boot script would fail | 14:41 |
r0kk3rz | somehow it cant have flashed the boot.img | 14:42 |
shark1 | hi 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 error | 15:03 |
shark1 | so I reversed https://github.com/mer-hybris/hybris-boot/pull/137/commits/0874c8ed79a2d8247547614390a20e75a7ad7a64 commit | 15:03 |
shark1 | is it ok to do that? | 15:04 |
mal | shark1: you need libhybris somewhere in android root | 15:12 |
shark1 | ok | 15:12 |
shark1 | but at the point of building hybris hal libhybris wont be there in android root right? | 15:12 |
mal | so clone it | 15:13 |
shark1 | Ok | 15:13 |
abranson | vknecht: 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 helps | 15:49 |
abranson | late last year | 15:49 |
vknecht | abranson, you're welcome ; ok I try that | 15:50 |
T4 | <abhishek_0> anyone having anbox kernel patches for 3.18 | 16:29 |
shark1 | abhishek_0 probably not | 16:32 |
shark1 | I have 3.18 though | 16:32 |
T4 | <abhishek_0> oh hey shark1 :') ... i got anbox working for my device | 16:33 |
shark1 | abhishek_0: cool y r u looking for 3.18 then? | 16:34 |
T4 | <abhishek_0> just wanted to check some things out | 16:35 |
T4 | <abhishek_0> i heard piggz was onto 3.18 | 16:35 |
shark1 | oh ok. | 16:35 |
nh1402 | did someone say anbox | 16:35 |
shark1 | I was just trying to build 15.1 | 16:35 |
T4 | <abhishek_0> cool, i'd do it too ,, i am creating 64bit sources for the device... after that 15.1 | 16:38 |
T4 | <abhishek_0> nh1402 yes :P | 16:38 |
shark1 | abhishek_0 : why 64 bit sources? | 16:38 |
T4 | <abhishek_0> coz why not :P ... experiments .... | 16:40 |
piggz | @abhishek_0 yes im on 3.18 | 16:41 |
shark1 | well 32 bit works fine | 16:41 |
shark1 | sfos is 32 bit | 16:41 |
nh1402 | mal uses 32bit image with 64bit binder for his anbox image iirc | 16:42 |
T4 | <abhishek_0> piggz you got 3.18 kernel patches for anbox | 16:43 |
T4 | <abhishek_0> ? | 16:43 |
mal | oops, I still haven't added the fixes needed for 3.18 to anbox | 16:43 |
piggz | mal: sort it! :P | 16:47 |
shark1 | mal : 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/24bfd95764c5dde7a210ffb289ab516aa55dea87 | 16:47 |
shark1 | should I revert it? | 16:48 |
r0kk3rz | is that merged? | 16:50 |
shark1 | r0kk3rz : no | 16:50 |
vknecht | abranson, 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 day | 17:00 | |
mal | shark1: I think include paths need some fixing | 17:04 |
shark1 | ok | 17:04 |
mal | or something | 17:05 |
shark1 | ok now probably builds | 17:06 |
shark1 | I had missed a commit | 17:06 |
shark1 | from PR | 17:07 |
mal | oh | 17:07 |
mal | because that had worked well before | 17:08 |
shark1 | anyone know about this error? https://paste.ubuntu.com/p/Kcs2ZBmDZY/ | 17:41 |
r0kk3rz | nuke your libhybris folder and re get | 17:41 |
shark1 | ok | 17:42 |
abranson | vknecht: probably later, after the droid 7 went in, but before the colour conversion changes. | 18:07 |
shark1 | r0kk3rz, still same error | 18:08 |
shark1 | May it be because of me pulling unmerged commits from PR? | 18:08 |
shark1 | this error https://paste.ubuntu.com/p/Kcs2ZBmDZY/ | 18:09 |
vknecht | abranson, here's what I did to integrate droid7 after the tag https://pastebin.com/zVD7js1h | 18:10 |
vknecht | but I guess it's somehow wrong, since "DroidMediaCodec: Failed to create codec" | 18:11 |
piggz | mal: eek, im sending a fw update to my watch! | 18:17 |
piggz | it seems a _lot_ faster than the official app | 18:18 |
vknecht | abranson, so, just before https://github.com/sailfishos/droidmedia/commit/dd8d4758b6235d0dd1158e0d2303a3d4c39ab6e8 ? | 18:18 |
vknecht | 3 apr : [codec] Pass codec colour format to gst-droid | 18:19 |
vknecht | using latest gst-droid would be ok I guess, since the color conversion changes there are for MTK ? | 18:21 |
mal | piggz: wohoo | 18:21 |
shark1 | here is the full log if anyone know about that https://paste.ubuntu.com/p/GjPRqddHxq/ | 18:21 |
piggz | mal: dont woohoo yet | 18:21 |
shark1 | mal : I got a small error https://paste.ubuntu.com/p/Kcs2ZBmDZY/ this | 18:22 |
abranson | vknecht: I think it's those changes that are causing your problems | 18:22 |
mal | vknecht: I assume you grabbed the non-merged libhybris and then you haveto fix the spec yourself | 18:23 |
vknecht | hmm, I'm pretty sure I've had this yt-in-browser color problem before those were done | 18:23 |
mal | oops | 18:23 |
piggz | mal: watch rebooted into a mode asking for another download..... | 18:23 |
mal | shark1: ^ | 18:23 |
mal | piggz: ouch | 18:23 |
piggz | mal: its ok ... im sending another file now.... | 18:23 |
piggz | there is a firmware file, and a resource file | 18:24 |
vknecht | but ok let's try | 18:24 |
piggz | i guess they should match...sending the resource now | 18:24 |
shark1 | mal : yes. That is the thing | 18:24 |
piggz | mal: yes, thats it... | 18:25 |
shark1 | let me try to fix it then | 18:25 |
piggz | and, im on a new fimrware version! | 18:25 |
mal | shark1: I have something like this https://pastebin.com/7XaZ8qMz | 18:27 |
shark1 | ok 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 | |
vknecht | abranson, this combination also has the problem... Logcat : https://pastebin.com/7RJhp7FF Browser log : https://mega.nz/#!ZGAgRKjZ!EXNGxCWoiMkLLIWxNWMXw59MT622rCb_x3RWwW4BAaY | 18:48 |
vknecht | bah, why bother with YT videos, when PeerTube is coming... https://joinpeertube.org/en/ ;-) | 19:37 |
*** doniks_ is now known as doniks | 21:02 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!