FlashTools error report under Debian wheezy linux. - General Questions and Answers

I have been trying to flash my Sony Ericsson xperia using FlashTool 0.9.3.0 and FlashTool 0.9.0.0 on Debian 'wheezy' also known as 'testing'In both of them it recognises my mobile as being an Android version : 2.1-update1 / kernel version : 2.6.29. When its plugged in, lsusb shows it as Bus 001 Device 017: ID 0fce:2138 Sony Ericsson Mobile Communications AB Xperia X10 mini pro (Debug)
, and with udev rules as ... SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce:2138", SYSFS{idProduct}=="*", MODE="0777" saved to /etc/udev/rules.d/99-android.rules and also to /lib/udev/rules.d/99-android.rules. In both versions of FlashTools when I try to flash it this is the error messages I get ......10/045/2012 11:45:13 - INFO - Android version : 2.1-update1 / kernel version : 2.6.29
10/045/2012 11:45:17 - INFO - Root Access Allowed
10/045/2012 11:45:51 - INFO - Selected SK17i_62_Sony Ericsson.ftf
10/045/2012 11:45:51 - INFO - Preparing files for flashing
10/046/2012 11:46:40 - INFO - Please connect your device into flashmode.
10/046/2012 11:46:49 - INFO - Device disconnected
10/047/2012 11:47:25 - ERROR - No permission on device. Add valid udev rules
I've tried running them both as 'sudo ./FlashTool and get this in the error log ... 0/022/2012 12:22:14 - INFO - Device connected in flash mode
10/022/2012 12:22:14 - INFO - Opening device for R/W
10/022/2012 12:22:14 - INFO - Reading device information
10/022/2012 12:22:15 - INFO - Phone ready for flashmode operations.
10/022/2012 12:22:15 - INFO - Start Flashing
10/022/2012 12:22:15 - INFO - Processing loader
10/022/2012 12:22:16 - INFO - Checking header
10/022/2012 12:22:16 - INFO - Ending flash session
10/022/2012 12:22:16 - ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
and then dumping me back at the 'waiting for action' prompt.
I'm now at a loss as to what I should and could do next, any ideas as to how I can flash my mobile please?
Thanks
Sharon.

