Add bootsplash with donation link in Qrcode and make it default #1445
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Edit per 1781d3d :
The default bootsplash, included in local/CircleCI built roms will now looks like this (centered):
unless the symlink is pointed to another available bootsplash.
Comments?
Note that this is logo/bootsplash might change again in the future and discussions stalled under #1402, while a bootsplash is now needed (and next steps are #1403 to get rid of 500kb of drm/fb related kernel stuff which will happen next).
Implementation of @evergreen suggestion for ROMs compiled and downloaded from CircleCI built roms pointing to Insurgo Initiative for donation
Currently the following bootsplashes were pushed forward by the community under #1402
Those were prepared following those hackish jpeg creation guidelines under gimp and placed under the blobs/ directory:
Instruction to change:
blobs/bootsplash-1024x768.jpg
symlink to whatever else bootsplash you want:ln -s TheBootSplashYouWant.jpg blobs/bootsplash-1024x768.jpg
TLDR: to change it in your local builds:
ln -s blobs/ThePlexus-bootsplash-1024x768.jpg blobs/bootsplash-1024x768.jpg
prior of building any rom will revert the presence of the donation link QR code for people building themselves, otherwise reminding to themselves and to the world that free software might be free as in free as in open source but not free as in free beer for those who maintain it.Please donate massively to https://opencollective.com/insurgo people. I love what I do, would want to do more maintenance for free but I also need to do things that pay my bills like everyone else. Hope this Qr code is not too invasive while reminding people that donating is a nice gesture to do.
Thank you for your understanding.