How do I get the APK of an installed app without root access?

I’m trying to extract the APK file of an installed Android app WITHOUT root permissions. I thought that this was impossible, because all APK files for non-system-apps are located in /data/app, and accessing this folder requires root permission. Then I found that there are numerous apps in the Google Play store that seem to have … Read more

Is there a way for non-root processes to bind to “privileged” ports on Linux?

It’s very annoying to have this limitation on my development box, when there won’t ever be any users other than me. I’m aware of the standard workarounds, but none of them do exactly what I want: authbind (The version in Debian testing, 1.0, only supports IPv4) Using the iptables REDIRECT target to redirect a low … Read more