[TUTORIAL] Install Flashtool 0.9.10.1 [UBUNTU]

Search This thread

BryanRG1996

Senior Member
Mar 26, 2012
50
9
27
Lázaro Cárdenas
Download Flashtool and libusbx 1.0.14

Uncompress libusbx log into su and type this command
Code:
# ./configure
Now type this command
Code:
# make -B
Finally type this command
Code:
# make install -B
Congrats you have installed libusbx 1.0.14 :victory:

Now we have to add these rules but first connect your phone and type this command
Code:
lsusb
8347532635_ccdac79b33_b.jpg


In my case is: Bus 003 Device 002: ID 0fce:615d Sony Ericsson Mobile Communications AB

Now grab this value

Code:
Bus 00x Device 00x: ID 0fce:[B]xxxx[/B] Sony Ericsson Mobile Communications AB

Finally we just add these rules at /etc/udev
Code:
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="[B]xxxx[/B]", MODE="0777"
Name the rules as 51-flashtool.rules

Uncompress Flashtool and run it as root

8347363193_1cf43c1e4e_b.jpg



Credits go to Bin4ry & Androxyde
 
Last edited:

kessaras

Recognized Developer
Sep 28, 2013
4,670
9,454
39
Athens
www.audioshow.gr
Google Pixel 8 Pro

in which dream did u see the make command working ? libusbx is missing.. to install it u need the dependaries first. after installing the dependaries it sais that automake command is missing. after installing automake it says that automake version is 1.13 and we need .1.13.4.
so libusbx cant be installed so flashtool is not working. reported from ubuntu 13.10. maybe u are on some very old ubuntu version ? i cant explain it in an other way....
 

liljamjam

Member
Mar 8, 2013
15
4
Confused

I can't seem to understand ANY tutorial on this. Do we add the properties to 51-flashtool or 99-android? and what do I click on to run flashtool? I don't see anything executable in the folder
 

Dilesh Perera

Senior Member
May 26, 2012
1,802
943
Colombo
Xiaomi Poco F1
Xiaomi Poco F3
hi

could u tell me how to this part?? im new to ubuntu. searched but confused :)


inally we just add these rules at /etc/udev
Code:

SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="xxxx", MODE="0777"

i cant figure how to add the line in etc/udev
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Download Flashtool and libusbx 1.0.14

    Uncompress libusbx log into su and type this command
    Code:
    # ./configure
    Now type this command
    Code:
    # make -B
    Finally type this command
    Code:
    # make install -B
    Congrats you have installed libusbx 1.0.14 :victory:

    Now we have to add these rules but first connect your phone and type this command
    Code:
    lsusb
    8347532635_ccdac79b33_b.jpg


    In my case is: Bus 003 Device 002: ID 0fce:615d Sony Ericsson Mobile Communications AB

    Now grab this value

    Code:
    Bus 00x Device 00x: ID 0fce:[B]xxxx[/B] Sony Ericsson Mobile Communications AB

    Finally we just add these rules at /etc/udev
    Code:
    SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="[B]xxxx[/B]", MODE="0777"
    Name the rules as 51-flashtool.rules

    Uncompress Flashtool and run it as root

    8347363193_1cf43c1e4e_b.jpg



    Credits go to Bin4ry & Androxyde