Xperia 10 flashing does not find phone
Bought new xperia 10 & Jolla license. Last time with xperia x I used windows but this time decided linux (32 bit Ubuntu Mate)
Everything seemed to go rather well - here some listing:
delld420@delld420-Latitude-D420:~$ sudo fastboot oem unlock 0x3EC4F7AD6E0B32B6
... FAILED (remote: unknown command) finished. total time: 0.002s delld420@delld420-Latitude-D420:~$ sudo fastboot oem unlock 0x3EC4F7AD6E0B32B6
... FAILED (remote: Incorrect format for unlock data) finished. total time: 0.071s delld420@delld420-Latitude-D420:~$ sudo fastboot oem unlock 0x3EC4F7AD6E0B32B6
... FAILED (remote: unknown command) finished. total time: 0.000s delld420@delld420-Latitude-D420:~$
--- so somehow this did not work --- then I tried this "fastboot devices"
delld420@delld420-Latitude-D420:~$ sudo fastboot devices
[sudo] password for delld420:
CQ3001J359 fastboot
delld420@delld420-Latitude-D420:~$ sudo fastboot oem unlock 0x3EC4F7AD6E0B32B6 < waiting for any device > ... OKAY [ 1.104s] finished. total time: 1.104s
---- Now the xperia is unlocked
---- Now reconnect usb again --- but
---- then my finger slipped while pushing the usb connector
---- Xperia booted indicating something like "erasing"
---- Next trials end up with this message
delld420@delld420-Latitude-D420:~/Downloads/Xperia10/Sailfish_OS-Jolla-3.2.0.14-i4113-0.0.4.10$ ./flash.sh
[sudo] password for delld420:
Detected Linux Searching device to flash.. No device that can be flashed found. Please connect your device in fastboot mode before running this script. delld420@delld420-Latitude-D420:~/Downloads/Xperia10/Sailfish_OS-Jolla-3.2.0.14-i4113-0.0.4.10$
Every time I boot xperia there is message on the display "Device sw can not be checked for corruption. Lock bootloader".
Any ideas how to get xperia connected again. However, the (Android) Xperia 10 seems to work without any problems. On System settings - Developer options --- the USB debugging is still SET. OEM unlocking is gray (Bootloader is already unlocked).
Can you try running
sudo fastboot devices -s CQ3001J359 getvar product
And verify that the actual product number matches with the package that you downloaded (single-SIM, dual-SIM, plus vs non-plus etc.)? It should be 5 characters long. It should match with the ID that seems to be in the package you have (
arinan ( 2019-11-24 21:11:09 +0200 )editi4113
)Running that command gives:
sudo fastboot devices -s CQ3001J359 getvar product
[sudo] password for delld420:
CQ3001J359 fastboot
delld420@delld420-Latitude-D420:~/Downloads/Xperia10/Sailfish_OS-Jolla-3.2.0.14-i4113-0.0.4.10$
Seems that after issuing command "bash ./flash.sh" delld420@delld420-Latitude-D420:~/Downloads/Xperia10/Sailfish_OS-Jolla-3.2.0.14-i4113-0.0.4.10$ bash ./flash.sh
Detected Linux
Searching device to flash..
No device that can be flashed found. Please connect your device in fastboot mode before running this script.
delld420@delld420-Latitude-D420:~/Downloads/Xperia10/Sailfish_OS-Jolla-3.2.0.14-i4113-0.0.4.10$
After that xperia disconnects (blue light goes off) and moves to battery charging mode.
friikki218 ( 2019-11-24 21:50:35 +0200 )editDid the following (to make easier to read, I renamed the xperia folder)
delld420@delld420-Latitude-D420:~/Downloads/Xperia10/Sailfish10$ sudo fastboot oem unlock 0x3EC4F7AD6E0B32B6 < waiting for any device >
... plugged usb and blue light ... FAILED (remote: Device already unlocked) finished. total time: 0.018s
--- yes just tested can I connect to xperia
delld420@delld420-Latitude-D420:~/Downloads/Xperia10/Sailfish10$
delld420@delld420-Latitude-D420:~/Downloads/Xperia10/Sailfish10$ -- now does it begin flash?
bash ./flash.sh
Detected Linux Searching device to flash.. Found 0 devices: Incorrect number of devices connected. Make sure there is exactly one device connected in fastboot mode. delld420@delld420-Latitude-D420:~/Downloads/Xperia10/Sailfish10$ --- What does it mean "incorrect numberr of devices...". Have only on xperia 10 ???
friikki218 ( 2019-11-24 22:34:54 +0200 )editSorry, I had a mistake in my command:
arinan ( 2019-11-24 23:00:23 +0200 )editsudo fastboot -s CQ3001J359 getvar product
Problem solved! Decided to move back to my good old win7. Because xperia bootloader was already unlocked it just needed the final step - flashing. Win7 could connect and do flashing. Now xperia is running sailfish nice and well. Thanks for your kind assistance!!
friikki218 ( 2019-11-24 23:58:31 +0200 )edit