2
votes
2answers
464 views

Suspicious Permissions And A Safe Repository?

I have found older version of Facebook For Android app here which was hosted on geekfiles.in When i wanted to install 1.8.1 and checked permissions, the following arose my suspicions: Services that ...
5
votes
1answer
4k views

How do I install an apk as a system application?

I'm trying to install an application in the system/app folder of a device. It needs to be done since I'm writing a QAT program and the tests need to run with a few privileges not available to third ...
3
votes
2answers
925 views

Read APK permission by shell command

I want to read the requested permissions of an .apk file on the computer (android sdk is installed) via command line. I.E.: $ android read-permissions /path/to/someapp.apk I know this is possible, ...