boudiccas said:
I have been trying to flash my Sony Ericsson xperia using FlashTool 0.9.3.0 and FlashTool 0.9.0.0 on Debian 'wheezy' also known as 'testing'In both of them it recognises my mobile as being an Android version : 2.1-update1 / kernel version : 2.6.29. When its plugged in, lsusb shows it as Bus 001 Device 017: ID 0fce:2138 Sony Ericsson Mobile Communications AB Xperia X10 mini pro (Debug)
, and with udev rules as ... SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce:2138", SYSFS{idProduct}=="*", MODE="0777" saved to /etc/udev/rules.d/99-android.rules and also to /lib/udev/rules.d/99-android.rules. In both versions of FlashTools when I try to flash it this is the error messages I get ......10/045/2012 11:45:13 - INFO - Android version : 2.1-update1 / kernel version : 2.6.29
10/045/2012 11:45:17 - INFO - Root Access Allowed
10/045/2012 11:45:51 - INFO - Selected SK17i_62_Sony Ericsson.ftf
10/045/2012 11:45:51 - INFO - Preparing files for flashing
10/046/2012 11:46:40 - INFO - Please connect your device into flashmode.
10/046/2012 11:46:49 - INFO - Device disconnected
10/047/2012 11:47:25 - ERROR - No permission on device. Add valid udev rules
I've tried running them both as 'sudo ./FlashTool and get this in the error log ... 0/022/2012 12:22:14 - INFO - Device connected in flash mode
10/022/2012 12:22:14 - INFO - Opening device for R/W
10/022/2012 12:22:14 - INFO - Reading device information
10/022/2012 12:22:15 - INFO - Phone ready for flashmode operations.
10/022/2012 12:22:15 - INFO - Start Flashing
10/022/2012 12:22:15 - INFO - Processing loader
10/022/2012 12:22:16 - INFO - Checking header
10/022/2012 12:22:16 - INFO - Ending flash session
10/022/2012 12:22:16 - ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
and then dumping me back at the 'waiting for action' prompt.
I'm now at a loss as to what I should and could do next, any ideas as to how I can flash my mobile please?
Thanks
Sharon.
Click to expand...
Click to collapse
I've now tried it with FlashTool 0.8.6.0 and i've now got a valid udevrule, which is .. SUBSYSTEM=="usb", ATTRS{idVendor}=="0fce", MODE="0666", GROUP="plugdev".. but again FlashTool is failing with the ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed" which seems to be a java error. When starting FlashTool from the command line in a terminal this is my output ... ./FlashTool
JAVA_HOME not set. Using default value : ./x10flasher_lib/linjre32
flashsystem.X10FlashException: ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
at flashsystem.Command.send(Command.java:129)
at flashsystem.X10flash.processHeader(X10flash.java:187)
at flashsystem.X10flash.uploadImage(X10flash.java:203)
at flashsystem.X10flash.sendLoader(X10flash.java:233)
at flashsystem.X10flash.flashDevice(X10flash.java:344)
at gui.FlasherGUI$45.run(FlasherGUI.java:1092)
at foxtrot.AbstractWorkerThread$1.run(AbstractWorkerThread.java:40)
at java.security.AccessController.doPrivileged(Native Method)
at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:36)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:199)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:182)
at java.lang.Thread.run(Unknown Source)
flashsystem.X10FlashException: ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
at flashsystem.X10flash.uploadImage(X10flash.java:225)
at flashsystem.X10flash.sendLoader(X10flash.java:233)
at flashsystem.X10flash.flashDevice(X10flash.java:344)
at gui.FlasherGUI$45.run(FlasherGUI.java:1092)
at foxtrot.AbstractWorkerThread$1.run(AbstractWorkerThread.java:40)
at java.security.AccessController.doPrivileged(Native Method)
at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:36)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:199)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:182)
at java.lang.Thread.run(Unknown Source)
[boztu:Tue Sep 11 13:18:57 @~/programmes/FlashTool]$ [310]>;
My java version is ... sudo java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.4) (6b24-1.11.4-3)
OpenJDK Client VM (build 20.0-b12, mixed mode, sharing)
Any solutions please for the problem of not being able to use FlashTool due to java probelms?
Thanks
Sharon.

boudiccas said:
I've now tried it with FlashTool 0.8.6.0 and i've now got a valid udevrule, which is .. SUBSYSTEM=="usb", ATTRS{idVendor}=="0fce", MODE="0666", GROUP="plugdev".. but again FlashTool is failing with the ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed" which seems to be a java error. When starting FlashTool from the command line in a terminal this is my output ... ./FlashTool
JAVA_HOME not set. Using default value : ./x10flasher_lib/linjre32
flashsystem.X10FlashException: ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
at flashsystem.Command.send(Command.java:129)
at flashsystem.X10flash.processHeader(X10flash.java:187)
at flashsystem.X10flash.uploadImage(X10flash.java:203)
at flashsystem.X10flash.sendLoader(X10flash.java:233)
at flashsystem.X10flash.flashDevice(X10flash.java:344)
at gui.FlasherGUI$45.run(FlasherGUI.java:1092)
at foxtrot.AbstractWorkerThread$1.run(AbstractWorkerThread.java:40)
at java.security.AccessController.doPrivileged(Native Method)
at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:36)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:199)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:182)
at java.lang.Thread.run(Unknown Source)
flashsystem.X10FlashException: ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed"
at flashsystem.X10flash.uploadImage(X10flash.java:225)
at flashsystem.X10flash.sendLoader(X10flash.java:233)
at flashsystem.X10flash.flashDevice(X10flash.java:344)
at gui.FlasherGUI$45.run(FlasherGUI.java:1092)
at foxtrot.AbstractWorkerThread$1.run(AbstractWorkerThread.java:40)
at java.security.AccessController.doPrivileged(Native Method)
at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:36)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:199)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:182)
at java.lang.Thread.run(Unknown Source)
[boztu:Tue Sep 11 13:18:57 @~/programmes/FlashTool]$ [310]>;
My java version is ... sudo java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.4) (6b24-1.11.4-3)
OpenJDK Client VM (build 20.0-b12, mixed mode, sharing)
Any solutions please for the problem of not being able to use FlashTool due to java probelms?
Thanks
Sharon.
Click to expand...
Click to collapse
I've now set JAVA_HOME to ithe right java setup and FlashTool now runs with oracle java, but when trying to flash my xperia it fails with ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed. This happens with the last three versions of FlashTool, so now I'm stuck. Any solutions people please?
Sharon.

