Arne-Christian Rundereim
Arne-Christian Rundereim
Just look for a stacktrace. You can search for "Exception". Or check adb logcat -b crash It shows any app crashes. On Tue, 13 Oct 2020, 23:28 ADeadTrousers, wrote: >...
Agreed. @NicholasBuse can you consider changing the scripts?
OpenGapps marks the package as having LOCAL_CERTIFICATE := PRESIGNED, so it shouldn't get signed again. You can check if you do ``` make -j8 apkcerts-list ``` You'll then get a...
Try setting: ``` PRODUCT_RESTRICT_VENDOR_FILES := false ``` In `BoardConfig.mk` and see if that helps. Or, in `device.mk`. We moved stuff a bit around in #129 @jamuir I think we'll see...
@NateDev100 Yes. On O: for any existing apps that come with O versions, we'll pick the O version automatically. If there's new GApps in O then we'll have to add...
There exists a TrichromeLibrary for arm and arm64. https://www.apkmirror.com/apk/google-inc/trichrome-library/trichrome-library-86-0-4240-110-release/ I guess this should be added to OpenGapps @mfonville
@chownsauce Can you confirm that you got it to work with a bladeRF 2.0 micro? Is it the A4 or A9 you have? (and does it matter) With regards to...