::@echo off
@title gt9271 update cfg by adb
adb wait-for-device
adb push V1.2_T101WS0016AWA01_GT9271_Config_20240123_100149.cfg /data/
adb push ui2c /data/xbin/ui2c
adb shell chmod +x /data/xbin/ui2c
adb shell /data/xbin/ui2c -f /dev/i2c-0 -c 0x5d -F /data/V1.2_T101WS0016AWA01_GT9271_Config_20240123_100149.cfg
pause
本文介绍了如何通过ADB(AndroidDebugBridge)对GT9271设备进行固件更新,包括设备连接、配置文件推送和执行i2c操作的详细步骤。
586

被折叠的 条评论
为什么被折叠?



