How to remove server-sided cheat detection error (Smali)
Got this error and you can't find the string anywhere in the APK file? Well, the string are stored in the server. It uses JSON script to detect unofficial version of APK and retrieve the string, but it is still possible to remove the error completely I used the game Hero Legend as an example Requirements: CatLog app. Download from Play Store Any APK tool for computer. I'd recommended APK Easy Tool Notepad++ installed on your computer Find errors in logcat and find useful JSON strings What is logcat?: The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers, which then can be viewed and filtered by the logcat command. You can use logcat from an ADB shell to view the log messages. Source: http://developer.android.com/tools/help/logcat.html Open the Cat