Moritz Warning

Results 421 comments of Moritz Warning

I see `recording error: AUDIO_RECORD_START_STATE_MISMATCH. AudioRecord.startRecording failed - incorrect state :1`, but I don't know what the error is caused by. Does the App has audio recording permissions? Anyway, thanks...

I was helping a bit at most.

Maybe the audio device was not properly closed before or is used by other programs. Hard to tell.

It does not happen for my phones (both Lineage OS, Android 7.1.2). But when it works the first time, then it is likely to be a bug in the App....

It would be good to know where the problem lies. There is a new version in progress as part of this years GSoC and maybe it can get fixed. Maybe...

@labregowski Does `ping6 2001:818:e6d3:9500:e299:71ff:feaf:9e3` work? Meshenger can work with that kind of address. But the code might be buggy. From looking at the code in Meshenger, it looks like it...

Or you need to use `ping -6 ...`

"unknown host" might mean to ping interprets the address as a hostname and does not recognize/support ipv6 addresses. Is the ping6 command available?

Is wlan0 the wifi-direct interface? Meshenger is hard coded to use wlan0 for everything. This can be extended of course. But needs some coding to do. Edit: I cannot test...

Thanks you for your input. From the MAC address, the first address that is generated from that is the IPV6 link local address (fe80:...). It would be interesting what fe80...