Skip to content

Python script to batch install APK files using ADB USB debugging.

License

Notifications You must be signed in to change notification settings

akza07/apk-batch-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

apk-batch-install

Python script to batch install APK files using ADB USB debugging on Linux.

Usage

  • Make it executable or run it with python adb-install.py
  • Connect your Android device with USB Debugging turned ON.
  • Make sure ADB is installed on your Computer and is in the PATH.
  • Run it.

PS : It doesn't take any argument. It just installs every APK in it's path. So make sure to put all your apps in a single directory and then place the .py file inside it. and ensure no shady apps are in the directory. Split-APKs are not supported... I think.

I made it only to make the Installation of extensions for Tachiyomi and Changing Custom ROMs easier.

As for the License, I'm just learning about different licenses and MIT seems really FOSSy.

About

Python script to batch install APK files using ADB USB debugging.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages