IRC logs for #automotive for Friday, 2015-07-24

Dthiriez_Hi Stoffe, no worries, I need to d/l an IRC client so I hear the messages come through00:18
Dthiriez_I was looking through my set up and am wondering what config, if any, is needed at rvibackend00:19
Dthiriez_I tried matching your setup on rvi-test1.nginfotpdx.net00:20
stoffeI noticed Thunderbird is pretty good ...00:22
Dthiriez_thx! Downloading it now :)00:23
Dthiriez_Do you happen to know if mobile app => backend communication is dependent on having the phone and raspi details recorded at rvibackend? Still a bit fuzzy on how rvi_core and rvibackend interact with each other on the web server.00:27
stoffeAFAIK there is no correlation ...00:30
stoffeonly thing I know is that your mobile device IMSI has to be matching for backend to push a digital key ...00:30
stoffethat is the only thing I know of00:30
stoffeHave a look at http://rvi-test1.nginfotpdx.net:8000/admin/devices/device/00:32
stoffethere is a stoffe device ...00:32
Dthiriez_hmm, so should only have to do with the backend's RVI_core and the mobile app's connection to it00:32
stoffeyes00:33
Dthiriez_I've added the same to my server. however with updated uuid00:33
stoffeunless there is something new checked in ... last couple of days00:33
stoffecool yes you can see your ID in the Android settings menu00:34
stoffebut I guess you already figured it out00:34
Dthiriez_ahh. I've been using "jlr.com/mobile/"+ tm.getDeviceId()+"/control/status";, the device ID shown in the android logs00:34
Dthiriez_that's equivalent, right?00:35
stoffeyep same thing00:36
Dthiriez_k. Mind if I send over my Android logs? Maybe you'll notice some discrepancies between your setup and mine00:38
Dthiriez_http://pastebin.com/5SyHvBKt Android logs for unlock app "front-end" branch00:41
stoffethis is the old code still right ?00:43
Dthiriez_should be "front-end" branch00:43
Dthiriez_but let me double check00:44
stoffeok I just saw another beacon parser ... maybe I dod not cleanup well on output :-)00:44
Dthiriez_D'oh, I downloaded the master branch. Let me fix that and try again with front-end branch00:45
stoffeok, no problem00:47
Dthiriez_building, I'll provide link to logs once up and running on my phone. thank you for your help!00:50
stoffeOk, should be much better interaction with the server on that build.00:51
stoffeBtw, I just discovered a very strange thing with the BTLE on Android ... will need to dig more00:54
stoffeMy Sony phone scans and reports beacons in 10hz .... on the HTC phone .. 1Hz !!!00:54
stoffeAnd I think Magnus Nexus also seems to do 1 Hz!00:55
stoffethat makes a big difference in ranging ...00:55
stoffeAndroid ... write once, adapt 1000 times ... almost the Java promise ...00:55
Dthiriez_lol00:56
Dthiriez_frontend branch app logs are here http://pastebin.com/Zu04n9Us, and correct, I'm observing a bit more traffic on my backend's rvi_core00:58
Dthiriez_how are you checking the beacon frequencies? I'll give it a look on my Nexus500:59
stoffehttps://github.com/stoffeg/BTLEView01:04
stoffeI made a separate app so I can experiment ... I also tried the new 21 API but same result ...01:04
stoffeFrom the trace it looked good ...01:05
Dthiriez_Also, I'm thinking the exception "W/Bundle﹕ Key profile expected String but value was a java.lang.Long.  The default value <null> was returned." could have to do with my rvibackend. RVI_core logs show "20:52:36.493 [debug] notify_subscribers(dlink_tcp_rpc:["jlr.com/mobile/xx/dm/cert_provision"]) unavailable"01:05
stoffeI have to fix that print exception ...01:05
stoffeok, but it should still be more robust on my side :-)01:06
stoffeDid you notice the now 3 HCI commands ?01:07
stoffesudo hcitool -i hci0 cmd 0x08 0x0008 1E 02 01 1A 1A FF 4C 00 02 15 33 43 33 43 46 46 47 45 38 45 54 32 39 31 34 30 39 00 00 00 C5 0001:07
stoffesudo hcitool -i hci0 cmd 0x08 0x0006 A0 00 A0 00 03 00 00 00 00 00 00 00 00 07 0001:07
stoffesudo hcitool -i hci0 cmd 0x08 0x000a 0101:07
stoffeI have validated that this gives ~ 10 Hz01:08
Dthiriez_let me check, should be the same on my raspi01:08
Dthiriez_updating Android buildtools, I'll let you know what I see via BTLEView once running01:09
stoffecool, thanks!01:11
Dthiriez_aha did not take into account those 3 commands01:12
Dthiriez_I only have -- hcitool -i hci0 cmd 0x08 0x0008 1E 02 01 1A 1A FF 4C 00 02 15 92 77 83 0A B2 EB 49 0F A1 DD 7F E3 8C 49 2E DE 00 00 00 00 C5 0001:12
Dthiriez_adding the other 201:13
stoffeok01:14
stoffeuse all 301:14
stoffeeven the first one is different ... it matches the VIN of my Fiat :-)01:15
stoffejust in case I did not comment out the 100% match code01:15
stoffeI also added that you can do a 1-15 digit match01:15
stoffeso if you only want to match JLR vehicles manufactured in UK .... then match first 801:15
Dthiriez_lol that's pretty trippy to match01:15
stoffeNow that Sergio's cars are getting hacked maybe he wants to buy our system :-D01:16
Dthiriez_Crossed my mind too, I think it's a great opportunity to standout in terms of security01:18
Dthiriez_Checking BTLEView and I'm seeing the distance vary a lot01:19
stoffeYes this is expected ... that is why its important to buffer and throw away some ... and calculate a mean ..01:20
Dthiriez_I see a lot of "Rejected ADV = " in the logs is that normal?01:20
Dthiriez_aha01:20
stoffethe rejected is non iBeacons01:20
stoffedo you have Gimbal?01:21
stoffeno, actually I drop Gimbal without print01:21
stoffeso you have something else.01:21
Dthiriez_no, let me check, what is it :P01:21
*** waltminer has quit IRC01:26
*** waltminer has joined #automotive01:27
stoffeAre you getting a Freq value?01:30
Dthiriez_yes, it's changing a lot too: 1, -1, -2, 0, and I think at one point I saw 1001:31
stoffe10 would be great ... that is 10hz01:34
stoffeI just hope you did not see -1001:34
stoffe-1 is missed HB and if it gets to 20 it goes away from list01:34
*** jlrmagnus has left #automotive01:39
Dthiriez_moving the phone closer to the raspi01:42
Dthiriez_it's staying pretty consistent between 1 and 001:43
Dthiriez_Thank you for your help Stoffe, I'm gonna pick up my debug tomorrow am. Good night01:47
stoffeOk, cool !01:48
*** Dthiriez_ has quit IRC01:48
*** waltminer has quit IRC02:16
*** stoffe has quit IRC02:20
*** dthiriez has quit IRC02:35
*** waltminer has joined #automotive02:48
*** dthiriez has joined #automotive03:13
*** dthiriez has quit IRC03:16
westongood morning friends.. I have a presentation today on some protocol.. japansese audience03:55
waltminerweston - you must be from the future. It is midnight here04:48
persiahttp://www.total-knowledge.com/~ilya/mips/ugt.html is an interesting read about "good morning" on freenode.05:10
waltminerYeah - just getting loopy. It’s late06:35
*** waltminer has quit IRC06:46
JEEBjapanese is one of those markets where it really helps if you can do the language :)07:36
JEEB*japan07:37
JEEB(I need more coffee)07:37
* paulsherwood too07:37
rjekNeeding more coffee is the only state of being I know.07:51
CTtpollardShould I expect a welcome / confirmation emailing email from genivi-projects mailing list?08:01
CTtpollardwithout the emailing08:01
rjekWhen you sign up?  Yes, you should, because it's Mailman08:02
CTtpollardI've not had anything, subscribed on Wednesday iirc08:02
rjekThere have been postings to the list, so that suggests the subscription request didn't happen08:03
rjekSo I'd suggest trying again :)08:04
CTtpollardI have, I tried again yesterday08:04
* rjek tries subscribing using personal address08:05
rjekI would have expected an automated email by now, but there has been none08:06
rjekSo either they've broken their mailing list, or they have manual subscription approval turned on and somebody's not processing the requests.08:06
CTtpollardthe latter I would guess08:06
rjekpaulsherwood: Do you happen to know who maintains the GENIVI lists?08:06
*** mdunford has joined #automotive08:07
rjek2015-07-24 09:06:04 1ZIXzW-00007y-9n 213.131.239.194 / genivi-dev-owner@mail.genivi.org would have failed sender verification test08:09
rjekAlthough that's a different issue08:09
*** RzR has quit IRC08:11
*** RzR has joined #automotive08:13
*** apinheiro has joined #automotive08:16
*** jonathanmaw has joined #automotive08:23
rjekCTtpollard: I just received my subscription to my personal address...09:38
* rjek unsubscribes again09:38
CTtpollardrjek: same09:39
rjekSomebody got their finger out then :)09:41
paulsherwoodrjek: maybe jeremiah, or joel replogle09:49
paulsherwoodjoel is on holiday i believe09:50
* rjek nods09:50
*** mdunford has quit IRC09:51
*** mdunford has joined #automotive10:09
*** mdunford has quit IRC10:16
westonback..just completed only one slide completed.. I think I got a "repeat"10:59
westonpaulsherwood: how was your session?11:10
*** mdunford has joined #automotive11:33
*** fulup has joined #automotive12:30
*** emaj has joined #automotive13:13
westonleaving for the day/. Have a nice weekend ahead!13:13
*** mdunford has quit IRC14:02
*** jlrmagnus has joined #automotive14:11
jlrmagnusMorning14:12
*** mdunford has joined #automotive14:16
paulsherwoodhi! :)14:22
furyHiya!14:25
*** fulup has quit IRC14:26
*** riazantsev has joined #automotive14:51
*** waltminer has joined #automotive15:17
*** stoffe has joined #automotive15:22
*** Dthiriez has joined #automotive15:47
*** jonathanmaw has quit IRC15:48
*** CTtpollard has quit IRC15:50
*** waltminer has quit IRC16:14
*** mdunford has quit IRC17:07
*** c0dd3r5 has quit IRC17:10
*** emaj has quit IRC17:45
*** apinheiro has quit IRC17:49
*** waltminer has joined #automotive19:13
*** e8johan has joined #automotive20:35
*** waltminer has quit IRC20:45
*** waltminer has joined #automotive20:53
*** e8johan has quit IRC21:51
*** bbranch has joined #automotive21:57
*** stoffe has quit IRC22:04
*** bbranch has left #automotive22:09
*** waltminer has quit IRC22:11
*** waltminer has joined #automotive22:12
*** bbranch has joined #automotive22:54
*** bbranch has left #automotive22:55
*** waltminer has quit IRC22:56
*** waltminer has joined #automotive23:10
*** waltminer has quit IRC23:55

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!