diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 8d3d562..7a741f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # ISO Droid +> **Note:** This app requires root access and was developed with AI assistance (Claude). +> I use it on my own devices, but as with any root tool, understand what you're running and keep backups. +> See [full disclaimer](docs/DISCLAIMER.md) | [Report issues](https://git.sargit.com/sargit/ISODroid/issues) + Android app for mounting ISO/IMG files as USB mass storage or CD-ROM devices on rooted Android devices. ## Screenshots diff --git a/docs/DISCLAIMER.md b/docs/DISCLAIMER.md new file mode 100644 index 0000000..77ad9ac --- /dev/null +++ b/docs/DISCLAIMER.md @@ -0,0 +1,36 @@ +# Disclaimer + +## About This Project + +ISO Droid was developed with AI assistance (Claude by Anthropic). This is mentioned for transparency, regardless of who or what wrote it, can contain bugs. + +## Root Access + +This app requires root access to function. Root access gives applications elevated privileges on your device, which means: + +- Operations can affect system-level functionality +- Mistakes can potentially cause issues that require recovery +- You should understand what an operation does before executing it + +## Recommendations + +- **Keep backups** of important data (good practice regardless) +- **Understand the operations** before running them +- **Test on non-critical setups first** if you're unsure +- **Report bugs** if you encounter them—this helps everyone + +## My Usage + +I (the developer) use this app on my own devices regularly. It works for my use cases, but your device, kernel, and setup may differ and edge cases that I haven't encountered. + +## No Warranty + +This software is provided "as is" without warranty of any kind. See the [LICENSE](../LICENSE) file for full details (GPL-3.0). + +## Bug Reports & Contributions + +Found a bug? Have a suggestion? Please open an issue: + +- **Issues**: [git.sargit.com/sargit/ISODroid/issues](https://git.sargit.com/sargit/ISODroid/issues) + +Contributions are welcome. If you fix something or improve the app, consider submitting a pull request.