boudiccas said:
I've now set JAVA_HOME to ithe right java setup and FlashTool now runs with oracle java, but when trying to flash my xperia it fails with ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_DYNAMIC="SIN header verification failed. This happens with the last three versions of FlashTool, so now I'm stuck. Any solutions people please?
Sharon.
Click to expand...
Click to collapse
I have the same error on Ubuntu 12.04. Anyone with a solution?

Related

[Q] How to root and flash Xperia Active ST17i to CM9?

First: I'm a noob.
I want to root and load CM9 on my Xperia Active if I can, but I don't know how?
I have:
Xperia Active:ST17i
2.3.4
Kernel: 2.6.32.9-perf
Build Number 4.0.2.A.0.62
If possible to get advice to to do this.
Thanks.
hello i need help cant flashing my sk17i mini pro i downloading http://forum.xda-developers.com/showthread.php?t=1898187
when use flashtool error
here log:
24/049/2012 12:49:38 - INFO - Flashtool Version 0.7.1.0 built on 2012-05-01 22:07:23
24/049/2012 12:49:38 - INFO - You can drag and drop ftf files here to start flashing them
24/049/2012 12:49:43 - INFO - Device disconnected
24/049/2012 12:49:55 - INFO - Selected ST17i_4.1.B.0.587_G.some.ftf
24/049/2012 12:49:55 - INFO - Preparing files for flashing
24/050/2012 12:50:05 - INFO - Please connect your device into flashmode.
24/050/2012 12:50:18 - INFO - Device connected in flash mode
24/050/2012 12:50:18 - INFO - Opening device for R/W
24/050/2012 12:50:18 - INFO - Reading device information
24/050/2012 12:50:18 - INFO - Phone ready for flashmode operations.
24/050/2012 12:50:18 - INFO - Start Flashing
24/050/2012 12:50:18 - INFO - Flashing loader
24/050/2012 12:50:20 - INFO - Loader : S1_Loader_Root_773f - Version : R4A066 / Bootloader status : NOT_ROOTABLE / IMEI : 35290105089236
24/050/2012 12:50:21 - WARN - This file is ignored : simlock.ta
24/050/2012 12:50:21 - INFO - Flashing kernel.sin
24/050/2012 12:50:21 - INFO - Ending flash session
24/050/2012 12:50:21 - ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_STATIC="IMAGE_ADDRESS_RANGE";ERR_DYNAMIC="SIN-block eraseblock mismatch";
24/050/2012 12:50:21 - ERROR - Error flashing. Aborted
24/050/2012 12:50:21 - INFO - Device connected in flash mode
24/050/2012 12:50:22 - INFO - Device disconnected
24/050/2012 12:50:23 - INFO - Device connected in flash mode

[Q] Flashtool Error

