[Q] Xperia Miro Semi-Brick, someone can help to recover? - Sony Xperia Miro, Tipo (Dual), J, E

Ok if posted it in older thread may no one read it.
I've got the little Miro day after Christmas from my wife to push system apps manual back in place to earn free space in data partition.
Everything seems OK.... dalvik & cache cleared and reboot... same as every time before.
Phone boot calculated dalvik files... Messages apps Starting show... and spontaneous hotboot with following reboot.
Now it stuck in bootloop.
I get into recovery but I can not del things or add things in partitions. Every time phone say DONE but if I remount the partition I'm working on.... Every thing is like before....
Some logs:
Flashtool
Code:
29/045/2014 00:45:15 - INFO - Selected Bundle for Sony Xperia Miro (ST23i). FW release : 11.0.A.5.8. Customization : Swisscom_CH
29/045/2014 00:45:15 - INFO - Preparing files for flashing
29/045/2014 00:45:15 - DEBUG - Created the prepared folder
29/045/2014 00:45:15 - DEBUG - Saving entry userdata.sin to disk
29/045/2014 00:45:15 - DEBUG - Streaming from jar entry : userdata.sin
29/045/2014 00:45:15 - DEBUG - Writing Entry to .\firmwares\prepared\userdata.sin
29/045/2014 00:45:15 - DEBUG - Saving entry cache.sin to disk
29/045/2014 00:45:15 - DEBUG - Streaming from jar entry : cache.sin
29/045/2014 00:45:15 - DEBUG - Writing Entry to .\firmwares\prepared\cache.sin
29/045/2014 00:45:15 - DEBUG - Saving entry system.sin to disk
29/045/2014 00:45:15 - DEBUG - Streaming from jar entry : system.sin
29/045/2014 00:45:15 - DEBUG - Writing Entry to .\firmwares\prepared\system.sin
29/045/2014 00:45:45 - DEBUG - Saving entry fota0.sin to disk
29/045/2014 00:45:45 - DEBUG - Streaming from jar entry : fota0.sin
29/045/2014 00:45:45 - DEBUG - Writing Entry to .\firmwares\prepared\fota0.sin
29/045/2014 00:45:45 - DEBUG - Saving entry fota1.sin to disk
29/045/2014 00:45:45 - DEBUG - Streaming from jar entry : fota1.sin
29/045/2014 00:45:45 - DEBUG - Writing Entry to .\firmwares\prepared\fota1.sin
29/045/2014 00:45:45 - DEBUG - Saving entry kernel.sin to disk
29/045/2014 00:45:45 - DEBUG - Streaming from jar entry : kernel.sin
29/045/2014 00:45:45 - DEBUG - Writing Entry to .\firmwares\prepared\kernel.sin
29/045/2014 00:45:45 - DEBUG - Saving entry partition-image.sin to disk
29/045/2014 00:45:45 - DEBUG - Streaming from jar entry : partition-image.sin
29/045/2014 00:45:45 - DEBUG - Writing Entry to .\firmwares\prepared\partition-image.sin
29/045/2014 00:45:45 - DEBUG - Saving entry loader.sin to disk
29/045/2014 00:45:45 - DEBUG - Streaming from jar entry : loader.sin
29/045/2014 00:45:45 - DEBUG - Writing Entry to .\firmwares\prepared\loader.sin
29/045/2014 00:45:45 - DEBUG - Saving entry amss.sin to disk
29/045/2014 00:45:45 - DEBUG - Streaming from jar entry : amss.sin
29/045/2014 00:45:45 - DEBUG - Writing Entry to .\firmwares\prepared\amss.sin
29/045/2014 00:45:47 - DEBUG - Saving entry modem_fs1.sin to disk
29/045/2014 00:45:47 - DEBUG - Streaming from jar entry : modem_fs1.sin
29/045/2014 00:45:47 - DEBUG - Writing Entry to .\firmwares\prepared\modem_fs1.sin
29/045/2014 00:45:47 - DEBUG - Saving entry modem_fs2.sin to disk
29/045/2014 00:45:47 - DEBUG - Streaming from jar entry : modem_fs2.sin
29/045/2014 00:45:47 - DEBUG - Writing Entry to .\firmwares\prepared\modem_fs2.sin
29/045/2014 00:45:47 - INFO - Please connect your device into flashmode.
29/045/2014 00:45:48 - INFO - Opening device for R/W
29/045/2014 00:45:48 - INFO - Start Flashing
29/045/2014 00:45:48 - INFO - Processing loader.sin
29/045/2014 00:45:48 - DEBUG - loader.sin : header size : 1020
29/045/2014 00:45:48 - INFO - Checking header
29/045/2014 00:45:48 - DEBUG - Sending part 1 of 1
29/045/2014 00:45:48 - ERROR - Processing of loader.sin finished with errors.
29/045/2014 00:45:48 - INFO - Ending flash session
29/045/2014 00:45:48 - ERROR -
29/045/2014 00:45:48 - ERROR - Error flashing. Aborted
29/045/2014 00:45:49 - INFO - Device connected in flash mode
fastboot.exe
Code:
C:\android>fastboot devices
PSDN:YT91004G4G&ZLP fastboot
C:\android>fastboot erase boot
erasing 'boot'...
(bootloader) Erase of partition 'boot' requested
(bootloader) S1 partID 0x00000003, block 0x00002000-0x0000bfff
(bootloader) Erase operation complete, 0 bad blocks encountered
OKAY [ 0.030s]
finished. total time: 0.030s
C:\android>fastboot flash boot C:\android\miro\boot.img
sending 'boot' (20480 KB)...
(bootloader) USB download speed was 26921kB/s
OKAY [ 2.320s]
writing 'boot'...
(bootloader) Flash of partition 'boot' requested
(bootloader) S1 partID 0x00000003, block 0x00002000-0x0000bfff
(bootloader) Erase operation complete, 0 bad blocks encountered
(bootloader) Flashing...
FAILED (status read failed (Too many links))
finished. total time: 96.080s
C:\android>
adb shell
Code:
C:\android>adb devices
List of devices attached
37714ecd recovery
C:\android>adb shell
~ # ?[6nls
ls
boot external_sd sd-ext
boot.txt fstab.sony sdcard
cache init sys
data init.rc system
datadata logo.rle tmp
default.prop proc ueventd.goldfish.rc
dev res ueventd.rc
emmc root ueventd.sony.rc
etc sbin
~ # ?[6nrm -R /data
rm -R /data
rm: can't remove '/data': Device or resource busy
~ # ?[6ncd /data
cd /data
/data # ?[6nls
ls
/data # ?[6nexit
exit
C:\android>adb remount /data
remount succeeded
C:\android>adb shell
~ # ?[6nls
ls
boot external_sd sd-ext
boot.txt fstab.sony sdcard
cache init sys
data init.rc system
datadata logo.rle tmp
default.prop proc ueventd.goldfish.rc
dev res ueventd.rc
emmc root ueventd.sony.rc
etc sbin
~ # ?[6ncd /data
cd /data
/data # ?[6nls
ls
anr dalvik-cache gg_address radio time
app data local resource-cache tombstones
app-asec dontpanic lost+found shared user
app-private drm misc ssh wiper
backup fota property system wpstiles
/data # ?[6nexit
exit
C:\android>
try to get logcat or something end with
Code:
/sbin/sh: exec: line 1: logcat: not found
dmesg works -> [click]
Linux show me following:
if i try to transfer data with flashtool
Code:
libusb_bulk_transfer (write) : I/O Errors
Error : did not write all data
libusb_bulk_transfer (write) : I/O Errors
Error : did not write all data
libusb_bulk_transfer (read) : I/O Errors
release_interface : Device Not found
attach kernel : Device busy
release_interface : Device Not found
attach kernel : Device busy
Flashtool Log
Code:
04/046/2015 03:46:40 - INFO - (X10flash.java:486) - Start Flashing
04/046/2015 03:46:40 - INFO - (X10flash.java:239) - Processing loader.sin
04/046/2015 03:46:40 - DEBUG - (X10flash.java:240) - loader.sin : header size : 1020
04/046/2015 03:46:40 - INFO - (X10flash.java:218) - Checking header
04/046/2015 03:46:40 - DEBUG - (X10flash.java:222) - Sending part 1 of 1
04/046/2015 03:46:41 - DEBUG - (USBFlashLinux.java:27) - Writing packet to phone
04/046/2015 03:46:41 - DEBUG - (USBFlashLinux.java:32) - OUT : CommandID : 5 / Flags : false,true,false / Data length : 1020 / Data CRC32 : [23, C4, 2F, B5]
04/046/2015 03:46:41 - DEBUG - (USBFlashLinux.java:50) - Reading packet from phone
04/046/2015 03:46:41 - ERROR - (X10flash.java:254) - Processing of loader.sin finished with errors.
04/046/2015 03:46:41 - INFO - (X10flash.java:546) - Ending flash session
The only thing it does is load the battery and nothing more.
Last installed ROM:
FXP cm10 with normal kernel no tweaks.
Oh and yes, i tried all USB Ports reinstalled all drivers used all PC's in house but ... no ... it woudn't be recognized in right mode way
Someone could explain?

