@mariogrip is there a way I can start working on porting my device to it if it's not in the installer?
Posts
-
RE: This week in development (week 52 2024)
-
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.
-
RE: OTA number based on Ubuntu version
@unisuperbox is there anything stopping us from using OTA-16.x system? I understand the thought process behind the idea, however, if we are to switch to a system like this, maybe have it as OTA-x.16 to indicate which OTA it is and the LTS version after that? I feel that would allow easier distinction between the OTAs and not pose a potential issue with the current OTA system as it would work to make it think its a major version change, with the same minor version, just my $0.02
-
RE: Porting to Samsung Galaxy Note 4 SM-N910P
@flohack so if Im understanding correctly, the android side sees /android as /? if that is the case then how would I massage the lxc container to get the blobs to see the efs partition?
-
RE: Porting to Samsung Galaxy Note 4 SM-N910P
@doniks thats actually what made me think to check it, the difference is for my device efs is mounted and I can access it, but its mounted at /android/efs rather than /efs hence me asking if anyone knows if that matters, or how to fix it
-
RE: Porting to Samsung Galaxy Note 4 SM-N910P
so I found myself with about an hour of free time over the past couple days and decided to check into the wifi not re-connecting properly after a reboot, I suspect it is related to efs, I was able to verify it is mounted, but I have a suspicion its not mounted in the correct location, so that leads me to this question, is there a better way to force the correct location rather than putting a bind mount in init? Im not sure what else this will fix, or even if it will fix anything, but its a start since android mounts efs to /efs, and UT is mounting it to /android/efs, I suspect the stuff that is working is not fully working due to that.
Thanks for for your time.
-
RE: Video playback mp4 on UBUNTU TOUCH?
@kyrylo welcome, however I would not advise getting a galaxy note 4 as my port is very incomplete, its missing call audio and has a few other issues I need to address, but I lack the time to do so
-
RE: Video playback mp4 on UBUNTU TOUCH?
@kyrylo on my Galaxy Note 4 I can watch a full length movie from SD in a mp4 format, it takes a few minutes for it to load, but it does play and keeps the sync for about 90% of the video
-
RE: Can i buy all Galaxy Note 4 models?
@mastersezer what do you mean by changing charge?
-
RE: UBports on Gigaset GS290
@squigly as a Volla phone owner, I can say hardware wise, they are close enough to run the same software as GS290, I know this from installing /e/ on my Volla, as far as going the other way and running UT on a GS290, its 100% possible, but as mentioned, the path to do it is not recommended (or the faint of heart), I have probably bricked my Volla more times han most people will trying to install ROMs so I have some good practice in so far
-
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.