Files
2025-04-07 15:50:54 +12:00
..
2025-04-07 15:50:54 +12:00
2025-04-07 15:50:54 +12:00
2025-04-07 15:50:54 +12:00
2025-04-07 15:50:54 +12:00
2025-04-07 15:50:54 +12:00
2025-04-07 15:50:54 +12:00
2025-04-07 15:50:54 +12:00
2025-04-07 15:50:54 +12:00

Scripts Directory

This directory contains utility scripts for the SimpleSSHD project.

Available Scripts

  • backup_project.sh: Creates a backup of the entire project for safekeeping before making major changes.
  • full_build.sh: Performs a complete build process including compiling, signing the APK, and installing it on a connected device.
  • prepare_libs.sh: Prepares and sets up necessary libraries for the project.
  • update_package_name.sh: Updates the package name across the entire project, including Java files, Gradle configuration, AndroidManifest.xml, and JNI function signatures.

Usage

All scripts should be run from the project root directory, for example:

./scripts/full_build.sh

or

cd /path/to/project
./scripts/update_package_name.sh

Note

These scripts have been modified to work from the scripts directory while maintaining all functionality available in the original root directory scripts.