Prepare Android and Termux
DedSec Smartphone Academy is built specifically for Android with Termux . The website is the textbook; Termux is the workspace where commands, Python programs, evidence files and progress are handled locally.
DedSec Smartphone Academy is built specifically for Android with Termux. The website is the textbook; Termux is the workspace where commands, Python programs, evidence files and progress are handled locally.
What you need
Android phone or tablet
Termux from a maintained source
At least 1 GB of free storage
A browser for the lesson pages
The learning workflow
- Read the objective and safety boundary in the academy page.
- Switch to Termux and prepare the local lab with
python Smartphone-Academy.py prepare LAB_ID. - Run only the commands described in the lesson and preserve the output.
- Validate the evidence with
python Smartphone-Academy.py check LAB_ID. - Record completion with
python Smartphone-Academy.py complete LAB_ID.
Local by design
The website cannot execute commands or access Android files. Your practical work stays in the Termux home directory unless you deliberately enable shared-storage access.
Start here
pkg update
pkg install python git curl wget nano unzip
python Smartphone-Academy.py status