I have a Coolpad Note 3 and I am trying to unlock the fastboot (bootloader).
Everything is perfectly setup on my Laptop except for one thing that I cannot install recoveries or flash my device through Sp Flash tool.
I have Ubuntu 16.04 LTS on my laptop. Surprisingly I can use adb and connect my phone wired or wirelessly while I develop and test my apps through Android Studio. Although I had no luck with Unity remote for developing and testing through Unity 5.x versions.
I mean that I can connect my phone to my laptop and test apps over WiFi/Wire cause I and it works perfect and I can use adb
commands through the terminal
as well. Only problem is I cannot use fastboot
. Actually running fastboot
in the terminal
produces the regular output it should i.e.
$ fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot, system, vendor and if
found,
recovery
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format[:[<fs type>][:[<size>]] <partition> format a flash partition.
Can override the fs type and/or
size the bootloader reports.
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> [ <second> ] ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> [ <second> ] ] create bootimage and
flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache (and
format
if supported by partition type)
-u do not first erase partition
before
formatting
-s <specific device> specify device serial number
or path to device port
-l with "devices", lists device
paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base
address.
default: 0x10000000
-n <page size> specify the nand page size.
default: 2048
-S <size>[K|M|G] automatically sparse files
greater
than size. 0 to disable
Using fastboot devices
in terminal
has no output.
Same results for sudo fastboot devices
and I even tried $(which fastboot) devices
and sudo $(which fastboot) devices
. No luck on my end.
My Android phone is :
Coolpad Note 3
Running Marshmallow Stock ROM
Rom is unmodified and stock
Phone is not rooted.
Also no custom software like a recovery
Can anybody help me with running fastboot with my Coolpad Note 3.