Ruben Horn
Ruben Horn
- startRotation - rotationSpeed
After adding a BlurredView, my App crashes when I go to another screen. Note that I don't call `blurView.blurredView(View)` yet. **The layout:** ``` ``` **The fragment:** ``` override fun onViewCreated(view:...
The frametime plugin requires an app (package name) to get results from ` dumpsys`. When running a web experiment, the value of `app` is `None` (see [Frametimes.py#L44](https://github.com/S2-group/android-runner/blob/master/AndroidRunner/Plugins/frametimes/Frametimes.py#L44)), but it could...
I just tried to compile and run the WebView example on Android. Unfortunately, it does not work, since it cannot access the Camera through `getUserMedia()` for some reason. (Here's the...
I downloaded the [android binaries](https://github.com/EricssonResearch/openwebrtc/releases/download/v0.3.0/openwebrtc-android-armv7-0.3.0.zip) and am currently trying to run the [NativeCallExample](https://github.com/EricssonResearch/openwebrtc-examples/tree/master/android/NativeCall) from the android examples. I included all jars from `lib\jni\`, but somehow `com.ericson.research.owr.sdk` cannot be resolved. Am...
I am trying to develop a Google Glass App using Open WebRTC. I have imported `openwebrtc.jar` and `openwebrtc_bridge.jar` into my project:  Why do I get this error: ``` E/AndroidRuntime(7826):...
Just putting this here ;) [Example](http://cpsp.informatik.uni-freiburg.de/HPview/Input.jsp?example=backboneOnly)
From the README.md: > The PDF version of the complete documentation can be found [here](https://prospr.readthedocs.io/_/downloads/en/latest/pdf/).
### Context Recently, a feature was added for using the SSH password set in the environment #246. However, it may also be convenient to prompt the user to provide this...