[Soot-list] Repackaging and signing apk

Steven Arzt steven.arzt at cased.de
Thu Jun 12 08:42:27 EDT 2014


Hi,

You should not need to manually repackage the APK file by hand at all. 
Make sure the following Soot options are set:

-src-prec apk
-output-format dex
-process-dir <path-to-your-apk>
-android-jars <path-to-your-sdk-platforms-dir>

Afterwards, you need to manually sign the resulting file using 
jarsigner. Please then try to install your signed APK using adb install 
and send us the exact error message in case it fails.

Best regards,
   Steven

Am 11.06.2014 16:19, schrieb Modhi Alsobiehy:
> Hi all,
> 
> my question is regarding repackaging and signing apks
> I followed the tutorial of android instrumentation
> 
> since it was not mention specifically how to reassemble the package
> after “dexifying” the jimple files, I just unpacked the original
> apk and exchanged the old classes.dex file with the new modified one!
> I tried to install the new apk and it gave me “ installation
> failed!”
> did I repack it properly!!
> the added lines in the original apk are Log lines after other Log
> lines hence the class is already imported!
> Thanx in advance!
> 
> Sent from Windows Mail
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pubkey.asc
Url: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140612/c153aec0/attachment.asc 


More information about the Soot-list mailing list