streamline-bridge on Decent-provided tablet #102
Replies: 4 comments 5 replies
|
Hey @apaperclip , thanks for opening this! I was unfortunately not able to figure it out for P80X - the previous one with Android 9. But that one supports updating to Lineage, where the same "update webview" approach applies and then it also works. A good place to gather the documentation, thanks again. |
|
@tadelv that's great ! can you share the specific versions/builds or links to the apks? did you use the provided 3rd party apk store? I'm assuming I'll need webview, trichrome library, and chrome I've not had a chance to revisit this to figure out what is going on |
|
I think this might be worth exploring, there are also instructions for the P80X with Lineage OS: Updating Android System WebView on Teclast TabletsApplies to: Teclast P85 Pro (Android 12) and Teclast P80X (Android 10) Both devices use What to Download
On the APKMirror page, select the variant labeled arm64-v8a + Android 10.0+. Download the Installation via ADBadb install -r path/to/webview.apkVerify Installationadb shell dumpsys webviewupdateThe output should show version |
|
I finally hooked up the tablet to a pc to use adb to fix my Chrome/Trichrome/Webview. I remove any installed packages of the three then made sure I installed matching, slightly older versions of each that work on android 12 and the sdks it supports. Streamline-bridge is running on the provided tablet. Initial thoughts are that its a bit slow, but I've only spent 5 min with it so far. |
Uh oh!
There was an error while loading. Please reload this page.
I wanted to start a discussion about loading streamline-bridge on the Decent-provided tablets. You've already called out that there may be issues with the WebView version these tables have in the main readme. I wanted to start documenting issues and thoughts here that are not specifically part of the app's code.
My details
Teclast P85Pro Tablet
Android 12
Chrome 78.0.3904.108
The first issue I encountered:
I went to install stream-line bridge on the provided tablet. On the reaprime releases GitHub page, the assets list does not render, just a spinning circle. So there are no files to click to download.
A quick Google tells me this is likely due to old Chrome, which makes sense.
Using the provided APKPure store, I attempted to update Chrome, but it failed with a signature mismatch from the previous version. So I uninstalled Chrome and attempted to install it fresh from APKPure. This failed because of the missing trichrome library (this was expected from researching side loading Chrome).
I installed the Tricrhome library from APKPure but Chrome wouldn't install.
Next I installed Android WebView, but still Chrome complained about TriChrome library.
I rebooted the tablet and tried to install Chrome again, no luck - still missing trichrome.
I tried to make sure the version numbers between Trichrome and Chrome matched, but Trichrome is not listed as an app so I need to use adb to get more info and possibly install other versions.
I'm going pause here for now. adb is not working for me so I need to do some troubleshooting.
All reactions