piggz | mal: reverse engineerin the data for a sports activity is getting time consuming...even using gadged bridge as a reference | 07:24 |
---|---|---|
abranson | piggz: there's a lot of work gone into that, hasn't there | 07:27 |
piggz | abranson: gadget bridge? yes, its very comprehensive ..... im trying to convert android ByteStream to QDataStream equivalents | 07:28 |
piggz | maybe if ppl add more devices to amazfish, in the future we will have the same! | 07:28 |
piggz | rats ... when my testing: 2.1.4 repo was working, i forgot to disable it ... no going back now! | 08:20 |
opendata | is the xa2 port working at all yet | 08:43 |
mal | opendata: the adaptation repos are public so you can probably check there | 08:46 |
opendata | yeah | 08:48 |
opendata | trying to build them | 08:48 |
opendata | i have nothing in /etc/system-release | 08:49 |
mal | what is that? | 08:49 |
opendata | the hadk guide tells me to read that to see sdk release | 08:50 |
mal | opendata: maybe /etc/sailfish-release works also? | 08:52 |
mal | or maybe you have too old sdk | 08:53 |
mal | which doesn't have that file yet | 08:53 |
opendata | i just downloaded it | 08:53 |
mal | opendata: then it should be fine | 09:03 |
piggz | decoding this data stream isnt going well :/ | 09:05 |
opendata | ubu-chroot doesnt exist | 09:09 |
opendata | command not found | 09:11 |
piggz | in what universe does the second unisgned short in this hex stream = 4??? 09cc0000008c9ec545850baf4 | 09:34 |
opendata | is it big endian? | 09:36 |
piggz | i dont think so, the android code says | 09:39 |
piggz | ByteBuffer buffer = ByteBuffer.wrap(stream.toByteArray()).order(ByteOrder.LITTLE_ENDIAN); | 09:39 |
Mister_Magister | piggz: looks like java xD | 10:00 |
Mister_Magister | oh android code it explains it | 10:00 |
piggz | that is java | 10:00 |
piggz | im converting to qt | 10:00 |
Mister_Magister | what are you converying? | 10:00 |
piggz | hang on... | 10:01 |
piggz | rats, there s the problem!!! | 10:02 |
piggz | im missing the data from the first packet!!! | 10:02 |
piggz | fsck | 10:02 |
piggz | all morning! | 10:02 |
Mister_Magister | piggz: so what are you converting? | 10:08 |
piggz | data from my watch | 10:08 |
piggz | specifically, sports activitiy data | 10:08 |
Mister_Magister | you mean app for watch or something? | 10:09 |
piggz | Mister_Magister: yes, amazfit bip watch | 10:16 |
Mister_Magister | kayyyy | 10:16 |
Mister_Magister | good work man | 10:16 |
piggz | hopefully this will start to make sense! | 10:16 |
piggz | Mister_Magister: app is already released and works well | 10:17 |
piggz | just adding more features | 10:17 |
Mister_Magister | yeah i know great job | 10:17 |
piggz | annoyed i missed the android code that set the counter to -1 on start! | 10:17 |
mal | piggz: off by one, the most common mistake :D | 10:18 |
piggz | mal: yes i know! | 10:19 |
piggz | mal: data is looking much better now tho! | 10:20 |
piggz | next to decode the Huami format for storing long/lat | 10:23 |
piggz | i guess this will tell me how | 10:24 |
piggz | private double convertHuamiValueToDecimalDegrees(long huamiValue) { | 10:24 |
piggz | and yes, it looks correct....devide interger value by 3000000 and it gives lat/lon | 10:30 |
piggz | mal: ^^ so, that is all the data decoded :D | 10:30 |
piggz | now need the track info | 10:30 |
akhil_surabhi | mal, piggz: Do you know about af_map_input_dciaf_info? Google has only one result from xda | 10:31 |
piggz | what does that refer to? | 10:31 |
akhil_surabhi | Can't connect to camera service, that's the issue described there | 10:32 |
akhil_surabhi | This is the exact problem I'm facing after recording a video | 10:32 |
piggz | woah ... 2 results ... xda and this on the archive ... how did google index that so fast???? | 10:32 |
akhil_surabhi | That xda one is from kenzo | 10:33 |
akhil_surabhi | Looks like the proprietary lib issue | 10:35 |
akhil_surabhi | Kenzo uses camera2, so it must support both HAL1 and HAL3. Does sfos | 10:56 |
akhil_surabhi | Support HAL3? | 10:57 |
vknecht | hello | 12:05 |
vknecht | I was expecting the GUI updater to pick up promoted packages to testing, but it's not the case. Do we still need to sed for adaptation in SSU repos.ini, and/or do the OTA manually ? Here are 'ssu lr' result and repos.ini : https://pastebin.com/XUq5jnUs | 12:07 |
kimmoli | rinigus: merged and tagged | 12:07 |
vknecht | or does the GUI updater only get newer SFOS versions ? | 12:08 |
rinigus | kimmoli: thank you very much! what about hal, is there some command to move/copy from devel via osc? or i should just read the man page... | 12:09 |
kimmoli | https://gist.github.com/kimmoli/cefd99961945f220514a024215ea076b | 12:10 |
kimmoli | rinigus: i'll check your stripes in testing... | 12:11 |
kimmoli | rinigus: yes, all ok. you're a maintainer on both | 12:12 |
rinigus | kimmoli: excellent! then I'll deal with it tonight and continue testing via testing repo :) | 12:14 |
vknecht | rinigus, kimmoli, any thought about my question ? :-) | 12:15 |
kimmoli | rinigus: i added _2.2.0.29 to testing | 12:15 |
kimmoli | vknecht: gui updater does not work for ports | 12:17 |
kimmoli | unless there is new info | 12:17 |
vknecht | ah :-) thank you | 12:18 |
kimmoli | i havent used sed for that, just ssu ar et.al. | 12:19 |
vknecht | hmmm, I follow https://wiki.merproject.org/wiki/Template:SFOS_OTA | 12:20 |
kimmoli | i have my own... http://images.devaamo.fi/sfe/onyx/beta-7/ | 12:21 |
vknecht | not using reboot is important ? | 12:22 |
vknecht | I thought I read the inverse somewhere, but I guess there's a reason | 12:23 |
kimmoli | i had some issues with reboot. power off/on is just a precaution | 12:27 |
vknecht | at least it works manually, kernel updates included :-) | 12:30 |
*** vknecht_ is now known as vknecht | 14:09 | |
Holmes465 | hi. When i try build packages i get this error: https://bpaste.net/show/c94bdd3b72bd | 15:02 |
vknecht | Holmes465, look for "stragglers" in doc | 15:14 |
Holmes465 | yeah, i know about it but i get this error: https://bpaste.net/show/728db64deec4 | 15:18 |
piggz | mal: spiiroin: one of my users is having sensor trouble that im not having... | 15:22 |
piggz | Jul 07 20:47:24 Sailfish sensorfwd[2761]: void HybrisManager::startReader(HybrisAdaptor*) failed for Operation not permittedJul 07 20:47:24 Sailfish sensorfwd[2761]: Node ' "orientationadaptor" ' state changed to invalidJul 07 20:47:37 Sailfish sensorfwd[2761]: No sysfs proximity device found | 15:22 |
piggz | ideas? | 15:22 |
mal | @adampigg sailfish shouldn't use sysfs proximity sensor | 15:54 |
piggz | mal: so, is that a red herring? | 15:57 |
piggz | apparnetly, their ALS and Orientation isnt working | 15:57 |
rinigus | kimmoli: I updated hal packages in testing as well. main issue seems to be caused by changes in sd card path, but refreshing tracker db solved that. | 16:39 |
piggz | https://twitter.com/adampigg/status/1015633111072280576 | 16:43 |
kimmoli | rinigus: ok. i'll charge my testing phone... | 16:49 |
rinigus | :) | 16:51 |
vknecht | Holmes465, those are examples, you don't have to mention them in stragglers if they're not in your tree | 17:13 |
mal | piggz: are other sensors working? with messwerk or csd? | 19:25 |
piggz | mal: i believe so | 19:25 |
piggz | just light and orientation im told | 19:25 |
mal | piggz: reboot doesn't help? | 19:26 |
piggz | seems not ... ite been a few weeks for them | 19:27 |
piggz | i get moans in my telegram channel! | 19:27 |
mal | piggz: but it works for you? it seems you only have latest in devel repo, are any people using testing? | 19:28 |
piggz | no, theyre using devel for testing 2.2 | 19:29 |
piggz | before i make a testing verison | 19:29 |
piggz | problem is, im asking for logs and not getting much back | 19:30 |
mal | :( | 19:30 |
massss | I'm getting lot of errors after 'rpm/dhd/helpers/build_packages.sh' https://pastebin.com/gFQmC4mF | 22:15 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!