惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Martin Fowler
Martin Fowler
I
InfoQ
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
博客园 - 三生石上(FineUI控件)
Y
Y Combinator Blog
博客园 - Franky
Engineering at Meta
Engineering at Meta
B
Blog
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
V
Visual Studio Blog

kkocdko's blog

Tasker 永久试用修改思路 - kkocdko's blog 极限压缩文档扫描件 - kkocdko's blog Bypass the Blank Chars Detection crknob - Chrome portable patch 我如何将博客首页体积降至 3 KB - kkocdko's blog 如何极限优化压缩文件体积 - kkocdko's blog EmEditor 精简版 - kkocdko's blog Backup Data from VSCode Web 优雅地游玩 Minecraft - kkocdko's blog 让程序以管理员权限运行的 PE 清单 - kkocdko's blog 注销 ZEIT 账号之后遇到的坑 - kkocdko's blog 本博客的协议已更改为 CC0 - kkocdko's blog mobp - 使 MSOffice 后台常驻 在安装 VS 生成工具时规避 .NET 安装错误 各种格式的占位空文件 - kkocdko's blog 优雅地游玩 Flash 游戏 - kkocdko's blog WPS 2016 极限精简版 - kkocdko's blog Convert Const to Let by Terser 规避 Visual Studio 许可证过期的 Bug 方便地使用 iPod - kkocdko's blog 用 UserJS 注入 UserCSS - kkocdko's blog 注册表修改文件关联(默认程序) - kkocdko's blog 周期精准的太阳系模型 - kkocdko's blog 关闭屏幕的 WinAPI - kkocdko's blog 重置 Windows 图标缓存 - kkocdko's blog AIDA64 极限精简单文件版 - kkocdko's blog 几何画板单文件精简版 - kkocdko's blog 世界之窗浏览器单文件版 - kkocdko's blog 在 MBR + Legacy 下用 Bootmgr 引导 Ubuntu 简洁的 Markdown 预览工具 - kkocdko's blog
Android 腾讯 TIM 迁移 QQ 指北
2026-04-11 · via kkocdko's blog

As we all know the QQNT has been released for so many months, and it's not limited on desktop (electron based) but also on mobile platforms. The Android QQ 9.x is called QQNT.

TIM is the office variant of Tencent QQ, however it seems less maintenance now. TIM on Android is forked from legacy QQ. From my personal experience, QQNT is faster than TIM now.

For people who want to migrate from TIM to QQNT the certainly way is to use its built-in "Backup to PC" function, or the device transfer function. But:

  • QQNT(Win) will reject to backup from TIM(Android), "the version is too low".

  • QQNT(Android) will reject to migration chat history from TIM(Android), "the version is too low".

  • TIM(Win) backup from TIM(Android) is terrible, very very slow, and maybe failed in the middle.

  • TIM(Win) restore history to QQNT(Android) will lose "temporary chat" history. This point is unacceptable for me because I have many chat histories with my teachers which are so critical.

So in my practice the perfect way here.

First, make sure your device has ROOT privilege,adb shell then su and cd to /data/data/com.tencent.tim. You can first make a backup if you want.

Second, install the last version of QQ 8.X (legacy, not QQNT). ls -l com.tencent.mobileqq to see the user and group. In my device it's u0_a223 u0_a223.

Third, rm -rf com.tencent.mobileqq, mv com.tencent.tim com.tencent.mobileqq then chown +R u0_a223:u0_a223 com.tencent.mobileqq. Now uninstall the TIM and start QQ. Expect to launch QQ without error.

Finally, install QQNT normally, it will perform message format upgrade from legacy QQ.

sorry for english only because my IME is broken.