Fatmc's Notes

  主页  关于  友链

如何在手表上安装微信儿童版

Published on 2023-07-22 / Edited on 2024-08-30
## 准备工作 ## ADB、license、AndroidWatch ## license是什么? ## license是微信推出的限制设备登陆的验证,没有它你就进不去微信登录页面 *微信儿童版只能在有 license 的设备上运行,一个license最好不要超过3台设备使用 ## 没有license咋办? ## 1. 提取有license的手表的license(提取方法见[这篇文章][1]) 2. 去闲鱼等平台购买他人的license(小心不良商家一码多卖)这边推荐HAOZI卖的license *工蜂的话个人是不可能的,所以这里就不写了 ## 添加license到手表 ## 需要使用ADB命令(准备的ADB设备派上用场了)(既然你看到这肯定有准备,我就不详细说咋开启调试) 使用 adb shell settings put global 命令添加 license 到手表,注意: 1. 下列代码仅作为演示,安卓低版本可能不是这个命令 2. 需要一条条分开执行 命令如下 adb shell settings put global ilink_device_id "你的ilink_device_id(设备码)" adb shell settings put global ilink_device_signature "你的ilink_device_signature(授权签名)" adb shell settings put global ilink_key_version "1" adb shell settings put global ilink_product_id "你的ilink_product_id(产品码)" adb shell settings put global ilink_support "1" 执行之后license就内置完毕可以安装微信儿童版 ## 安装微信手表版 ## 请根据手表品牌型号选择以下方法安装 1. 直接APK安装 2. ADB安装(输入下面代码即可[有空格需加引号]) `adb install 你的APK.apk` [微信儿童版1.6.2下载链接在此 提取码1.6.2][2] [1]: https://i.zcne.cn/7.html [2]: https://thone.lanzouw.com/i3bov137f7ze
由于特殊原因,评论暂不开放,如对本文有任何疑问,请联系i@zcne.cn
© 2019-2024 Fatmc All rights reserved. / 由Fatmc Notes引擎驱动 / 萌ICP备20230703号