Termux Practice Workflow
The academy keeps a strict separation: the website explains the method; Termux performs the work.
The academy keeps a strict separation: the website explains the method; Termux performs the work.
Standard lab cycle
python Smartphone-Academy.py list --practical
python Smartphone-Academy.py prepare environment-inventory
cd ~/.dedsec-smartphone-academy/workspaces/environment-inventory
python Smartphone-Academy.py check environment-inventory
python Smartphone-Academy.py complete environment-inventory
python Smartphone-Academy.py statusWhere files live
$HOME: private Termux home and preferred academy location.~/storage/shared: Android shared storage, available only after explicit permission.~/.dedsec-smartphone-academy: local progress and generated workspaces.
Before every command
- Confirm the current path with
pwd. - Read the command and understand each option.
- Keep original evidence unchanged.
- Write down limitations instead of guessing.
No browser execution
Copy commands into Termux yourself. This deliberate step makes the learner responsible for scope, paths and output.