NoDPI4Android
NoDPI4Android is an Android app for bypassing the DPI (Deep Packet Inspection)
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- codeql.yml
- ico.png
- presplash.png
- screenshot.png
- __init__.py
- notification.py
- service.py
- storage.py
- __init__.py
- config_managers.py
- service_managers.py
- __init__.py
- about_screen.py
- base_screen.py
- blacklist_screen.py
- main_screen.py
- settings_screen.py
- __init__.py
- navigation.py
- constants.py
- main.py
- service.py
- .gitignore
- buildozer.spec
- LICENSE
- README.md
- README.ru.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/GVCoder09/NoDPI4Android
Downloads the entire project code from GitHub to your computer.
cd NoDPI4Android
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
- Python 3 Python is required to use pip.
sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
pip3 install --user --upgrade Cython==0.29.33 virtualenv # the --user should be removed if you do this in a venv
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
pip3 install --user --upgrade Cython==0.29.33 virtualenv # the --user should be removed if you do this in a venv
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
