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 status

Where 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

  1. Confirm the current path with pwd.
  2. Read the command and understand each option.
  3. Keep original evidence unchanged.
  4. 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.

01 · Termux Setup

Continue learning

Back to Smartphone Academy