help with apktool - Other Tools & General Discussion

hi
apktool works 100% with any apk i use it with only the following.
Pocket AMC Reader_1.9.1.apk
when i decompile and rebuild and sign the apk wont work at all. (even if i dont make any changes to it)
any help would be great.
i have included this apk as an attachemnt to see if anyone can help.

try to copy over original signature.

Related

[Q] Compiling services.jar from source?

I've got an idea for a mod I want to make. I know where to find the Java code in the AOSP. This afternoon I spent some time futzing around with framework-res.apk; I used apktool to uncompress/decompile it, made some goofy changes, rebuilt the .apk, then signed and pushed back to my phone successfully.
Now, I want to make programmatic changes. So I pulled services.jar, decompiled with apktool again, and got my .smali files. Unfortunately, I don't understand the format whatsoever. I'm trying to do something more complicated than simply changing colors/graphics.
I want to know whether I can download the Android source, make my modification to the Java file I need, and recreate a services.jar out of it all. Is that possible? If so, is there a tutorial somewhere?

pure-ftpd for android

it not apk (if you want simple one find ftpdroid from market) just binarys
extract files any place you want
i think ptracetestnot work
special thank for hounjini (he compile it )
i just run test and upload it
i don't know how can set its configure
if someone success to configure it please upload script and config files

[Q] Changing apk package name

Is it possible to change the package name of an already existing apk? (Eg change com.android.oldapp to com.android.newapp.) I would like to do this so I can have two versions of the same application installed at once. I have been experimenting with apktool and editing the manifest xml file but it's to no avail.
I'm late to this. But, I'm looking to do the same. How does one go about doing this?
Thanks.
try ApkTool
Yeah, I am Looking for the same..
Did you try ApkTool, It allows you to change appName, Package and Signing them.

[Q] Any option to detect changes in apk files

Hello guys.
I am wondering if there's any option/programme/app that can detect changes in apk files.
For example:
A dev releases a mod for something, let's say swaps a .png files to a custom .png and shares the mod in a thread.
And i want the same mod but in a different .png.
Now i can ofcourse ask the dev to do it, which is easy but i wont learn anything.
So i decide to try to make it for myself, but having no past experience with android i don't know how to do it.
And here's where the app/programme comes in (if there is one, ofc). A software that can detect any kinds of changes after decompiling apk files. Now many of you know that apk files have several folders inside, and inside those folder are various files.
So this software (if it exists) could be able to detect changes in the modded apk compared to my unmodded apk, and tell me where exactly the change(s) have been made.
In this way i don't need to bother a dev, and i maybe start to learn how to mod special areas of my phones UI.
Thanks for any reply!
Good day!

Baksmali In Android

I'm making a program which will extract a Apk and modify some Smali code and again recompile it.
Apk Editor is good but I want the function in my app anybody can help ?

Categories

Resources