23/037/2013 01:37:33 - INFO - Device connected in flash mode
23/037/2013 01:37:47 - INFO - Selected R800i_4.0.2.A.0.58_EnhancedV2.ftf
23/037/2013 01:37:47 - INFO - Preparing files for flashing
23/038/2013 01:38:10 - INFO - Please connect your device into flashmode.
23/038/2013 01:38:11 - INFO - Opening device for R/W
23/038/2013 01:38:11 - INFO - Reading device information
23/038/2013 01:38:13 - INFO - Unable to read from phone after having opened it.
23/038/2013 01:38:13 - INFO - trying to continue anyway
23/038/2013 01:38:13 - INFO - Start Flashing
23/038/2013 01:38:13 - INFO - Processing loader
23/038/2013 01:38:13 - INFO - Checking header
23/038/2013 01:38:13 - INFO - Ending flash session
23/038/2013 01:38:13 - ERROR - Error in processHeader : 22 : The device does not recognize the command.
23/038/2013 01:38:13 - ERROR - Error flashing. Aborted
23/038/2013 01:38:13 - INFO - Device disconnected
everytime i try to flash a firmware this error shows up....then phone is restarting and still works pretty well but why i can't flash it??????
No help at all?
Xlast said:
23/037/2013 01:37:33 - INFO - Device connected in flash mode
23/037/2013 01:37:47 - INFO - Selected R800i_4.0.2.A.0.58_EnhancedV2.ftf
23/037/2013 01:37:47 - INFO - Preparing files for flashing
23/038/2013 01:38:10 - INFO - Please connect your device into flashmode.
23/038/2013 01:38:11 - INFO - Opening device for R/W
23/038/2013 01:38:11 - INFO - Reading device information
23/038/2013 01:38:13 - INFO - Unable to read from phone after having opened it.
23/038/2013 01:38:13 - INFO - trying to continue anyway
23/038/2013 01:38:13 - INFO - Start Flashing
23/038/2013 01:38:13 - INFO - Processing loader
23/038/2013 01:38:13 - INFO - Checking header
23/038/2013 01:38:13 - INFO - Ending flash session
23/038/2013 01:38:13 - ERROR - Error in processHeader : 22 : The device does not recognize the command.
23/038/2013 01:38:13 - ERROR - Error flashing. Aborted
23/038/2013 01:38:13 - INFO - Device disconnected
everytime i try to flash a firmware this error shows up....then phone is restarting and still works pretty well but why i can't flash it??????
Click to expand...
Click to collapse
No help at all?

[Q] Help, cannot install cyanogenmod on xperia acro s

