Google Play作为应用程序浏览器工作正常,但在OpenVPN处于活动状态时无法安装任何应用程序。来自不同供应商的3部手机相同的问题。
如何调查?
Google Play作为应用程序浏览器工作正常,但在OpenVPN处于活动状态时无法安装任何应用程序。来自不同供应商的3部手机相同的问题。
如何调查?
Google Play works fine as application browser, but fails to install any app when OpenVPN is active. The same problem repeats on 3 phones from different vendors.
How to investigate?
回答"如何调查?" :
在手机上启用adb(Android调试)。
将手机连接到PC并在那里安装adb。
apt-get install adb
pacman -S adb
adb
二进制文件。您可能需要替换下面的 adb
代码> ABCDEFGHIJKLMNABCDEFGHIJKLMN4 或 ./adb.exe
在windows上。)运行 adb devices
确保您的手机显示出来。可能需要在电话上确认。
运行 adb shell
将shell放入手机中。
logcat *:W
(没有 *:W
以获取更多详细程度)。您现在将获得大量日志条目, pacman -S adb0
仅显示警告和"更差" 。如果没有断开USB或关闭外壳,请尝试从播放商店获取一些东西。观看PC上的日志窗口。尝试寻找有关的任何内容。
安装f-droid
f-droid 是一个替代的应用商店,具有很多非常好的开源应用程序。
但我想要一个不在f-droid
上的应用程序签出 yalp Store 在f-droid上!
我个人不要使用Google服务并从手机中删除Google的所有内容。我也没有谷歌帐户。每当我确实需要一个只在播放商店上的应用程序时,我使用yalp。您不需要一个帐户,您可以像在播放商店中一样浏览应用程序,它们就像轻松安装。它有点像播放商店代理。 APKS正在从谷歌下载,而不是一些腥奇怪的网站,所以使用它是安全的。
取决于yalp如何正常工作,它可能会尝试使用您的IP访问Google的服务器的APK,这意味着它仍然可能被阻止。但它肯定值得一试,可能很好地工作!
To answer the "How to investigate?":
Enable ADB (Android debugging) on your phone.
Connect your phone to a PC and install adb on there.
apt-get install adb
pacman -S adb
adb
binary. You might need to replace the adb
below with ./adb
or ./adb.exe
on Windows.)Run adb devices
to make sure your phone shows up. Confirmation on phone might be required.
Run adb shell
to get a shell into your phone.
logcat *:W
(without the *:W
for more verbosity).You will now get a lot of log entries, the *:W
shows only warnings and "worse". Without disconnecting USB or closing the shell, try to get something from the Play Store now. Watch the log window on your PC. Try to look for anything related in there.
My guess is that Google simply blocks downloads from your VPN (logcat should show this clearly), so have this workaround aswell:
Install F-Droid
F-Droid is an alternative App Store that has a lot of really nice open source applications.
But I want an app that isn't on F-Droid
Check out Yalp Store on F-droid!
I personally do not use Google services and removed everything Google from my phone. Nor do I have a Google account. Whenever I do need an application that's only on the Play Store though, I use Yalp. You don't need an account, you can browse apps just like in the Play Store and they install just as easily. It's kinda like a proxy to the Play Store. APKs are being downloaded from Google, not some fishy weird websites, so it's safe to use.
Depending on how Yalp works exactly, it might try to access the APK from Google's servers using your IP, which means it might still get blocked. But it's most certainly worth a try and might very well work!
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有