pashamcr

Results 11 comments of pashamcr

I do not confirm ``` ❯ hostnamectl Operating System: Debian GNU/Linux bookworm/sid Kernel: Linux 5.14.0-1-amd64 Architecture: x86-64 ❯ java -jar apktool_2.6.0.jar d Tether_3.4.28_apk-dl.com.apk I: Using Apktool 2.6.0 on Tether_3.4.28_apk-dl.com.apk I:...

@iBotPeaches decompiling the next version of the framework api Sdk\platforms\android-Tiramisu\android.jar is ok, the res folder is full (39mb), the log is the same as before. Used BATCH APKTOOL: ``` [*]...

> well actually, this may be right. Just too much verbose output. What if those resources are actually staged aliases because of API 32 not yet finalized? It's not about...

@iBotPeaches solution to the problem: ResXmlEncoders.java ``` public final class ResXmlEncoders { public static String escapeXmlChars(String str) { return StringUtils.replace(StringUtils.replace(str, "&", "&"), "

@iBotPeaches, I changed the code even further: ``` import org.unbescape.xml.XmlEscape; import org.unbescape.html.HtmlEscape; public final class ResXmlEncoders { public static String escapeXmlChars(String str) { str = XmlEscape.unescapeXml(str); str = HtmlEscape.unescapeHtml(str); str...

@icypeach replace the original aapt's in apktool with these to work with framework-res.apk: [redacted] ``` # java -jar apktool_2.5.0.jar b framework-res --use-aapt2 I: Using Apktool 2.5.0 W: Could not find...

@iBotPeaches I cannot check your aapt's, they do not work on my old computer, I informed you about this earlier; excluding ssse3 & sse4.1 optimization for zlib would solve the...

@blackfa1con this is not an apktool bug 1) The application is not installed correctly in /system/priv-app, the native library can be put next to it, i.e. So: `/system/priv-app/xxxx/lib/arm64/xxxxx.so` 2) The...

> > > Do you have any proof that focus has less privacy or worse privacy than bromite? I doubt that in the Play Market, you can find applications that...