Hi,
I need help for backup TA and install TWRP recovery.
I have a Xperia SP Jelly 4.3 firmware 205 rooted, locked bootloader (unlock allowed), and want to use flashtool to save TA partiton and install TWRP (no recovery installed yet).
I have installed all drivers, Pc companion off, antivirus off, Sony USB cable, windows 10 x64.
Impossible to save TA with Backup-TA (I read the entire thread in developpement section and download/tried all the solutions there. As I am not allowed to post there, I post here). Here is the error :
Code:
=======================================
FIND TA PARTITION
=======================================
[COLOR="Lime"] Partition found![/COLOR]
=======================================
BACKUP TA PARTITION
=======================================
[COLOR="Red"]dd: can't open '/sdcard/backupTA.img': No such file or directory[/COLOR]
=======================================
INTEGRITY CHECK
=======================================
FAILED - Backup does not match TA Partition. Please try again.
*** Backup unsuccessful. ***
Even in flashtool, can't save TA nor install TWRP
Code:
27/059/2016 21:59:30 - INFO - <- This level is successfully initialized
27/059/2016 21:59:31 - INFO - Flashtool Version 0.9.22.3 built on 08-06-2016 22:30:00
27/059/2016 21:59:31 - INFO - Executing search strategies to find proxy selector
27/059/2016 21:59:31 - INFO - No proxy found for IE. Trying next one
27/059/2016 21:59:31 - INFO - No proxy found for firefox. Trying next one
27/059/2016 21:59:31 - INFO - No proxy found for java. Trying next one
27/059/2016 21:59:31 - INFO - Syncing devices from github
27/059/2016 21:59:32 - INFO - Opening devices repository.
27/059/2016 21:59:32 - INFO - Scanning devices folder for changes.
27/059/2016 21:59:39 - INFO - Pulling changes from github.
27/059/2016 21:59:40 - INFO - Quietly closing devices repository.
27/059/2016 21:59:40 - INFO - Devices sync finished.
27/059/2016 21:59:40 - INFO - Loading devices database
27/059/2016 21:59:40 - INFO - Loaded 91 devices
27/059/2016 21:59:40 - INFO - Starting phone detection
27/059/2016 21:59:46 - INFO - [COLOR="Lime"]Device connected with USB debugging on[/COLOR]
27/059/2016 21:59:46 - INFO - [COLOR="Cyan"]Connected device : Sony Xperia SP[/COLOR]
27/059/2016 21:59:46 - INFO - [COLOR="Cyan"]Installed version of busybox : BusyBox v1.22.1-Stericson (2014-01-25 17:27:18 CET) multi-call binary[/COLOR].
27/059/2016 21:59:46 - INFO - [COLOR="Cyan"]Android version : 4.3 / kernel version : 3.4.0-perf-g4c8352f-00775-g89dacae / Build number : 12.1.A.1.205[/COLOR]
27/059/2016 21:59:46 - INFO - Checking root access
27/059/2016 21:59:46 - INFO - [COLOR="Lime"]Root Access Allowed[/COLOR]
27/059/2016 21:59:52 - INFO - Begin backup of /dev/block/platform/msm_sdcc.1/by-name/TA
27/059/2016 21:59:52 - ERROR - [COLOR="Red"]Erreur when doing raw backup[/COLOR]
27/000/2016 22:00:36 - INFO - Now plug your device in Fastboot Mode
27/000/2016 22:00:40 - INFO - Device disconnected
27/001/2016 22:01:21 - INFO - [COLOR="Lime"]Device connected in fastboot mode[/COLOR]
27/001/2016 22:01:33 - INFO - [COLOR="Lime"]Selected kernel (boot.img or kernel.sin): C:\Users\Someone\Downloads\twrp-3.0.2-r12-boot-huashan.img[/COLOR]
27/001/2016 22:01:33 - INFO - Flashing selected kernel
27/001/2016 22:01:33 - INFO - sending 'boot' (12253 KB)...
27/001/2016 22:01:33 - INFO - [COLOR="Red"]FAILED (remote: The Device must be rooted first)[/COLOR]
27/001/2016 22:01:33 - INFO - finished. total time: 0.007s
27/001/2016 22:01:33 - INFO - FASTBOOT Output:
sending 'boot' (12253 KB)...
FAILED (remote: The Device must be rooted first)
finished. total time: 0.007s
27/001/2016 22:01:33 - INFO - Please check the log before rebooting into system
I don't understand what is missing, can't find any solution that worked...
Thanks for any clue.
In this thread (where I am not allowed to post yet), I tried every solutions people thought about, but none worked for me. By using Backup-TA-9.11 method and tips, I have even though be able to pass one more step by doing this :
unplug SD card
replace 'sdcard/backupTA.img' by '/storage/emulated/0/backupTA.img' in backup.bat script
Click to expand...
Click to collapse
Then, where I was stuck in first step because of that :
=======================================
FIND TA PARTITION
=======================================
Partition found!
=======================================
BACKUP TA PARTITION
=======================================
dd: can't open '/sdcard/backupTA.img': No such file or directory
=======================================
INTEGRITY CHECK
=======================================
FAILED - Backup does not match TA Partition. Please try again.
*** Backup unsuccessful. ***
Click to expand...
Click to collapse
I eventually reached that (in green) until a new error (in red):
=======================================
FIND TA PARTITION
=======================================
Partition found!
=======================================
BACKUP TA PARTITION
=======================================
=======================================
INTEGRITY CHECK
=======================================
OK
=======================================
PULL BACKUP FROM SDCARD
=======================================
remote object '/storage/emulated/0/backupTA.img' does not exist
*** Backup unsuccessful. ***
Click to expand...
Click to collapse
backupTA.img file DOES exist on my phone, and it's not empty (about 2 Mo), script created it well !
I assume there an issue with adb 'pull' command in line :
tools\adb.exe pull /storage/emulated/0/backupTA.img tmpbak\TA.img
Click to expand...
Click to collapse
Here is where I am now, looking for a solution to make 'pull' command work...
Thanks for help !
Problem solved for Backup-TA-9.11 method.
unplug SD card
then replace these lines in backup.bat script :
tools\adb.exe pull /sdcard/backupTA.img tmpbak\TA.img
tools\adb.exe shell su -c "%BB% dd if=!partition! of=/sdcard/backupTA.img
tools\adb.exe shell su -c "%BB% md5sum /sdcard/backupTA.img
Click to expand...
Click to collapse
By
tools\adb.exe pull /storage/emulated/0/backupTA.img tmpbak\TA.img
tools\adb.exe shell su -c "%BB% dd if=!partition! of=/storage/emulated/0/backupTA.img
tools\adb.exe shell su -c "%BB% md5sum /sdcard/backupTA.img <-- this one unchanged !!!!
Click to expand...
Click to collapse
Don't ask me why, I really don't know, I assume it is because of the way each command uses path...
Problem with Backup-TA-9.11 method solved, still remains flashtool ones !
Just to check, please tell me if the backup zip file contains the right files :
TA.blk (1Ko)
TA.img (2048 Ko)
TA.md5 (1Ko)
TA.serial (1Ko)
TA.timestamp (1Ko)
TA.version (1Ko)
Glad to hear that you've solved the TA partition backup problem.
For flashing twrp recovery you need to root your phone first as stated in your flashtool log. And the easiest way to root the stock firmware is by using "towel root" app (just Google it and download the apk then install and root your phone by touching the lamda icon).
Sent from my Xperia SP using Tapatalk
Phone IS rooted from the beginning, like I said.
Installing flashtool 0.9.18.6 instead of 0.9.22.3 solved problem. Flashtool 0.9.22.3 have never worked well in my case.
I still have the problem as during integrity check it said "backup does not match ta partition" . i am using xperia SP(rooted) with locked bootloader and unlocking allowed.
Related
I was using my device unlocked for a long time, but I decided to relock, since I was not planning to install custom rom after the official 4.3 release.
But yesterday I was bored and I tried to unlock again, but I did not succeed.
Flashtool gives me the following error:
08/006/2014 17:06:13 - INFO - Please connect your device into flashmode.
08/006/2014 17:06:13 - INFO - Opening device for R/W
08/006/2014 17:06:13 - INFO - Reading device information
08/006/2014 17:06:13 - INFO - Phone ready for flashmode operations.
08/006/2014 17:06:13 - INFO - Current device : C6603 - CB5A1PVYH9 - 1270-7689_R4C - 1269-5309_10.4.B.0.569 - GLOBAL-LTE_10.4.B.0.569
08/006/2014 17:06:13 - INFO - Processing loader.sin
08/006/2014 17:06:13 - INFO - Checking header
08/006/2014 17:06:13 - INFO - Flashing data
08/006/2014 17:06:14 - INFO - Loader : S1_Root_5ca3 - Version : APQ8064_30 / Boot version : S1_Boot_Lagan_1.1.1_1 / Bootloader status : ROOTABLE
08/006/2014 17:06:14 - INFO - Start Reading unit 000008B2
08/006/2014 17:06:14 - INFO - Reading TA finished.
08/006/2014 17:06:14 - INFO - Ending flash session
08/006/2014 17:06:14 - INFO - Now unplug your device and restart it into fastbootmode
08/006/2014 17:06:14 - INFO - Device connected in flash mode
08/006/2014 17:06:15 - INFO - Device disconnected
08/006/2014 17:06:18 - INFO - Device connected in fastboot mode
08/006/2014 17:06:21 - INFO - Unlocking phone using key **************
08/006/2014 17:06:21 - INFO - ...
08/006/2014 17:06:21 - INFO - FAILED (remote: Command did not succeed)
08/006/2014 17:06:21 - INFO - finished. total time: 0.037s
Click to expand...
Click to collapse
But then I tried to unlock manually with fastboot.exe doing this command:
fastboot.exe -i 0x0fce oem unlock 0x**************
Click to expand...
Click to collapse
And apparently worked, I was able to flash a custom kernel
But when I restarted the phone my device was entering on flash mode automatically. Not even the sony logo was appearing.
So I re-flashed the stock rom, and now it's ok. But I want to know why I am having this problem.
Anyone knows?
__________________
About the drivers: Everything is installed ok. I am using a Windows 8 Pro and I have a Windows 7 on VMWare Player. On both I have the same problems.
I found the solution on this thread!
It's really simple actually
For those who have the same problem
Go to the folder: \Flashtool\custom\mydevices\<YOURDEVICESERIALNUMBER>\ulcode.txt
IF there's no folder inside mydevices, create one with the S/N of your XZ.
and IF there's no ulcode.txt inside <YOURDEVICESERIALNUMBER> folder, just create this file.
Now, inside the ulcode.txt, put your unlock bootloader key and save.
That's it! Go to flashtool again and try to unlock your device. It will work!
By mistake,i have deleted recovery partition in my X-SP C5302.:crying:
Plz help,how can i install new recovery from phone only.I dont have my pc temporary.:crying:
Youll need a PC unless you're on UBL and can fastboot flash a kernel with recovery included.
didn't work!!
Oblox said:
Youll need a PC unless you're on UBL and can fastboot flash a kernel with recovery included.
Click to expand...
Click to collapse
I tried to flash "SP_DooMLoRD_AdvStkKer nel_FW-201_v03.elf" kernel via fastboot with "fastboot flash boot SP_DooMLoRD_AdvStkKer nel_FW-201_v03.elf" command.
but in comand shell,"sending 'boot' (11486 KB)..." is written till more than 10 minutes and nothing happend...
after that i tried via flashtool (with fastboot mod) also... it didn't work also..I can't get what is the problem!!!!
What to do know?:crying:
If you have access to a pc with flashtool try the LB recoveries. Not ideal but might work.
Other than that no idea as im on LBL.
Ankit Gajera said:
I tried to flash "SP_DooMLoRD_AdvStkKer nel_FW-201_v03.elf" kernel via fastboot with "fastboot flash boot SP_DooMLoRD_AdvStkKer nel_FW-201_v03.elf" command.
but in comand shell,"sending 'boot' (11486 KB)..." is written till more than 10 minutes and nothing happend...
after that i tried via flashtool (with fastboot mod) also... it didn't work also..I can't get what is the problem!!!!
What to do know?:crying:
Click to expand...
Click to collapse
I am having the same problem, flashtool recognises my phone but when i flash ftf it gets stuck midway..heres the log
16/059/2014 00:59:12 - INFO - <- This level is successfully initialized
16/059/2014 00:59:12 - INFO - Flashtool Version 0.9.16.0 built on 19-04-2014 19:00:00
16/059/2014 00:59:12 - INFO - Checking if changes have been made to devices folder.
16/059/2014 00:59:19 - INFO - Pulling changes from github
16/059/2014 00:59:20 - INFO - Devices sync finished.
16/059/2014 00:59:24 - INFO - Device disconnected
16/059/2014 00:59:39 - INFO - Selected Bundle for Sony Xperia SP (C5303). FW release : 12.1.A.1.205. Customization : Generic GR
16/059/2014 00:59:39 - INFO - Preparing files for flashing
16/000/2014 01:00:08 - INFO - Please connect your device into flashmode.
16/000/2014 01:00:39 - INFO - Device connected in flash mode
16/000/2014 01:00:40 - INFO - Opening device for R/W
16/000/2014 01:00:40 - INFO - Reading device information
16/000/2014 01:00:40 - INFO - Phone ready for flashmode operations.
16/000/2014 01:00:40 - INFO - Current device : C5303 - YT910CNV9Y - 1272-4887_R3B - 1269-3538_12.1.A.1.207 - GLOBAL-LTE_12.1.A.1.205
16/000/2014 01:00:40 - INFO - Start Flashing
16/000/2014 01:00:40 - INFO - Processing loader.sin
16/000/2014 01:00:40 - INFO - Checking header
16/000/2014 01:00:40 - INFO - Flashing data
16/000/2014 01:00:40 - INFO - Processing of loader.sin finished.
16/000/2014 01:00:41 - INFO - Loader : S1_Root_7054 - Version : R5G006 / Boot version : R11B022 / Bootloader status : ROOTED
16/000/2014 01:00:43 - INFO - Processing partition-image.sin
16/000/2014 01:00:43 - INFO - Checking header
16/000/2014 01:00:43 - INFO - Flashing data
16/000/2014 01:00:46 - INFO - Processing of partition-image.sin finished.
16/000/2014 01:00:46 - INFO - No bootdelivery to send
16/000/2014 01:00:46 - INFO - Processing kernel.sin
16/000/2014 01:00:46 - INFO - Checking header
16/000/2014 01:00:46 - INFO - Flashing data
You can try to return stowk configuration by flashing via flashboot methode a stock ftf file, and rerrot yout phone with towelroot.
Also, you can flash stock kernel with flashboot methode, not fastboot.
You can try this http://forum.xda-developers.com/showthread.php?p=54740391
Silver Wx said:
You can try to return stowk configuration by flashing via flashboot methode a stock ftf file, and rerrot yout phone with towelroot.
Also, you can flash stock kernel with flashboot methode, not fastboot.
Click to expand...
Click to collapse
Left the phone for charge overnight .. now even flashtool not recognizing the phone..just getting a red led while i connect with vol down ..cannot even reset withthe off button at the back..
Got Solution
:victory:
try this link http://forum.xda-developers.com/show...php?p=54740391 .. thanx to @j0a0
But u can try my method also.(I had run that script by Root Browser.)
step 1. simply download the zip file from http://d-h.st/B1t .
step 2. extract it to desktop and copy all the files from "common" folder and paste it to the "Data/local/tmp".
step 3. now run the "step1.sh"file from root browser and DONE..
Hello today i tried flashing Doomkernel v13 to my Xperia SP but i run into a problem with flashtool
Code:
26/008/2015 04:08:59 - INFO - Flashtool Version 0.9.18.5 built on 14-02-2015 15:30:00
26/008/2015 04:08:59 - INFO - Executing search strategies to find proxy selector
26/009/2015 04:09:00 - INFO - No proxy found for IE. Trying next one
26/009/2015 04:09:00 - INFO - Strategy firefox failed trying next one : No Firefox installation found
26/009/2015 04:09:00 - INFO - No proxy found for java. Trying next one
26/009/2015 04:09:00 - INFO - Syncing devices from github
26/009/2015 04:09:00 - INFO - Scanning devices folder for changes.
26/009/2015 04:09:07 - INFO - Pulling changes from github.
26/009/2015 04:09:08 - INFO - Devices sync finished.
26/009/2015 04:09:12 - INFO - Device connected with USB debugging off
26/009/2015 04:09:12 - INFO - For 2011 devices line, be sure you are not in MTP mode
26/009/2015 04:09:21 - INFO - Device disconnected
26/009/2015 04:09:41 - INFO - Device connected with USB debugging off
26/009/2015 04:09:41 - INFO - For 2011 devices line, be sure you are not in MTP mode
26/010/2015 04:10:21 - INFO - Device connected with USB debugging on
26/010/2015 04:10:22 - INFO - Connected device : Sony Xperia SP
26/010/2015 04:10:22 - INFO - Installed version of busybox : BusyBox v1.23.1-Stericson (2015-02-06 13:50:32 EST) multi-call binary.
26/010/2015 04:10:22 - INFO - Android version : 4.3 / kernel version : 3.4.0-perf-g4c8352f-00775-g89dacae / Build number : 12.1.A.1.205
26/010/2015 04:10:22 - INFO - Checking root access
26/010/2015 04:10:23 - INFO - Root Access Allowed
26/012/2015 04:12:28 - INFO - Device disconnected
26/012/2015 04:12:42 - INFO - Device connected in fastboot mode
26/013/2015 04:13:23 - INFO - Selected kernel (boot.img or kernel.sin): C:\Users\Master\Desktop\kernel.elf
26/013/2015 04:13:23 - INFO - Flashing selected kernel
26/013/2015 04:13:23 - INFO - sending 'boot' (9924 KB)...
26/013/2015 04:13:23 - INFO - FAILED (remote: The Device must be rooted first)
26/013/2015 04:13:23 - INFO - finished. total time: 0.010s
26/013/2015 04:13:23 - INFO - FASTBOOT Output:
sending 'boot' (9924 KB)...
FAILED (remote: The Device must be rooted first)
finished. total time: 0.010s
26/013/2015 04:13:23 - INFO - Please check the log before rebooting into system
I rooted the phone using towelroot and it seemed ok but then i tried flashing the kernel... any ideas why the flashing failed?
Thanks in advance
Why would you use towelroot when you got easy root method by the dev of doomkernel?
darkkfruit said:
Why would you use towelroot when you got easy root method by the dev of doomkernel?
Click to expand...
Click to collapse
Because TowelRoot is easier to use.
OP, have you made sure that the bootloader of your device is unlocked?
jackaros said:
Hello today i tried flashing Doomkernel v13 to my Xperia SP but i run into a problem with flashtool
Code:
26/008/2015 04:08:59 - INFO - Flashtool Version 0.9.18.5 built on 14-02-2015 15:30:00
26/008/2015 04:08:59 - INFO - Executing search strategies to find proxy selector
26/009/2015 04:09:00 - INFO - No proxy found for IE. Trying next one
26/009/2015 04:09:00 - INFO - Strategy firefox failed trying next one : No Firefox installation found
26/009/2015 04:09:00 - INFO - No proxy found for java. Trying next one
26/009/2015 04:09:00 - INFO - Syncing devices from github
26/009/2015 04:09:00 - INFO - Scanning devices folder for changes.
26/009/2015 04:09:07 - INFO - Pulling changes from github.
26/009/2015 04:09:08 - INFO - Devices sync finished.
26/009/2015 04:09:12 - INFO - Device connected with USB debugging off
26/009/2015 04:09:12 - INFO - For 2011 devices line, be sure you are not in MTP mode
26/009/2015 04:09:21 - INFO - Device disconnected
26/009/2015 04:09:41 - INFO - Device connected with USB debugging off
26/009/2015 04:09:41 - INFO - For 2011 devices line, be sure you are not in MTP mode
26/010/2015 04:10:21 - INFO - Device connected with USB debugging on
26/010/2015 04:10:22 - INFO - Connected device : Sony Xperia SP
26/010/2015 04:10:22 - INFO - Installed version of busybox : BusyBox v1.23.1-Stericson (2015-02-06 13:50:32 EST) multi-call binary.
26/010/2015 04:10:22 - INFO - Android version : 4.3 / kernel version : 3.4.0-perf-g4c8352f-00775-g89dacae / Build number : 12.1.A.1.205
26/010/2015 04:10:22 - INFO - Checking root access
26/010/2015 04:10:23 - INFO - Root Access Allowed
26/012/2015 04:12:28 - INFO - Device disconnected
26/012/2015 04:12:42 - INFO - Device connected in fastboot mode
26/013/2015 04:13:23 - INFO - Selected kernel (boot.img or kernel.sin): C:\Users\Master\Desktop\kernel.elf
26/013/2015 04:13:23 - INFO - Flashing selected kernel
26/013/2015 04:13:23 - INFO - sending 'boot' (9924 KB)...
26/013/2015 04:13:23 - INFO - FAILED (remote: The Device must be rooted first)
26/013/2015 04:13:23 - INFO - finished. total time: 0.010s
26/013/2015 04:13:23 - INFO - FASTBOOT Output:
sending 'boot' (9924 KB)...
FAILED (remote: The Device must be rooted first)
finished. total time: 0.010s
26/013/2015 04:13:23 - INFO - Please check the log before rebooting into system
I rooted the phone using towelroot and it seemed ok but then i tried flashing the kernel... any ideas why the flashing failed?
Thanks in advance
Click to expand...
Click to collapse
U forgot to unlock your bootloader:laugh:
Hi all,
I am asking for your help 'cause i'm really desperate.
A year ago I installed cyanogen on my xperia T. Since then i could not recharge the battery when the phone is turned off.
Now i got a problem with the internal storage. Since i tried to upgrade to cyanogen lollipop i had the storage blocked. I mean that i can't download anything from the browser, i can't send or receive vocal mex or images through whatsapp. I can't even take a screenshot. But (i don't know why), i'm able to download apps from the play store.
I tried to downgrade to cyanogen kitkat installing the .zip through cyanogen recovery and wiping data and cache, but the problem still exists.
What should i do?
Thanks, Giampi
Try this in Terminal:
su
chmod 777 /mnt/media_rw/sdcard0
chown 1023:1023 /mnt/media_rw/sdcard0
chown -R 1023:1023 /mnt/media_rw/sdcard0
I tried but the problems still persisted.
I think i just bricked my phone.
I tried to install a ftf through flashtool but the process is always interrupted by the error "You must have the according fsc script to flash this device"
So i tried to extract the .ftf and install the kernel.sin and the system.sin through fastboot and since then, my phone blocks to the "SONY" screen and than reboot infinitely.
I can still enter in flash mode or fastboot, but still get the error of the "according fsc", whatever ftf i try to install. I even tried to download the official ftf through sony companion ( http://forum.xda-developers.com/xperia-u/general/guide-how-make-ftf-stock-firmware-sus-t2075736 ).
What should i do?
UPDATE:
I updated flashtool to the last version and now i get a different error:
24/003/2015 17:03:10 - INFO - Preparing files for flashing
24/003/2015 17:03:15 - INFO - Please connect your device into flashmode.
24/003/2015 17:03:20 - INFO - Device connected in flash mode
24/003/2015 17:03:21 - INFO - Opening device for R/W
24/003/2015 17:03:21 - INFO - Reading device information
24/003/2015 17:03:21 - INFO - Phone ready for flashmode operations.
24/003/2015 17:03:21 - INFO - Opening TA partition 2
24/003/2015 17:03:21 - INFO - Current device : Unknown: Mar 13 2014/18:03:09 - CB5122QNE7 - Unknown: Mar 13 2014/18:03:09 - 1262-6309_9.2.A.1.205 - Unknown: Mar 13 2014/18:03:09
24/003/2015 17:03:21 - INFO - Closing TA partition
24/003/2015 17:03:21 - INFO - Start Flashing
24/003/2015 17:03:25 - INFO - Processing loader.sin
24/003/2015 17:03:25 - INFO - Checking header
24/003/2015 17:03:25 - INFO - Flashing data
24/003/2015 17:03:27 - INFO - Loader : S1_Root_7054 - Version : R5F001 / Boot version : R10AM009 / Bootloader status : ROOTED
24/003/2015 17:03:27 - INFO - Max packet size set to 64K
24/003/2015 17:03:27 - INFO - Making a TA backup
24/003/2015 17:03:27 - INFO - Opening TA partition 1
24/003/2015 17:03:27 - INFO - Start Dumping TA partition 1
24/003/2015 17:03:32 - INFO - Finished Dumping TA partition 1
24/003/2015 17:03:32 - INFO - TA partition 1 saved to C:\Users\Giampietro\.flashTool\registeredDevices\CB5122QNE7\s1ta\2015-09-24_05-03-27\1.ta
24/003/2015 17:03:32 - INFO - Closing TA partition
24/003/2015 17:03:32 - INFO - Opening TA partition 2
24/003/2015 17:03:32 - INFO - Start Dumping TA partition 2
24/003/2015 17:03:33 - INFO - Finished Dumping TA partition 2
24/003/2015 17:03:33 - INFO - TA partition 2 saved to C:\Users\Giampietro\.flashTool\registeredDevices\CB5122QNE7\s1ta\2015-09-24_05-03-27\2.ta
24/003/2015 17:03:33 - INFO - Closing TA partition
24/003/2015 17:03:33 - INFO - Ending flash session
24/003/2015 17:03:33 - ERROR -
24/003/2015 17:03:33 - ERROR - Error flashing. Aborted
UPDATE 2:
I tried i very old versione of flashtool and all went well. Now my phone works, i have the original jelly bean. But the problem of the blocked internal storage still exists
Then try the terminal commands above, but replace the "1023" with "2800"
WhiteNeo said:
Then try the terminal commands above, but replace the "1023" with "2800"
Click to expand...
Click to collapse
The last command return me an error: "no such user '-r' "
Update:
I solved all my problems following this guide: http://forum.xda-developers.com/showthread.php?t=2712253&nocache=1
I'm at a bit of a loss on what to do right now. I had an Xperia XP (F8132) which died on me, so I got a new one with warranty replacement. I had a TWRP backup of my entire old phone, so I did an official bootloader unlock of the new F8132, and then flashed the TWRP recovery. I then tried to restore the backup of my old phone and had everything selected, though it appeared to fail, saying something about the data partition not being flashed. Anyway, I decided to reboot the phone, only to find that it would not boot.
I can not get the phone into flashboot or recovery at all. As soon as I plug the phone into a computer, it will go into flashmode (green LED), regardless of what buttons are pressed. I've tried holding down the power and volume buttons for a soft/hard reset though neither seem to do anything. The screen doesn't power on either, so I can't tell what the power level is or whether the phone is on or off. Now, when I attempt to reset the phone, there are no vibrations or any indicators.
Nothing appears to happen when I plug the phone in to charge. I think it warms up a bit, but there are no LEDs. For the past few days, the phone has simply sat on my desk doing nothing.
In short, my phone appears to be bricked, and all I get is a green LED when I plug it into the computer. I've attempted to flash a stock FTF, but it fails every time with "Processing of partition.sin finished with errors". So...any advice?
Method1 : Maybe ftf error, try another one.
Method2: relock bootloader and use Xperia™ Companion to repair.
P.S. TWRP backup cannot cross drvice to recovery the data and system.
bkk99213 said:
Method1 : Maybe ftf error, try another one.
Method2: relock bootloader and use Xperia™ Companion to repair.
P.S. TWRP backup cannot cross drvice to recovery the data and system.
Click to expand...
Click to collapse
I've tried a few things, though none have worked so far.
I've tried using two different FTF files I've downloaded, and one that I bundled using Xperifirm and Flashtool but all give the same error. It appears that flashing will fail regardless of what I exclude, and even trying kernel.sin on its own doesn't work.
I am able to unlock and relock the bootloader using Flashtool, but I get a "getphoneinfofailure" UE_302 from Xperia companion, so that doesn't seem to work either.
I think this may have happened because I renamed my old TWRP backup to match the serial of my new device to try to restore it. I probably shouldn't have done that. I'm looking at the guide to "Recover 2012 and newer XPERIAs from SOFT-brick" by Toledo_JAB, but I can't quite tell what my battery level is at the moment. The phone has no reaction whatsoever normally, and no LEDs when plugged into a charger, but will enter flashmode whenever plugged into a computer.
Can you enter fastboot mode(blue LED) or TWRP?
bkk99213 said:
Can you enter fastboot mode(blue LED) or TWRP?
Click to expand...
Click to collapse
No, I'm unable to get the screen to power on in any way, so unable to get into recovery. Strangely, fastboot does not work either. Regardless of whether the volume up, volume down, or no button is held when I plug it into the computer, I get a green LED and it is recognised as being in flash mode by Flashtool.
Unlock/Relock bootloader need fastboot mode.
So, how can you relock bootloader and use Xperia™ Companion before?
If you can relock bootloader, that mean you can enter fastboot mode.
bkk99213 said:
Unlock/Relock bootloader need fastboot mode.
So, how can you relock bootloader and use Xperia™ Companion before?
If you can relock bootloader, that mean you can enter fastboot mode.
Click to expand...
Click to collapse
I originally unlocked the bootloader in fastboot, but that was when the phone was still functional.
I relocked the bootloader using Flashtool, while my phone was in flash mode.
Relock using flashtool....
For flashtool, when you relock, you also need enter fastboot mode. So, I think, your phone can enter fastboot mode.
Or ... Have you got the log when relock using flashtool?
Maybe relock is unsuccessful.
bkk99213 said:
Relock using flashtool....
For flashtool, when you relock, you also need enter fastboot mode. So, I think, your phone can enter fastboot mode.
Or ... Have you got the log when relock using flashtool?
Maybe relock is unsuccessful.
Click to expand...
Click to collapse
The LED on my phone remains green the whole time, and it appears to be successful in relocking and unlocking.
Code:
29/018/2017 17:18:08 - INFO - Flashtool Version 0.9.23.2 built on 19-01-2017 21:50:00
29/018/2017 17:18:08 - INFO - Executing search strategies to find proxy selector
29/018/2017 17:18:08 - INFO - No proxy found for IE. Trying next one
29/018/2017 17:18:08 - INFO - Strategy firefox failed trying next one : No Firefox installation found
29/018/2017 17:18:09 - INFO - No proxy found for java. Trying next one
29/018/2017 17:18:09 - INFO - Syncing devices from github
29/018/2017 17:18:09 - INFO - Opening devices repository.
29/018/2017 17:18:09 - INFO - Scanning devices folder for changes.
29/018/2017 17:18:38 - INFO - Pulling changes from github.
29/018/2017 17:18:41 - INFO - Quietly closing devices repository.
29/018/2017 17:18:41 - INFO - Quietly closing devices repository.
29/018/2017 17:18:41 - WARN - close() called when useCnt is already zero
29/018/2017 17:18:41 - INFO - Devices sync finished.
29/018/2017 17:18:41 - INFO - Loading devices database
29/018/2017 17:18:41 - INFO - Loaded 98 devices
29/018/2017 17:18:41 - INFO - Starting phone detection
29/018/2017 17:18:46 - INFO - Device disconnected
29/018/2017 17:18:52 - INFO - Please connect your device into flashmode.
29/019/2017 17:19:04 - INFO - Device connected in flash mode
29/019/2017 17:19:05 - INFO - Opening device for R/W
29/019/2017 17:19:05 - INFO - Reading device information
29/019/2017 17:19:05 - INFO - Phone ready for flashmode operations.
29/019/2017 17:19:05 - INFO - Opening TA partition 2
29/019/2017 17:19:05 - INFO - Current device : F8131 - CB512B2JLN - 1302-6562_R2D - 1300-5317_41.2.A.2.223 - GENERIC_41.2.A.7.8
29/019/2017 17:19:05 - INFO - Closing TA partition
29/019/2017 17:19:05 - INFO - No loader in the bundle. Searching for one
29/019/2017 17:19:05 - INFO - No matching loader found
29/019/2017 17:19:05 - WARN - No loader found or set manually. Skipping loader
29/019/2017 17:19:05 - INFO - Loader : S1_Root_de8d - Version : 1299-4832_S1_Boot_MSM8996_LA2.0_N_110 / Boot version : 1299-4832_S1_Boot_MSM8996_LA2.0_N_110 / Bootloader status : NOT_ROOTABLE
29/019/2017 17:19:05 - INFO - Max packet size set to 4M
29/019/2017 17:19:05 - INFO - Opening TA partition 2
29/019/2017 17:19:05 - INFO - Start Reading unit 00 00 08 B2
29/019/2017 17:19:05 - INFO - Reading TA finished.
29/019/2017 17:19:05 - INFO - Closing TA partition
29/019/2017 17:19:06 - INFO - Unlock code saved to C:\Users\_____\.flashTool\registeredDevices\CB512B2JLN\ulcode.txt
29/019/2017 17:19:12 - INFO - Relocking device
29/019/2017 17:19:12 - INFO - Opening TA partition 2
29/019/2017 17:19:12 - INFO - Writing TA unit 000008B2. Value :
29/019/2017 17:19:12 - INFO - Closing TA partition
29/019/2017 17:19:12 - INFO - Relock finished
29/019/2017 17:19:16 - INFO - Ending flash session
29/019/2017 17:19:16 - INFO - You can now unplug and restart your device
29/019/2017 17:19:16 - INFO - Device connected in flash mode
29/019/2017 17:19:17 - INFO - Device disconnected
29/019/2017 17:19:22 - INFO - Device connected in flash mode
29/019/2017 17:19:22 - INFO - Please connect your device into flashmode.
29/019/2017 17:19:23 - INFO - Opening device for R/W
29/019/2017 17:19:23 - INFO - Reading device information
29/019/2017 17:19:23 - INFO - Phone ready for flashmode operations.
29/019/2017 17:19:23 - INFO - Opening TA partition 2
29/019/2017 17:19:23 - INFO - Current device : F8131 - CB512B2JLN - 1302-6562_R2D - 1300-5317_41.2.A.2.223 - GENERIC_41.2.A.7.8
29/019/2017 17:19:23 - INFO - Closing TA partition
29/019/2017 17:19:23 - INFO - No loader in the bundle. Searching for one
29/019/2017 17:19:23 - INFO - No matching loader found
29/019/2017 17:19:23 - WARN - No loader found or set manually. Skipping loader
29/019/2017 17:19:23 - INFO - Loader : S1_Root_de8d - Version : 1299-4832_S1_Boot_MSM8996_LA2.0_N_110 / Boot version : 1299-4832_S1_Boot_MSM8996_LA2.0_N_110 / Bootloader status : NOT_ROOTABLE
29/019/2017 17:19:23 - INFO - Max packet size set to 4M
29/019/2017 17:19:23 - INFO - Opening TA partition 2
29/019/2017 17:19:23 - INFO - Start Reading unit 00 00 08 B2
29/019/2017 17:19:23 - INFO - Reading TA finished.
29/019/2017 17:19:23 - INFO - Closing TA partition
29/019/2017 17:19:26 - INFO - Unlocking device
29/019/2017 17:19:26 - INFO - Opening TA partition 2
29/019/2017 17:19:26 - INFO - Writing TA unit 000008B2. Value : 45 42 35 38 39 33 42 42 31 44 45 43 39 39 41 32
29/019/2017 17:19:26 - INFO - Closing TA partition
29/019/2017 17:19:27 - INFO - Unlock finished
29/019/2017 17:19:29 - INFO - Ending flash session
29/019/2017 17:19:29 - INFO - You can now unplug and restart your device
29/019/2017 17:19:29 - INFO - Device connected in flash mode
29/019/2017 17:19:30 - INFO - Device disconnected
29/019/2017 17:19:35 - INFO - Device connected in flash mode
Bootloader status : NOT_ROOTABLE???
By Google, it say NOT_ROOTABLE cannot get unlock code
Any I got mistake, I also can unlock by flashmode.
It seems this might actually be a hard brick, or close to one. It doesn't appear to be recognised by Emma, the official Sony flash tool. And it seems to come up as some sort of "SOMC Flash Device" for drivers. The s1tool and test point emergency flash for older Xperia devices would be incredibly helpful now, but it doesn't seem to support any of the newer Xperia devices. Is there anything similar for the 2016 line to recover from a hard brick?