Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. tigerpro
    T
    • Profile
    • Following 0
    • Followers 2
    • Topics 2
    • Posts 138
    • Best 22
    • Groups 0

    tigerpro

    @tigerpro

    36
    Reputation
    622
    Profile views
    138
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    tigerpro Follow

    Best posts made by tigerpro

    • RE: Add more modern and popular devices to offical supported list

      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?

      posted in Off topic
      T
      tigerpro
    • 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?

      posted in Porting
      T
      tigerpro
    • 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.

      posted in Marketing Incubator
      T
      tigerpro
    • RE: Porting to Samsung Galaxy Note 4 SM-N910P

      @libremax at the time of this writing,

      what works:
      Audio
      GPS
      Status LED
      Video Acceleration

      what 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.

      posted in Porting
      T
      tigerpro
    • 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

      posted in Porting
      T
      tigerpro
    • 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.

      posted in Porting
      T
      tigerpro
    • 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.

      posted in Porting
      T
      tigerpro
    • 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.

      posted in Porting
      T
      tigerpro
    • RE: Q&A 44 This Saturday 16/02/2019 @ 19:00UTC

      Since we are fresh out of FOSDEM are there plans to be attending a tech show like FOSDEM as vendors rather than guests? I think having some publicity for UTs features like convergence would generate some good interest for the project.

      posted in News
      T
      tigerpro
    • RE: Welcome to the UBports community! Introduce yourself here!

      Hello, my name is Rick, or tygerpro, I am currently unemployed but I have been doing manual labor or IT based jobs in the past. I first tried Ubuntu touch many years ago on a Asus tf201, and loved it, even though it was a half finished port. I have a Note 4 that I thought would be a good candidate for UT since it is a workhorse and has a stylus (a key reason ingot the note 4) and since I didn't see anyone working on it, I decided to start my contribution to something I personally would like on all my devices. I am willing to learn and help others where possible, and I am always open to a discussion if it pertains to UT or Ubuntu in general.

      posted in General
      T
      tigerpro

    Latest posts made by tigerpro

    • RE: help! kernel is not seandroid enforcing on Galaxy Note4

      @valcuda this is an issue that is strictly related to the 910T and variants, I have been told there is no useful information in the logs by a 910T developer, I will take a look into this issue when I have a moment, as I just started a new job.

      posted in Samsung Galaxy Note 4 910F/P/T
      T
      tigerpro
    • RE: help! kernel is not seandroid enforcing on Galaxy Note4

      @flohack its an error that I have been unable to re-produce on my note 4, I would need a log either from last_kmsg or ram_oops to know what is going on, the red error can safely be ignored as Florian has said.

      posted in Samsung Galaxy Note 4 910F/P/T
      T
      tigerpro
    • RE: Switch OS on Volla Phone

      @jojumaxx I always say, "when in doubt, assume it needs to be done" if its already unlocked it wont re-lock it, it will just tell you its already unlocked

      posted in Support
      T
      tigerpro
    • RE: Porting to Samsung Galaxy Note 4 SM-N910P

      @tchan that is an issue that I have not been able to resolve, I believe it may just be a limitation of the installer, when that error comes up click ignore if it is available and it should proceed as usual

      posted in Porting
      T
      tigerpro
    • RE: Porting to Samsung Galaxy Note 4 SM-N910P

      @tchan if you already have twrp and a custom ROM installed, then your safe to install with the launcher, you dont need to revert software or anything. I will caution to make sure its a snapdragon variant as my port will not work on the exynos variant. I can say from experience, the bootloop issue your experiencing is a bad battery, I have 2 devices that had this issue till I replaced the battery. I would like to ask that you report back what happened if you do go ahead and try to install my port.

      posted in Porting
      T
      tigerpro
    • RE: Porting to Samsung Galaxy Note 4 SM-N910P

      @libremax I only tried it once for a couple minutes, it turned the hotspot on, then off, and the device I connected was able to get to google, but I had the Samsung Quirks from Florian installed, and I didnt have it on for more than a couple minutes, so I would say it seems to work, but its not fully tested

      posted in Porting
      T
      tigerpro
    • RE: Porting to Samsung Galaxy Note 4 SM-N910P

      @libremax at the time of this writing,

      what works:
      Audio
      GPS
      Status LED
      Video Acceleration

      what 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.

      posted in Porting
      T
      tigerpro
    • RE: Call for Testing: UBports Installer 0.7.0-beta

      @NeoTheThird thank you, I will give it a try as soon as I am in front of my PC

      posted in UBports Installer
      T
      tigerpro
    • RE: Support for F2FS file system?

      in theory if the kernel has f2fs support built in, and all the utilities to use f2fs are present in the build, then it should be possible, however I dont think anyone has ever actually tried, I had asked about this in telegram a couple months ago and this was the answer I was given, I have been debating if I want to try it or not since then.

      posted in OS
      T
      tigerpro
    • RE: Call for Testing: UBports Installer 0.7.0-beta

      @NeoTheThird sounds good, I will still try 0.7.2 as well

      posted in UBports Installer
      T
      tigerpro