Skip to content

Commit 9f26053

Browse files
authored
misc maintenance (#737)
we got qpr2 and A16 is a thing too..
2 parents 9852a0c + 0b4205a commit 9f26053

6 files changed

Lines changed: 12 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/device-support-request.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,16 @@ body:
5959
- type: textarea
6060
attributes:
6161
label: Device images
62-
description: "Please provide links to any available images for the device, such as official stock firmware, Custom ROMs and Recoveries you would like to install."
62+
description: "Please provide links to at least one Custom ROM and TWRP build. This is mandatory for OpenAndroidInstaller support."
6363
placeholder: |
6464
- Custom ROM: https://wiki.lineageos.org/devices/sargo
6565
- Recovery: https://twrp.me/google/googlepixel3a.html
6666
#value: |
6767
# - Custom ROM:
6868
# - Recovery:
69-
# - Stock firmware (if needed & existing):
7069
render: Markdown
7170
validations:
72-
required: false
71+
required: true
7372
- type: markdown
7473
attributes:
7574
value: "---"

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,13 @@ Control.ca-bundle
104104
Control.system-ca-bundle
105105
GitHub.sublime-settings
106106

107-
# Visual Studio Code #
107+
# Visual Studio Code
108108
.vscode/*
109109
!.vscode/settings.json
110110
!.vscode/tasks.json
111111
!.vscode/launch.json
112112
!.vscode/extensions.json
113113
.history
114+
115+
# Fleet
116+
.fleet

docs/building_the_application_for_your_platform.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ If you build the application for your platform and want to contribute the build,
99
Currently development is mainly done on Ubuntu Linux. MacOS, Windows, as well as other Linux distributions like Fedora should also work well. You might need to install additional USB-drivers on Windows.
1010

1111
1. Clone the main branch of this repository
12-
2. Run `make poetry` and `make install` to install poetry to manage python and install the required dependencies like adb, fastboot and heimdall.
13-
3. Run `make app` to start the desktop app from the source.
12+
2. Set up [venv](https://docs.python.org/3/library/venv.html)
13+
3. Run `make poetry` and `make install` to install poetry to manage python and install the required dependencies like adb, fastboot and heimdall.
14+
4. Run `make app` to start the desktop app from the source.

openandroidinstaller/assets/configs/FP3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
how to start and run an operating system (like Android). Your device should be turned on.
1414
Click on the button to open the instructions on the Fairphone Support official unlocking website to generate an unlock code for your device.
1515
Once you've done that, continue.
16-
link: https://www.fairphone.com/en/bootloader-unlocking-code-for-fairphone-3/
16+
link: https://www.fairphone.com/en/bootloader-unlocking-code-for-fairphone
1717
- type: call_button
1818
content: >
1919
Press 'Confirm and run' to reboot into the bootloader.

openandroidinstaller/assets/configs/FP4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
how to start and run an operating system (like Android). Your device should be turned on.
1414
Click on the button to open the instructions on the Fairphone Support official unlocking website to generate an unlock code for your device.
1515
Once you've done that, continue.
16-
link: https://www.fairphone.com/en/bootloader-unlocking-code-for-fairphone-3/
16+
link: https://www.fairphone.com/en/bootloader-unlocking-code-for-fairphone
1717
- type: call_button
1818
content: >
1919
Press 'Confirm and run' to reboot into the bootloader.

openandroidinstaller/views/select_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def build(self):
250250
Text("Select an OS image:", style="titleSmall"),
251251
Markdown(
252252
f"""
253-
The image file should look something like `lineage-22.1-20241101-nightly-{self.state.config.device_code}-signed.zip`."""
253+
The image file should look something like `lineage-22.2-20241101-nightly-{self.state.config.device_code}-signed.zip`."""
254254
),
255255
Row(
256256
[

0 commit comments

Comments
 (0)