redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

weixin cannot be used on wechat

Open 0fanzhe opened this issue 6 months ago • 6 comments

I use androidboot.redroid_net_proxy_, but I still can't use the network. If I don't use androidboot.redroid_net_proxy_, I can occasionally log in to wechat, but the network is not very stable, so I can't use videos, but I can send messages

comd:

docker run -itd --rm --privileged -v ~/redroid:/data -p 5555:5555 --name redroid redroid-14-libndk_x86 androidboot.redroid_net_ndns=1 androidboot.redroid_net_dns1=114.114.114.114 androidboot.redroid_net_proxy_type=static androidboot.redroid_net_proxy_host=127.0.0.1 androidboot.redroid_net_proxy_port=7890

log:

07-26 07:15:07.964 581 3022 D TrafficStats: tagSocket(59) with statsTag=0xffffff81, statsUid=-1
07-26 07:15:07.964 581 3023 D TrafficStats: tagSocket(5) with statsTag=0xffffff81, statsUid=-1
07-26 07:15:07.965 581 3023 D TrafficStats: tagSocket(5) with statsTag=0xffffff81, statsUid=-1
07-26 07:15:07.965 581 3022 D TrafficStats: tagSocket(59) with statsTag=0xffffff81, statsUid=-1
07-26 07:15:07.968 178 3024 I resolv : ResNSendHandler::run: 0 / {100 983140 100 983140 1073 1}
07-26 07:15:07.968 178 3025 I resolv : ResNSendHandler::run: 0 / {100 983140 100 983140 1073 1}
07-26 07:15:07.968 178 3024 I resolv : resolv_cache_lookup: FOUND IN CACHE entry=0x75ccb7749730
07-26 07:15:07.968 178 3025 I resolv : resolv_cache_lookup: FOUND IN CACHE entry=0x75ccb7749730
07-26 07:15:07.969 581 3022 D NetworkMonitor/100: PROBE_DNS 127.0.0.1 5ms FAIL in type ADDRCONFIG java.net.UnknownHostException
07-26 07:15:07.969 581 3023 D NetworkMonitor/100: PROBE_DNS 127.0.0.1 4ms FAIL in type ADDRCONFIG java.net.UnknownHostException
07-26 07:15:07.969 581 3022 D TrafficStats: tagSocket(5) with statsTag=0xffffff81, statsUid=-1
07-26 07:15:07.970 581 3023 D TrafficStats: tagSocket(59) with statsTag=0xffffff81, statsUid=-1
07-26 07:15:07.971 581 3022 D NetworkMonitor/100: PROBE_HTTPS https://www.google.com/generate_204 Probe failed with exception java.net.ConnectException: Failed to connect to /127.0.0.1:7890
07-26 07:15:07.971 581 3023 D NetworkMonitor/100: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 Probe failed with exception java.net.ConnectException: Failed to connect to /127.0.0.1:7890
07-26 07:15:07.971 581 3021 D TrafficStats: tagSocket(5) with statsTag=0xffffff81, statsUid=-1
07-26 07:15:07.972 581 3021 D NetworkMonitor/100: PROBE_FALLBACK http://play.googleapis.com/generate_204 Probe failed with exception java.net.ConnectException: Failed to connect to /127.0.0.1:7890
07-26 07:15:07.973 581 3021 D NetworkMonitor/100: isCaptivePortal: isSuccessful()=false isPortal()=false RedirectUrl=null isPartialConnectivity()=false Time=9ms
07-26 07:15:07.973 239 383 D ConnectivityService: [100 ETHERNET] validation failed

0fanzhe avatar Jul 26 '24 09:07 0fanzhe