Commits on Source (82)
-
Thi way Phosh users can connect to a password-protected WiFi by clicking on it in Control Center
-
-
That path works just as well as documented at https://doc.qt.io/qt-5/qstandardpaths.html (GenericConfigLocation) and it doesn't depend on the user being created after the package has been installed.
-
Martijn Braam authored
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
* Depend on correct version of libhybris: This fixes a very nasty bug where libhybris-9.0 would be installed as a dependency of xf86-video-hwcomposer even on Android-7.1-based Halium adaptations. * Add a patch that fixes crash in xf86-video-hwcomposer on Andoird-7.1 ports. Signed-off-by:
Danct12 <danct12@disroot.org>
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Signed-off-by:
Danct12 <danct12@disroot.org> [ci:skip-vercheck] [ci:skip-build]: already built successfully in CI
-
- use mesa-git (until we have functional mesa-grate-git) Works: - USB - WiFi (tested with IWD) + Bluetooth - Touchscreen - Phosh rotation (rootston.ini) - IIO Light sensor - NFC Not works: - 3D - GPS - GSM (tilapia) - Camera Signed-off-by:
David Heidelberg <david@ixit.cz> [ci:skip-build]: already built successfully in CI
-
Minecrell authored
Audio must be routed through QDSP6 when using the modem.
-
Minecrell authored
The Wileyfox Swift is the only mainline MSM8916 device using QCDT at the moment. The other devices do not have unique qcom,board-ids that could be used within QCDT. So far this has worked fine for the Wileyfox Swift. However, in preparation to *optionally* load the modem we now need two separate pairs of DTBs (one with modem and one without modem). This is simple to implement using appended DTBs, but not possible with QCDT. So let's stop using QCDT entirely for mainline, and use appended DTBs for wileyfox-crackling.
-
Minecrell authored
wileyfox-crackling was the only user of QCDT. Now that it is also using appended DTBs, there is no need to generate the QCDT image anymore. Another advantage of this is that mainline can then be only booted using lk2nd (as intended), since booting it from the stock bootloader has weird side effects (e.g. no WiFi/BT MAC address set).
-
Minecrell authored
-
Minecrell authored
-
Minecrell authored
-
Minecrell authored
-
Minecrell authored
-
Minecrell authored
At the moment we check that the kernel variants for a device package match the suffix of an existing linux-postmarketos-<suffix> package. However, in most cases the name of the kernel subpackage has nothing to do with the actual kernel that is used: - the kernel subpackages usually have generic names like "mainline" or "downstream", which have nothing to do with the actual suffixes like "qcom-msm8916", "allwinner" or "novathor" - pine64-dontbeevil uses kernel subpackages to switch between "longts" and "shortts" device tree variants. Both are actually using linux-postmarketos-allwinner. So far we have been whitelisting names like "longts" or "shortts", but the check does not seem very useful overall. Removing it fixes the following CI failure for MSM8916: RuntimeError: Invalid kernel subpackage name 'mainline-modem', valid: ['downstream', 'rpi', 'rpi2', 'longts', 'shortts', 'stable', 'mainline', 'allwinner', 'qcom-msm8916', 'qcom-msm8974', 'novathor']
-
The patch set for asus-me176c is really small at this point, and there is no need to make a new tag for each minor kernel update. Usually the previous patch set will still apply correctly. Refactor the APKBUILD to build the kernel similar to linux-lts in Alpine, and use the original kernel tarball together with a small patch file on top. Also enable Android-related options in the kernel so we can test Anbox on asus-me176c.
-
Note: This port is a revised copy of the nokia-rm885 port
-
In the regex [a-z-0-9] you don't need a backslash before the minus in the middle, so remove that to bring it in line with other regexes. In the regex [a-z\/-0-9] you do need a backslash in front of the minus though, otherwise only the numbers 0 and 9 are allowed by the regex.
-
Bhushan Shah authored
They are to be used on PlaMo on aarch64 device, so enable the builds for all architectures. [ci:skip-vercheck]
-
Dang Huynh authored
-
Martijn Braam authored
This updates the UCM2 files for the 5.5 kernel and adds a voicecall profile that enables the audio between the modem and the speaker/mic
-
-
Bart Ribbers authored
-
Bart Ribbers authored
-
-
Bart Ribbers authored
[ci:skip] Unbreak the builder
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
[ci:ignore-count]
-
- Update to Linux 5.6-rc2 - Major improvements for Motorola Moto G4 Play (motorola-harpia) - Display - Touchscreen - Accelerometer - Audio - Modem - Vibrator - Fix headphones/headset detection for wileyfox-crackling - Add mount-matrix for samsung-a3ulte/a5ulte to fix orientation detection with iio-sensor-proxy - A lot of cleanup everywhere - APKBUILD: Clean up makedepends (a lot of them are unneeded)
-
Includes a patch that makes SpaceBar the preferred text channel handler
-
-
Bart Ribbers authored
-
Bart Ribbers authored
-
-
-
-
Co-authored-by:
Luca Weiss <luca@z3ntu.xyz>
-
-
also fix linting issues
-
-
-
Headphone output interferes with the serial console on the headphone jack somehow, as is the case on most other A64-based products from PINE64.
-
Headphone output interferes with the serial console on the headphone jack somehow, as is the case on most other A64-based products from PINE64.
-
Bart Ribbers authored
-
Antoine Fontaine authored
for when you use `abuild unpack prepare` to investigate the package sources and other uses of abuild.
-
Oliver Smith authored
GitLab disabled downloads of tarballs currently, because it was being exploited for DoS agains their infrastructure. Work around this by using git clone for now. I've thought about using --depth=1, but that would break the ability to choose different branches. Related: https://status.gitlab.com
-
* move msm-fb-refresher dependency to downstream kernel package, it is useless on mainline * disable msm-fb-refresher service when using libhybris adaptation, it is only required for downstream kernel *without* libhybris. It interferes with qcom kgsl-adreno driver badly (causes screen flickering) * set CPU governor to conservative on system startup (it lowers CPU frequency in idle state from initial 2.4 Ghz to 300 MHz) * add hybris_pulse subpackage that gets installed only when device-samsung-klte-hybris AND pulseaudio are installed. It pulls in pulseaudio-modules-droid-7.1-caf and alsa integration * add system.img symlink to lxc-android installation. With this you can have Android container successfully running already at the first boot without need to do it manually. Halium installation process puts your system.img to /data partition by default, so follow their recommendation. We can use a symlink to save some space on /system partition. [ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
Increase 'qt5-qtbase' pkgrel (16 -> 17), missing depend(s): so:libicui18n.so.64, so:libicuuc.so.64 Fixes: #456
-
* ch341: for PinePhone/PineTab usb serial console * hidraw: yubikey and many other use cases * the rest are options required by Anbox
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
-
-
-
-
-
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- .gitlab-ci/install_pmbootstrap.sh 3 additions, 4 deletions.gitlab-ci/install_pmbootstrap.sh
- .gitlab-ci/testcases/test_aports.py 0 additions, 14 deletions.gitlab-ci/testcases/test_aports.py
- .mrhlpr.json 4 additions, 4 deletions.mrhlpr.json
- device/device-asus-grouper/APKBUILD 19 additions, 17 deletionsdevice/device-asus-grouper/APKBUILD
- device/device-asus-grouper/device-asus-grouper-nonfree_firmware.post-install 3 additions, 0 deletions...grouper/device-asus-grouper-nonfree_firmware.post-install
- device/device-asus-grouper/device-asus-grouper-nonfree_firmware.pre-deinstall 3 additions, 0 deletions...rouper/device-asus-grouper-nonfree_firmware.pre-deinstall
- device/device-asus-grouper/deviceinfo 4 additions, 3 deletionsdevice/device-asus-grouper/deviceinfo
- device/device-asus-grouper/rootston.ini 8 additions, 0 deletionsdevice/device-asus-grouper/rootston.ini
- device/device-motorola-harpia/APKBUILD 29 additions, 5 deletionsdevice/device-motorola-harpia/APKBUILD
- device/device-motorola-harpia/deviceinfo 2 additions, 1 deletiondevice/device-motorola-harpia/deviceinfo
- device/device-motorola-titan/APKBUILD 3 additions, 3 deletionsdevice/device-motorola-titan/APKBUILD
- device/device-motorola-titan/deviceinfo 2 additions, 1 deletiondevice/device-motorola-titan/deviceinfo
- device/device-nokia-rm846/APKBUILD 22 additions, 0 deletionsdevice/device-nokia-rm846/APKBUILD
- device/device-nokia-rm846/deviceinfo 32 additions, 0 deletionsdevice/device-nokia-rm846/deviceinfo
- device/device-pine64-pinephone/90-modem-eg25.rules 5 additions, 0 deletionsdevice/device-pine64-pinephone/90-modem-eg25.rules
- device/device-pine64-pinephone/APKBUILD 40 additions, 7 deletionsdevice/device-pine64-pinephone/APKBUILD
- device/device-pine64-pinephone/device-pine64-pinephone.post-install 7 additions, 0 deletions...ice-pine64-pinephone/device-pine64-pinephone.post-install
- device/device-pine64-pinephone/gpsd_device-hook.sh 10 additions, 0 deletionsdevice/device-pine64-pinephone/gpsd_device-hook.sh
- device/device-pine64-pinephone/gpsd_pinephone.initd 13 additions, 0 deletionsdevice/device-pine64-pinephone/gpsd_pinephone.initd
device/device-asus-grouper/rootston.ini
0 → 100644
device/device-nokia-rm846/APKBUILD
0 → 100644
device/device-nokia-rm846/deviceinfo
0 → 100644