Build patched apk: java -jar /home/expert/work/tools/apktool.jar b flixster -o flixster_patched.apk
If you see followint error try running java -jar /home/expert/work/tools/apktool.jar empty-framework-dir --force or run b command with parameter --use-aapt2
If necessary convert apk to jar for further analysis: d2j-dex2jar.sh net.flixster.android-9.1.3@APK4Fun.com.apk
To find what cyphers suites are supported by remote server calls: nmap --script ssl-enum-ciphers -p 443 youtubei.googleapis.com or sslscan youtubei.googleapis.com
@txtsd I couldn't figure it out. It seemed like apktool can't properly repack newer builds. So in my research I ended up using old versions of apk files. Please comment here if you find the root cause of the issue. I'll update the document.
Same happened for me in rare cases. Didn't find the solution, used older versions. @txtsd
Is there any logs why it can't install?
If you find the solution, i'll update my tool also.
Same happened for me in rare cases. Didn't find the solution, used older versions. @txtsd
Is there any logs why it can't install?
If you find the solution, i'll update my tool also.
I'll copy-paste it just in case, but I haven't had a chance to test it. Have you tested it, @Korayem ?
> Seems to work with 2.4.2-d3f9d5-SNAPSHOT.
>
> After rebuilding, `zipalign` it using this command: `zipalign -p -f 4 input.apk output.apk`
> Then sign it with `apksigner` and should work now.
I wrote a python script to automate this process.
https://github.com/rlxone/android-https-patcher