I hereby claim:
- I am nift4 on github.
- I am nift4 (https://keybase.io/nift4) on keybase.
- I have a public key ASDaCGuGxp0m6HtpkdWD5qjzqqRlsf_JkIn9DraqpQ1V4Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$ java -jar ~/Downloads/apktool_2.10.0.jar d $DUMP/vendor/overlay/framework-res__auto_generated_rro_vendor.apk --keep-broken-res
I: Using Apktool 2.10.0 on framework-res__auto_generated_rro_vendor.apk with 16 thread(s).
I: Loading resource table...
W: Duplicate Resource Detected. Ignoring duplicate: bool-mcc234-mnc10/config_moto_nr_enabled
W: Duplicate Resource Detected. Ignoring duplicate: bool-mcc234-mnc10/config_moto_nr_enabled
W: Duplicate Resource Detected. Ignoring duplicate: bool-mcc234-mnc10/config_moto_nr_enabled
W: Duplicate Resource Detected. Ignoring duplicate: bool-mcc234-mnc10/config_moto_nr_enabled
#!/usr/bin/env -S kotlin -howtorun .main.kts | |
@file:Repository("https://repo1.maven.org/maven2/") | |
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1") | |
import kotlinx.coroutines.* | |
import kotlinx.coroutines.flow.* | |
import java.io.File | |
import java.util.concurrent.Executors | |
import kotlin.io.path.* | |
import kotlin.math.min |
package com.maxmpz.audioplayer.output.athd; | |
import android.content.Context; | |
import android.os.Build; | |
import com.maxmpz.audioplayer.R; | |
import com.maxmpz.audioplayer.plugin.NativePluginInfo; | |
import com.maxmpz.audioplayer.plugin.OutputInternalHelper; | |
import com.maxmpz.audioplayer.processing.Pipeline2; | |
import p007.AbstractC1063Mx; | |
import p007.C0541Ee; |