Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2019-04-20 (10 days ago) | | Not yet rated by the users | | Total: 46 This week: 9 | | All time: 9,493 This week: 37 |
|
Description | | Author |
This package can build a database of information on Android Apps.
It can read a list of directories with Android applications files in APK format from a given JSON file.
The package can retrieve information about those applications using the aapk application and stores the applications in a MySQL database like the application name, ratings, category, downloads, etc.. | |
|
|
Innovation award
Nominee: 1x |
|
Details
detect_apk
help you get the apk informations
Usage
Step1
Download composer.phar ans use following command:
php cimposer.phar install
Step2
Create the db.txt
your-user-name
your-password
Step3
Download the apktools because the aapt package is in the project.
Step4
Edit the file_path.json and you can create many file_path values in the key name: file_path
Specify the current and absolute file path for aapt execution file.
{
"file_path": [
"your apk file path1",
"your apk file path2",
"your apk file path3"
],
"aapt_execution": "C:\\Apktool\\brut.apktool\\apktool-lib\\src\\main\\resources\\prebuilt\\aapt\\windows\\aapt.exe"
}
Step5
DB: MySQL
create the databse name: apks and import the apks.sql file.
Step6
Join it!
php index.php
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.