Personal tools

Log in

Changes

From Planet Computers

Jump to: navigation, search

Android Flashing Guide

441 bytes added, 11:26, 19 June 2018
No summary
<code>tar -zxvf FlashToolLinux.tgz</code>
 
Before running the flash tool you will need to add some rules to udev.
 
Create the blacklist file by typing:
 
<code>sudo gedit /etc/udev/rules.d/20-mm-blacklist-mtk.rules</code>
 
And inside the file put the following 2 lines:
 
<code>ATTRS{idVendor}=="0e8d", ENV{ID_MM_DEVICE_IGNORE}="1"</code>
 
<code>ATTRS{idVendor}=="6000", ENV{ID_MM_DEVICE_IGNORE}="1"<br /></code>
 
After that, restart the udev:
 
<code>sudo service udev restart</code>
 
Finally, run the flash tool application by typing: