Welcome to the Motorola dataScrubTool project! This project provides a tool that scrubs data output from the command fastboot oem get_unlock_data
for Motorola bootloader unlocking. It removes unwanted prefixes and whitespace, and concatenates all lines into a single line for ease of use.
- Removes unwanted prefixes like
(bootloader)
andUnlockdata:
from the input data. - Removes all whitespace and concatenates all lines into one line.
- Provides a user-friendly interface with a text area for input data and a button to submit the data.
- Displays the scrubbed output in a readable text area.
- Includes a copy button to copy the scrubbed output data to the clipboard.
- Utilizes Tailwind CSS for styling.
- Built with Next.js and deployed on Vercel.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/juic3b0x/dataScrubTool.git
-
Navigate to the project directory:
cd dataScrubTool
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Access the application in your web browser at
http://localhost:3000
.
This project is deployed on Vercel. To deploy your own version:
- Create an account on Vercel.
- Connect your GitHub account and import the project repository.
- Configure your project and deploy.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.
MOTOROLA, the Stylized M Logo, MOTO, and the MOTO family of marks are trademarks of Motorola Trademark Holdings, LLC. LENOVO is a trademark of Lenovo. All other trademarks are the property of their respective owners.
If you have any questions or issues with the project, feel free to open an issue on the GitHub repository or contact the project maintainers.
Thank you for using the Motorola dataScrubTool!