UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Sony Xperia 10 (kirin)

    Scheduled Pinned Locked Moved Sony Xperia 10
    74 Posts 17 Posters 24.2k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • H Offline
        HengYeDev
        last edited by

        Port for Sony Xperia 10 (kirin)

        Sources
        Kernel: https://gitlab.com/ubports/community-ports/android9/sony-xperia-10/kernel-sony-kirin
        Device: https://gitlab.com/ubports/community-ports/android9/sony-xperia-10/sony-kirin
        Halium: Halium 9 generic systemimage

        Status

        Working

        Actors: Manual brightness
        Actors: Vibration
        Camera: Photo
        Camera: Video
        Camera: Switch between back and front camera
        Cellular: Carrier info, signal strength
        Cellular: Data connection
        Cellular: Incoming, outgoing calls
        Cellular: MMS in, out
        Cellular: PIN unlock
        Cellular: SMS in, out
        Cellular: Change audio routings
        Cellular: Voice in calls
        Endurance: Battery lifetime > 24h from 100%
        Endurance: No reboot needed for 1 week
        GPU: Boot into UI
        GPU: Hardware video decoding
        Misc: Battery percentage
        Misc: Offline charging
        Misc: Online charging
        Misc: Reset to factory defaults
        Misc: RTC time is used after reboot
        Misc: SD card detection and access - only for devices that support it
        Misc: Shutdown / Reboot
        Network: Bluetooth
        Network: Flight mode
        Network: Hotspot
        Network: WiFi
        Sensors: Automatic brightness
        Sensors: Fingerprint reader
        Sensors: Rotation
        Sensors: Touchscreen
        Sound: Earphones
        Sound: Loudspeaker
        Sound: Microphone
        Sound: Volume control

        Untested

        USB: MTP access
        Libertine
        Sensors: GPS
        MMS

        Not Working
        Torch
        Lights
        Anbox

        Install

        IMPORTANT: Install stock Android 9 Sony ROM (53.0.*)
        Download latest flashableartifacts from https://gitlab.com/ubports/community-ports/android9/sony-xperia-10/sony-kirin/-/jobs
        Format userdata to ext4
        Go to TWRP and make sure you are on the A slot. If not, choose the A slot.
        fastboot flash boot_a boot.img
        fastboot flash system_a system.img
        Boot into Ubuntu Touch!
        
        golliath51G J 4 Replies Last reply Reply Quote 2
        • golliath51G Offline
          golliath51 @HengYeDev
          last edited by

          @hengyedev precise for I3123 with single SIM

          H Z 2 Replies Last reply Reply Quote 0
          • H Offline
            HengYeDev @golliath51
            last edited by

            @golliath51 It works on Sony Xperia 10 i3123 and i3113 (single sim, international and US)

            Dual sim should work with some configuration changes.

            1 Reply Last reply Reply Quote 0
            • T Offline
              tac
              last edited by

              I have a Sony Xperia 10 Plus L4293 model and I have not been able to install Ubuntu Touch on my device. First issue is since I have unlocked the boot loader it appears emma will not present any roms for me to install on the phone.

              2nd to that I appear to be having issues flashing 3rd party roms to the phone as well from sites like https://xperiastockrom.com/ and others.

              Is there any way to forgo the Android 9 stock install and complete partitioning manually? I thought I read somewhere you need the stock rom in order to setup the proper phone partitions.

              Thanks

              H 1 Reply Last reply Reply Quote 0
              • H Offline
                HengYeDev @tac
                last edited by

                @tac It needs android 9 stock ROM or it will not work at all. Maybe try the Sony Emma tool.

                T 1 Reply Last reply Reply Quote 0
                • T Offline
                  tac @HengYeDev
                  last edited by

                  Ok,Thanks @hengyedev , but unfortunately the emma tool does not support the l4293 model for the Xperia 10 Plus.

                  1 Reply Last reply Reply Quote 0
                  • H Offline
                    HengYeDev
                    last edited by

                    @tac Is there an error? Have you tried some other distributors of stock android 9 ROM?

                    T 1 Reply Last reply Reply Quote 0
                    • T Offline
                      tac @HengYeDev
                      last edited by

                      @hengyedev it just hangs or boot loops and tills me the software on your device is corrupt? I have been able to install lineage 17.1 on the device and sailfish os. Would a version of lineage os that is based on Android 9 work or does it have to be the Stock Android Rom?

                      H 1 Reply Last reply Reply Quote 0
                      • H Offline
                        HengYeDev @tac
                        last edited by

                        @tac It must be stock android 9 rom

                        Z 1 Reply Last reply Reply Quote 0
                        • Z Offline
                          zentrr @golliath51
                          last edited by

                          @golliath51 Hello.
                          Have you fixed the problem with the cellular connection?

                          golliath51G 1 Reply Last reply Reply Quote 0
                          • Z Offline
                            zentrr @HengYeDev
                            last edited by

                            @hengyedev Good time of day.
                            I have a Sony I4113 does not work cellular connection.
                            How do I fix this?

                            C 1 Reply Last reply Reply Quote 0
                            • C Offline
                              Crockett1981 @zentrr
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • golliath51G Offline
                                golliath51 @zentrr
                                last edited by

                                @zentrr my cellular works with this modification:
                                by ssh or directly on your terminal
                                change your filesystem permission with

                                sudo mount -o remount,rw /
                                

                                modify with vi le file /etc/ofono/ril_subscription.conf by

                                sudo vi /etc/ofono/ril_subscription.conf
                                
                                [Settings]
                                #EmptyConfig=false
                                #Identity=radio:radio
                                #3GLTEHandover=true
                                #SetRadioCapability=auto
                                
                                SetRadioCapability=off
                                emptyPinQuery=false
                                radioPowerCycle=false
                                confirmRadioPowerOn=false
                                useDataProfiles=true
                                
                                [ril_0]
                                transport=binder:name=slot1
                                name=slot1
                                
                                [ril_1]
                                transport=binder:name=slot2
                                name=slot2
                                

                                and main.conf

                                sudo vi /etc/ofono/main.conf
                                
                                [ModemManager]
                                AutoSelectDataSim=always
                                
                                

                                and reboot and phone

                                flohackF 1 Reply Last reply Reply Quote 1
                                • flohackF Offline
                                  flohack @golliath51
                                  last edited by

                                  @golliath51 main.conf had a bug, in the latest rootfs this change should not be necessary anymore πŸ˜‰

                                  My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                                  1 Reply Last reply Reply Quote 0
                                  • golliath51G Offline
                                    golliath51
                                    last edited by

                                    After having tested twice, when I do above operation my bluetooth indicator disappears and I can't active my bluetooth.
                                    Anyone have any idea of link between these conf files and bluetooth? Or how to reactivate my bluetooth.

                                    H 1 Reply Last reply Reply Quote 0
                                    • H Offline
                                      haimeh
                                      last edited by

                                      I have been playing around with the port on the I3223 and it is working pretty good! A few things I am still trying to get working, like access the phone with adb when booted into ubuntu-touch. It might be related to the other issue I'm looking into, that charging isn't working either. If you plug in the phone while off, it doesn't show a charge screen and instead just reboots. If you plug in the phone while on, it doesn't indicate that it is charging.
                                      Also I found that the mod from golliath51 is also necessary for single sim 10 Plus models to use cellular, just omit the slot2 parts.

                                      1 Reply Last reply Reply Quote 0
                                      • H Offline
                                        HengYeDev @golliath51
                                        last edited by

                                        @golliath51 To enable bluetooth:

                                        sduo restart bluebinder
                                        
                                        golliath51G 1 Reply Last reply Reply Quote 0
                                        • golliath51G Offline
                                          golliath51 @HengYeDev
                                          last edited by

                                          @hengyedev it's works, thank you.
                                          Do you have tested the bluetooth with headphone or car bluetooth. Because the sound works but the commands doenst work (next, vol+/-, play or ||)?
                                          And you can add gps works in your port, i use all day. But the gps init is slow. May be the agps data doesnt work.

                                          H 1 Reply Last reply Reply Quote 0
                                          • H Offline
                                            HengYeDev @golliath51
                                            last edited by

                                            @golliath51 Commands don't work for me neither. GPS is probably because there is no carrier acceleration in ubuntu touch.

                                            1 Reply Last reply Reply Quote 0
                                            • golliath51G Offline
                                              golliath51 @HengYeDev
                                              last edited by

                                              @hengyedev some MMS doesnt work and i can add only by files folder but no picture or camera folder. May be change the permitions?

                                              1 Reply Last reply Reply Quote 0
                                              • First post
                                                Last post