- Sep 01, 2021
-
-
Alexey Minnekhanov authored
This will enable the device to display postmarketos logo during boot and other things like osk-sdl. [ci:skip-build] Already built on CI in MR
-
Alexey Minnekhanov authored
* Add support for full panel driver for samsung-klte * Enable zram support
-
[ci:skip-build] already built successfully in CI
-
Installing "onboard" onscreen keyboard and enabling autostart. Option "Don't auto-show while external keyboards are connected" is activated. [ci:skip-build] already built successfully in CI
-
Alexey Minnekhanov authored
* use link to Alpine Linux Gitlab instance * add link to postmarketOS package search
-
Alexey Minnekhanov authored
-
- Aug 31, 2021
-
-
Bart Ribbers authored
Also remove xwayland, it already gets pulled in through KWin [ci:skip-vercheck]
-
[ci:skip-build] already built successfully in CI
-
[ci:skip-build] already built successfully in CI
-
[ci:skip-build] already built successfully in CI
-
-
-
-
-
-
-
The delay to wait for the SIM card to show up appears to be unneeded on our modems, remove it so that we don't delay boot by 10 seconds if your device doesn't have a SIM card installed. [ci:skip-build] already built successfully in CI
-
- Aug 27, 2021
-
-
To test the release candidate in edge before MM stable release. [ci:skip-build] already built successfully in CI
-
Clayton Craft authored
[ci:skip-build] already built successfully in CI
-
- Aug 26, 2021
-
-
The Alpine LTS kernel builds evdev as a module which means it's not automatically available in the initfs. Including evdev allows osk-sdl to properly recognise physical keyboards, just like on a real device. Fixes: #1204 [ci:skip-build] already built successfully in CI
-
gnu sed doesn't support \d: https://stackoverflow.com/questions/14671293/why-doesnt-d-work-in-regular-expressions-in-sed/14671365#14671365 So update-u-boot was failing if a user installed gnu sed. Thanks to Arnavion for pointing this out
-
gnu sed doesn't support \d: https://stackoverflow.com/questions/14671293/why-doesnt-d-work-in-regular-expressions-in-sed/14671365#14671365 So update-u-boot was failing if a user installed gnu sed. Thanks to Arnavion for pointing this out
-
Arnav Singh authored
`$DEV` was an undefined variable so the atinout commands were printing their helptext instead of actually running. This was noticeable because the "Failed to enable VoLTE profile auto selecting" log was being printed along with said helptext to syslog. The block that defined `$DEV` had been accidentally deleted in bb41f538 . This change restores it.
-
The phosh scaling is made an integer to avoid scaling issues in some apps and wallpaper. [ci:skip-build] Already built on CI in MR
-
Contains venus firmware for hw accelerated video encoding and decoding. Also, ipa firmware is moved to beryllium folder as mbn format instead of mdt+bXX files. The list of files in firmware.files is now file type-wise alphabetically sorted. Just for better readability.
-
Caleb Connolly authored
Fix deviceinfo to reference the new names for fg and haptics modules. Bump phosh scaling to 3.0
-
Caleb Connolly authored
Fix deviceinfo to reference the new names for fg and haptics modules. Bump phosh scaling to 3.0
-
Fix the feedbackd rule as the haptics modules has been renamed. Although SDM845 doesn't really suspend well, MM needs suspend and resume support when the device attempts to suspend. Without which MM will crash and wont resume properly when a suspend action is triggered. Depend on msm-modem-uim-selection to configure to modem for modemmanager
-
Changes: - Kernel side support for ModemManager - Picked upcoming patch series for 5.15 + fixes, theoretically improving GPU perf - Updated patch series from lists - Enabled options needed to support WayDroid (network stuff maybe still missing???) - Fixes venus fw paths, firmware packages need to updated to support it but this will enable HW video decoding! - Cleanup the defconfigs
-
- Aug 24, 2021
-
-
[ci:skip-build] Already successfully built on CI
-
-
-
- Rebase on v5.14-rc7 - Upstreamed more patches - Enable Jack detection kctls for msm8916 devices - Probably many other things I forgot :) Device changes: - gt5 family: - Added fuel-gauge support - Added sensors (Accelerometer, Light) - gt510 - wifi variant reworked to use multiple common layers - gt510lte - Added support for LTE variant - gt58 - New device - gt58lte - Support for LTE variant - Feature parity with gt510 - wingtech-wt88047 (Xioami Redmi 2): - Add additional boe-nt35521s panel driver - longcheer-l8150: Fix Jack detection
-
Disable the hostname management feature of NetworkManager. This isn't useful for the postmarketOS use case, where we set one hostname in /etc/hostname via pmbootstrap and want it to be used. (It makes more sense for normal PCs, which may just have the hostname 'localhost' at the end of the installation and then not be unique in the network.) NetworkManager is supposed to only change the hostname if it is set to localhost, however this detection does not work properly in postmarketOS. I've skimmed through sources of elogind, NetworkManager and OpenRC a bit and found that in OpenRC the definitive location to put the hostname is /etc/hostname. The other path, /etc/conf.d/hostname, is just a fallback. Experiments show that setting something in /etc/conf.d/hostname does prevent NM from setting a hostname offered by the DHCP server, but it's not clear to my why this happens. I suspect elogind + dbus. Disabling this feature we don't need anyway seems like a good approach to me without wasting too much time here.
-
- Aug 23, 2021
-
-
- Aug 22, 2021
-
-
Previously it was assumed that with the counter and the sleep 0.1 the process would take about 10 seconds to complete. On newer devices with tens or even hundreds of partitions going through all partitions already takes a significant amount of time, so change the logic to measure the time elapsed instead.
-
it's already disabled in kernel config: sysctl: cannot stat /proc/sys/kernel/sysrq: error code 2 * Unable to configure kernel parameters from /etc/sysctl.d/sysrq.conf
-
it's already disabled in kernel config: sysctl: cannot stat /proc/sys/kernel/sysrq: error code 2 * Unable to configure kernel parameters from /etc/sysctl.d/sysrq.conf
-
-