ImNotADeveloper
This is an xposed module that hides developer mode and debug state
File Explorer
Download Latest Version (.zip)- native_init
- xposed_init
- SettingsActivity.kt
- Logger.kt
- PrefKeys.kt
- PropKeys.kt
- Main.kt
- NativeFun.kt
- Android.mk
- Application.mk
- Logger.h
- LSPosed.h
- main.cpp
- PropKeys.h
- strings.xml
- AndroidManifest.xml
- build.gradle.kts
- proguard-rules.pro
- release-keystore.jks
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/auag0/ImNotADeveloper
Downloads the entire project code from GitHub to your computer.
cd ImNotADeveloper
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
