- Windows 10 or Linux
- Python 3.x
- CMD(Windows), PowerShell(Windows) or Terminal(Linux)
This program will check and fix your smartphone filesystem
- All devices with su (SuperUser)
- Enable ADB Debug on your smartphone (Developer Settings)
- Install Python3 from the official website: https://www.python.org/
- Open the cmd and start the program by typing
<dir python.exe> <dir e2fsck_ANDROID>
. remember to also writepython.exe
ande2fsck_ANDROID.py
. ES.C:\python\python.exe C:\Users\<name of your user>\Download\e2fsck_ANDROID.py
- Follow the instructions displayed in the program
- Enable ADB Debug on your smartphone (Developer Settings)
- Open the terminal and type
sudo apt install python3
to install Python3 - Now type
python3 <dir e2fsck_ANDROID.py>
remember to also writee2fsck_ANDROID.py
- Follow the instructions displayed in the program