#About Android Client
16 messages · Page 1 of 1 (latest)
You need modded Genshin apk
Found in YuukiPS
Maybe this help
Thank you
For android need patch lib/libil2cpp.so inside apk or download pre-patched apk
where can i find the pre-patched apk?i tried to download like client of Yuuki,But I was scolded by the Tip message popped up by the software(About my use of packet capture software, but I just use my own dns server).
Can you patch it by yourself?
Or try:
https://github.com/Score-Inc/AnimeGamePatch
https://github.com/Score-Inc/PatchGenshinAPK
https://github.com/Score-Inc/GCAndroid
thanks,now I solved the proxy and https certificate by myself but stuck at 4214code. It seems that the key of the client is wrong. Is the file Genshin_Impact_3.2-Termux.apk patched with the key?
You can use ApkTool to extract apk, patch lib/libil2cpp.so, rebuild APK by ApkTool and use apk-mitm to patch certificate + resign apk
Its works for me with root + mitmproxy on android
thank you
How to patch apk (only apk, not libil2cpp.so):
- Download official apk
- Download ApkTool, using ApkTool extract apk to some folder and go inside, edit AndroidManifest.xml, set new package name package="HERE_NEW_PACKAGE_NAME" (name using in /Android/data/com.m
****data folder) - Replace lib/arm64-v8a/libil2cpp.so to patched libil2cpp.so (you can find it from others already patched.apk by using ApkTool too and pull already patched libil2cpp.so)
- Build apk again by ApkTolol (drag and drop extracted folder to .bat script) (apk still unsigned). New apk in extracted-folder/dist
- Install NodeJS and run npm install -g apk-mitm
- From PC (not android) Run apk-mitm <path-to-apk> where <path-to-apk> is your-app.apk to patch certificates (you need patch a new builded apk in extracted-folder/dist) or try https://github.com/Score-Inc/PatchGenshinAPK if you dont want use apk-mitm
- Upload new patched.apk to your phone, install it
- Copy/Rename original data folder /Android/data/com.m***** to your folder with your name (which you set on step 2)
- Use https://github.com/Score-Inc/GCAndroid to raise Grasscutter on your phone
- Use https://github.com/Score-Inc/AnimeGamePatch to raise mitmproxy and set proxy in wifi settings (or use root mode proxy from AnimeGamePatch settings to enable "proxy all" and you can use it even on 4G, 5G networks)
- Run app and play
Thank you, I haven't been able to find which file it is that needs to be patched
Do you have the libil2cpp.so file? I checked the MD5 and found that the yuuki client is the same file as the official one.