Luca Weiss

Results 71 issues of Luca Weiss

At postmarketOS we're looking to compress our images with zstd instead of xz so that decompression goes much faster. Ref: https://gitlab.com/postmarketOS/build.postmarketos.org/-/issues/118 Unfortunately it seems like the UBports installer currently doesn't...

Previously the message would be printed that the tag gets ignored but in reality the 'errors' variable will still be initialized as -EINVAL so the if below would return an...

The data for the **city** of Utrecht is incorrect https://datacommons.org/place/nuts/NL310 According to Wikipedia (https://en.wikipedia.org/wiki/Utrecht) the number is ~350,000, not 1.3 million. The 1.3 million number is the **district** of Utrecht...

As written in the title, when running `python3 setup.py install --prefix=/usr --root="$pkgdir"` as part of distribution packaging, it will install the files `usr/CHANGES.md` and `usr/LICENSE`

I get the following error in the recovery (found in the `recovery.log` file): > I:operation_start: 'system-image-upgrader' > sh: system-image-upgrader: not found > system-image-upgrader failed Apparently the `system-image-upgrader` script doesn't get...

Apply with `MR_QCOM_OVERLAY_HEAP_ID_MASK := 1` or `2` in your `BoardConfig.mk`. If not set, it will fall back to the old method (`>= API 21`) This would fix #101 This is...

https://github.com/Tasssadar/multirom/blob/master/lib/framebuffer_qcom_overlay.c#L298 The kernel (Linux 3.4.0) for the Fairphone 2 has the lower member. There should probably be a switch in the BoardConfig which one to take. See PR #102 **EDIT:**...

As I hope, that more people that have knowledge about it, will see it, here it goes: I am trying to port the kexec hardboot patch for the Fairphone 2....

I get the following error message, when I do `make multirom_zip`: ``` --- Creating out/target/product/FP2/multirom-20160422-v33-UNOFFICIAL-FP2.zip system/extras/multirom/install_zip/rename_zip.sh: 28: system/extras/multirom/install_zip/rename_zip.sh: cannot create out/target/product/FP2/multirom-20160422-v33-UNOFFICIAL-FP2.zip.md5sum: Directory nonexistent make: *** [out/target/product/FP2/multirom] Error 2 #### make...

~~The name is empty for me, although it should be `mromYYYYmmDD`. Where do I set this? Also (more) documentation on the json (devices.json & device-specific manifest.json) files would be nice.~~...