中文 English

WeChat Old Version Installation Method - Version Too Low, Please Upgrade to the Latest Version

Published: 2021-03-05
wechat adb install uninstall

First install the latest version of WeChat and log in.

Uninstall the app using the cmd command while preserving user data:

adb shell pm uninstall -k com.tencent.mm

Restart your phone

adb root

Install the old version APK using the cmd command (followed by the installation package path):

adb install -r -d

Log into your WeChat account on the old version.

If the method above doesn’t work, refer to the method below https://www.cnblogs.com/JOUO4/p/9976939.html