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

apk not installed #22

Closed
shaunrd0 opened this issue Oct 23, 2016 · 2 comments
Closed

apk not installed #22

shaunrd0 opened this issue Oct 23, 2016 · 2 comments

Comments

@shaunrd0
Copy link

I was working on installing a backdoor on my android device, in case it is lost or stolen. The first .apk FatRat built installed perfectly, but every one after that has returned with an error "App not installed" I have set my device to allow 3rd party apps, and as I said the first .apk I tried installed just fine, I had messed up on my end and entered the ip incorrectly. I even, in a desperate attempt, tried building a new .apk with the same errors as my first one, and IT would not install on the device.
https://www.youtube.com/watch?v=yoMIbG1JJ74
That is the tutorial I have followed exactly, it's a pretty simple process and I've damn near memorized it at this point.
-Do I need to remove my first installation to try a different one?
-Where does the .apk install to on the device?
-Am I able to change the lhost and lport on the .apk after it has been created, instead of creating multiple .apk files?
-Is there a different process that I am unaware of since I am on a virtual machine (Kali) running on windows 10?

You don't need to walk me through it if there is a nice tutorial or bit of information somewhere that I haven't found just link me and I'll be on my way. Appreciate any help in advance. Sorry to bother, hope I'm in the right place.

@deltaxflux
Copy link

So here are some answers

  1. Nope, There is no differences between the first on second version. The file will get generated every time the same
  2. Normally you find all files here: /data/data/"[name]"
  3. Nope, because the file need to recompile every time
  4. Some ideas: Dual boot with linux / Live boot with linux

And in general this app is always a 3 party app. You need to deinstall and reinstall the app to prevent errors. Hope that help you

@shaunrd0
Copy link
Author

shaunrd0 commented Oct 31, 2016

This was exactly what I needed. Thanks, deltaxflux. Appreciate the info! After finding the previous install and removing it, I was able to complete the process with no trouble.
EDIT: I did use grub this time to boot into linux.

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

2 participants