Skip to content

Instantly share code, notes, and snippets.

在 Ubuntu 14.04 上使用 SP Flash tool 无法连接设备.

Google 一番后看到如下资料

原因是 ubuntu 14.04 内置了 modemmanager 的包, 与 MTK 的 SP Flash Tool 有冲突. 上面的连接里提到通过创建 modemmanager 的黑名单的方式解决. sudo gedit /etc/udev/rules.d/20-mm-blacklist-mtk.rules

@dodocat
dodocat / 0_reuse_code.js
Created May 20, 2014 15:41
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console