Results 54 comments of binarynoise

I'm still trying, but it looks like it's solved. I still get crackling if I overload it (enable as many effects as possible, but then I get crackling even when...

I don't believe it yet, but it seems that the update that was released in the AUR some minutes ago did fix it. Nothing spectacular changed, but as of now...

@rauenzi Would you please open this issue again? It did not go away.

A dirty fix would be something like ```kotlin FunSpec.builder("addListener") .addModifiers(KModifier.EXTERNAL) .addParameter(ParameterSpec.builder("listener", TypeVariableName("T")).build()) .addParameter( ParameterSpec.builder( "filter", ClassName.bestGuess("webRequest.RequestFilter") ).defaultValue("%L", "definedExternally").build() ) .addParameter( ParameterSpec.builder( "extraInfoSpec", Array::class.asTypeName().parameterizedBy(String::class.asTypeName()) ).defaultValue("%L", "definedExternally").build() ) .returns(ClassName.bestGuess("webRequest.BlockingResponse").copy(nullable = true)) .build()...

You download Lygisk. If unsure, look open the manager, there the version will be left of the install-button. We probably could change the notification (I assume this is the reminder)....

If we said, ok, text in quotes is upright, text without quotes is italic (or vice versa) and text with a `#` prepended is a variable, this would clarify things...

The issue with limited access to /data can be worked around by calling magisk su with ``` -mm, -M, --mount-master Force run in the global mount namespace ``` And the...

It seems, the problem is not only the restricted access to /data. When running the native lib manually, it segfaults immediately, not even printing the "Need directory argument" error. As...

For me, it looks like only the xposed part still works. All crashes other crashes, even if they show up in logcat, are not seen by Scoop. Probably #65 though

So if I understand correctly, in general installation works, but not with addon.d. Looking at the log, your partitions seem messed up (239 ff.). Does your phone boot, if you...