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

    Installing Ubuntu on Nexus 7 2013 deb (LTE)

    Scheduled Pinned Locked Moved Porting
    nexus 7 2013
    32 Posts 7 Posters 21.7k 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.
      • Z Offline
        zubozrout
        last edited by

        However, the device status has changed radically from not-being-listed to being featured as almost working: https://devices.ubports.com/#/deb ... doesn't it work without any modifications yet?

        1 Reply Last reply Reply Quote 0
        • D Offline
          doniks
          last edited by

          Yeah, it's listed as almost working, but I think neither the boot.img nor the recovery.img are working right now. I was talking to mariogrip a couple of weeks ago about the unbootable recovery.img and we went through a couple of rounds of me trying to boot them, showing him the error or any observations, him changing things and rebuilding and sending me a new file. In the end ideas and time ran out and we gave up. It looks to me as if the recovery is still in that same state.

          Cool, so you were able to compile them for your self. I had been dabbling with this on and off, but never managed to produce anything that worked. Would you mind me asking some more specific questions after I have dug up my build attempts and reminded myself where I got stuck?

          1 Reply Last reply Reply Quote 0
          • D Offline
            doniks
            last edited by

            Ok, I think I know where I got stuck.

            I followed the steps from https://developer.ubuntu.com/en/phone/devices/porting-new-device/ , choosing aosp_deb-userdebug in lunch, that did actually build something and I find recovery.img and boot.img in phablet/out/target/product/deb.

            I can
            fastboot boot recovery.img
            and it seems to work, but no such luck with boot.img
            fastboot boot boot.img appears to be stuck on the bootloader screen of the N7, while
            fastboot flash boot boot.img appear to be stuck on the Google logo boot screen after rebooting.

            At no step during all of this did I knowingly do anything like extracting device specific drivers.

            1 Reply Last reply Reply Quote 0
            • Z Offline
              zubozrout
              last edited by

              "At no step during all of this did I knowingly do anything like extracting device specific drivers." that was it for me ... I did that https://developer.ubuntu.com/en/phone/devices/porting-new-device#anchor3 before I built the revocery.img and boot.img.

              D 1 Reply Last reply Reply Quote 0
              • Z Offline
                zubozrout
                last edited by zubozrout

                Or to be more specific, this is the exact thing I did (first step only): https://wiki.cyanogenmod.org/w/Doc:_porting_intro#Add_the_blobs_to_the_vendor.2F_directory (that Ubuntu site is not much explanatory there, sorry)

                And then ideally you should end up with something like this in the device tree: http://pastebin.ubuntu.com/23097537/

                1 Reply Last reply Reply Quote 0
                • M Offline
                  marxjohnson @zubozrout
                  last edited by

                  I attempted to follow these instructions, but after I see the message "Rebooting into recovery to flash" in the terminal, the tablet gets stuck on the "This phone needs restoring from a PC..." screen.

                  D 1 Reply Last reply Reply Quote 0
                  • D Offline
                    doniks @marxjohnson
                    last edited by

                    @marxjohnson said in Installing Ubuntu on Nexus 7 2013 deb (LTE):

                    I attempted to follow these instructions, but after I see the message "Rebooting into recovery to flash" in the terminal, the tablet gets stuck on the "This phone needs restoring from a PC..." screen.

                    I had that originally as well, but now I did use the boot.img and recovery.img zubozrout provided in the google drive link and then it worked. Did you use those?

                    M 1 Reply Last reply Reply Quote 0
                    • D Offline
                      doniks @zubozrout
                      last edited by

                      @zubozrout said in Installing Ubuntu on Nexus 7 2013 deb (LTE):

                      I did that https://developer.ubuntu.com/en/phone/devices/porting-new-device#anchor3 before I built the revocery.img and boot.img.

                      Ah yes, I followed the link in "Retrieving the proprietary blobs from Android" and extracted the three archives and now my boot.img seems to work.

                      .... now, how do we get this into the ubports repository?!

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        marxjohnson @doniks
                        last edited by

                        @doniks Yes, I followed the instructions just as shown; ran the --bootstrap command, flashed the boot.img and recovery.img, booted into recovery and ran the second flash command.

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          doniks
                          last edited by

                          Mhm, strange. Not sure what that could be. You are sure you have a deb and not a flo?

                          M 1 Reply Last reply Reply Quote 0
                          • M Offline
                            marxjohnson @doniks
                            last edited by

                            @doniks Definitely:

                            mark@coachz:~/Downloads/deb_images$ ubuntu-device-flash ubuntu-device-flash --server
                            http://system-image.ubports.com touch --channel ubuntu-touch/rc-proposed --bootstrap
                            2016/09/10 13:33:52 Expecting the device to be in the bootloader... waiting
                            2016/09/10 13:33:52 Device is |deb|
                            
                            1 Reply Last reply Reply Quote 0
                            • D Offline
                              doniks
                              last edited by

                              lets take a step back, maybe we can figure it out.

                              can you install the recovery and then boot into it? what do you see?

                              M 1 Reply Last reply Reply Quote 0
                              • D Offline
                                doniks
                                last edited by

                                @zubozrout said in Installing Ubuntu on Nexus 7 2013 deb (LTE):

                                What doesn't work:

                                • bluetooth
                                • for some reason camera, but this one should work - may be fixed with server update

                                It sounds like you are less optimistic about bluetooth than about the camera. Do you know why bluetooth is not working or can you share anything that might help getting it to work?

                                Z 1 Reply Last reply Reply Quote 0
                                • Z Offline
                                  zubozrout @doniks
                                  last edited by zubozrout

                                  @doniks unfortunately I don't know much on this subject. The reason why I made this statement was the fact I was using Ubuntu on my Nexus 7 deb for a long time, originally with Vojtěch Boček's http://system-image.tasemnice.eu/ server that had unfortunately started to be problematic by the end of 2015 and completely stopped working in February this year. Bluetooth never worked with his builds on Nexus 7 deb while camera did work quite well. However, if you flash flo's image on deb I think that Bluetooth works so perhaps this info may be usable.

                                  D 1 Reply Last reply Reply Quote 0
                                  • D Offline
                                    doniks @zubozrout
                                    last edited by

                                    @zubozrout I just tried booting the boot.img for flo from the ubuntu server, but that doesnt make a difference. Maybe installing the complete flo image would make a difference, but I dont feel like setting everything up again. One of these days Ill try.

                                    Z 1 Reply Last reply Reply Quote 0
                                    • Z Offline
                                      zubozrout @doniks
                                      last edited by

                                      @doniks Yup, that is what I meant ... the complete official flo image. You can try installing it without the --bootstrap option and if you are lucky you won't lose any data. But I am not sure if that will suffice. It is possible that if and when mariogrip compiles the whole system with the drivers we compiled our recovery and boot images the camera and Bluetooth will miraculously start working - though I know nothing about that process so take it just as a very wild guess.

                                      D 1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        marxjohnson @doniks
                                        last edited by marxjohnson

                                        @doniks I finally got it working! I had to use the -w flag when doing the fastboot commands.

                                        The full steps I used for the successful flash:

                                        ubuntu-device-flash touch --channel=ubuntu-touch/stable/ubuntu --device=flo --bootstrap
                                        # Reboot into bootloader
                                        fastboot flash -w boot boot.img
                                        fastboot flash -w recovery recovery.img
                                        # Boot into recovery
                                        ubuntu-device-flash --server http://system-image.ubports.com touch --channel ubuntu-touch/rc-proposed
                                        
                                        D 2 Replies Last reply Reply Quote 0
                                        • D Offline
                                          doniks @marxjohnson
                                          last edited by

                                          @marxjohnson good!

                                          1 Reply Last reply Reply Quote 0
                                          • D Offline
                                            doniks @zubozrout
                                            last edited by

                                            @zubozrout said in Installing Ubuntu on Nexus 7 2013 deb (LTE):

                                            @doniks Yup, that is what I meant ... the complete official flo image. You can try installing it without the --bootstrap option and if you are lucky you won't lose any data.

                                            I did try it now:

                                            • device boots fine
                                            • no data loss
                                            • OTA 13
                                            • camera works
                                            • audio does not work
                                            • video playback does not work
                                            • initially wifi didn't work either, but it does work now .... dunno
                                            • initially bluetooth didn't work either, I was about to give up, but after the Idon'tknowhowmanyreboots it works!

                                            Mhm, now how do I get sound and video back ?!

                                            Z 1 Reply Last reply Reply Quote 0
                                            • Z Offline
                                              zubozrout @doniks
                                              last edited by

                                              @doniks There is no way I know of. You are either stuck with not really functional flo's image or you flash the deb stuff on it again but you'll have to say good bye to the bluetooth and camera. The only way to fix this is either to somehow compile the whole image on your own or ask the owner of this server for some help - if he would be kind enough to talk to you. In any case, good luck - I was stuck at that point long enough to lose interest :(, that is the only reason why I got rid of my N7.

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