Skip to content

Some simple Windows batch files to speed up development for Android

License

Notifications You must be signed in to change notification settings

DavidEdwards/AndroidDevTools

Repository files navigation

AndroidDevTools

Some simple Windows batch files to speed up development for Android.

choose_device.bat

Used by other batch files to determine which Android device to use. This batch file is not used on its own. Instead, it is used by other batch files.

install.bat

Use to install an APK onto an Android device. Example usage, drag the APK you want to install onto this batch file.

sign.bat

Use to sign this APK with the certificates provided in the sign folder. You will need to supply these certificates yourself. Example usage, drag the APK you want to sign onto this batch file.

sign_install.bat

Firstly sign.bat the supplied APK, then install.bat this APK. Example usage, drag the APK you want to sign & install onto this batch file.

wifi_adb.bat

Connect your Android device by USB, run this command, remove your USB cable. Now you can access your phone via adb connect your.device.ip.address and debug on it as if you were connected by USB. This will need to be done each time your phone turns on.

add_binary.bat

Copy a binary executable onto your Android device. It will be copied to `/system/xbin/`.

add_lib.bat

Copy an so library onto your Android device. It will be copied to `/system/lib/`.

add_priv_app.bat

Copy an APK onto the private app folder of your Android device. It will be copied to `/system/priv-app/`.

add_sqlite3.bat

Copy sqlite3 onto your Android device. It will be copied to `/system/xbin/sqlite3`.

export_svg.bat

Export a given SVG into many Android related sizes. NOTICE: Uses Inkscape! Change the installation directory of Inkscape in this file!

ffmpeg_concat.bat

Not Android related. Drag your mp4 files onto this batch file and FFmpeg will create a concat list and action it.

make_screenshot.bat

Generate a screenshot.

test_critical_memory.bat

Send RUNNING_CRITICAL memory message to your Android App. Drag your APK onto this file to generate the package name automatically. Requires setting the Android SDK location manually in this batch file.

test_moderate_memory.bat

Send MODERATE memory message to your Android App. Drag your APK onto this file to generate the package name automatically. Requires setting the Android SDK location manually in this batch file.

view_signature.bat

Drag your APK onto this file to print out all signatures of your APK. Useful for finding your signature for supplying to Google Cloud services, as an example.

About

Some simple Windows batch files to speed up development for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published