| 27 Mar 2024 |
eyJhb | I've just built a new image, with the prebuilt APKs. Haven't tested it yet. It would be more ideal if I had 2x phones :p | 11:04:25 |
eyJhb | # Workaround name inconsistency with LG
if vendor == 'lg':
vendor = 'lge'
# Look how cool my name is mom, parenthesis!
if vendor == 'f(x)tec':
vendor = 'fxtec'
# Urgh
if vendor == '10.or':
vendor = '10or'
# Really?
if vendor == 'banana pi':
vendor = 'bananapi'
| 12:40:54 |
eyJhb | Appreciate the comments :p
Look how cool my name is mom, parenthesis!
| 12:41:08 |
eyJhb | * Appreciate the comments :p
Look how cool my name is mom, parenthesis!
| 12:41:11 |
atemu12 | :p | 12:44:43 |
eyJhb | I haven't dared to flash my FP4 yet. But I still want to see if the prebuilt browser thing works. :D
Right now I'm just investigating if LineageOS 21.0 would be "easily" doable. But at the same time, I also just want to nuke all the building of chromium | 12:46:01 |
eyJhb | Atemu: this might be a bad solution, but could it make sense to have a "dev" branch, where the various PRs could be merged into, as to not touch master too much. E.g. if you don't have the time to DEEPLY look into if a PR should be merged, then having a 2nd branch might make sense? Just a thought, and most likelly a bad thought. | 12:46:51 |
atemu12 | Nah, I'd rather just review and put things into master | 12:47:15 |
atemu12 | It's not like there are many users either; you can probably count them on 0-1 hands | 12:47:35 |
atemu12 | ;) | 12:47:39 |