Dylanger Daly

Results 48 comments of Dylanger Daly

+1 for this, it would be nice to have a local DB of the fitness data, so nothing is actually being sent to Google, that would make using Fitness apps...

Is there anything else required? I'm going to start looking at this. I'd be happy with standard Android Auto working, just seems to be a few GMS APIs that are...

Quick update It looks like Android Auto immedately crashes when you try to launch it It complains about UseageReporting.API being unavailable ``` 02-04 12:39:55.787 28836 28836 E CAR.ANALYTICS: com.google.android.gms.common.api.ApiException: 17:...

Patching the `GoogleSignatureVerifier.a(arg5).b(v3)` function results in Android Auto starting up without crashing ![aa](https://user-images.githubusercontent.com/7969682/106843078-4e363f80-66f9-11eb-8c1f-b3f9be982eee.png) Next up is to get away with not having to have these apps After install the requested...

It should be possible to fix this without patching the apk ``` 66 W DynamiteModule: IDynamite loader version < 2, falling back to getModuleVersion2 02-04 12:39:55.911 28836 28866 I DynamiteModule:...

It did not, the logic that handles dealing with USB is (I think) located within GMS, so this is what needs to be implemented into microG. https://github.com/tomasz-grobelny/AACS I'll start doing...

Oh awesome, yeah I'm doing the same with GrapheneOS + microG, usually kick off a build each month, I like being able to add my own patches on top of...

Quick little update I've managed to get Android Auto working on a GrapheneOS device with microG ![PXL_20210216_002412925](https://user-images.githubusercontent.com/7969682/108039544-534ba500-7090-11eb-84b5-69b56f07140d.jpg) ![PXL_20210216_002513872](https://user-images.githubusercontent.com/7969682/108039552-56df2c00-7090-11eb-8925-97b71adb1d62.jpg) It appears Google have moved the AACS logic from Google Services into...

I think so, only had 30 or so seconds to test, still waiting on my car to arrive lol, I should be able to test further tomorrow. Maps works well...

I've opened a PR --> https://github.com/microg/GmsCore/pull/1396 This fixes Auto from crashing immediately on startup, just needed to add it to the Google Packages list. > Were you able to run...