I need to unlock the bootloader for my Sony Xperia M device because it is all messed up and unusable. Apparently the only way to do this is with Flashtool from here:
http://www.flashtool.net
There are two Linux versions available, none of them work here, for e.g. if I do
and if I do
Has anybody ever used this tool with success under FreeBSD? BTW, it would be great to have it as a port. Apparently it can be used to fix a lot of problems with Android Mobile Phones.
http://www.flashtool.net
There are two Linux versions available, none of them work here, for e.g. if I do
Code:
$ ./FlashTool
JAVA_HOME not set. Using default value : ./x10flasher_lib/macjre32
chmod: ./x10flasher_lib/adb.mac: No such file or directory
chmod: ./x10flasher_lib/fastboot.mac: No such file or directory
chmod: ./x10flasher_lib/unyaffs.mac: No such file or directory
ln: ./x10flasher_lib/mac/lib64/libusbx-1.0.dylib: No such file or directory
ln: ./x10flasher_lib/mac/lib32/libusbx-1.0.dylib: No such file or directory
ln: ./x10flasher_lib/swtmac/swt.jar: No such file or directory
Java version must be 1.8
and if I do
Code:
$ export JAVA_HOME=/usr/local/openjdk8-jre/bin/java
$ ./FlashTool
chmod: ./x10flasher_lib/adb.mac: No such file or directory
chmod: ./x10flasher_lib/fastboot.mac: No such file or directory
chmod: ./x10flasher_lib/unyaffs.mac: No such file or directory
ln: ./x10flasher_lib/mac/lib64/libusbx-1.0.dylib: No such file or directory
ln: ./x10flasher_lib/mac/lib32/libusbx-1.0.dylib: No such file or directory
ln: ./x10flasher_lib/swtmac/swt.jar: No such file or directory
Java version must be 1.8
Has anybody ever used this tool with success under FreeBSD? BTW, it would be great to have it as a port. Apparently it can be used to fix a lot of problems with Android Mobile Phones.