adb修改华为盒子的 value 和 name

adb shell
cd data/data/com.huawei.iptv.stb.stbconfig/databases
sqlite3 stbconfig.db
update authentication set value="xxx001" where name="username";

你可能感兴趣的:(adb)