android-scripts/playstore-apk-puller
Florian Schrofner 227333cb14 add playstore apk puller 2023-08-01 12:22:20 +02:00
..
pap.clj add playstore apk puller 2023-08-01 12:22:20 +02:00
readme.md add playstore apk puller 2023-08-01 12:22:20 +02:00

readme.md

Playstore APK Puller

A script that extracts the installed APKs for the provided bundle id from the currently connected device via adb. APKs are downloaded to the current working dir when executing the script. Optionally you can also directly install the downloaded APKs to another device (by disconnecting the device you've pulled the APKs from and launching an emulator, for example).

Example Usage

pap.clj -b com.example.app

Fish

You can create a fish function to easily use the script from any directory.

function pap
    PATH_TO_SCRIPT/pap.clj $argv
end

funcsave pap