Tag: Android
-
Post Views: 8 ⚠️ Experimental description (important) This article is the third part of a series of practice, continuation(1): The principle of minimalism and the construction of the first editionAnd(2): DNS minimum correctionexperimental technical exploration. The current configuration is still in the validation stage: The network environment, DNS behavior and VPS line quality in different regions will have an impact…
-
Post Views: 13 This article records the complete stepping process of configuring the WSTunnel client + Ficlash proxy on Termux once,The final root cause is that the IP address in the yaml file does not match the server side. The scripts encountered in the process cannot be generated, the domain name replacement error, and the process disappears are also sorted…
-
Post Views: 15 1. Since some applications only exist in the Google Play app store, such as: Bitcoin Wallet, it does not exist in the domestic app store. So decide to install Google Play on your phone 2. My phone is: OnePlus 8, no Google Play is pre-installed. Reference URL:https://www.uphezi.com/access-google-play-store-china/. 3. Open the URL on your phone:https://m.apkpure.com/google-play-store/com.android.vending, download the apk…
-
Post Views: 49 1. An error is reported in Yii 2.0: yii\base\ErrorException: undefined index: http_accept, as shown in Figure 1 2. Check the runtime log file: /api/runtime/logs/app.log 3. The log information of the two requests, found when $_SERVER[‘HTTP_USER_AGENT’]When the value is okhttp/3.12.0, $_server[‘HTTP_ACCEPT’]Does not exist 4. Ask the Android client to explicitly declare accept in headers when $_server[‘HTTP_USER_AGENT’]When the value…
-
Post Views: 14 1. An error occurred while updating in WordPress: the download failed. Too many requests, as shown in Figure 1 2. Open the URL:https://wordpress.org/, Response: 429 Too many requests, so it seems that the reason is that the official WordPress website is blocked in China. as shown in Figure 2 3. After connecting the blue light locally, you…
-
Post Views: 44 1. Create a new virtual device in genymotion, and an error will be reported when downloading: Unable to create irtual device: Connection timeout occur, as shown in Figure 1 Translation: Unable to create virtual device: Connection timeout 2. Open the directory where the current system user is located, C:\Users\Administrator\AppData\Local\GenyMobile, as shown in Figure 2 3. Open genymotion.log…