- Oct 17, 2021
-
-
-
Oliver Smith authored
-
Touchscreen and usb networking works. Much of the hardware is the same as on gts210velte (but that one has a qcom soc and not exynos5433). Exactly the same touchscreen calibrarion as for gts210velte works for this device as well. Also include firmware package with wifi files. Unlike on many other Samsung devices wifi does not work out of the box after these firmware files has been added. [ci:skip-build] Already built on CI in MR
-
[ci:skip-build]: already built successfully in CI
-
-
-
Add also a reference to consist with device-lenovo-a6010
-
I'm not sure it is possible to connect a second display to this phone through P2P WiFi, so mapping cursor to DSI-1 just in case. It is needed for screen rotation when a second display is connected. Reduce scaling factor from default 2 to 1.8.
-
I'm not sure it is possible to connect a second display to this phone through P2P WiFi, so mapping cursor to DSI-1 just in case. It is needed for screen rotation when a second display is connected. Reduce scaling factor from default 2 to 1.8.
-
Oliver Smith authored
-
Installing postmarketos-base currently changes the file permissions of /etc/sudoers: # apk add sudo # stat /etc/sudoers Access: (0440/-r--r-----) Uid: ( 0/ root) Gid: ( 0/ root) # apk add postmarketos-base # stat /etc/sudoers Access: (0044/----r--r--) Uid: ( 0/ root) Gid: ( 0/ root) The file mode 0044 decodes to: - User *cannot* read - Group can read - Other can read which does not make any sense. The "sudoers" man page makes it very clear that this file should have a file mode of 0440 [1] ("readable by owner and group, writable by none"). This looks like a bad typo. However, given that only read permissions were given out this shouldn't have major security implications (except allowing all users to see who can use sudo). Install the file with 0440 instead of 0044 to fix this: # apk add postmarketos-base # stat /etc/sudoers Access: (0440/-r--r-----) Uid: ( 0/ root) Gid: ( 0/ root) [1]: https://www.sudo.ws/man/1.9.8/sudoers.man.html#Error_log_entries
-
- Oct 16, 2021
-
-
[ci:skip-build] Already built on CI in MR
-
-
-
-
- Oct 15, 2021
-
-
Alexey Minnekhanov authored
-
- Oct 14, 2021
-
-
Bart Ribbers authored
-
Alexey Minnekhanov authored
[ci:skip-build] Will never finish in time
-
Alexey Minnekhanov authored
-
Alexey Minnekhanov authored
-
Alexey Minnekhanov authored
-
Alexey Minnekhanov authored
-
Alexey Minnekhanov authored
-
Alexey Minnekhanov authored
-
Alexey Minnekhanov authored
-
Alexey Minnekhanov authored
Rebuild package so kernel image is installed correctly [ci:skip-build] Already built on CI once in pipeline https://gitlab.com/postmarketOS/pmaports/-/jobs/1664922102
-
Alexey Minnekhanov authored
-
Alexey Minnekhanov authored
This script will be used to install postmarketOS mainline kernels.
-
- Oct 13, 2021
-
-
[ci:skip-build] already built successfully in CI
-
- Oct 12, 2021
-
-
Oliver Smith authored
missing depend(s): so:libprotobuf.so.29
-
Newbyte authored
gdm is available on armhf since a while back. [ci:skip-vercheck]
-
Also add pointer calibration file. This fixes --fde. See also: #1258
-
Also add pointer calibration file. This fixes --fde. Fixes #1258
-
- Oct 11, 2021
-
-
Due to the fact that wifi variants have different modem configuration (modem on non-lte deviecs is ignored for now but that may change) the lte kernel name should be called "modem-lte" and not just "modem". The deviceinfo proerty was overlooked when converting gt58lte to generic gt58 port. This makes it impossible to install LTE enabled kernel. Fix the property name.
-
-
Alexey Minnekhanov authored
args.logfd was moved to pmb.helper.logging.logfd Follow-up to https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2114
-
- Oct 10, 2021
-
-
Bart Ribbers authored
This used to be in Alpine but they don't want what is basically a giant unknown blob, and for good reasons. However we do want to provide these images for ease of install and quality-control, so let's ship it in pmOS instead
-
-
-
[ci:skip-build] Already successfully built in CI
-