[nemo-qml-plugin-systemsettings] Parse manufacturer and device name#185
[nemo-qml-plugin-systemsettings] Parse manufacturer and device name#185jmlich wants to merge 1 commit intoAsteroidOS:masterfrom
Conversation
…rom /system/build.prop if wasn't loaded before
|
The problem with This is why I feel we should start providing In AsteroidOS, we have a vaguely similar concept of "device info" in
You could introduce a similar mechanism to generate hw-release files. You'd first need to modify all Thank you! |
|
For a number of AsteroidOS images, there is more than one manufacturer and model, and there's simply no way to supply that information when compiling because the only difference is the case in which the watch is packaged. See https://asteroidos.org/watches/firefish/ as an example: |
Indeed. But on the other hand, we also tend to ship a custom /system/ directory with a custom build.prop there so the manufacturer and model will also be wrong there :/ |
d83c298 to
dd515ab
Compare
SailfishOS relies on
/etc/hw-releasewhich doesn't exists in Asteroid OS.The values are taken from /system/build.prop if wasn't loaded before.
This is related to AsteroidOS/asteroid-btsyncd#31 and AsteroidOS/asteroid-settings#97
Please note, that I have very few experience with bitbake. This patch was crafted manually and need careful review and test.