赵树下
赵树下
你播放器可以显示吗,我直接是个白色的小块
> Note that this should actually be considered a bug in the device. ARM provides a facility to know if the read/write request is coming from the debug port or...
> (此方法已淘汰,以后面发的为准) 经过不断摸索,我总结出这个方法: > > 禁用 ip6tables(仅需一次)。我的电脑有防火墙,所以不担心安全问题 ip6tables -F > > 创建并写入脚本(仅需一次) touch /data/disable-ip6tables.sh vi /data/disable-ip6tables.sh > > 写入(保存)需要的规则到文件 /data/disable-ip6tables.sh(仅需一次) ip6tables-save>/data/disable-ip6tables.rule > > 将脚本权限修改为可执行 chmod 777 /data/disable-ip6tables.sh(仅需一次) > > 写入应用设置脚本...