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

    [Porting] Call for Testers

    Scheduled Pinned Locked Moved Google Pixel and XL
    122 Posts 38 Posters 78.8k Views 15 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.
      • flohackF Offline
        flohack @lordzeed
        last edited by

        @lordzeed humm are you in the directory with that script (use ls -la to verify) and did you make it executable (see if its rwxr-x-r-x)

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

        1 Reply Last reply Reply Quote 0
        • L Offline
          lordzeed
          last edited by

          yes same directory )![0_1612168944775_ubun.png](Uploading 100%)

          flohackF 1 Reply Last reply Reply Quote 0
          • L Offline
            lordzeed
            last edited by

            ubuntu2.png

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

              @lordzeed Oh I miss .sh at the end, its ./halium-install-standalone.sh ^^

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

              1 Reply Last reply Reply Quote 0
              • L Offline
                lordzeed
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • L Offline
                  lordzeed
                  last edited by

                  wifi working fine but no phone signal nice work I only have to wait for the update so that the data works but I love it, it is an excellent contribution

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

                    @lordzeed said in [Porting] Call for Testers:

                    to wait for the update so that the data works but I love it, it is an excellent contribution

                    Thanks! Yes work will be continued to get cell network working πŸ™‚

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

                    1 Reply Last reply Reply Quote 1
                    • T Offline
                      turanmahmudov
                      last edited by

                      First boot takes forever on Pixel. I see Google logo on white screen for an hour.

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

                        @turanmahmudov well then maybe reboot, 1 hour is too much πŸ˜‰ can you do a dmesg on your host and see if a USB device is shown when you connect the phone?

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

                        T 1 Reply Last reply Reply Quote 0
                        • T Offline
                          turanmahmudov @flohack
                          last edited by

                          @flohack I reboot several times, did the all processes again, no doesn't work.
                          dmesg logs:

                          [ 5297.135465] usb 1-1: New USB device found, idVendor=18d1, idProduct=d001, bcdDevice= 3.18
                          [ 5297.135467] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                          [ 5297.135468] usb 1-1: Product: Failed to boot
                          [ 5297.135469] usb 1-1: Manufacturer: Halium initrd
                          [ 5297.135470] usb 1-1: SerialNumber: Halium initrd Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
                          
                          T flohackF 2 Replies Last reply Reply Quote 0
                          • T Offline
                            turanmahmudov @turanmahmudov
                            last edited by

                            @turanmahmudov worked. changed my usb cable and ran these 3 commands manually:

                            adb push rootfs.img /data/
                            adb push system.img /data/
                            adb shell "mv /data/system.img /data/android-rootfs.img"
                            
                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              turanmahmudov
                              last edited by

                              WIFI works but I get certificate error when I visit any website. OpenStore doesn't work either because of the certificate error. Is this normal? Is there anything I can do?

                              Thanks for the port btw, I was waiting for this to test my apps πŸ™‚

                              T 1 Reply Last reply Reply Quote 1
                              • T Offline
                                turanmahmudov @turanmahmudov
                                last edited by

                                @turanmahmudov set time manually and the certification error is gone πŸ˜„

                                flohackF 1 Reply Last reply Reply Quote 0
                                • G Offline
                                  gupdia
                                  last edited by

                                  I have a google pixel as a spare and ready do some testing. Let me know!

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

                                    @turanmahmudov Time should sync when you joined a WiFi - Timekeeper might not work after a reboot, yes.

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

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

                                      @gupdia Yes sure, just follow this thread and you will find my post pointing to instructions.

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

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

                                        @turanmahmudov if you get telnet mode then rootfs.img was not placed correctly. Dont know what happened with your halium-install, probably you also could not push due to an excess blank in my command ? Please delete all from data and retry the procedure, we must find a way it works for all users πŸ˜‰

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

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

                                          It is working perfect for me, the only thing that does not work for me is the telephone network
                                          πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘

                                          1 Reply Last reply Reply Quote 0
                                          • T Offline
                                            turanmahmudov @flohack
                                            last edited by

                                            @flohack said in [Porting] Call for Testers:

                                            if you get telnet mode then rootfs.img was not placed correctly. Dont know what happened with your halium-install, probably you also could not push due to an excess blank in my command ? Please delete all from data and retry the procedure, we must find a way it works for all users

                                            somehow adb doesn't continue after 90% of pushing rootfs.img with the halium-install. I tried several times.

                                            AppLeeA 1 Reply Last reply Reply Quote 0
                                            • AppLeeA Offline
                                              AppLee @turanmahmudov
                                              last edited by

                                              @turanmahmudov
                                              Have you tried another cable, bad connection can be due to bad wiring.
                                              Also a mess in the partition table was a problem for some users recently, so I would check this.

                                              1 Reply Last reply Reply Quote 0

                                              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                              With your input, this post could be even better πŸ’—

                                              Register Login
                                              • First post
                                                Last post