henrikvrtraveler Posted September 16, 2019 Share Posted September 16, 2019 Hi! I see that my version of WebView is 52, is there any plans on upgrading this or could I go ahead and do it manually? In which case what is the recommended procedure to do that. @Tony PH Lin @Cotta Link to comment Share on other sites More sharing options...
henrikvrtraveler Posted September 24, 2019 Author Share Posted September 24, 2019 Compiled my own version, however as this is not the dev glasses I can't access root to remove the preinstalled webview. Any tips? 🙂 Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted October 9, 2019 Share Posted October 9, 2019 @henrikvrtraveler How did you compiled your own version? Do you think if you provide your compiled version apk and we use our signed key can work? Link to comment Share on other sites More sharing options...
henrikvrtraveler Posted October 9, 2019 Author Share Posted October 9, 2019 Hi @chengnay! I followed https://www.chromium.org/developers/how-tos/build-instructions-android-webview On a Ubuntu VM. I'll get to building a version for you that I can send 🙂 Link to comment Share on other sites More sharing options...
henrikvrtraveler Posted October 10, 2019 Author Share Posted October 10, 2019 Hi! I do believe this one is correct, however I can't guarantee as I have no prior experience with building the webview, but it seems to be correct. https://drive.google.com/file/d/1pImIuSvPK-ClHXxpJL17OWp-jm-xxOk-/view?usp=sharing  Had to use google drive, as the attachment limit on this forum was limited. @chengnay Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted October 18, 2019 Share Posted October 18, 2019 @henrikvrtraveler Could you try this method? I just tried downloading this apk file from here. I don't 100% sure this file is safe! Then, I just do the following, adb install -r <apk> and it is successfully installed, not sure is it because my device is rooted or it actually works for all devices. But when I tried your apk, it failed with following message. adb: failed to install SystemWebView.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.android.webview signatures do not match the previously installed version; ignoring!] We are still trying to sign the apk that you shared. Link to comment Share on other sites More sharing options...
henrikvrtraveler Posted October 21, 2019 Author Share Posted October 21, 2019 Hi, @chengnay! The reason for this is that Google builds their webview with the package name com.google.android.webview, whilst any custom built ROM or any custom built webview has the package name com.android.webview. This means you have currently installed two webviews, but the Focus only attempts to use com.android.webview. There is a button in Dev options on the focus to switch which webview you want to use, but this does not work you can't switch it. Google does this so you can update their webview through play store, whilst any custom built webview won't be affected by googles own updates. It's to allow for custom webviews with custom code to not be removed and replaced with googles updates. Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted October 21, 2019 Share Posted October 21, 2019 @henrikvrtraveler Thanks for you information. Link to comment Share on other sites More sharing options...
henrikvrtraveler Posted October 31, 2019 Author Share Posted October 31, 2019 Any new information? @chengnay 😄 Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted October 31, 2019 Share Posted October 31, 2019 I heard from Tony a few days ago that there might be some security concern. It requires additional information from our security team to double check. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now