Related

[Q] Flashtool - Incorrect Function error while flashing

Hi, guys I just wanted to flash the ICS Stock rom of Xperia U on my Xperia U, but while doing so I encountered and error which seems like this is
# Info level of log:-
03/022/2013 15:22:44 - INFO - Device connected in flash mode
03/022/2013 15:22:44 - INFO - Opening device for R/W
03/022/2013 15:22:44 - INFO - Reading device information
03/022/2013 15:22:44 - INFO - Unable to read from phone after having opened it.
03/022/2013 15:22:44 - INFO - trying to continue anyway
03/022/2013 15:22:44 - INFO - Start Flashing
03/022/2013 15:22:44 - INFO - Processing loader
03/022/2013 15:22:44 - INFO - Checking header
03/022/2013 15:22:44 - INFO - Ending flash session
03/022/2013 15:22:44 - ERROR - Error in processHeader : 1 : Incorrect function.
03/022/2013 15:22:44 - ERROR - Error flashing. Aborted
# Debug level of log:-
03/035/2013 15:35:48 - INFO - (FlasherGUI.java:1116) - Device connected in flash mode
03/035/2013 15:35:49 - INFO - (USBFlashWin32.java:18) - Opening device for R/W
03/035/2013 15:35:49 - INFO - (X10flash.java:447) - Reading device information
03/035/2013 15:35:49 - DEBUG - (USBFlashWin32.java:50) - Reading packet from phone
03/035/2013 15:35:49 - INFO - (X10flash.java:458) - Unable to read from phone after having opened it.
03/035/2013 15:35:49 - INFO - (X10flash.java:459) - trying to continue anyway
03/035/2013 15:35:49 - DEBUG - (USBFlashWin32.java:37) - Writing packet to phone
03/035/2013 15:35:49 - INFO - (X10flash.java:354) - Start Flashing
03/035/2013 15:35:49 - INFO - (X10flash.java:251) - Processing loader
03/035/2013 15:35:49 - DEBUG - (SinFile.java:187) - Header size : 1020
03/035/2013 15:35:49 - INFO - (X10flash.java:182) - Checking header
03/035/2013 15:35:49 - DEBUG - (USBFlashWin32.java:37) - Writing packet to phone
03/035/2013 15:35:49 - INFO - (X10flash.java:397) - Ending flash session
03/035/2013 15:35:49 - DEBUG - (USBFlashWin32.java:37) - Writing packet to phone
03/035/2013 15:35:49 - ERROR - (X10flash.java:374) - Error in processHeader : 1 : Incorrect function.
03/035/2013 15:35:49 - ERROR - (X10flash.java:375) - Error flashing. Aborted
Please help me out as quickly as possible, Thanks in advance!
Also I am using Windows XP SP3 and I have already installed the drivers of my device.
And I don't think that I have unlocked bootloader but this is not hte first time I have flashed my device instead it is my 4-5th time.

[Q] Cant flash my J

Hey!
I have the issue that my st26i does nothing other than bootloop and the only way it can be connected is flashmode(green led).
When i try to flash ST26i_11.0.A.7.5_GENERIC.ftf with Flastool, just to bring it back to life (i tried jb also) it hangs at this step:
03/003/2014 00:03:17 - INFO - (FlasherGUI.java:1116) - Device connected in flash mode
03/003/2014 00:03:17 - INFO - (USBFlashWin32.java:18) - Opening device for R/W
03/003/2014 00:03:17 - INFO - (X10flash.java:447) - Reading device information
03/003/2014 00:03:17 - DEBUG - (USBFlashWin32.java:50) - Reading packet from phone
Flashtool version: 0.9.10.1 and 0.9.13.0,on both the same thing happens.
When i wait some time, noting happens..
The Green led is on at all time.
With SUS or PCC, the phone will not be recognized, its just the window where i'm about to push volume down and connect the phone to the pc.
Its recognized as s1 boot download and when i install the driver from Flastool as SEMC Flash device, but nothing happens with SUS or PCC.
Flashtool Check Drivers output:
03/012/2014 00:12:05 - INFO - (Device.java:121) - List of connected devices (Device Id) :
03/012/2014 00:12:05 - INFO - (Device.java:129) - - USB\VID_0FCE&PID_ADDE\5&1981E0EC&0&6 Driver installed : true
03/012/2014 00:12:05 - INFO - (Device.java:131) - List of ADB devices :
03/012/2014 00:12:05 - DEBUG - (ProcessBuilderWrapper.java:93) - List of devices attached
03/012/2014 00:12:05 - INFO - (Device.java:138) - - none
03/012/2014 00:12:05 - INFO - (Device.java:139) - List of fastboot devices :
03/012/2014 00:12:05 - INFO - (Device.java:146) - - none
The only thing i found on Google was that this is related to a driver problem, but no more information was written there.
Then i found this thread, i tried nearly everything wat was writen in here, but the phone does just nothing...
I have not testet another pc yet, will try this tommorow. I dont have any Mac arround, so i cannot test this..
I can start the Phone right now, but its stuck at Sony logo and Bootloops all the time, Fastboot is not available.
Did i miss anything, or are there any tricks with this phone?
I bought this phone, as deffect very cheap, cause the error seemed to be simple (flashed my Arc many times), but this struggles me..
Some answers would be great!
excuse my bad english..
Some little news..
05/037/2014 12:37:42 - DEBUG - (MyLogger.java:100) - <- This level is successfully initialized
05/037/2014 12:37:44 - DEBUG - (Bundle.java:75) - Creating bundle from ftf file : C:\Flashtool\firmwares\ST26i_11.0.A.3.28_WE.ftf
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : loader.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : kernel.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : system.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : fota1.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : fota0.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : partition-image.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : simlock.ta
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : amss.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : amss_fsg.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : modem_fs2.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : userdata.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : cache.sin
05/037/2014 12:37:44 - DEBUG - (Bundle.java:91) - Added this entry to the bundle list : modem_fs1.sin
05/037/2014 12:37:47 - INFO - (MainSWT.java:1061) - Selected ST26i / 11.0.A.3.28 / WE
05/037/2014 12:37:47 - INFO - (Bundle.java:405) - Preparing files for flashing
05/037/2014 12:37:47 - DEBUG - (Bundle.java:415) - Created the prepared folder
05/037/2014 12:37:47 - DEBUG - (Bundle.java:324) - Saving entry system.sin to disk
05/037/2014 12:37:47 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : system.sin
05/037/2014 12:37:47 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\system.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry kernel.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : kernel.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\kernel.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry userdata.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : userdata.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\userdata.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry amss.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : amss.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\amss.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry amss_fsg.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : amss_fsg.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\amss_fsg.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry modem_fs2.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : modem_fs2.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\modem_fs2.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry modem_fs1.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : modem_fs1.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\modem_fs1.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry cache.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : cache.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\cache.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry loader.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : loader.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\loader.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry fota1.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : fota1.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\fota1.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry fota0.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : fota0.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\fota0.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:324) - Saving entry partition-image.sin to disk
05/037/2014 12:37:59 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : partition-image.sin
05/037/2014 12:37:59 - DEBUG - (Bundle.java:328) - Writing Entry to .\firmwares\prepared\partition-image.sin
05/037/2014 12:37:59 - INFO - (FlashJob.java:33) - Please connect your device into flashmode.
05/038/2014 12:38:00 - DEBUG - (SinFile.java:271) - Header size : 1020
05/038/2014 12:38:00 - DEBUG - (SinFile.java:271) - Header size : 1020
05/038/2014 12:38:00 - INFO - (USBFlashWin32.java:16) - Opening device for R/W
05/038/2014 12:38:00 - INFO - (X10flash.java:490) - Start Flashing
05/038/2014 12:38:00 - DEBUG - (X10flash.java:306) - Sending loaderC:\Flashtool\.\firmwares\prepared\loader.sin
05/038/2014 12:38:00 - DEBUG - (SinFile.java:271) - Header size : 1020
05/038/2014 12:38:00 - INFO - (X10flash.java:237) - Processing loader.sin
05/038/2014 12:38:00 - INFO - (X10flash.java:216) - Checking header
05/038/2014 12:38:00 - DEBUG - (X10flash.java:220) - Sending part 1 of 1
05/038/2014 12:38:00 - INFO - (X10flash.java:550) - Ending flash session
05/038/2014 12:38:00 - ERROR - (X10flash.java:523) -
05/038/2014 12:38:00 - ERROR - (X10flash.java:524) - Error flashing. Aborted
05/038/2014 12:38:00 - INFO - (MainSWT.java:129) - Device connected in flash mode
Click to expand...
Click to collapse
This happens wen using 32bit Flashtool on 64bit OS.
With 64bit.exe it hangs again on Reading packet from phone
Please help me!
Do it on linux. It is much more reliable. Windows cannot be trusted for flashing firmware correctly.
Okay, will try then, thanks
32 bit or 64 bit?
Tried it now with windows xp x32 and windows 7 x64 on several machines
A friend tried it with linux, i dont know what version.
Nothing worked...
I will try it with linux mint debian x64
But i dont have any hope....

FLASHTOOL ERROR. Log file included.

What wrong with this, I cant flash my xperia c (i know im posting in wrong section)
plz chech the log file
Code:
16/043/2014 14:43:22 - DEBUG - (MyLogger.java:100) - <- This level is successfully initialized
16/043/2014 14:43:22 - INFO - (MainSWT.java:828) - Flashtool Version 0.9.14.0 built on 12-02-2014 22:45:00
16/043/2014 14:43:22 - DEBUG - (VersionCheckerJob.java:123) - Fetching latest release from github
16/043/2014 14:43:22 - DEBUG - (VersionCheckerJob.java:73) - Resolving github
16/043/2014 14:43:22 - DEBUG - (VersionCheckerJob.java:79) - Finished resolving github. Result : Success
16/043/2014 14:43:22 - DEBUG - (VersionCheckerJob.java:81) - opening connection
16/043/2014 14:43:24 - DEBUG - (VersionCheckerJob.java:91) - Getting stream on connection
16/043/2014 14:43:26 - DEBUG - (VersionCheckerJob.java:94) - stream opened
16/043/2014 14:43:26 - DEBUG - (VersionCheckerJob.java:138) - out of loop
16/043/2014 14:43:26 - DEBUG - (VersionCheckerJob.java:140) - Latest : 0.9.14.0
16/043/2014 14:43:26 - DEBUG - (VersionCheckerJob.java:141) - Current build : Version 0.9.14.0 built on 12-02-2014 22:45:00
16/043/2014 14:43:27 - INFO - (MainSWT.java:125) - Device disconnected
16/043/2014 14:43:33 - DEBUG - (Bundle.java:76) - Creating bundle from ftf file : C:\Flashtool\firmwares\C2305_1.0_only_cache.ftf
16/043/2014 14:43:33 - DEBUG - (Bundle.java:92) - Added this entry to the bundle list : loader.sin
16/043/2014 14:43:33 - DEBUG - (Bundle.java:92) - Added this entry to the bundle list : boot-sign.sin
16/043/2014 14:43:33 - DEBUG - (Bundle.java:92) - Added this entry to the bundle list : cache-sign.sin
16/043/2014 14:43:33 - DEBUG - (Bundle.java:76) - Creating bundle from ftf file : C:\Flashtool\firmwares\C2305_cc_cc.ftf
16/043/2014 14:43:33 - DEBUG - (Bundle.java:92) - Added this entry to the bundle list : loader.sin
16/043/2014 14:43:33 - DEBUG - (Bundle.java:92) - Added this entry to the bundle list : cache-sign.sin
16/043/2014 14:43:33 - DEBUG - (Bundle.java:76) - Creating bundle from ftf file : C:\Flashtool\firmwares\X10_V1_BLRelock.ftf
16/043/2014 14:43:33 - DEBUG - (Bundle.java:92) - Added this entry to the bundle list : kernel.sin
16/043/2014 14:43:33 - DEBUG - (Bundle.java:92) - Added this entry to the bundle list : loader.sin
16/043/2014 14:43:33 - DEBUG - (Bundle.java:92) - Added this entry to the bundle list : s1boot.sin
16/043/2014 14:43:35 - INFO - (MainSWT.java:1031) - Selected Bundle for Sony Xperia C (C2305). FW release : 1.0. Customization : only_cache
16/043/2014 14:43:35 - INFO - (Bundle.java:406) - Preparing files for flashing
16/043/2014 14:43:35 - DEBUG - (Bundle.java:416) - Created the prepared folder
16/043/2014 14:43:35 - DEBUG - (Bundle.java:325) - Saving entry cache-sign.sin to disk
16/043/2014 14:43:35 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : cache-sign.sin
16/043/2014 14:43:35 - DEBUG - (Bundle.java:329) - Writing Entry to .\firmwares\prepared\cache-sign.sin
16/043/2014 14:43:35 - DEBUG - (Bundle.java:325) - Saving entry boot-sign.sin to disk
16/043/2014 14:43:35 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : boot-sign.sin
16/043/2014 14:43:35 - DEBUG - (Bundle.java:329) - Writing Entry to .\firmwares\prepared\boot-sign.sin
16/043/2014 14:43:35 - DEBUG - (Bundle.java:325) - Saving entry loader.sin to disk
16/043/2014 14:43:35 - DEBUG - (BundleEntry.java:41) - Streaming from jar entry : loader.sin
16/043/2014 14:43:35 - DEBUG - (Bundle.java:329) - Writing Entry to .\firmwares\prepared\loader.sin
16/043/2014 14:43:35 - INFO - (FlashJob.java:33) - Please connect your device into flashmode.
16/043/2014 14:43:47 - INFO - (MainSWT.java:129) - Device connected in flash mode
16/043/2014 14:43:48 - DEBUG - (SinFile.java:271) - Header size : 1024
16/043/2014 14:43:48 - DEBUG - (SinFile.java:271) - Header size : 1024
16/043/2014 14:43:48 - INFO - (USBFlashWin32.java:16) - Opening device for R/W
16/043/2014 14:43:48 - INFO - (X10flash.java:600) - Reading device information
16/043/2014 14:43:48 - DEBUG - (USBFlashWin32.java:51) - Reading packet from phone
16/043/2014 14:43:48 - INFO - (X10flash.java:612) - Unable to read from phone after having opened it.
16/043/2014 14:43:48 - INFO - (X10flash.java:613) - trying to continue anyway
16/043/2014 14:43:48 - DEBUG - (USBFlashWin32.java:35) - Writing packet to phone
16/043/2014 14:43:48 - DEBUG - (USBFlashWin32.java:40) - OUT : CommandID : 1 / Flags : false,true,false / Data length : 0 / Data CRC32 : [00, 00, 00, 00]
16/043/2014 14:43:48 - DEBUG - (USBFlashWin32.java:51) - Reading packet from phone
Xperia C Forums.
Ask there or find the Flashtool thread in the cross device section.
Sent from my C6603 using Tapatalk
kingvortex said:
Xperia C Forums.
Ask there or find the Flashtool thread in the cross device section.
Sent from my C6603 using Tapatalk
Click to expand...
Click to collapse
thank for the reply, but im searching all the forum over two days..
n2roy said:
thank for the reply, but im searching all the forum over two days..
Click to expand...
Click to collapse
I'm sorry, but that does not mean that you can deliberately post in the wrong device section.
I reported your thread in order that a moderator will move it to the correct section.
Edit - I see it got moved.
Good luck with your problem.
Sent from my C6603 using Tapatalk
kingvortex said:
I'm sorry, but that does not mean that you can deliberately post in the wrong device section.
I reported your thread in order that a moderator will move it to the correct section.
Edit - I see it got moved.
Good luck with your problem.
Sent from my C6603 using Tapatalk
Click to expand...
Click to collapse
thanks

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!!!

Help! Flashtool stuck at 0% while Reading packet from phone

:crying:I edited the build.prop mistakenly and I bricked my smartphone.
However when I tried to use Flashtool to unbrick my phone,it failed to write loader.sin and stuck at "Reading packet from phone".
when I check the "stderr.log" in the flashtool folder,it turns out that there is an ioexception "A device attached to the system is not functioning".I have changed different USB ports,different veesions of flashtool,different drivers and even different computers,but it still occurs.
I have asked Google also,but i didnt find the same situation.So i posted the thread.Is here anyone who can help me?Thanks in advance.
Sorry for my poor English.:silly:
here is the output:
18/016/2018 15:16:20 - INFO - (MainSWT:1016) - Flashtool Version 0.9.18.6 built on 30-05-2015 22:30:00
18/016/2018 15:16:20 - DEBUG - (PlatformUtil:26) - Detecting platform. Name is: Windows 7
18/016/2018 15:16:20 - DEBUG - (PlatformUtil:29) - Detected Windows platform: Windows 7
18/016/2018 15:16:20 - DEBUG - (PlatformUtil:26) - Detecting platform. Name is: Windows 7
18/016/2018 15:16:20 - DEBUG - (PlatformUtil:29) - Detected Windows platform: Windows 7
18/016/2018 15:16:20 - INFO - (ProxySearch:189) - Executing search strategies to find proxy selector
18/016/2018 15:16:21 - DEBUG - (IEProxySearchStrategy:42) - Detecting IE proxy settings
18/016/2018 15:16:21 - DEBUG - (IEProxySearchStrategy:112) - IE uses manual settings: 127.0.0.1:1080 with bypass list: 127.0.0.1:1080
18/016/2018 15:16:21 - INFO - (ProxySearch:195) - Proxy found for IE
18/016/2018 15:16:22 - DEBUG - (VersionCheckerJob:97) - Fetching latest release from github
18/016/2018 15:16:22 - INFO - (DevicesSyncJob:29) - Syncing devices from github
18/016/2018 15:16:22 - DEBUG - (VersionCheckerJob:47) - Resolving github
18/016/2018 15:16:22 - DEBUG - (VersionCheckerJob:49) - Finished resolving github. Result : Success
18/016/2018 15:16:22 - DEBUG - (VersionCheckerJob:56) - opening connection
18/016/2018 15:16:23 - INFO - (DevicesGit:50) - Scanning devices folder for changes.
18/016/2018 15:16:24 - INFO - (DevicesGit:59) - Pulling changes from github.
18/016/2018 15:16:27 - ERROR - (DevicesSyncJob:35) - Cannot sync devices : devices.git: cannot open git-upload-pack
18/016/2018 15:16:29 - DEBUG - (VersionCheckerJob:66) - Getting stream on connection
18/016/2018 15:16:30 - DEBUG - (VersionCheckerJob:69) - stream opened
18/016/2018 15:16:30 - DEBUG - (VersionCheckerJob:112) - out of loop
18/016/2018 15:16:30 - DEBUG - (VersionCheckerJob:114) - Latest : 0.9.24.4
18/016/2018 15:16:30 - DEBUG - (VersionCheckerJob:115) - Current build : Version 0.9.18.6 built on 30-05-2015 22:30:00
18/016/2018 15:16:33 - INFO - (MainSWT:149) - Device disconnected
18/016/2018 15:16:53 - DEBUG - (Bundle:80) - Creating bundle from ftf file : D:\Flashtoolchs_33lc.com\c.ftf
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : loader.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : EBR1-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : logo-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : MBR-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : lk-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : elabel-S39h-cn_201307051600.1_16.0.A.0.47.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : userdata-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : preloader_arima89_we_s_jb2.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : S1SBL-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : secro-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : EBR2-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : simlock.ta
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : cache-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : system-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : boot-sign.sin
18/016/2018 15:16:53 - DEBUG - (Bundle:97) - Added this entry to the bundle list : recovery-sign.sin
18/016/2018 15:16:58 - INFO - (MainSWT:1223) - Selected Bundle for S39H. FW release : 16.0.A.0.47. Customization : CN
18/016/2018 15:16:58 - INFO - (Bundle:422) - Preparing files for flashing
18/016/2018 15:16:58 - DEBUG - (Bundle:432) - Created the prepared folder
18/016/2018 15:16:58 - DEBUG - (Bundle:341) - Saving entry cache-sign.sin to disk
18/016/2018 15:16:58 - DEBUG - (BundleEntry:42) - Streaming from jar entry : cache-sign.sin
18/016/2018 15:16:58 - DEBUG - (Bundle:345) - Writing Entry to \cache-sign.sin
18/016/2018 15:16:58 - DEBUG - (Bundle:341) - Saving entry system-sign.sin to disk
18/016/2018 15:16:58 - DEBUG - (BundleEntry:42) - Streaming from jar entry : system-sign.sin
18/016/2018 15:16:58 - DEBUG - (Bundle:345) - Writing Entry to \system-sign.sin
18/017/2018 15:17:31 - DEBUG - (Bundle:341) - Saving entry loader.sin to disk
18/017/2018 15:17:31 - DEBUG - (BundleEntry:42) - Streaming from jar entry : loader.sin
18/017/2018 15:17:31 - DEBUG - (Bundle:345) - Writing Entry to \loader.sin
18/017/2018 15:17:31 - INFO - (FlashJob:34) - Please connect your device into flashmode.
18/017/2018 15:17:54 - INFO - (MainSWT:153) - Device connected in flash mode
18/017/2018 15:17:54 - INFO - (USBFlashWin32:20) - Opening device for R/W
18/017/2018 15:17:55 - INFO - (X10flash:533) - Start Flashing
18/017/2018 15:17:55 - INFO - (X10flash:275) - Processing loader.sin
18/017/2018 15:17:55 - DEBUG - (X10flash:276) - loader.sin : header size : 1024
18/017/2018 15:17:55 - INFO - (X10flash:254) - Checking header
18/017/2018 15:17:55 - DEBUG - (X10flash:258) - Sending part 1 of 1
18/017/2018 15:17:55 - ERROR - (X10flash:290) - Processing of loader.sin finished with errors.
18/017/2018 15:17:55 - INFO - (X10flash:593) - Ending flash session
18/017/2018 15:17:55 - ERROR - (X10flash:566) -
18/017/2018 15:17:55 - ERROR - (X10flash:567) - Error flashing. Aborted
18/017/2018 15:17:55 - INFO - (MainSWT:153) - Device connected in flash mode
18/019/2018 15:19:03 - INFO - (MainSWT:149) - Device disconnected
18/030/2018 15:30:29 - DEBUG - (Bundle:80) - Creating bundle from ftf file : \c.ftf
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : loader.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : EBR1-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : logo-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : MBR-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : lk-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : elabel-S39h-cn_201307051600.1_16.0.A.0.47.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : userdata-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : preloader_arima89_we_s_jb2.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : S1SBL-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : secro-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : EBR2-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : simlock.ta
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : cache-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : system-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : boot-sign.sin
18/030/2018 15:30:29 - DEBUG - (Bundle:97) - Added this entry to the bundle list : recovery-sign.sin
18/030/2018 15:30:38 - INFO - (MainSWT:1223) - Selected Bundle for S39H. FW release : 16.0.A.0.47. Customization : CN
18/030/2018 15:30:38 - INFO - (Bundle:422) - Preparing files for flashing
18/030/2018 15:30:38 - DEBUG - (Bundle:432) - Created the prepared folder
18/030/2018 15:30:38 - DEBUG - (Bundle:341) - Saving entry cache-sign.sin to disk
18/030/2018 15:30:38 - DEBUG - (BundleEntry:42) - Streaming from jar entry : cache-sign.sin
18/030/2018 15:30:38 - DEBUG - (Bundle:345) - Writing Entry to \prepared\cache-sign.sin
18/030/2018 15:30:38 - DEBUG - (Bundle:341) - Saving entry system-sign.sin to disk
18/030/2018 15:30:38 - DEBUG - (BundleEntry:42) - Streaming from jar entry : system-sign.sin
18/030/2018 15:30:38 - DEBUG - (Bundle:345) - Writing Entry to \system-sign.sin
18/031/2018 15:31:14 - DEBUG - (Bundle:341) - Saving entry loader.sin to disk
18/031/2018 15:31:14 - DEBUG - (BundleEntry:42) - Streaming from jar entry : loader.sin
18/031/2018 15:31:14 - DEBUG - (Bundle:345) - Writing Entry to \loader.sin
18/031/2018 15:31:14 - INFO - (FlashJob:34) - Please connect your device into flashmode.
18/031/2018 15:31:25 - ERROR - (MainSWT:139) - Drivers need to be installed for connected device.
18/031/2018 15:31:25 - ERROR - (MainSWT:140) - You can find them in the drivers folder of Flashtool.
18/031/2018 15:31:28 - INFO - (MainSWT:149) - Device disconnected
18/031/2018 15:31:52 - INFO - (MainSWT:153) - Device connected in flash mode
18/031/2018 15:31:52 - INFO - (USBFlashWin32:20) - Opening device for R/W
18/031/2018 15:31:52 - INFO - (X10flash:643) - Reading device information
18/031/2018 15:31:52 - DEBUG - (USBFlashWin32:55) - Reading packet from phone
18/031/2018 15:31:52 - INFO - (X10flash:655) - Unable to read from phone after having opened it.
18/031/2018 15:31:52 - INFO - (X10flash:656) - trying to continue anyway
18/031/2018 15:31:52 - DEBUG - (USBFlashWin32:39) - Writing packet to phone
18/031/2018 15:31:52 - DEBUG - (USBFlashWin32:44) - OUT : CommandID : 1 / Flags : false,true,false / Data length : 0 / Data CRC32 : [00, 00, 00, 00]
18/031/2018 15:31:53 - DEBUG - (USBFlashWin32:55) - Reading packet from phone

Categories

Resources