Hello
I am a beginner in root and this is my first time.
I wanted to root my xperia acro s because it is recently slow and i want to explore more with my phone.
So i rooted my phone and it seems to have some sort of clockworkmod installed and i wanted to install cyanogenmod.
I used the method from this guy (not from the start) and when installing kernel, it fails.
This is the log from flashtools.
01/022/2014 17:22:31 - INFO - <- This level is successfully initialized
01/022/2014 17:22:31 - INFO - Flashtool Version 0.9.11.0 built on 2013-06-04 22:50:00
01/022/2014 17:22:36 - INFO - Device connected with USB debugging on
01/022/2014 17:22:36 - INFO - Connected device : Sony Xperia Acro S
01/022/2014 17:22:36 - INFO - Installed version of busybox : BusyBox v1.20.2-linusyang (2012-10-15 16:24:24 CST) multi-call binary.
01/022/2014 17:22:36 - INFO - Android version : 4.1.2 / kernel version : 3.4.0+1.0.21100-313065-g1ccebb5-00193-gcbc50fc / Build number : 6.2.B.1.96
01/022/2014 17:22:36 - INFO - Checking root access
01/022/2014 17:22:45 - INFO - Root Access Allowed
01/022/2014 17:22:52 - INFO - Please wait device is rebooting into fastboot mode (via ADB)
01/023/2014 17:23:00 - INFO - Device will soon enter fastboot mode
01/023/2014 17:23:00 - INFO - Device disconnected
01/023/2014 17:23:02 - INFO - Device connected in fastboot mode
01/023/2014 17:23:04 - INFO - Please wait device is rebooting into fastboot mode (via Fastboot)
01/023/2014 17:23:04 - INFO - Device will soon reboot back into fastboot mode
01/023/2014 17:23:04 - INFO - Device disconnected
01/023/2014 17:23:06 - INFO - Device connected in fastboot mode
01/023/2014 17:23:17 - INFO - Selected kernel (boot.img or kernel.sin): C:\Users\Ryuki\Desktop\cm-10-20131224-FXP-hikari\boot.img
01/023/2014 17:23:17 - INFO - Flashing selected kernel
01/023/2014 17:23:17 - INFO - sending 'boot' (8290 KB)...
01/023/2014 17:23:17 - INFO - FAILED (remote: The Device must be rooted first)
01/023/2014 17:23:17 - INFO - finished. total time: 0.008s
01/023/2014 17:23:17 - INFO - FASTBOOT Output:
sending 'boot' (8290 KB)...
FAILED (remote: The Device must be rooted first)
finished. total time: 0.008s
01/023/2014 17:23:17 - INFO - Please check the log before rebooting into system
01/024/2014 17:24:07 - INFO - Device disconnected
It says FAIL as the device must be rooted first, but at the start of the log, is states that it is rooted.
Also on rootcheckers it is rooted successfully.
I will be happy if there are any solutions.
Thanks
lavie484 said:
Hello
I am a beginner in root and this is my first time.
I wanted to root my xperia acro s because it is recently slow and i want to explore more with my phone.
So i rooted my phone and it seems to have some sort of clockworkmod installed and i wanted to install cyanogenmod.
I used the method from this guy (not from the start) and when installing kernel, it fails.
This is the log from flashtools.
01/022/2014 17:22:31 - INFO - <- This level is successfully initialized
01/022/2014 17:22:31 - INFO - Flashtool Version 0.9.11.0 built on 2013-06-04 22:50:00
01/022/2014 17:22:36 - INFO - Device connected with USB debugging on
01/022/2014 17:22:36 - INFO - Connected device : Sony Xperia Acro S
01/022/2014 17:22:36 - INFO - Installed version of busybox : BusyBox v1.20.2-linusyang (2012-10-15 16:24:24 CST) multi-call binary.
01/022/2014 17:22:36 - INFO - Android version : 4.1.2 / kernel version : 3.4.0+1.0.21100-313065-g1ccebb5-00193-gcbc50fc / Build number : 6.2.B.1.96
01/022/2014 17:22:36 - INFO - Checking root access
01/022/2014 17:22:45 - INFO - Root Access Allowed
01/022/2014 17:22:52 - INFO - Please wait device is rebooting into fastboot mode (via ADB)
01/023/2014 17:23:00 - INFO - Device will soon enter fastboot mode
01/023/2014 17:23:00 - INFO - Device disconnected
01/023/2014 17:23:02 - INFO - Device connected in fastboot mode
01/023/2014 17:23:04 - INFO - Please wait device is rebooting into fastboot mode (via Fastboot)
01/023/2014 17:23:04 - INFO - Device will soon reboot back into fastboot mode
01/023/2014 17:23:04 - INFO - Device disconnected
01/023/2014 17:23:06 - INFO - Device connected in fastboot mode
01/023/2014 17:23:17 - INFO - Selected kernel (boot.img or kernel.sin): C:\Users\Ryuki\Desktop\cm-10-20131224-FXP-hikari\boot.img
01/023/2014 17:23:17 - INFO - Flashing selected kernel
01/023/2014 17:23:17 - INFO - sending 'boot' (8290 KB)...
01/023/2014 17:23:17 - INFO - FAILED (remote: The Device must be rooted first)
01/023/2014 17:23:17 - INFO - finished. total time: 0.008s
01/023/2014 17:23:17 - INFO - FASTBOOT Output:
sending 'boot' (8290 KB)...
FAILED (remote: The Device must be rooted first)
finished. total time: 0.008s
01/023/2014 17:23:17 - INFO - Please check the log before rebooting into system
01/024/2014 17:24:07 - INFO - Device disconnected
It says FAIL as the device must be rooted first, but at the start of the log, is states that it is rooted.
Also on rootcheckers it is rooted successfully.
I will be happy if there are any solutions.
Thanks
Click to expand...
Click to collapse
update su binnary, maybe this

Problem with unlocking Bootloader

