Sony Xperia X Performance (dora/F8131 & F8132)
-
@herkovb I tried that too, did not work though. I managed to do it by now, it worked just fine after installing TWRP and erasing the above mentioned data
-
Hello,
Any updates regarding this port? Andreas is the only one maintaining it? -
@CB1929 Does installing TWRP delete the OEM binaries or is that another step. I'm having the exact same issue that your were having. I completed the step above to install the binaries, and then saw your comment about TWRP. Thanks!
-
So does it mean I can install ubuntu touch in Sony Xpedia xz1 thought installer without changing any config or any special steps?
-
@kophamerla I think it is just another step, at least I did not have to reinstall the binaries afterwards and it works just fine now. Good luck!
-
For those having an issue with the never ending reboot of their Sony Xperia X Performance when trying to install, and having issues gaining access to TWRP. Please follow these instructions, it will fix all issues.
-
Start your phone in fastboot
-
In terminal make sure your device is showing up. Type "fastboot devices" and your phone should appear in the list.
-
Make sure you know the path to your TWRP recovery IMG file (twrp-3.4.0-0-dora.img). I just open terminal in the folder where the TWRP IMG resides, and then enter the following command,
"fastboot flash boot twrp-3.4.0-0-dora.img"
Remove the usb when complete and reboot the phone, it should startup to TWRP.
-
In TWRP select, "wipe", "format data"
-
Don't wipe everything, just wipe "data", "system", "dalvik", and "cache."
-
Reboot to bootloader and use UBports-installer to flash again. The installer first flashes UBports recovery, then the phone reboots and automatically goes into UBports recovery, then the system is flashed.
Let the installer and phone do their thing, it should work.
-
-
Andreas: In the status/working area of your first post, USB/ADB is working. Does this work similar to the Nexus 5 and allow tethering?
-
Hello everyone.
Hope you are all safe.
I installed the Ubuntu Touch on my Sony Xperia X Performance. After that, I received almost daily updates. However from beginning of June, I have not received any update. I'm on the Development Channel. The last update I have is:
- OS build number: 2020-06-07
- NOF27B 53 test-keys
I also tried to reinstall the OS by using the UBProts installer, but it stays on through same build number as shown above.
Are other here also on the same build number and not receiving any updates?
Cheers and thanks in advance for the help and/or responses.
J.
-
Will this work on SOV33? That's the one I found locally so far.
-
@MaxSo216 I made some attempts with xz1. Fixed issues in the sony kernel. But besides that it is more different than expected. It shows multiple flash devices. It will be possible but will require more time, that I do not have right now.
-
@malditobastardo camera/video and loss of wifi configuration will be fixed through ubports rootfs updates. The former could be manually fixed by using gst-droid. The latter is a kernel issue that makes temporary mac address changes of the wifi chip fail - but undetected by network manager. A newer version might fix that..
-
@kophamerla said in Sony Xperia X Performance (dora/F8131 & F8132):
Type "fastboot devices" and your phone should appear in the list.
Hello, and what to do in case I type "fastboot devices" and my phone does not appear?
Thanks for your suggestion.
Br.
T. -
@jdavid_t said in Sony Xperia X Performance (dora/F8131 & F8132):
updates
What channel are you using?
$ system-image-cli --info
-
@Tellina Depends on what state your phone is in - when you do "fastboot devices" the blue led has to glow, otherwise it is not in fastboot mode, or the USB cable has issues, or the USB hub in your system has issues.
-
@kugiigi I was supposed to grab three suzu devices and accidently bought doras - so I had to adapt the port. Overall it is still not as polished, and it does not feel faster - yet. There is still something odd. Moving to arm64 made it snappier and removing the disfunct thermanager also helped. Still battery usage and overall performance should be better.
-
@Andreas-Pokorny Hello Andreas. Thanks for your reply. I checked the output of the "system-image-cli --info" and it shows that I'm on the:
- current build number: 53
- channel: 16.04/community/anpok/devel
I've read that there are now other channels, and that I should move to the arm64 branch. I will reinstall the OS using the installer.
-
@Andreas-Pokorny The previous version bugs still persist on OTA-13, plus camera not working now, any idea how to fix those?
-
Bugs i found until now:
-
No GPS detection
-
Wi-fi disconnects randomly (and sometimes is hard to reconnect, keeps asking for password) - New
-
When reboot wi-fi connection is lost, need to add password again
-
Camera doesn't work (photo and video)
-
-
I was having major issues. No instructions on here did the job. I am a total newbie, never flashed a phone or used Linux in my life. I expected, the F8131 I bought would just plug into UBPorts and self install - it did not. So for anyone else stuck with this phone - this is the solution:
@kophamerla @Andreas-Pokorny I used bits from you guys and then some tweeks from myself to come up with this solution:
SUCCESS !! This is solution for anyone else, using Windows 10
Get ABD drivers
Unlock Bootloader
Allow USB debugging
Use Sony 'Emma' tool to get Latest software & Firmware available on there - (bottom 2 on list) You need to put phone in flash mode to be seen. (Hold volume down whilst connecting USB to PC)
Put phone in Fastboot (hold down volume up whilst connecting USB to PC)
Go to device manager - check that Android device is showing with ABD device - if not look at other devices for an S1 fastboot device with a warning symbol showing no driver. Update driver - select from computer and put driver location. If this doesn't make the device from other device to Android device, then get ABD from google and use that one.Get TWRP, twrp-3.4.0-0-dora.img open command prompt in that folder. Type: fastboot flash boot twrp-3.4.0-0-dora.img
Boot up phone, will be in TWRP. Select Wipe, then format data - type yes. Back to advanced wipe - select DATA, CACHE & SYSTEM and wipe them.
Then use UBPorts installer. Put phone into Fastboot, and leave connected to computer until end of process. Manually tell it F8131 as device. Leave fastboot checked, I used channel marked 'stable', I think. Continue on. Phone will boot into UBPorts recovery, and will then install Ubuntu. It will reboot, you'll see Ubuntu robot and 'installing update' phone will then reboot BUT will be stuck on SONY boot splash screen. So hold down power and volume up, releasing power when screen goes black, until blue LED is on - which means its back in fastboot mode.
Then Flash the OEM binaries from: https://developer.sony.com/file/download/software-binaries-for-aosp-nougat-android-7-1-kernel-4-4-tone/ using fastboot flash oem SW_binaries_for_Xperia_AOSP_N_MR1_5.7_r1_v08_tone.img
Do this by opening a command prompt, again, within the folder. When its done reboot phone. This time SONY screen will make way for UBUNTU TOUCH.......YAY!!!!!
-
@paulmbcufc
Thanks for sharing your findings.
I'm glad you managed to get UT on your phone