Skip to content

jbro129/jbro129s-tools

Repository files navigation

jbro129s-tools

A collection of scripts and tools I use often.

All these scripts are for Windows.

For scripts using adb, make sure you either define your adb path or declare it as a system path.

ADB Push Temp (Drag) : script to send a file to the temp directory of your android device using adb.

ADB Push sdcard (Drag) : script to send a file to your sdcard directory of your android device using adb.

ADB restart adb server : script to restart adb in case its giving you trouble.

Apktool rebuild : script to clean and rebuild an apktool project.

Get MD5 (Drag) : script to get a files MD5.

Install Apk Drag (From PlayStore) : script to install an apk on your device using adb and have your device think it was installed from the play store.

Install Apk Drag : script to install an apk on your device using adb.

Sign Apk Drag TestKey : script to sign an apk using a testkey. Make sure you define the Sign folders path in the bat.

Sign Apk Drag YourKey : script to sign an apk using your own keystore. Make sure you define your keystore file in the bat.

pip update all : script to check all installed pip packages and update them if a new one is available.

About

A collection of scripts and tools I use often.

Topics

Resources

Stars

Watchers

Forks