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

Help testing new legacy image

Scheduled Pinned Locked Moved General
testinglegacy
108 Posts 32 Posters 56.6k Views 8 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.
    • B Offline
      bjm @wgarcia
      last edited by 15 May 2017, 14:12

      @wgarcia What is the restoration procedure?
      should you install openssh-server on the phone?

      1 Reply Last reply Reply Quote 0
      • W Offline
        wgarcia
        last edited by 15 May 2017, 15:05

        What I did is the following. You do not need to install openssh-server, you just need to enable the ssh client in the phone. Get a shell with "adb" and execute this command:

        android-gadget-service enable ssh

        I also use an application called "net-info" to figure out the IP of my phone in the network where it is connected through wifi, say it is 10.60.141.170.

        So before wiping out my data I make a copy in my computer of /home/phablet, say in a directory called bq-phone in your home:

        rsync -avz - - delete -e ssh phablet@10.60.141.170:/home/phablet /home/myuser/bq-phone

        This will create a directory called "phablet" in "bq-phone" with a copy of what you have in your phone. Of course you could do this I believe in a SD-card directly in your phone, in this case without "ssh".

        Now, after reflashing the phone, I followed these steps:

        1. I created a passcode and enabled developer mode
        2. I accessed again to a shell in my phone and enables "ssh" again
        3. I copied the public gpg key from my computer to /home/phablet/.ssh/authorized_keys. For this one I had to "adb push" to the phone the file (id_rsa.pub generated in the .ssh directory of my computer), and then append it to the authorized_keys file:
          cat id_rsa.pub >> .ssh/authorized_keys (this in the phone shell)
          Then I installed first net-info to figure out the IP of the phone again, so that I can use ssh.
        4. I reinstalled all the applications that I had.
        5. Then I used rsync to restore all the data in the phone:
          rsync -avz - - delete -e ssh /home/myuser/bq-phone/phablet phablet@10.60.141.170:/home

        I restarted the phone and voilà!, everything looks exactly the same, but I'm running now the uBports image.

        1 Reply Last reply Reply Quote 1
        • W Offline
          wgarcia
          last edited by 15 May 2017, 15:07

          Sorry, in my explanation above, the gpg-key upload and appending to authorized_keys in the phone has also to be done when you first enable ssh to backup your data.

          1 Reply Last reply Reply Quote 0
          • W Offline
            WLBI @GIEMME
            last edited by WLBI 15 May 2017, 15:14

            @GIEMME
            I just flashed my BQ E4.5 about 5 minutes ago and it works fine.
            But be aware, all your data and contacts will be deleted, it's like a brand new phone from the factory.

            I just downloaded the image, where the link to that image is on this site:
            https://wiki.ubports.com/wiki/How-to-flash-existing-ubuntu-touch-devices-with-Ubports-images

            I set the phone to developer mode and connect it via USB to my computer.

            Then I enter in the Terminal:
            adb reboot-bootloader
            This takes some time, until the phone was in fastboot mode.
            On the phone was ablack screen, where at the bottom is a very tinny like written "fastboot"
            Then:
            cd Downloads # where I stored the downloaded image
            sudo ubuntu-device-flash --server=https://system-image.ubports.com/ touch --channel=ubports-touch/legacy --bootstrap --recovery-image=./recovery-krillin.img

            After 3 minutes I can see in the terminal:
            2017/05/15 16:53:16 Rebooting into recovery to flash

            Then the phone reboots, which took some other minutes.
            After it was initialized, you can see the phone booting and the ubports logo.
            Phone is up and running.. 🙂

            Bq Aquaris E 4.5 & Bq M10 FHD
            My English YouTube eDrive channel: https://goo.gl/UFVh4S
            My German Linux channel:
            https://www.youtube.com/WarumLinuxBesserIst

            G 1 Reply Last reply 15 May 2017, 15:53 Reply Quote 2
            • G Offline
              GIEMME @WLBI
              last edited by 15 May 2017, 15:53

              @WLBI Thank You!

              BQ Aquaris E4.5 since 2015

              1 Reply Last reply Reply Quote 1
              • S Offline
                sk
                last edited by 15 May 2017, 18:32

                I tested a little bit the mx4.

                • WiFi: OK
                • Camera: OK
                • Flashlight: OK
                • BT connection to Ubuntu Desktop: OK
                • lockscreen notifications: OK
                • phone crashes when App is allowed to use a device for the first time:
                  • utorch: Phone crash when allowing access to camera service for the first time (worked after boot)
                  • unav: phone crash when allowing access to navigation data for the first time (worked after boot)

                Not tested: Phonecalls/SMS as the phone does not recognize SIM anymore (hardware defect)

                Z 1 Reply Last reply 16 May 2017, 14:47 Reply Quote 1
                • Z Offline
                  zubozrout @sk
                  last edited by 16 May 2017, 14:47

                  @sk Didn't crash for me, but I had this issue when I was using CM13 and Ubuntu dualboot on my phone.

                  B 1 Reply Last reply 16 May 2017, 15:21 Reply Quote 1
                  • B Offline
                    Bastos @zubozrout
                    last edited by 16 May 2017, 15:21

                    @zubozrout said in Help testing new legacy image:

                    @sk Didn't crash for me, but I had this issue when I was using CM13 and Ubuntu dualboot on my phone.

                    How did you managed dualboot? I would love to dualboot my fairphone 2 with FP OSOS and UT. Than i could help testing whithout being lost in business access.
                    I looked into EFIdroid a little bit which seems promising at least for someone with Mord development skills as I have.

                    Z 1 Reply Last reply 16 May 2017, 20:07 Reply Quote 0
                    • Z Offline
                      zubozrout @Bastos
                      last edited by 16 May 2017, 20:07

                      @Bastos Well, it was sort of a "dualboot" - more here: https://forum.meizufans.eu/topic/4770/tutorial-dual-booting-cyanogenmod-and-ubuntu-touch-on-android-version-mx4

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        MrHoliday
                        last edited by 17 May 2017, 12:01

                        Joining in (fairly) late ...
                        I own a M10 FHD, I'm willing to switch to UBports and help with bug reporting and such. However I feel like I need a more detailed flashing guide ( something dumb proof ...) or at least some link with information about the procedure and requirements.
                        I truly appreciate your effort, keep the ball rolling!
                        Cheers
                        MrH

                        1 Reply Last reply Reply Quote 0
                        • F Offline
                          fmulcar
                          last edited by fmulcar 17 May 2017, 20:48

                          I migrated bq e4.5
                          to ubports channels,but the location does not work,missing the scopes own bq.Any solution?
                          I have reflashed two times and still the same.

                          1 Reply Last reply Reply Quote 0
                          • L Offline
                            lapor
                            last edited by 18 May 2017, 08:32

                            I would love to test UBports on M10 FHD, but as I see it: "Status: Update fails, tested", I'm not that eager to test it. I presume that at the moment there are some issues to install it on the tablet. Am I right? If that is the case, then I will wait for the image that will work/install and test it then.
                            Cheers

                            1 Reply Last reply Reply Quote 0
                            • L Offline
                              Lars @mariogrip
                              last edited by 18 May 2017, 14:20

                              @mariogrip since the M10 and Meizu devices are currently not in core, legacy or development in the device list how should you see them.
                              And back to another question where can you read some release note ex which feature / bugs that been fixed?

                              Thanks!

                              1 Reply Last reply Reply Quote 0
                              • B Offline
                                Bastos
                                last edited by 18 May 2017, 15:07

                                Besides being a happy monthly patron and funding device supporter of the FP2 I would like very much help testing the legacy image.
                                Due to business requirements I am not able to switch fully to UT for the time being and flashing/backing up/restoring vice versa is too inconvenient for me. If a multi boot option would be available I would be able to switch as often as possible to UT.

                                Furthermore I think, that providing multi boot options would gain more users anyway. In 2007, when switching to ubuntu on my desktop it helped a lot to have my Windows OS as backup in the first weeks.
                                I know that it is to early to talk about apps because you guys have to generate the stable core framework first, but I think in terms of stability it is good to have as much devices running UT as possible as soon as possible.

                                I am not a developer, but I am a very experienced user. So I would be able to help a little if one developer who at least is able to give a little love to e.g. this approach will accompany .

                                1 Reply Last reply Reply Quote 0
                                • D Offline
                                  darkeye
                                  last edited by darkeye 21 May 2017, 06:17

                                  Hey,
                                  I've flushed my Meizu PRO 5 and it works great except fingerprint unlocking everything that worked before the flush works now after flushing the new image.
                                  It also seems a lot faster taking ~1 second o open an App instead of the loooong 5-10 seconds it was before.

                                  Also i really like the new scope design 🙂

                                  Z L 2 Replies Last reply 21 May 2017, 10:41 Reply Quote 0
                                  • Z Offline
                                    zsoltmd @darkeye
                                    last edited by zsoltmd 21 May 2017, 10:41

                                    @darkeye is fingerprint security working on Ubport image?

                                    D 1 Reply Last reply 21 May 2017, 13:00 Reply Quote 0
                                    • D Offline
                                      darkeye @zsoltmd
                                      last edited by darkeye 21 May 2017, 13:00

                                      @zsoltmd Sorry forgot about that fingerprint doesn't work i`ll update my post.
                                      (I wasn't using it too much as it's not that reliable on my device)

                                      Z 2 Replies Last reply 21 May 2017, 15:08 Reply Quote 1
                                      • Z Offline
                                        zsoltmd @darkeye
                                        last edited by zsoltmd 21 May 2017, 15:08

                                        @darkeye , thanks for info! Hmmm...., this fact means for me that Ubports image is not same as original, stable release...
                                        What is the reason? Fingerprint driver is not open source? Had been mirrored from not stable image - I mean rc-proposed or something...?

                                        N 1 Reply Last reply 22 May 2017, 14:25 Reply Quote 1
                                        • G Offline
                                          Gerd
                                          last edited by 21 May 2017, 16:50

                                          BQ 4.5 flashed yesterday, it is my daily companion, so I will try to report, what needs to be looked at. Great work so far, thank you for all your efforts to make this happen.

                                          1 Reply Last reply Reply Quote 1
                                          • N Offline
                                            NeoTheThird @zsoltmd
                                            last edited by 22 May 2017, 14:25

                                            @zsoltmd said in Help testing new legacy image:

                                            Ubports image is not same as original

                                            Yes, it's not. The difference is, that it's (except for the binary blobs in the drivers) completely compiled by us. We were expecting issues (actually we expected more), that's why we did not do an official release yet. We are still testing.

                                            Z 1 Reply Last reply 22 May 2017, 17:12 Reply Quote 1
                                            33 out of 108
                                            • First post
                                              33/108
                                              Last post