You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot install the patched application of this :
adb: failed to finalize session
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl22371042.tmp/base.apk (at Binary XML file line #109): <meta-data> requires an android:value or android:resource attribute]
Evidence / Logs / Screenshots
Any output from objection, such as stack traces or errors that occurred. Be sure to run objection with the --debug flag so that errors from the agent are verbose enough to debug. For example:
$ objection patchapk --source base.apkNo architecture specified. Determining it using `adb`...Detected target device architecture as: arm64-v8aUsing latest Github gadget version: 16.4.10Patcher will be using Gadget version: 16.4.10Detected apktool version as: 2.9.3-dirtyRunning apktool empty-framework-dir...I: Removing 1.apk framework file...Unpacking base.apkApp already has android.permission.INTERNETSetting extractNativeLibs to true...Target class not specified, searching for launchable activity instead...Smali not found in smali directory. This might be a multidex APK. Searching...Found smali at: /tmp/tmpin2pptw6.apktemp/smali_classes8/com/gaiamtv/appmodules/views/splash/SplashActivity.smaliReading smali from: /tmp/tmpin2pptw6.apktemp/smali_classes8/com/gaiamtv/appmodules/views/splash/SplashActivity.smaliInjecting into an existing constructorInjecting loadLibrary call at line: 187Attempting to fix the constructors .locals countCurrent locals value is 2, updating to 3:Writing patched smali back to: /tmp/tmpin2pptw6.apktemp/smali_classes8/com/gaiamtv/appmodules/views/splash/SplashActivity.smaliCreating library path: /tmp/tmpin2pptw6.apktemp/lib/arm64-v8aCopying Frida gadget to libs path...Rebuilding the APK with the frida-gadget loaded...Built new APK with injected loadLibrary and frida-gadgetPerforming zipalignZipalign completedSigning new APK.Signed the new APKCopying final apk from /tmp/tmpin2pptw6.apktemp.aligned.objection.apk to base.objection.apk in current directory...Cleaning up temp files...
$ objection signapk split_config.*.apkPerforming zipalignZipalign completedSigning new APK.Signed the new APKCopying final apk from /tmp/tmpy5n38ob7.apktemp.aligned.objection.apk to split_config.arm64_v8a.objection.apk in current directory...Cleaning up temp files...Performing zipalignZipalign completedSigning new APK.Signed the new APKCopying final apk from /tmp/tmpsxr8oise.apktemp.aligned.objection.apk to split_config.fr.objection.apk in current directory...Cleaning up temp files...Performing zipalignZipalign completedSigning new APK.Signed the new APKCopying final apk from /tmp/tmp18ic44is.apktemp.aligned.objection.apk to split_config.xxhdpi.objection.apk in current directory...Cleaning up temp files...
$ adb install-multiple *.objection.apkadb: failed to finalize sessionFailure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl414640531.tmp/base.apk (at Binary XML file line #109): <meta-data> requires an android:value or android:resource attribute]
Environment (please complete the following information):
Great to hear, will then close this issue for now and keep the other one open until it is decided whether or not it is worth adding this patching to objection.
Describe the bug
I cannot install the patched application of this :
To Reproduce
Steps to reproduce the behavior:
adb shell pm path com.gaiamtv | cut -d':' -f2- | xargs -I% -P$(nproc) adb pull % .
adb uninstall com.gaiamtv
objection patchapk --source base.apk
objection signapk split_config.*.apk
adb install-multiple *.objection.apk
Similar issues
I did not find any similar issue
Expected behavior
Application should be installed
Evidence / Logs / Screenshots
Any output from objection, such as stack traces or errors that occurred. Be sure to run objection with the
--debug
flag so that errors from the agent are verbose enough to debug. For example:Environment (please complete the following information):
Application
All .apk : https://www.upload.ee/files/17044875/app.zip.html
Additional context
First time I encounter an error. Continue your great work 💯
The text was updated successfully, but these errors were encountered: