[-]
Who's Online
There are currently 50949 online users. [Complete List]
» 8 Member(s) | 50941 Guest(s)
AvatarAvatarAvatarAvatar
AvatarAvatarAvatarAvatar

[-]
Latest Threads
betools
Last Post: egdeim
2023-09-21 12:41
» Replies: 4
» Views: 4962
[Movie Suggestion] Automata with Antonio...
Last Post: GottaGetX
2023-09-07 09:19
» Replies: 3
» Views: 3972
Suggest a movie thread
Last Post: GottaGetX
2023-09-07 09:17
» Replies: 5
» Views: 8725
[Poll] What Operating System do you use
Last Post: BladeShadow
2023-09-05 00:25
» Replies: 16
» Views: 8081
Any tips to stay awake?
Last Post: BladeShadow
2023-09-05 00:15
» Replies: 5
» Views: 4657
Problem with storage on Oukitel k9
Last Post: Omegag
2023-09-02 11:58
» Replies: 1
» Views: 43
Phone recomendations for $300 ?
Last Post: Liamjaik8
2023-08-25 18:38
» Replies: 3
» Views: 2059
ZH960-MB-V3.1
Last Post: mansur567
2023-08-18 00:45
» Replies: 20
» Views: 14925
tablet
Last Post: auxi73
2023-08-11 07:02
» Replies: 0
» Views: 41
What should I replace my Mlais mx base w...
Last Post: shivahit
2023-07-23 23:16
» Replies: 6
» Views: 4127
Need rom for a tablet with board id "K10...
Last Post: oliver2
2023-06-23 16:35
» Replies: 4
» Views: 3879
NEED ROM ZH960-MB-V4.1
Last Post: ricardo09051985
2023-06-19 00:07
» Replies: 16
» Views: 13129
Need ROM for china TAb MT6797
Last Post: kelopl
2023-05-28 02:29
» Replies: 0
» Views: 157
[ROM] Need firmware for unknown Tablet
Last Post: blueboy
2023-05-09 05:30
» Replies: 0
» Views: 195
Hard bricked ZX China tablet 10.1
Last Post: codeb
2023-05-06 14:15
» Replies: 0
» Views: 102
ZH960-MB-V3.1 SOLVE
Last Post: mauscogna
2023-05-05 15:22
» Replies: 75
» Views: 33132
Easy Magic PhilZ Touch Installer for Med...
Last Post: desiserial
2023-04-30 01:02
» Replies: 246
» Views: 144680
Replacement for ZTE Axon 7
Last Post: marcusah
2023-04-20 20:30
» Replies: 2
» Views: 1859
Help! chinese fake tab, Mt6582 - K9601_M...
Last Post: Fabio.07
2023-04-04 09:59
» Replies: 0
» Views: 142
Needs help to root a china tablet brand ...
Last Post: muzmarmin73
2023-03-28 12:09
» Replies: 0
» Views: 94
Need Zh960 mb v5.0_2017-11-11
Last Post: yajatmangal
2023-03-19 19:55
» Replies: 0
» Views: 179
Need for ZH960-MB-V4.1
Last Post: alannash
2023-02-22 15:37
» Replies: 9
» Views: 6944
rom for BMXC K107 tablet pls
Last Post: NOUREDDINE82
2023-02-19 07:04
» Replies: 60
» Views: 64352





Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[How-To] SP Flash Tool (UBUNTU)
#1
OLD METHOD

It is essential respect the steps given on post number two.



1) ABOVE ALL you have to install rar & unrar (it is because many roms are in rar archives). Open terminal and type the next commands :

- sudo apt-get install rar
- sudo apt-get install unrar

2) SP Flash Tool steps

Download SP_Flash_Tool_exe_Linux_64Bit_v5.1604.00.100 from the next link :

[Only registered and activated users can see links Click here to register]

Open terminal and type the next commands :

- sudo apt-get install libusb-dev

- cd Downloads

- unzip SP_Flash_Tool_*.zip

- mv /home/cleopatra81/Downloads/SP_Flash_Tool_e e_Linux_v5.1604.00.100 /home/cleopatra81/Desktop (change cleopatra81 with your login name)

- cd Desktop

- cd SP_Flash_Tool_exe_Linux_v5.1604.00.100

- chmod +x flash_tool

- chmod +x flash_tool.sh

- sudo adduser cleopatra81 dialout (change cleopatra81 with your login name)

- newgrp - dialout

- sudo gedit /etc/udev/rules.d/80-persistent-usb.rules

Copy the next string in the txt ... then save and close :

SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0e8d", ATTR{idProduct}=="*"

- sudo gedit /etc/udev/rules.d/20-mm-blacklist-mtk.rules

Copy the next 2 strings in the txt ... then save and close :

ATTRS{idVendor}=="0e8d", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="6000", ENV{ID_MM_DEVICE_IGNORE}="1"

- sudo service udev restart

3) How to flash a rom

Turn off your device and remove the battery.
Open terminal and type the next commands :

- cd Desktop

- cd SP_Flash_Tool_exe_Linux_v5.1604.00.100

- sudo ./flash_tool

Click on the scatter-loading button and locate the scatter file of the rom.
Click on the Download button (in my case Firmware Upgrade).
Connect your device to your pc/notebook with usb cable.
Insert the battery.
Wait until the yellow bar will be 100% and the pop-up "Download Ok" ... like in the next screenshot :

[Image: 6ggakl.jpg]

That's all ... for now Big Grin
You and NexusTrix like this post
Reply
#2
UPDATED

Please forget about all the steps at the first post.
I strongly recommend you to follow carefully the next steps.

Above all, download the iso of "Ubuntu 14.04.5 LTS (Trusty Tahr)" :

[Only registered and activated users can see links Click here to register]

And of course, install it on your pc.

Before to install Sp Flash Tool, we have to set the environment.


Step 1 - Installing rar/unrar and 7-zip

Above all you have to install rar & unrar and 7-zip.
It is because many roms are in rar or zip archives.
To install rar & unrar, open terminal and type the next commands :

sudo apt-get install rar

sudo apt-get install unrar

To install 7zip, open terminal and type the next commands :

sudo apt-get install p7zip-full

The full 7zip package that supports a lot of archive formats.
To extract a compress file :
just right click on archive file and then click on Extract Here from the menu.
To compress a file :
just right-click on the file, click on Compress option.
Then, select the .7z, or .zip, or .rar and click Create button.


Step 2 - Installing Java 8

At first, you need to add Java webupd8team PPA repository on Ubuntu.
Then, install Oracle Java 8.
Open the terminal and type the following commands :

sudo add-apt-repository ppa:webupd8team/java

sudo apt-get update

sudo apt-get install oracle-java8-installer

To check if Oracle Java 8 has been properly installed,
execute the following command :

java -version

Click on the next pic to enlarge :

[Image: 2953bxu.jpg]


Step 3 - Install ADB and Fastboot

Open the terminal and type the following commands :

sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386

sudo apt-get install Android-tools-adb-fastboot android-tools

To check if the ADB version installed on Ubuntu, type the following command :

adb version

If you see the following version :

Android Debug Bridge version 1.0.31

Then it comes to the old one, so I suggest you type the following commands :
warning : between https and : there is a space. Please delete the space.

# wget -O - https ://skia.googlesource.com/skia/+archive/cd048d18e0b81338c1a04b9749a00444597df394/platform_tools/android/bin/linux.tar.gz | tar -zxvf - adb

# sudo mv adb /usr/bin/adb

# sudo chmod +x /usr/bin/adb

After doing that, you will have to re-check the adb version installed.
Please type the following command :

adb version

You should see the next writing : Android Debug Bridge version 1.0.32
Click on the next pic to enlarge :

[Image: v6hqh5.jpg]


Step 4 - Solve problems within device not recognized

If, by opening a terminal and typing the following command :

adb devices

It will return this :

List of devices attached
? ? ? ? ? no permissions

Then, it is necessary to intervene on the 51-android.rules.
Open the terminal and type the following command :

sudo gedit /etc/udev/rules.d/51-android.rules

It will appears a file similar to a txt; copy and paste the following text :

#MediaTek

SUBSYSTEM=="usb", ATTR{idVendor}=="0e8d", MODE="0666"

Then, save and close the file.
If it will does not works, open the terminal and type the following command :

sudo nano /etc/udev/rules.d/51-android.rules

You will see a file like a txt; copy and paste the following text :

# udev rule to detect android devices
# These rules refer to http: //developer.android.com/tools/device.html

# Acer
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666", GROUP="plugdev"
# Archos
SUBSYSTEM=="usb", ATTR{idVendor}=="0e79", MODE="0666", GROUP="plugdev"
# Asus
SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", MODE="0666", GROUP="plugdev"
# Azpen Onda
SUBSYSTEM=="usb", ATTR{idVendor}=="1f3a", MODE="0666", GROUP="plugdev"
# BQ
SUBSYSTEM=="usb", ATTR{idVendor}=="2a47", MODE="0666", GROUP="plugdev"
# Dell
SUBSYSTEM=="usb", ATTR{idVendor}=="413c", MODE="0666", GROUP="plugdev"
# Fairphone
SUBSYSTEM=="usb", ATTR{idVendor}=="2ae5", MODE="0666", GROUP="plugdev"
# Foxconn
SUBSYSTEM=="usb", ATTR{idVendor}=="0489", MODE="0666", GROUP="plugdev"
# Fujitsu Toshiba
SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev"
# Garmin-Asus
SUBSYSTEM=="usb", ATTR{idVendor}=="091e", MODE="0666", GROUP="plugdev"
# Google
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev"
# Haier
SUBSYSTEM=="usb", ATTR{idVendor}=="201e", MODE="0666", GROUP="plugdev"
# Hisense
SUBSYSTEM=="usb", ATTR{idVendor}=="109b", MODE="0666", GROUP="plugdev"
# HTC, Wiko
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
# Huawei
SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0666", GROUP="plugdev"
# Intel
SUBSYSTEM=="usb", ATTR{idVendor}=="8087", MODE="0666", GROUP="plugdev"
# K-Touch
SUBSYSTEM=="usb", ATTR{idVendor}=="24e3", MODE="0666", GROUP="plugdev"
# KT Tech
SUBSYSTEM=="usb", ATTR{idVendor}=="2116", MODE="0666", GROUP="plugdev"
# Kyocera
SUBSYSTEM=="usb", ATTR{idVendor}=="0482", MODE="0666", GROUP="plugdev"
# Lab126
SUBSYSTEM=="usb", ATTR{idVendor}=="1949", MODE="0666", GROUP="plugdev"
# Lenovo
SUBSYSTEM=="usb", ATTR{idVendor}=="17ef", MODE="0666", GROUP="plugdev"
# LG
SUBSYSTEM=="usb", ATTR{idVendor}=="1004", MODE="0666", GROUP="plugdev"
# Meizu
SUBSYSTEM=="usb", ATTR{idVendor}=="2a45", MODE="0666", GROUP="plugdev"
# Micromax
SUBSYSTEM=="usb", ATTR{idVendor}=="1ebf", MODE="0666", GROUP="plugdev"
# Motorola
SUBSYSTEM=="usb", ATTR{idVendor}=="22b8", MODE="0666", GROUP="plugdev"
# MTK
SUBSYSTEM=="usb", ATTR{idVendor}=="0e8d", MODE="0666", GROUP="plugdev"
# NEC
SUBSYSTEM=="usb", ATTR{idVendor}=="0409", MODE="0666", GROUP="plugdev"
# Nook
SUBSYSTEM=="usb", ATTR{idVendor}=="2080", MODE="0666", GROUP="plugdev"
# Nvidia
SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0666", GROUP="plugdev"
# OnePlus Two (unknown vendor's name)
SUBSYSTEM=="usb", ATTR{idVendor}=="2a70", MODE="0666", GROUP="plugdev"
# Oppo
SUBSYSTEM=="usb", ATTR{idVendor}=="22d9", MODE="0666", GROUP="plugdev"
# OTGV
SUBSYSTEM=="usb", ATTR{idVendor}=="2257", MODE="0666", GROUP="plugdev"
# Pantech
SUBSYSTEM=="usb", ATTR{idVendor}=="10a9", MODE="0666", GROUP="plugdev"
# Pegatron
SUBSYSTEM=="usb", ATTR{idVendor}=="1d4d", MODE="0666", GROUP="plugdev"
# Philips
SUBSYSTEM=="usb", ATTR{idVendor}=="0471", MODE="0666", GROUP="plugdev"
# PMC-Sierra
SUBSYSTEM=="usb", ATTR{idVendor}=="04da", MODE="0666", GROUP="plugdev"
# Qualcomm
SUBSYSTEM=="usb", ATTR{idVendor}=="05c6", MODE="0666", GROUP="plugdev"
# Rockcwell Electronics
SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666", GROUP="plugdev"
# SK Telesys
SUBSYSTEM=="usb", ATTR{idVendor}=="1f53", MODE="0666", GROUP="plugdev"
# Samsung
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666", GROUP="plugdev"
# Sharp
SUBSYSTEM=="usb", ATTR{idVendor}=="04dd", MODE="0666", GROUP="plugdev"
# Sony
SUBSYSTEM=="usb", ATTR{idVendor}=="054c", MODE="0666", GROUP="plugdev"
# Sony Ericsson
SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", MODE="0666", GROUP="plugdev"
# Spreadtrum
SUBSYSTEM=="usb", ATTR{idVendor}=="1782", MODE="0666", GROUP="plugdev"
# T & A Mobile Phones
SUBSYSTEM=="usb", ATTR{idVendor}=="1bbb", MODE="0666", GROUP="plugdev"
# Teleepoch
SUBSYSTEM=="usb", ATTR{idVendor}=="2340", MODE="0666", GROUP="plugdev"
# Texas Instruments UsbBoot
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", MODE="0666", GROUP="plugdev"
# Toshiba
SUBSYSTEM=="usb", ATTR{idVendor}=="0930", MODE="0666", GROUP="plugdev"
# Wearners
SUBSYSTEM=="usb", ATTR{idVendor}=="05c6", MODE="0666", GROUP="plugdev"
# Wileyfox
SUBSYSTEM=="usb", ATTR{idVendor}=="2970", MODE="0666", GROUP="plugdev"
# XiaoMi
SUBSYSTEM=="usb", ATTR{idVendor}=="2717", MODE="0666", GROUP="plugdev"
# YU
SUBSYSTEM=="usb", ATTR{idVendor}=="1ebf", MODE="0666", GROUP="plugdev"
# Zebra
SUBSYSTEM=="usb", ATTR{idVendor}=="05e0", MODE="0666", GROUP="plugdev"
# ZTE
SUBSYSTEM=="usb", ATTR{idVendor}=="19d2", MODE="0666", GROUP="plugdev"
# ZUK
SUBSYSTEM=="usb", ATTR{idVendor}=="2b4c", MODE="0666", GROUP="plugdev"

Then, you need to change the permissions on the files.
Please type the following command :

sudo chmod a+r /etc/udev/rules.d/51-android.rules

Now you need to recharge the rules.
Please type the following commands :

sudo udevadm control --reload-rules

sudo service udev restart

sudo udevadm trigger

To create the plugdev group and added your name to the group,
please enter the following commands :

groupadd plugdev

useradd -G plugdev cleopatra81 (change my name with your)

sudo service udev restart

Then restart the udev by typing the following commands :

sudo udevadm control --reload-rules

sudo service udev restart

Then, connect your phone to Ubuntu with usb cable.
Open the terminal and type the next command :

lsusb

You should see "Mediatek Inc." (Bus 00X Device 00X: ID).

Click on the next pic to enlarge :

[Image: a1hikn.jpg]


Step 5 - Installing SP Flash Tool

Download "SP_Flash_Tool_exe_Linux_v5.1716.00.100.zip" at the next link :

[Only registered and activated users can see links Click here to register]

Open the terminal and type the following commands :

sudo apt-get install libusb-dev

Unzip "SP_Flash_Tool_exe_Linux_v5.1716.00.100.zip" onto Desktop

Now type the following commands :

cd Desktop

cd SP_Flash_Tool_exe_Linux_v5.1716.00.100

chmod + x flash_tool

chmod + x flash_tool.sh

Now type the next command :

sudo gedit /etc/udev/rules.d/80-persistent-usb.rules

In the file that will open copy the following lines :

SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0e8d", ATTR{idProduct}=="*"

Save the file and close it.

Now type the next command :

sudo gedit /etc/udev/rules.d/20-mm-blacklist-mtk.rules

In the file that will open copy the following lines :

ATTRS{idVendor}=="0e8d", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="6000", ENV{ID_MM_DEVICE_IGNORE}="1"

Save the file and close it.

Now type the next command :

sudo service udev restart


Step 6 - How to flash a ROM

Now we are ready to run SP Flash Tools with the next commands :

cd Desktop

cd SP_Flash_Tool_exe_Linux_v5.1716.00.100

sudo ./flash_tool


From this point forward, the method is the same like on Windows OS.

[Image: 2yoz4p4.jpg]

DO NOT UPDATE UBUNTU OS TO THE LATEST VERSION !

Smiling
Artemisia (Eva Green) on "300: Rise of an Empire"
Reply
#3
I did try to run the flash_tool for Opensuse Tumbleweed and was able to do so.

Steps:
Code:
> sudo zypper in android-tools
> sudo zypper in libusb-1_0-devel libusb-1_0-devel-32bit

> adb version
Android Debug Bridge version 1.0.32

> java -version
openjdk version "1.8.0_144"
OpenJDK Runtime Environment (IcedTea 3.5.1) (suse-1.2-x86_64)
OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode)

>  sudo vi /etc/udev/rules.d/80-android.rules

SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0e8d", ATTR{idProduct}=="*"

>  sudo vi /etc/udev/rules.d/20-mm-blacklist-mtk.rules

ATTRS{idVendor}=="0e8d", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="6000", ENV{ID_MM_DEVICE_IGNORE}="1"

>  sudo udevadm control --reload-rules
>  sudo udevadm trigger

Connect phone and switch it to USB debug mode

> unzip SP_Flash_Tool_exe_Linux_v5.1716.00.100.bin
> cd SP_Flash_Tool_exe_Linux_v5.1716.00.100/
> ./flash_tool

Now the next steps ;-)
Cleopatra likes this post
Reply
#4
UPDATE 01


SP Flash Tool version 5.1728.00.100


Step 1 - Installing SP Flash Tool

Download "SP_Flash_Tool_Linux_v5.1728.00.100.rar" at the next link :

[Only registered and activated users can see links Click here to register]

Open the terminal and type the following commands :

sudo apt-get install libusb-dev

Unrar "SP_Flash_Tool_Linux_v5.1728.00.100.rar" onto Desktop

Open the terminal and type the following commands :

sudo apt-get install nautilus-open-terminal


Now double click on the folder called "SP_Flash_Tool_Linux_v5.1728.00.100".

Then, open the folder called "SP_Flash_Tool_exe_Linux_v5.1728.00.100".

Now right click on an empty space inside this folder.

Select "Open in Terminal" from the menù.

Type the following commands :

chmod + x flash_tool

chmod + x flash_tool.sh


Then, close the terminal inside the folder "SP_Flash_Tool_exe_Linux_v5.1728.00.100".

Come back on your desktop.

Open the terminal and type the following commands :

sudo gedit /etc/udev/rules.d/80-persistent-usb.rules

In the file that will open copy the following lines :

SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0e8d", ATTR{idProduct}=="*"

Save the file and close it.

Now type the next command :

sudo gedit /etc/udev/rules.d/20-mm-blacklist-mtk.rules

In the file that will open copy the following lines :

ATTRS{idVendor}=="0e8d", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="6000", ENV{ID_MM_DEVICE_IGNORE}="1"

Save the file and close it.

Now type the next command :

sudo service udev restart


Step 2 - How to flash a ROM


Double click on the folder called "SP_Flash_Tool_Linux_v5.1728.00.100".

Then, open the folder called "SP_Flash_Tool_exe_Linux_v5.1728.00.100".

Now right click on an empty space inside this folder.

Select "Open in Terminal" from the menù.

Then, type the following command :

sudo ./flash_tool


From this point forward, the method is the same like on Windows OS.

[Image: efjo8k.jpg]

Smiling
Artemisia (Eva Green) on "300: Rise of an Empire"
Reply
#5
(2017-10-22, 00:50)Cleopatra Wrote: [Only registered and activated users can see links Click here to register]

Open the terminal and type the following commands :

sudo apt-get install libusb-dev

Unrar "SP_Flash_Tool_Linux_v5.1728.00.100.rar" onto Desktop

Open the terminal and type the following commands :

sudo apt-get install nautilus-open-terminal


Now double click on the folder called "SP_Flash_Tool_Linux_v5.1728.00.100".

Then, open the folder called "SP_Flash_Tool_exe_Linux_v5.1728.00.100".

Now right click on an empty space inside this folder.

Select "Open in Terminal" from the menù.

Type the following commands :

chmod + x flash_tool

chmod + x flash_tool.sh


Then, close the terminal inside the folder "SP_Flash_Tool_exe_Linux_v5.1728.00.100".

Come back on your desktop.

Open the terminal and type the following commands :

sudo gedit /etc/udev/rules.d/80-persistent-usb.rules

In the file that will open copy the following lines :

SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0e8d", ATTR{idProduct}=="*"

Save the file and close it.

Now type the next command :

sudo gedit /etc/udev/rules.d/20-mm-blacklist-mtk.rules

In the file that will open copy the following lines :

ATTRS{idVendor}=="0e8d", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="6000", ENV{ID_MM_DEVICE_IGNORE}="1"

Save the file and close it.

Now type the next command :

sudo service udev restart


Step 2 - How to flash a ROM


Double click on the folder called "SP_Flash_Tool_Linux_v5.1728.00.100".

Then, open the folder called "SP_Flash_Tool_exe_Linux_v5.1728.00.100".

Now right click on an empty space inside this folder.

Select "Open in Terminal" from the menù.

Then, type the following command :

sudo ./flash_tool


From this point forward, the method is the same like on Windows OS.

[Image: efjo8k.jpg]

Smiling



Hello! I performed everything exactly as described in the tutorial. When I run the last command that is: sudo ./flash_tool writing error occurs in the terminal. The command is not supported by ubuntu. What can be the solution?


Attached Files Thumbnail(s)
   
Reply
#6
@Pleiadiano :

Hello.

You are currently using an old version of SP Flash Tool for Linux.
In your screenshot i can see the version 5.1716.00.100

Please download the version 5.1728.00.100

Please follow carefully all the installation steps at post number four.

Regards
Artemisia (Eva Green) on "300: Rise of an Empire"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tutorial] How to backup MT6752 MT6732 MT6753 MT67xx (and others) SP Flash Tool compatible alexzap 15 64,791 2021-09-09, 22:51
Last Post: soldiaz
Thumbs Up [Tutorial] How to format your NAND Flash MT6589, MT6577, MT6582, MT6572 akwangwu 47 284,917 2019-03-18, 08:11
Last Post: abrahim
  [New flash method] MT6752 how to root & flash recovery MT67xx Ninja^F.U.B.A.R. 10 29,793 2018-02-15, 06:46
Last Post: milantic
  Flash CWM if other tutorials fail aus9 13 12,978 2016-10-06, 14:36
Last Post: daspallab
  [Open Thread] Fix SP Flash tool errors and problems GizBeat 42 244,590 2016-08-05, 22:04
Last Post: Ahmod

Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Tech & Science
[Sci-Am] Suppressing an Onrush of Toxic Thoughts Might Impro...
Last Post: Scientific American
Today 08:07
» Replies: 0
» Views: 1
[Sci-Am] Biodiversity Flourishes in Historic Lawn Turned Wil...
Last Post: Scientific American
Yesterday 18:19
» Replies: 0
» Views: 19
[Sci-Am] Behind the Scenes of Scientific American's Redesign
Last Post: Scientific American
Yesterday 04:44
» Replies: 0
» Views: 8
[Sci-Am] Working Remotely Can More Than Halve an Office Empl...
Last Post: Scientific American
2023-09-21 14:58
» Replies: 0
» Views: 17
[Sci-Am] This Insect-Sized Robot Can Carry 22 Times Its Own ...
Last Post: Scientific American
2023-09-21 01:09
» Replies: 0
» Views: 9
[Sci-Am] 'Budget Ozempic' Weight-Loss Trend Raises Safety Co...
Last Post: Scientific American
2023-09-20 11:27
» Replies: 0
» Views: 16
[Sci-Am] To Get Kids Interested in Science, We Have to Let T...
Last Post: Scientific American
2023-09-19 08:02
» Replies: 0
» Views: 6
[Harvard] On road to smoother EV charging, greater adoption
Last Post: Harvard
2023-09-19 08:02
» Replies: 0
» Views: 10
[Sci-Am] Humans Have Crossed 6 of 9 'Planetary Boundaries'
Last Post: Scientific American
2023-09-18 18:01
» Replies: 0
» Views: 8
[Sci-Am] Ancient Human Fossil Trip to Space Raises Questions...
Last Post: Scientific American
2023-09-18 04:36
» Replies: 0
» Views: 20
[Sci-Am] A Broken Employment System Leaves Autistic Adults S...
Last Post: Scientific American
2023-09-17 12:59
» Replies: 0
» Views: 9
[Sci-Am] Vivitrol, Used to Fight Opioid Misuse, Has a Major ...
Last Post: Scientific American
2023-09-16 22:08
» Replies: 0
» Views: 15
[Sci-Am] Bees 'Buzz' in More Ways Than You Might Think
Last Post: Scientific American
2023-09-16 05:53
» Replies: 0
» Views: 11
[Sci-Am] Candy Crush Is Complicated--Even from a Mathematica...
Last Post: Scientific American
2023-09-15 16:07
» Replies: 0
» Views: 27
[Sci-Am] Neuropeptide Y May Have Made Humans Smart and Overi...
Last Post: Scientific American
2023-09-15 02:33
» Replies: 0
» Views: 21
[Sci-Am] How Hurricanes Jova and Lee Rapidly Exploded into C...
Last Post: Scientific American
2023-09-14 11:12
» Replies: 0
» Views: 13
[Sci-Am] The Science of Shooting Stars
Last Post: Scientific American
2023-09-13 21:31
» Replies: 0
» Views: 20
[Harvard] Could COVID drug spawn super virus?
Last Post: Harvard
2023-09-13 08:11
» Replies: 0
» Views: 11
[Sci-Am] This Tick Bite Makes You Allergic to Red Meat
Last Post: Scientific American
2023-09-12 18:31
» Replies: 0
» Views: 12
[Sci-Am] The U.S. Undercounts Climate-Driven Deaths
Last Post: Scientific American
2023-09-12 05:11
» Replies: 0
» Views: 21
[Sci-Am] Two New Toxic Birds Discovered
Last Post: Scientific American
2023-09-11 14:27
» Replies: 0
» Views: 22
[Sci-Am] Why High-Speed Bullet Trains Won't Work in the U.S....
Last Post: Scientific American
2023-09-11 00:21
» Replies: 0
» Views: 35
[Sci-Am] What Do Climate Scientists Tell Their Kids about th...
Last Post: Scientific American
2023-09-10 10:06
» Replies: 0
» Views: 30
[Sci-Am] Physicists Explain How Heat Kills Machines and Elec...
Last Post: Scientific American
2023-09-09 20:45
» Replies: 0
» Views: 15
[Sci-Am] Mistranslation of Newton's First Law Discovered aft...
Last Post: Scientific American
2023-09-09 06:42
» Replies: 0
» Views: 37
[Sci-Am] When Will the Next COVID Vaccine Be Available, and ...
Last Post: Scientific American
2023-09-08 17:16
» Replies: 0
» Views: 24
[Sci-Am] Republican Presidential Candidates Vow to Fiddle as...
Last Post: Scientific American
2023-09-08 03:54
» Replies: 0
» Views: 21
[Sci-Am] Online Talk Therapy Works as Well as an In-Person S...
Last Post: Scientific American
2023-09-07 14:22
» Replies: 0
» Views: 33
[Sci-Am] The Science of School and Education
Last Post: Scientific American
2023-09-07 00:27
» Replies: 0
» Views: 25
[Sci-Am] Olive Oil Prices Surge as Persistent Drought Ravage...
Last Post: Scientific American
2023-09-06 10:04
» Replies: 0
» Views: 31
[Harvard] Salata Institute funds 14 climate projects
Last Post: Harvard
2023-09-05 19:30
» Replies: 0
» Views: 16
[Sci-Am] Rare Superheavy Oxygen Isotope Is Detected at Last
Last Post: Scientific American
2023-09-05 05:49
» Replies: 0
» Views: 22
[Sci-Am] The Last Super Blue Moon until 2037 Rises Tonight. ...
Last Post: Scientific American
2023-09-04 14:39
» Replies: 0
» Views: 45
[Sci-Am] What Biden's Drug Price Negotiations Mean for You
Last Post: Scientific American
2023-09-03 23:08
» Replies: 0
» Views: 17
[Sci-Am] What's in Floodwaters?
Last Post: Scientific American
2023-09-03 09:21
» Replies: 0
» Views: 20
[Sci-Am] If AI Becomes Conscious, Here's How We Can Tell
Last Post: Scientific American
2023-09-02 18:24
» Replies: 0
» Views: 19
[Sci-Am] Particle Physicists Dream of a Muon Collider
Last Post: Scientific American
2023-09-01 14:33
» Replies: 0
» Views: 21