https://github.com/puntorigen/apk_pull
CLI helper to extract any APK installed on an Android device or Genymotion Player
https://github.com/puntorigen/apk_pull
apk extract-apk genymotion javascript npm
Last synced: 3 months ago
JSON representation
CLI helper to extract any APK installed on an Android device or Genymotion Player
- Host: GitHub
- URL: https://github.com/puntorigen/apk_pull
- Owner: puntorigen
- Created: 2017-02-17T12:40:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T22:29:20.000Z (over 8 years ago)
- Last Synced: 2025-03-10T23:54:37.923Z (3 months ago)
- Topics: apk, extract-apk, genymotion, javascript, npm
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Helper to extract any given apk app from any connected device or running Genymotion Player
==============================
## INTROThis command-line (CLI) helps you recover any given APK from any connected Android device. It can also be a running Genymotion Player.
Just give it the name of the app and it will extract it to the current directory. If no name is given, it will show you a menu with the available apps to select the one you wish.## Installation
```javascript
npm install apk_pull -g
```## Usage
You can use the CLI as follows:```javascript
apk_pull appname/appid
```## UPDATES
version 1.1.6:
- added usage of adb pull when posible.
- filtered packages for 3rd party apps.version 1.1.5:
- added no apps detected recognition message.version 1.1.3:
- now 'exit' cmd works, and added aditional packages to omit.version 1.1.2:
- updated included ADB to newest versionversion 1.1.1:
- small bugfixversion 1.0.8:
- appname/id match is now case insensitive
- fixed apk resulting filename.version 1.0.3-5:
- cleaned daemon from app choices.
- small bugfix
- added appname/id not found message.version 1.0.2:
- fixed bin location when in global mode.version 1.0.0:
- first beta version, Mac/Linux compatible.
- Add readme.md file