Back in Beijing Again
1 minIt's time to return to the daily routine of work, but this kind of life probably won't last too long.
Recording the Process of Removing Folo Google Service Verification
2 minAlthough Miniflux deployed on Serv00 is convenient and not blocked, I still wanted to experience the Android version of Folo. I had tried the Windows version before, which worked well, but Android RSS readers were not satisfactory. I wanted to try the Folo Android version as soon as it was released. The GitHub release does not have a compiled Android version, and it seems only available on Google Play Store. Since I haven't enabled Google services (mainly to save battery), I usually use Aurora Store, but installing Folo failed. I switched to APKPure. After opening, a pop-up window appeared after a few seconds saying 'Something went wrong,' indicating missing Google services, and the app exited immediately. Using MT Manager to extract the installation package, converting xapk to apk, no encryption or obfuscation. Searched for the isGooglePlayServicesAvailable method, modifying all to return true was still ineffective. Using Algorithm Assistant Pro to locate the pop-up, I found com.pairip.licensecheck.LicenseClient.connectToLicensingService. This is Google Play App Integrity's (formerly App Licensing/LVL) advanced protection solution, commonly known as PairIP. Modified the LicenseClient class, disabled the connectToLicensingService request, making it end directly upon startup without connecting to Google Play Store.
Implemented AI Auto-Translation Feature for the Blog
1 minDeveloped an AI auto-translation feature using Gemini 3 Pro, with primary time spent debugging GitHub Actions workflows. Translation is achieved through OpenRouter API calls to the free tngtech/deepseek-r1t2-chimera model. After disabling Cloudflare Pages auto-deployment, Sveltia article edits trigger GitHub Actions: detecting Chinese content updates initiates AI translation, followed by Astro project compilation and active publishing. Through repeated debugging, stable article translation, summary extraction, and tag generation functionalities have been achieved.
Digital Oil Painting Painted by Girlfriend
1 minThree beautiful digital oil paintings
Yingyue Reader is Great
1 minWhile searching for Economist resources on GitHub, I discovered a multifunctional reader that integrates book sources, vocabulary lists, and AI features. The free version has limited word translation attempts. Analysis via MT Manager revealed Tencent Security reinforcement. After unpacking, I traced VIP upgrade prompts to critical code. Modified the VIP status check method i8.a.e() in DEX files by altering its smali code to always return true (as shown below), bypassing membership restrictions: .method public e()Z const/4 v0, 0x1 return v0 .end method
I've been using Momo to memorize words for almost two months now.
1 minFor nearly two months, I've been persistently memorizing words, having accumulated 4733 words memorized (updated on January 24th), with my vocabulary test reaching nearly 15,000. When using Momo Word Memorization, its associative expansion feature outperforms Shanbei, as a single click aids memorization. However, I often end up repeatedly adding new words due to unfamiliar terms in example sentences or expansions, causing my daily task load to surge.
Realme GT8 WiFi frequently disconnects after updating to 16.0.2.473
12 minUser reports frequent WiFi disconnections during low-load conditions, while high-load usage remains normal. Attempted over ten troubleshooting methods including rebooting, system updates, network setting adjustments, and firmware reinstallation with no resolution. After reporting to Realme Community, engineers pushed version 16.0.2.474 which resolved the issue. User suspects abnormal WiFi chip sleep policy during low-load states, providing relevant kernel logs as evidence.
Downloaded a Free ISO Standard PDF Today
1 minSome ISO standards are available for free on the official ISO website. After adding to cart, the price shows 0 Swiss Francs. Enter any address and name (no real information required) to download PDF/EPUB versions. This process is completed through the official ISO store page and applies to standards marked as free.
First Article
1 minAfter two days of effort, my personal blog is finally live. From system configuration to interface debugging, the process was time-consuming but rewarding. The platform now supports article publishing and category management. I'll continue updating with technical notes and life reflections. Now I can focus on content creation!