Results 143 comments of Elvis Stansvik

And I'm wrong again. Running `ndk-depends` on the `bbqscreen` executable, I see that it's actually linked against `libstagefright.so`, so that's not the problem. The problem is simply that in the...

In the meantime I've come up with a workaround. It's quite ugly, but works. What I did was to write a shim shared library containing an `AudioSource` constructor with the...

I'm keeping a fork [here](https://github.com/estan/bbqscreen_client) with my workaround until this is fixed, in case someone else has an Xperia Z3.

Alright, I see. Better leave the locator as it is then. And I suspected the start screen was a bit special. Thanks for looking into whatever is possible!

Any news on this. What has happened?

Ah. I see. I was just curious and tried to follow the ``` For details, see: http://www.synctus.com/ddar/. ``` link in README.markdown. The README contains no information on how ddar works...

Right, had forgot about archive.org. Thanks!

I've now read it, and the information there is great. Would be good to bring it over as wiki pages here on GitHub, or as a GitHub Pages site, including...

This example was working fine for us, except we had to add ``` 'overwritehost' => 'cloud.example.com', 'overwriteprotocol' => 'https', ``` to our `nextcloud/config/config.php`. However, this was back when we were...