You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, props for your efforts! I use robotnix to build LineageOS 19.1 for a OnePlus 8, and overall that is working quite well.
Building the browsers, however, takes quite long, and keeping them up to date is apparently significant work (robotnix currently has the instructions for chrome v100. I tried updating to 108, moved past the first few errors, but now the build fails asking me to run gclient sync -- I don't even want to know what that would be good for -.-).
So, how does one add a browser and webview obtained as an APK/... from elsewhere?
The build succeeds, does not build chrome/bromite, the output is about the same size as before, and Bromite works (though it reset all configuration/tabs).
But the webview does not work, breaking all kinds of apps.
It seems to be installed, but is not selectable (Settings > System > Developer options > WebView implementation is "None" and there are no entries selectable.
I was also unable to install the bromite webview. After adding the repo, the bromite webview entry in f-droid did not have an "install" button.
Then I tried disabling all webview options. The build again succeeded, the output was smaller by about the size of the webview, and the webview was installable from f-droid.
The result is still the same, though. Still no webview available.
Installing Chrome WebView from the Play Store fails because the tricrome-library-thing is missing.
The text was updated successfully, but these errors were encountered:
First, props for your efforts! I use robotnix to build LineageOS 19.1 for a OnePlus 8, and overall that is working quite well.
Building the browsers, however, takes quite long, and keeping them up to date is apparently significant work (robotnix currently has the instructions for chrome v100. I tried updating to 108, moved past the first few errors, but now the build fails asking me to run
gclient sync
-- I don't even want to know what that would be good for -.-).So, how does one add a browser and webview obtained as an APK/... from elsewhere?
I first tried this:
with a script that updates those
.json
files.The build succeeds, does not build chrome/bromite, the output is about the same size as before, and Bromite works (though it reset all configuration/tabs).
But the webview does not work, breaking all kinds of apps.
It seems to be installed, but is not selectable (Settings > System > Developer options > WebView implementation is "None" and there are no entries selectable.
I was also unable to install the bromite webview. After adding the repo, the bromite webview entry in f-droid did not have an "install" button.
Then I tried disabling all webview options. The build again succeeded, the output was smaller by about the size of the webview, and the webview was installable from f-droid.
The result is still the same, though. Still no webview available.
Installing Chrome WebView from the Play Store fails because the tricrome-library-thing is missing.
The text was updated successfully, but these errors were encountered: