Pinball3D / Rabbit-R1

Rabbit R1 Reverse Engineering
MIT License
12 stars 2 forks source link

Rabbit R1 Launcher Project

Description

The Rabbit R1 Launcher Project aims to adapt the Rabbit R1 Launcher for use across any Android device. This repository contains tools and scripts for building and modifying the Launcher to ensure compatibility and enhanced functionality across different devices.

Project Structure

Getting Started

Requirements

Usage

To use the build script, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/Pinball3D/Rabbit-R1.git
    cd Rabbit-R1
  2. Run the Build Script:

    ./build.sh

    Follow the prompts in the script to choose between Original, No-Root, or Switch builds. The script handles building, signing, and decompiling the APK.

  3. Modifying Smali: Java is used only for reference purposes when editing the Smali files. Do not modify the "original" Smali directly; instead, work within the designated folders for each build type.

Contributing

Contributions are welcome! Please fork the repository and submit pull requests with your suggested changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments