UBports Robot Logo UBports Forum
    • Kategorien
    • Aktuell
    • Tags
    • Beliebt
    • Benutzer
    • Gruppen
    • Suche
    • Registrieren
    • Anmelden

    Sony Xperia X (suzu/F5121 & F5122)

    Geplant Angeheftet Gesperrt Verschoben Sony Xperia X (F5121 & F5122)
    324 Beiträge 63 Kommentatoren 250.9k Aufrufe 15 Watching
    Lade mehr Beiträge
    • Älteste zuerst
    • Neuste zuerst
    • Meiste Stimmen
      Antworten
      • In einem neuen Thema antworten
      Anmelden zum Antworten
      Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
      • KrilleK Offline
        Krille @hsabun
        zuletzt editiert von

        Since todays update I don't have the circle of flash anymore but a Yumi and "Installing update". Very nice 🙂

        Is there any progress on the content-hub bug? I don't know how to help but maybe I could take a look at the sources and play around with it if you send me a link.

        1 Antwort Letzte Antwort Antworten Zitieren 2
        • M Offline
          makeixo
          zuletzt editiert von makeixo

          Hi,

          today I have tried to flash UT on my X. Everything went fine until the UBports installer gave out an error:

          Error: systemimage: Error: Error: Failed to push file 0: Error: Push failed: stdout: adb: error: failed to copy 'home/user/etc... to '/cache/recovery/ubports-910eb8d940df68e751cd1e047a1b438b85bc24471aade397242765009a6c4d.tar.xz': remote write failed: Read-only file system 
          /home/user/etc.../.cache/ubports/pool/ubports-910eb8d940df68e751cd1e047a1b438b85bc24471aade397242765009a6c4d.tar.xz' 0 files pushed. 9.7 MB/s (139115944 bytes in 13.724s)
          

          Now the phone has an bootloop. It always boots into the android recovery, shuts down and boots again, even if I get to the option "reboot to bootloader".
          The only thing I can do is to power it off.

          Anyone who can help me to solve this.

          1 Antwort Letzte Antwort Antworten Zitieren 0
          • N Offline
            nyu
            zuletzt editiert von

            Wipe data,system&cache partition with TWRP before Flash the OEM binaries

            Remove SD card before run the UBports installer

            M 1 Antwort Letzte Antwort Antworten Zitieren 2
            • M Offline
              makeixo @nyu
              zuletzt editiert von makeixo

              @nyu got it! Thank you, man!

              1 Antwort Letzte Antwort Antworten Zitieren 0
              • H Offline
                hsabun
                zuletzt editiert von

                Today i found an ubuntu touch update, and after upgrading the phone is not booting up(black screen)

                N tuxusT 2 Antworten Letzte Antwort Antworten Zitieren 0
                • N Offline
                  nyu @hsabun
                  zuletzt editiert von

                  @hsabun If sd card is inserted, then phone gets freeze with black screen in recovery

                  1 Antwort Letzte Antwort Antworten Zitieren 1
                  • tuxusT Offline
                    tuxus @hsabun
                    zuletzt editiert von

                    @hsabun

                    1. download the update
                    2. pull sd card drawer a little
                    3. install update
                    4. push sd card drawer
                    5. if sim-card not detected make reboot
                    1 Antwort Letzte Antwort Antworten Zitieren 2
                    • K Offline
                      kuleszdl
                      zuletzt editiert von

                      On the edge channel, the camera is always crashing for me and even reboots the phone. Has anyone got the camera working on edge?

                      tuxusT 1 Antwort Letzte Antwort Antworten Zitieren 0
                      • tuxusT Offline
                        tuxus @kuleszdl
                        zuletzt editiert von tuxus

                        @kuleszdl Yes, camera is working

                        sudo umount /lib/udev/rules.d/70-android.rules && sudo umount /usr/share/apparmor/hardware/graphics.d/apparmor-easyprof-ubuntu_android && sudo umount /usr/share/apparmor/hardware/video.d/apparmor-easyprof-ubuntu_android
                        
                        sudo ubports-qa install xenial_-_gst-droid
                        
                        sudo apt install gstreamer1.0-droid nemo-qtmultimedia-plugins
                        
                        L 1 Antwort Letzte Antwort Antworten Zitieren 0
                        • KrilleK Offline
                          Krille
                          zuletzt editiert von

                          I was able to fix the content hub bug by just removing these lines:
                          https://github.com/ubports/content-hub/blob/f0d91e8ad42536486fa291f8ede3964f8bb75c53/src/com/ubuntu/content/detail/transfer.cpp#L187-L191

                          I don't know how important this check is for the other devices but now on my phone I can send files in FluffyChat and Teleports from the gallery without any problems.

                          tuxusT 1 Antwort Letzte Antwort Antworten Zitieren 0
                          • tuxusT Offline
                            tuxus @Krille
                            zuletzt editiert von

                            @Krille Is there a update comming?

                            KrilleK 1 Antwort Letzte Antwort Antworten Zitieren 0
                            • KrilleK Offline
                              Krille @tuxus
                              zuletzt editiert von

                              @tuxus no. Just wanted to share, that this solves it for me. But removing a check like this, where we have no idea what it does, can be dangerous. Ever played Mikado?

                              tuxusT 1 Antwort Letzte Antwort Antworten Zitieren 0
                              • tuxusT Offline
                                tuxus @Krille
                                zuletzt editiert von

                                @Krille It's okay, you are right. Was just a question. I think, some users can test it.

                                KrilleK tuxusT 2 Antworten Letzte Antwort Antworten Zitieren 1
                                • KrilleK Offline
                                  Krille @tuxus
                                  zuletzt editiert von

                                  @tuxus You can test it with this build of Content Hub: https://janian.de/index.php/s/k5Gt2FQCfyeK73Y

                                  Steps to test:

                                  1. Download the 4 .deb files and push them to your phone
                                  2. On your phone mount in write mode with:
                                  sudo mount -o remount,rw /
                                  
                                  1. Install the deb files on your phone with:
                                  sudo apt install ./*.dev --reinstall
                                  
                                  1. Reboot your phone
                                  1 Antwort Letzte Antwort Antworten Zitieren 0
                                  • tuxusT Offline
                                    tuxus @tuxus
                                    zuletzt editiert von

                                    Dieser Beitrag wurde gelöscht!
                                    1 Antwort Letzte Antwort Antworten Zitieren 0
                                    • tuxusT Offline
                                      tuxus
                                      zuletzt editiert von

                                      @Krille I'll try it in the evening. Thanks.

                                      1 Antwort Letzte Antwort Antworten Zitieren 0
                                      • L Offline
                                        livrecinq @tuxus
                                        zuletzt editiert von livrecinq

                                        @tuxus Thanks. Where do you find the ubports-qa binary ? I am on Debian buster. OK, it’s on the phone. But, I guess that I will lose the fix with the next update, isn’t it ?

                                        Ils ne savaient pas que c'était impossible, alors ils l'ont fait. - Mark Twain

                                        1 Antwort Letzte Antwort Antworten Zitieren 0
                                        • T Offline
                                          turtlenate
                                          zuletzt editiert von

                                          Hi, I have a 32GB Suzu that I would love to get running UB Touch, to upgrade form my Nexus 5. Currently I haven't had any luck getting it running. I have,

                                          -Used Emma the Xperia flashing tool to upgrade to Android 8
                                          -Turned on USB debugging
                                          -Installed TWRP and used it to wipe the cache, dalvik cache, data and system
                                          -Installed UBports with the installer, it says it has successfully installed

                                          Then after the phone reboots I just get a black screen. I have tried both devel and edge channels.

                                          Any tips to get it running would be much appreciated.

                                          Cheers

                                          fredldotmeF L A 3 Antworten Letzte Antwort Antworten Zitieren 0
                                          • M Offline
                                            makeixo
                                            zuletzt editiert von

                                            Yesterday I have noticed a bigger bug of the camera app.

                                            When I opened the camera half of the screen were green and the vibrator started and did not turn off until I shut it off.

                                            Has ubports found a dev who wants to take over the Xperia X? Does anyone know that?

                                            L 1 Antwort Letzte Antwort Antworten Zitieren 0
                                            • fredldotmeF Offline
                                              fredldotme @turtlenate
                                              zuletzt editiert von

                                              @turtlenate do you have an SD card inserted?

                                              @makeixo Sadly, nobody has taken my position as the Xperia X maintainer yet 😕

                                              L M 2 Antworten Letzte Antwort Antworten Zitieren 0
                                              • Erster Beitrag
                                                Letzter Beitrag