Skip to content

Commit

Permalink
Added link to website contribute section
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLike committed Mar 26, 2023
1 parent 2b6d650 commit e097949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ All kinds of contributions are welcome. These include:
- Test the application on your computer.
- Contribute an application build for a new platform.

A detailed list can be found [here](https://openandroidinstaller.org/#contribute).

### How to contribute your own installation configurations

If you want to use the tool for a non-supported smartphone, the fastest way is to adapt an [existing config file](https://github.com/openandroidinstaller-dev/openandroidinstaller/tree/main/openandroidinstaller/assets/configs). The file should be named after the official `device code` of the device. Add the code output by `adb shell getprop | grep ro.product.device` (when the devices is connected to the computer) as well as the official device code to the `supported_device_codes` list in the config. You can also get the device code by connecting the device to the computer and run OpenAndroidInstaller to detect the device.
Expand Down

0 comments on commit e097949

Please sign in to comment.