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

    Porting to Samsung Galaxy Note 4 SM-N910P

    Scheduled Pinned Locked Moved Porting
    117 Posts 8 Posters 54.1k Views 5 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.
      • T Offline
        tigerpro @doniks
        last edited by

        @doniks looking through the lineage repo, it doesnt look like my device is an official device, the repo from what I can tell only goes to cm13, but I do understand what your suggesting. Make sure DirtyRect is enabled everywhere, try make again, if I give up or just cant get code ro compile try a different repo and see if that works. I think Ill have to just try building cm/lineage for my device and to from there, I have a suspicion that will compile fine cause the errors Im seeing according to the default.xml file are from the ubports repo of android_hardware_qcom_display-caf and the note 4 uses the apq8084 as a display chip so ... yea ... kinda need to figure out whats going on to move forward with ubports. If I het cm to compile then I may have to switch to the cm display-caf to get moving again. A whole OS is definately harder to port than to compile, thats for sure.

        Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

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

          @tigerpro said in Porting to Samsung Galaxy Note 4 SM-N910P:

          @doniks looking through the lineage repo, it doesnt look like my device is an official device, the repo from what I can tell only goes to cm13,

          Ah ok. Maybe there is some other android port. What about this:

          https://forum.xda-developers.com/note-4-tmobile/development/rom-cmremix-rom-v2-5-12-23-14-t2981479

          https://github.com/CMRemix?utf8=✓&tab=repositories&q=trlte&type=&language=

          but I do understand what your suggesting. Make sure DirtyRect is enabled everywhere, try make again, if I give up or just cant get code ro compile try a different repo and see if that works. I think Ill have to just try building cm/lineage for my device and to from there, I have a suspicion that will compile fine cause the errors Im seeing according to the default.xml file are from the ubports repo of android_hardware_qcom_display-caf

          That's probably it indeed! I remotely remember some conversation about ubports vs caf somewhere. But I can't find it.

          @mariogrip , @bshah do you guys have any advice for the good man here?

          T 1 Reply Last reply Reply Quote 0
          • T Offline
            tigerpro @doniks
            last edited by tigerpro

            @doniks thank you for the links, I checked those repos for my device and they only go to 13 as well. I have put this on the back burner before I get the urge to grab my biggest heaviest hammer, and teach this system to fly (prob why I never became a full fledged coder) I will keep checking in here and try solutions that are offered (or get whatever info is needed) though. I am also learning to code in my spare time as well, so that eventually I might understand whats supposed to be happening with this DirtyRect better than the comments in the cpp files.

            Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

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

              So an update, I decided to coetely delete everything and repo sync again, Im back to the original error I got when it was compiling with the dirtyRect errors, Im doing research to see if I can figure anything out, but so far nothing of major note, aside from a old ubuntu touch git repo for galaxy phones, Im trying to get that to sync with my local manifest, but no luck so far, Ill keep trying and if it works Ill post again, if not Ill update this one with the errors and likely start working towards Halium.

              Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

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

                @tigerpro said in Porting to Samsung Galaxy Note 4 SM-N910P:

                a old ubuntu touch git repo for galaxy phones

                links?

                T 1 Reply Last reply Reply Quote 0
                • T Offline
                  tigerpro @doniks
                  last edited by tigerpro

                  @doniks its just the display-caf, media-caf, and audio-caf portions, and I have yet to get my system to actually retrieve them, but heres the link

                  https://github.com/Ubuntu-Touch-GalaxyS?tab=repositories

                  So far the dirtyRect issue Im running into seems to be just with ubports version of display-caf, none of the other repos Ive looked at seem to have any mention of it which makes things a little more complicated for me, but who knows, if I can get this repo to download the files maybe it will actually compile for once, Ill try again when I get home, I also made a thread on XDA-Developers, hoping someone else is trying this or even has an idea on how to progress through, only time will tell.

                  #=== Edit ===#

                  I took a crack at porting Halium, I get the same dirtyRect error there as I do with ubports, I am starting to wonder if the dirtyRect is something linux based, which would explain why I havent seen it in any Android repos. I also havent seen anything for qcom's *-caf repos that goes over cm 11 on android which is just adding to my confusion at this point. There is a wip repo that I came across but that doesnt have dirtyRect in it either. So at this point Im just confused about the whole qcom *-caf repos in general. I am gonna try just manually adding the galaxy repos I came across, but I dont expect much to happen with that as its for the phablet 4.4.2 r1 build (which I understand to be deprecaded now) Im all ears if anyone can either help me make heads or tails of the caf repos or has anything I can try to get the code to fully compile. Thanks

                  #=== Edit 2 ===#

                  So I manually copied the display-caf repo I came across for galaxy phones, no luck there either. Guess Im going back to the drawing board with dirtyRect and display-caf, I did manage to get the nexus 4 version from the old cannocal guide to compile, however I dont own a nexus 4 so I cant try it to see if it works. I at least know I can compile the nexus 4 version, now I should try it with ubports and see if I het similar results to old porting guide, that at least will narrow down my issue regardless of result.

                  Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

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

                    So I have made progress, I managed to find an un-official lineageOS repo for my phone, using that and a little trial and error I managed to get Halium to compile. I follow the halium porting guide, but when I get to the part that tells me to run the halium-install script, I keep getting an error saying that it "cant write 217 blocks, out of space?" Or something along those lines, not in front of my computer atm, I decided to ignore that error just to see if the kernel at least boots (TWRP warns theres no OS if I reboot at this point) and to my shock and amazment, after a couple mins I could actually follow the debug info and telnet in. I had to change a couple things in the kernel config according to diagnosis.log and init.log which Ive done already, but still get that space error when I run halium-install. Anyone out there run into this? If so, tips to tey and move from a working kernel to at least a working gui?

                    Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

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

                      @tigerpro said in Porting to Samsung Galaxy Note 4 SM-N910P:

                      So I have made progress, I managed to find an un-official lineageOS repo for my phone, using that and a little trial and error I managed to get Halium to compile.

                      Niice! Which version?

                      I follow the halium porting guide, but when I get to the part that tells me to run the halium-install script, I keep getting an error saying that it "cant write 217 blocks, out of space?" Or something along those lines, not in front of my computer atm,

                      I remember there was another ubports forum conversation about a similar error message. Something about partition size settings ... I can't remember whether it was actually resolved, but see whether you can find that. Maybe it helps.

                      EDIT: found it
                      https://forums.ubports.com/topic/481/porting-to-motorola-moto-g-2013-lte
                      It seems it was related to the filesystem it was being built on. Weird!

                      T 1 Reply Last reply Reply Quote 0
                      • T Offline
                        tigerpro @doniks
                        last edited by

                        @doniks I got Halium 7.1 to build, 5.1 kept giving me the dirtyRect error so I decided against trying to compile that. I actually just found the thread you linked, google is such a pain cause it keeps searching for helium despite me typing halium. I checked the respective files on my system, I did like you had mentioned in that post and deleted the same file and ran make systemimage gave me a file that matches the size of my boardconfig.mk size. I will try flashing again when I get home, ssh can only do soo much when your not in front of the computer your sshed too lol

                        Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

                        H 1 Reply Last reply Reply Quote 0
                        • H Offline
                          hans1977se @tigerpro
                          last edited by

                          @tigerpro said in Porting to Samsung Galaxy Note 4 SM-N910P:

                          google is such a pain cause it keeps searching for helium

                          You could give the alternatives a go. 🙂 This one is quite good:
                          https://duckduckgo.com/

                          T 1 Reply Last reply Reply Quote 0
                          • T Offline
                            tigerpro @hans1977se
                            last edited by

                            @hans1977se yea I just usually default to google cause its what I use, duckduckgo is my fallback, someday I wont have to google Halium errors anymore lol

                            Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

                            H 1 Reply Last reply Reply Quote 0
                            • H Offline
                              hans1977se @tigerpro
                              last edited by

                              @tigerpro yeah i know, i'm far worse with habits than i think i should be. 🙂

                              T 1 Reply Last reply Reply Quote 0
                              • T Offline
                                tigerpro @hans1977se
                                last edited by

                                @hans1977se arent we all? I am gonna keep searching if this flash attempt fails, I have a feeling my issue might be halium-install trying to copy the image to the wrong partition cause I tried flashing it with TWRP just out of curiosity, and it says the image is bigger than the partition (which explains the out of space) and TWRP only offers boot or recovery when I select the file, but since I just recompiled the system image it might have resolved itself, wont know until I get home to try it

                                Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

                                H D 2 Replies Last reply Reply Quote 0
                                • H Offline
                                  hans1977se @tigerpro
                                  last edited by

                                  @tigerpro probably so in many cases. 🙂

                                  I hope this works out for you. It would be quite nice with some Samsung phones running Ubuntu i think. 🙂

                                  T 1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    tigerpro @hans1977se
                                    last edited by

                                    @hans1977se thats my sentiment exactly. Dont get me wrong Android is nice and all, but it leaves alot to be desired for an OS, I have a working kernel (hybris-boot.img) so far, just gotta figure out the rest to make it all work now. Keep an eye out for a possible resolution to Halium, Im so close I can taste it lol

                                    Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

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

                                      Ok, this is weird, I did make systemimage earlier, file size matched at that time, now its 250-ish MB when it should be 300+, think I might have to just use the mkext4 program manually, Im doing make systemimage again just in case something happened when I wasnt looking, but if I have the same issue then I dunno, maybe try a different drive for the code compiling shrugs this is turning into a scooby doo mystery haha

                                      Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

                                      1 Reply Last reply Reply Quote 0
                                      • H Offline
                                        hans1977se @tigerpro
                                        last edited by

                                        @tigerpro There are a lot of good things in Android, but i think it's not really for technical people who likes it better somewhere nicer off the mainstream. 🙂

                                        Also i find it wrong to have someone constantly trying to watch you, 24/7, to find out how to make the most money out of your life.

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

                                          @hans1977se well the monitoring is easily fixed via VPN, I myself use one whenever Im using a site with sensitive info, an ad blocker like Ad Away works really well too for the ads, I just want something different cause honestly, Im not a big fan of the current mobile OS offerings, anyways, getting slightly OT, if the make systemimage messes up again, Ill use mkext4 (or whatever the command is)

                                          Whether you think you can, or you can't, if you do not try, you will never truly know. So give it a Go.

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

                                            @tigerpro said in Porting to Samsung Galaxy Note 4 SM-N910P:

                                            @hans1977se arent we all? I am gonna keep searching if this flash attempt fails, I have a feeling my issue might be halium-install trying to copy the image to the wrong partition cause I tried flashing it with TWRP just out of curiosity, and it says the image is bigger than the partition (which explains the out of space) and TWRP only offers boot or recovery when I select the file, but since I just recompiled the system image it might have resolved itself, wont know until I get home to try it

                                            That reminds me. Did you do this step?

                                            https://docs.halium.org/en/latest/porting/index.html#include-your-device-in-fixup-mountpoints-script

                                            What changes did you make to that script?

                                            T 1 Reply Last reply Reply Quote 0
                                            • H Offline
                                              hans1977se @tigerpro
                                              last edited by

                                              @tigerpro I think it is a very complex thing to get the complete view of, but what i wanted to say is that i think it's conceptually wrong to constantly track people to get the most money out of you (or in any other way they might do or be doing in the future). You might forget to use your VPN or did not think it was necessary to use it at a particular time, and once they have your information they have it and once they have it their policy could change or a hacker can get hold of it.

                                              Who knows what will happen, but this is one reason why i'm here and hope that your port as well as other people's ports will be successful and make Ubuntu wider available. 🙂

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