You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Download the lineageOS image and the custom recovery image. A source for files can be found here: https://lineageosroms.com
48
+
3. Start the desktop app and follow the instructions.
52
49
53
-
## Usage
54
-
55
-
Download the lineageOS image and the custom recovery image. A source for files can be found here: https://lineageosroms.com
56
-
Start the desktop app and follow the instructions.
57
50
58
51
## Run OpenAndroidInstaller for development
59
52
53
+
Currently development is only supported on Ubunut Linux. MacOS should also work fine.
54
+
60
55
1. Clone the main branch of this repository
61
-
2. Follow the steps 2. and 3. from 'Installation' above.
62
-
3. Run `make poetry` and `make install` to setup poetry and the relevant requirements
63
-
4. Run `make app` to start the desktop app from the source.
56
+
2. Run `make install` to install poetry to manage python and install the requirend dependencies like adb, fastboot and heimdall.
57
+
3. Run `make app` to start the desktop app from the source.
64
58
65
-
## Contribute your own installation configurations
59
+
60
+
## Contributing
61
+
62
+
### Contribute your own installation configurations
66
63
67
64
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).
68
65
@@ -84,9 +81,6 @@ Every step in the config file corresponds to one view in the application. These
84
81
After you created a config file, you can open a pull request to make the file available to other users. The file should be named after device name output by `adb shell dumpsys bluetooth_manager | grep 'name:' | cut -c9-` when the devices is connected to the computer. Please also add the device to the supported devices table above.
85
82
86
83
87
-
## Contributing
88
-
89
-
90
84
## Tools
91
85
92
86
- The [Android SDK Platform Tools](https://developer.android.com/studio/releases/platform-tools) (such as adb and fastboot) are [Apache](https://android.googlesource.com/platform/system/adb/+/refs/heads/master/NOTICE)-licensed universal Android utilities
0 commit comments