Getting this error while unlocking Bootloader!!!
Code:
29/044/2015 20:44:36 - INFO - Flashtool Version 0.9.18.6 built on 30-05-2015 22:30:00
29/044/2015 20:44:36 - INFO - Executing search strategies to find proxy selector
29/044/2015 20:44:36 - INFO - No proxy found for IE. Trying next one
29/044/2015 20:44:36 - INFO - No proxy found for firefox. Trying next one
29/044/2015 20:44:36 - INFO - No proxy found for java. Trying next one
29/044/2015 20:44:36 - INFO - Syncing devices from github
29/044/2015 20:44:36 - INFO - Scanning devices folder for changes.
29/044/2015 20:44:44 - INFO - Pulling changes from github.
29/044/2015 20:44:45 - INFO - Devices sync finished.
29/044/2015 20:44:49 - INFO - Device connected with USB debugging on
29/044/2015 20:44:50 - INFO - Connected device : Sony Xperia L
29/044/2015 20:44:50 - INFO - Installed version of busybox : BusyBox v1.20.2-linusyang (2012-10-15 16:24:24 CST) multi-call binary.
29/044/2015 20:44:50 - INFO - Android version : 4.2.2 / kernel version : 3.4.0-g74b701b-00054-gde56c65-dirty / Build number : 15.3.A.1.17
29/044/2015 20:44:50 - INFO - Checking root access
29/044/2015 20:44:51 - INFO - Root Access Allowed
29/045/2015 20:45:01 - INFO - Please connect your device into flashmode.
29/045/2015 20:45:11 - INFO - Device disconnected
29/045/2015 20:45:33 - INFO - Opening device for R/W
29/045/2015 20:45:34 - ERROR - Drivers need to be installed for connected device.
29/045/2015 20:45:34 - ERROR - You can find them in the drivers folder of Flashtool.
29/045/2015 20:45:41 - INFO - Processing loader.sin
29/045/2015 20:45:41 - INFO - Checking header
29/045/2015 20:45:41 - ERROR - Processing of loader.sin finished with errors.
29/045/2015 20:45:41 - ERROR -
29/045/2015 20:45:41 - INFO - Your phone bootloader cannot be officially unlocked
29/045/2015 20:45:41 - INFO - You can now unplug and restart your phone
Please help..
is this the only way to unlock bootloader??
or is there any other way??
My phone is rooted and my pc is running on Win XP Sp3
Thanks in Advance
MaxFranky said:
Getting this error while unlocking Bootloader!!!
Code:
29/044/2015 20:44:36 - INFO - Flashtool Version 0.9.18.6 built on 30-05-2015 22:30:00
29/044/2015 20:44:36 - INFO - Executing search strategies to find proxy selector
29/044/2015 20:44:36 - INFO - No proxy found for IE. Trying next one
29/044/2015 20:44:36 - INFO - No proxy found for firefox. Trying next one
29/044/2015 20:44:36 - INFO - No proxy found for java. Trying next one
29/044/2015 20:44:36 - INFO - Syncing devices from github
29/044/2015 20:44:36 - INFO - Scanning devices folder for changes.
29/044/2015 20:44:44 - INFO - Pulling changes from github.
29/044/2015 20:44:45 - INFO - Devices sync finished.
29/044/2015 20:44:49 - INFO - Device connected with USB debugging on
29/044/2015 20:44:50 - INFO - Connected device : Sony Xperia L
29/044/2015 20:44:50 - INFO - Installed version of busybox : BusyBox v1.20.2-linusyang (2012-10-15 16:24:24 CST) multi-call binary.
29/044/2015 20:44:50 - INFO - Android version : 4.2.2 / kernel version : 3.4.0-g74b701b-00054-gde56c65-dirty / Build number : 15.3.A.1.17
29/044/2015 20:44:50 - INFO - Checking root access
29/044/2015 20:44:51 - INFO - Root Access Allowed
29/045/2015 20:45:01 - INFO - Please connect your device into flashmode.
29/045/2015 20:45:11 - INFO - Device disconnected
29/045/2015 20:45:33 - INFO - Opening device for R/W
29/045/2015 20:45:34 - ERROR - Drivers need to be installed for connected device.
29/045/2015 20:45:34 - ERROR - You can find them in the drivers folder of Flashtool.
29/045/2015 20:45:41 - INFO - Processing loader.sin
29/045/2015 20:45:41 - INFO - Checking header
29/045/2015 20:45:41 - ERROR - Processing of loader.sin finished with errors.
29/045/2015 20:45:41 - ERROR -
29/045/2015 20:45:41 - INFO - Your phone bootloader cannot be officially unlocked
29/045/2015 20:45:41 - INFO - You can now unplug and restart your phone
Please help..
is this the only way to unlock bootloader??
or is there any other way??
My phone is rooted and my pc is running on Win XP Sp3
Thanks in Advance
Click to expand...
Click to collapse
The secure way for unlocking bootloader Is via code in Sony site
Sent from my Xperia ZL using XDA Free mobile app
MaxFranky said:
Getting this error while unlocking Bootloader!!!
Code:
29/044/2015 20:44:36 - INFO - Flashtool Version 0.9.18.6 built on 30-05-2015 22:30:00
29/044/2015 20:44:36 - INFO - Executing search strategies to find proxy selector
29/044/2015 20:44:36 - INFO - No proxy found for IE. Trying next one
29/044/2015 20:44:36 - INFO - No proxy found for firefox. Trying next one
29/044/2015 20:44:36 - INFO - No proxy found for java. Trying next one
29/044/2015 20:44:36 - INFO - Syncing devices from github
29/044/2015 20:44:36 - INFO - Scanning devices folder for changes.
29/044/2015 20:44:44 - INFO - Pulling changes from github.
29/044/2015 20:44:45 - INFO - Devices sync finished.
29/044/2015 20:44:49 - INFO - Device connected with USB debugging on
29/044/2015 20:44:50 - INFO - Connected device : Sony Xperia L
29/044/2015 20:44:50 - INFO - Installed version of busybox : BusyBox v1.20.2-linusyang (2012-10-15 16:24:24 CST) multi-call binary.
29/044/2015 20:44:50 - INFO - Android version : 4.2.2 / kernel version : 3.4.0-g74b701b-00054-gde56c65-dirty / Build number : 15.3.A.1.17
29/044/2015 20:44:50 - INFO - Checking root access
29/044/2015 20:44:51 - INFO - Root Access Allowed
29/045/2015 20:45:01 - INFO - Please connect your device into flashmode.
29/045/2015 20:45:11 - INFO - Device disconnected
29/045/2015 20:45:33 - INFO - Opening device for R/W
29/045/2015 20:45:34 - ERROR - Drivers need to be installed for connected device.
29/045/2015 20:45:34 - ERROR - You can find them in the drivers folder of Flashtool.
29/045/2015 20:45:41 - INFO - Processing loader.sin
29/045/2015 20:45:41 - INFO - Checking header
29/045/2015 20:45:41 - ERROR - Processing of loader.sin finished with errors.
29/045/2015 20:45:41 - ERROR -
29/045/2015 20:45:41 - INFO - Your phone bootloader cannot be officially unlocked
29/045/2015 20:45:41 - INFO - You can now unplug and restart your phone
Please help..
is this the only way to unlock bootloader??
or is there any other way??
My phone is rooted and my pc is running on Win XP Sp3
Thanks in Advance
Click to expand...
Click to collapse
Drivers need to be installed... It stands there lol
Sent from my Xperia T using XDA Free mobile app

Cannot install TWRP on D2303

Hi, I used this tutorial to update bootloader. I used FTF method tu update. Log from flashtool:
Code:
15/024/2016 10:24:54 - INFO - Flashtool Version 0.9.18.5 built on 14-02-2015 15:30:00
15/024/2016 10:24:54 - INFO - Executing search strategies to find proxy selector
15/024/2016 10:24:55 - INFO - No proxy found for IE. Trying next one
15/024/2016 10:24:55 - INFO - Strategy firefox failed trying next one : No Firefox installation found
15/024/2016 10:24:55 - INFO - No proxy found for java. Trying next one
15/024/2016 10:24:56 - INFO - Syncing devices from github
15/024/2016 10:24:57 - INFO - Scanning devices folder for changes.
15/025/2016 10:25:30 - INFO - Pulling changes from github.
15/025/2016 10:25:31 - INFO - Devices sync finished.
15/025/2016 10:25:36 - INFO - Device disconnected
15/025/2016 10:25:48 - ERROR - root : this bundle is not valid
15/025/2016 10:25:48 - INFO - Selected Bundle for XPERIA M2 . FW release : 1.716. Customization : NEW BOOTLOADER (ONLY OPEN DEVICES)
15/025/2016 10:25:48 - INFO - Preparing files for flashing
15/025/2016 10:25:49 - INFO - Please connect your device into flashmode.
15/026/2016 10:26:06 - INFO - Device connected in flash mode
15/026/2016 10:26:07 - INFO - Opening device for R/W
15/026/2016 10:26:07 - INFO - Reading device information
15/026/2016 10:26:07 - INFO - Phone ready for flashmode operations.
15/026/2016 10:26:07 - INFO - Current device : D2303 - ZH8003687N - 1281-1544_R3C - 1278-3081_18.6.A.0.182 - GLOBAL-LTE_18.6.A.0.182
15/026/2016 10:26:07 - INFO - Start Flashing
15/026/2016 10:26:07 - INFO - Processing loader.sin
15/026/2016 10:26:07 - INFO - Checking header
15/026/2016 10:26:08 - INFO - Flashing data
15/026/2016 10:26:08 - INFO - Processing of loader.sin finished.
15/026/2016 10:26:08 - INFO - Loader : S1_Root_f82d - Version : LOADER_RELEASE_MSM8X26_31_AID_4 / Boot version : S1_Boot_MSM8x26_LA1.0_1027 / Bootloader status : ROOTABLE
15/026/2016 10:26:08 - INFO - Disabling final data verification check
15/026/2016 10:26:09 - INFO - Processing partition.sin
15/026/2016 10:26:09 - INFO - Checking header
15/026/2016 10:26:09 - INFO - Flashing data
15/026/2016 10:26:09 - INFO - Processing of partition.sin finished.
15/026/2016 10:26:09 - INFO - Parsing boot delivery
15/026/2016 10:26:09 - INFO - Phone boot version : S1_Boot_MSM8x26_LA1.0_1027. Boot delivery version : S1_Boot_MSM8x26_LA1.0_1027
15/026/2016 10:26:09 - INFO - Boot delivery up to date. Nothing to do
15/026/2016 10:26:09 - INFO - Ending flash session
15/026/2016 10:26:09 - INFO - Flashing finished.
15/026/2016 10:26:09 - INFO - Please unplug and start your phone
15/026/2016 10:26:09 - INFO - For flashtool, Unknown Sources and Debugging must be checked in phone settings
15/026/2016 10:26:09 - INFO - Device connected in flash mode
Then, I Tryed to install twrp with this tutorial,but that adb give me this error:
Code:
C:\Users\Milan\Desktop\telefon\ADB Special>fastboot flash recovery RECOVERY-TWRP-3.0.2-D230X_D240X.img
sending 'recovery' (12498 KB)...
OKAY [ 0.451s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.537s
Can you help me?
Did you update your bootloader prior to flashing the recovery?
Updating bootloader makes it so you can write the recovery onto the parition
Follow this http://forum.xda-developers.com/xperia-m2/development/ubl-xperia-m2-bootloader-update-ftfs-t3288148
ARandomIndian said:
Did you update your bootloader prior to flashing the recovery?
Updating bootloader makes it so you can write the recovery onto the parition
Follow this http://forum.xda-developers.com/xperia-m2/development/ubl-xperia-m2-bootloader-update-ftfs-t3288148
Click to expand...
Click to collapse
Are you kidding me? Yes, log from flashtool is up!!!

Categories

Resources