Nicholas Roth
Nicholas Roth
Workaround: 1. Cat out gservices.db to the local filesystem ``` sudo waydroid shell gservices.db cat /data/data/com.google.android.gsf/databases/gservices.db EOF ``` 2. _Then_, run the SQL query: `sqlite3 gservices.db "select * from main...
Hey! @rsglobal @kbingham , I'm interested in this too and can offer help, a second pair of eyes, etc. if that would help get this merged to git.libcamera.org. Let me...
@rsglobal, My understanding is that @pinchartl's comment refers to Android's new [Soong build system](https://source.android.com/docs/setup/build), based on Bazel. So, Android.mk would be replaced by Android.bp. The main challenge here is that...
I'll add that a lot of thought has been put into steering people away from using `genrule()`s like the one described, so I fully expect this to be more challenging...
If you want HW acceleration, building a newer android image ([guide](https://docs.google.com/document/d/1Sly_VH3w6wFIdE72WXijQegoHZh8IxEnJ9m0hH7GodU/edit#)) might also be worth trying.
Are you running this from a GUI-based console or over SSH? Judging by the error, it looks like Waydroid expects this to run in a GUI-based session (i.e. as a...
@Crazypersonalph What do you get from this command in that GUI shell? `env | grep XDG`
@aleasto @erfanoabdi I'm probably going to try to knock these out over the weekend. Does the scope I suggested under "Describe the solution you'd like" sound right to you? Anything...
Yes [tree link](https://git.libcamera.org/libcamera/libcamera.git/tree/src/android/camera3_hal.cpp), although it's based on camera3.h, which is only supported on Android < 8 according to [the docs](https://source.android.com/docs/core/camera#implementing). So part of the scope might also have to include...
No, it doesn't. Think that will be an issue? I was thinking I'd build a .so file, find the right place to drop it (e.g. /vendor), and hopefully it would...