Minimal Android app for Xperia Play to inject gamepad open/close.
- Java (compatible with the Android Gradle plugin used in the project)
- Android Studio
Android Studio Meerkat Feature Drop | 2024.3.2 - Gradle wrapper included in the project
- Clone the repository:
git clone https://github.com/nachoz12341/Xperia-Play-Keypad-Injection.git - Open the project in
Android Studio Meerkat Feature Drop | 2024.3.2 - Let Android Studio sync and download dependencies (use the Gradle wrapper)
- Build and install (example):
./gradlew assembleDebugthenadb install -r app/build/outputs/apk/debug/app-debug.apk
- Build config is managed via
build.gradlein the project root and modulebuild.gradlefiles. - Logging has been cleaned to reduce noisy output and provide focused diagnostic messages.
- The UI can remove the title bar for an immersive experience; check the Activity theme or window flags used in the project.
- Fork the repository, make changes, and open a pull request against
main. - Keep changes focused (e.g., logging cleanup, bugfix for
dpad_mode, or UI refinements).
- See the repository
LICENSEfile for details.