Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apk2gold problem #7

Closed
muttleytm opened this issue Jan 30, 2014 · 4 comments
Closed

apk2gold problem #7

muttleytm opened this issue Jan 30, 2014 · 4 comments

Comments

@muttleytm
Copy link

I'm in a little over my head. I just want to decompile an apk to find a short string of characters that will start with an asterisk.

I've found some other instructions on how to install apk2gold on ubuntu and it appears to be installed, but, I get a command not found error and I can't find the directory apk2gold that was created.

I am running linux mint15 and I have installed python, git, mercurial,jdk and jdk devel using the package manager. Then I ran:

git clone https://github.com/lxdvs/apk2gold.git
cd apk2gold
git submodule init
git submodule update
./make.sh

When I do:

apk2gold # dir

I get:

apk2gold apktool dex2jar-0.0.9.12 jd-cli linux make.sh osx README.md rreassoc.py

but when I look for this directory (apk2gold) with my file manager so I can put my apk file there as well I can't find it.

when I try to run it I get this:

apk2gold # apk2gold FP.apk
apk2gold: command not found

or as root

apk2gold FP.apk

apk2gold: command not found

@Groxx
Copy link

Groxx commented Jan 30, 2014

(Just trying the simple stuff first, let me know if this is too simple / too hard, kinda hard to tell where you might be in all this)

In the command-line, when you're in the apk2gold directory, try the "pwd" cmmand. It should print out the full path to that folder, which should help you find it in a file manager.

Whenever you have the APK where you want it, have you tried "./apk2gold FP.apk" from the apk2gold directory?

@muttleytm
Copy link
Author

Thanks for the reply. I did pwd and found adk2gold was created in the root
directory. I put my apk file there. First I used the command # apk2gold
FB.apk and it didn't work and then I remembered you said to use ./apk2gold
FB.apk.

It worked fine. Now I just hope I can find what I'm looking for.

Thanks

On Thu, Jan 30, 2014 at 2:01 PM, Groxx notifications@github.com wrote:

(Just trying the simple stuff first, let me know if this is too simple /
too hard, kinda hard to tell where you might be in all this)

In the command-line, when you're in the apk2gold directory, try the "pwd"
cmmand. It should print out the full path to that folder, which should help
you find it in a file manager.

Whenever you have the APK where you want it, have you tried "./apk2gold
FP.apk" from the apk2gold directory?

Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-33720748
.

@Groxx
Copy link

Groxx commented Feb 1, 2014

@lxdvs mind closing this one?

@lxdvs
Copy link
Owner

lxdvs commented Feb 5, 2014

Thanks all!

@lxdvs lxdvs closed this as completed Feb 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants