Being a porter myself, albeit not a very experienced one, but a porter none the less, I wanted to see UT on my device, nobody was working on it, so I took it apon myself to try and do it. I feel that was probably the hardest part of this whole thing for me. I have zero coding skills (unless you count BASIC) and I have been able to get a half working port so far, it took many hours spanned over 18 months to get where I am now, and so many questions I lost track, but if you show that you are trying to do it yourself, and say "I need help" the community will step up and help you as much as possible. I'd be glad to help you get started, just let me know if you would like to. I believe if I can get a half working port done, anyone with basic Linux skills could, asking questions like this generally only serve to frustrate some, annoy some, and overall negatively impact others that are involved. I understand the reasoning behind asking it, but at the end of the day if you want to know answers to things like this, look at the porting guide, that has a running list of ports for the people who have been doing the documentation for their ports, as well as the devices that have been ported, then if not sure asking on a public forum like this. I do apologize if I upset anyone, and I do encourage anyone reading this post to check the guide and try porting an old phone or tablet that may be laying in your desk drawer, cause while you may find that device to be "old and worthless" to you, someone else might still be using it and want to try UT on it, besides if you break an old device trying to port it, it just goes back into the drawer does it not?
Best posts made by tigerpro
-
RE: Add more modern and popular devices to offical supported list
-
RE: Porting to Samsung Galaxy Note 4 SM-N910P
@doniks I have News, I finally got the device to go past the spinner, it was a combo of my udev rules and the 32011 stuff, I now have a fully working GUI, working touchscreen, and working file access, thats about it though, the wifi is detected but it isnt finding the wifi network for some reason, Ill have to play with it in terminal I guess, as for the rest, any idea where I could start with getting the rest to work?
-
RE: Have you told your local/national paper about UBports?
I actually brought a UT device to my cell carriers local store, they were very interested when I was just talking about it, and when I gave them a hands on experience, they were very receptive to it.
-
RE: What makes a good candidate for porting?
@rvan that is a great question, my porting experience as of this writing is limited as I have a half finished port for a Samsung Galaxy Note 4. I saw you mention that unlocking the bootloader might be a requirement, that is purely based on a device to device basis cause not all android devices are created equal, my Note 4 doesn't have an unlocked bootloader (at least I never unlocked it) but my Asus tf201 tablet does cause I had to unlock it for installing Custom ROMs. I believe the realistic view would be (setup device for custom ROMs) cause as I said, each device is different. I do apologize for that but on to the main part of your question, what makes a device a good/great candidate for porting, I believe this may vary depending on who you ask, but for me a great candidate device is any device that can run Lineage OS14.1 with any reliability and speed, cause if its not reliable on LOS its likely not going to improve if you port UT to it, and if its slow as a tortoise, same thing, other than that if you have something that meets that criteria and you'd like to see UT then by all means, try porting it. My Note 4 runs both Lineage and UT in a somewhat manual dual boot method done with TWRP, let me know if you would like to discuss this further as this could be a great topic of discussion.
-
RE: Verizon voice, data, sms not working
@sringgen as stated VoLTE is being worked on for ofono, the other side of the token is that Verizon uses CDMA and afaik CDMA does not currently work correctly, if at all, so there is also that.
-
RE: Porting basics question
Your basic understanding is a little off, step 0 is right, after that you get source code following the docs, configure it with the docs (adjusting for any device specific items) then compile it and flash to your device and test. That is a very very generalized rundown of the process, if you attempt it, we are here to help, and there's no such thing as a stupid question, so good luck if you go for it.
-
RE: Porting to Samsung Galaxy Note 4 SM-N910P
So I have an update for anyone following this that isn't on telegram or IRC, there are now a couple people working with me on the Note 4 port, the devices are the Sprint, the T-Mobile, and the Trltexx. We have managed to get audio somewhat working, all the hardware as far as we can tell is seen by the kernel, and we are now just trying to get everything working on the GUI side. I have switched to telegram as the primary communication method so dont expect many updates on here, if you have a galaxy note 4 and would like to contribute, you can find me on telegram in the UBPorts group, the UBPorts porting group, and the halium group.
-
Port Finishing Touches
So my Galaxy Note 4 port has come a long way with help from other community members, I can confidently say it would be ready for a daily device if I didn't have these last little bits that, while aren't important to UT use, are annoyances that I know I've seen a solution for before but can no longer find. I have managed to get everything but the sensors and the stylus to work on my device, the sensors show up with "test_sensors" and the stylus works with libinput but mir or unity do not handle those events yet, I tried to look into the code for mir, but it goes over my head honestly as I am not a coder. I know Marius has briefly talked about sensorfw for sensors coming down the pipeline (which I'd love to test and give feedback) but for now, I accept that both those things are beyond my capabilities so I will just have to wait till I can get there or till the code gets there on its own. I have yet to get a working recovery with my source, and to be honest, I haven't really played with it in a while. Now for the annoyances I know I've seen a solution for (whether it was for ubports 5.1 or another version), the list overall I think is manageable, but here it goes:
WiFi doesnt re-connect after a reboot
BT sometimes crashes device
Camera loads the viewfinder, sometimes takes a picture or two, and ultimately crashes the whole device
On CDMA networks (Sprint and Verizon) I have to downgrade ofono to get a cellular signal (not UT's fault as most of the world has moved on from CDMA and EVdO)
Charge indicator only works if device is plugged in to charger on boot
Audio works for everything that isn't Youtube, or sound from a app that stores sounds locally (D-Bus error)
I started this post in hopes of being able to have a centralized location for all the ports facing these issues, and possibly have a healthy discussion about things like D-Bus errors and how to fix them as there is not much info for D-Bus in regards to Ubuntu Touch. I know dbus-monitor works (how I found out I have a D-Bus error with localized audio vs audio from the web)
I also welcome constructive criticism as long as it remains respectful and family friendly.
I do apologize to mods if this is in wrong spot or anything of the like.
I look forward to the healthy discussion and hopefully solutions to some of the lesser known issues
-
RE: Porting to Samsung Galaxy Note 4 SM-N910P
@libremax at the time of this writing,
what works:
Audio
GPS
Status LED
Video Accelerationwhat works with quirks:
BT (if disabled requires reboot to enable again)
SMS/MMS (seems to work overall, but sometimes there is no notifications for recieved SMS/MMS, Sometimes won't send SMS/MMS either)
Auto-Brightness (Sometimes has to be toggled off then on after a reboot)
Camera (GStreamer camera is needed for Camera to not crash the device, otherwise view finder shows then device crashes after a few seconds)what doesn't work:
In Call Audio (Logs show it is working but it does not actually work, mic nor sound work)
S-Pen (detected by kernel, mir/unity does not handle styli input currently)
Sensors (they are detected, but no values are added)
Fingerprint Sensor (halium needs a repo for biometry services)I think that's everything, if I missed anything I'm sure someone will chime in and ask, I also welcome anyone who'd like to try and help, to please do so.
-
RE: Can i buy all Galaxy Note 4 models?
@mastersezer the note 4 versions you have mentioned are all exynos variants, when I made the port for my device, I made it to cover most (if not all) of the snapdragon variants, I was trying to make a exynos port, but I have since started a new job that takes up 14 to 16 hours of my day, and I do need to balance in my personal life as well as sleep somewhere in that remaining time. I may try and get a exynos port working again at some point, but it may be faster if someone who has more time available to try and do the porting rather than waiting on me.
Latest posts made by tigerpro
-
RE: This week in development (week 52 2024)
@mariogrip is there a way I can start working on porting my device to it if it's not in the installer?
-
RE: alternative OS for Samsung Galaxy Tab S8 Ultra
@DJac sadly this is not the same device, this is for the 8.4" Samsung Galaxy Tab S LTE, why they have it the way they do is very misleading and it really messes with search results for the Galaxy Tab S8
-
RE: alternative OS for Samsung Galaxy Tab S8 Ultra
@MrT10001 sorry to dig up an old thread, but if you 2 are still around, I have a S8 Ultra as well that I have started to port, it's very early stages but I'm sure we can collaborate and get Ubuntu Touch running on this device, I also have the Tab S8 and Tab S8+ in case anyone else with those devices happens soon this thread.
-
RE: [Qualcomm} VoLTE call for testing
@Inali this is what I keep getting after I do a apt update then try to install
root@ubuntu-phablet:/android/vendor/lib64/hw# apt install ofono-binder-plugin-qti
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ofono-binder-plugin-qti
root@ubuntu-phablet:/android/vendor/lib64/hw#EDIT:
I just figured it out, the package is ofono-binder-plugin-ext-qti Ill test it now
-
RE: [Qualcomm} VoLTE call for testing
@mariogrip I copied the configs from the FP5 gitlab from about 24 hours ago and that got LTE working, when I tried calling the cell icon didnt show it dropped out of LTE, to install ofono-binder-plugin-qti is there a link or something to install it? Im bit rusty on some of this.
edit: I tried to install with apt as I saw you mention that in another post but it gave me an error saying it couldnt find ofono-binder-plugin-qti
On another note, glad to have ya back, missed ya
-
RE: [Qualcomm} VoLTE call for testing
@mariogrip I am willing to try it with a port I'm currently working on, however I dont know if the cellular data is working correctly atm.
-
RE: help! kernel is not seandroid enforcing on Galaxy Note4
@m4l490n honestly I haven't had time to even touch the code in a year. There is documentation for making a port, just search for "ubports porting guide" and you will be able to find it. I happily accept any code contributions as long as they don't break the port.
-
RE: Samsung s4: Can't make halium-boot
@carlo afaik that command should work, granted my knowledge is mostly LOS 14.1 based porting on a Galaxy Note 4, if that command is not working, double check the documentation your following is for the correct version of your LOS source, as well as your source is complete and not lacking anything.
-
RE: Running desktop applications on UBTouch
it is possible to run desktop apps in UT, I know this because I have done it, however the experience was unusable due to the apps not responding to any input/interaction attempts through either touch or KB/M use. it is also pretty involved to setup and will not survibe any OTAs, overall if your looking to run regular linux apps on a handheld device, UT is not going to be the solution you want for that.
-
RE: Verizon voice, data, sms not working
@sringgen as stated VoLTE is being worked on for ofono, the other side of the token is that Verizon uses CDMA and afaik CDMA does not currently work correctly, if at all, so there is also that.