UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. nobhobbor
    3. Topics
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Groups 0

    Topics

    • N

      support for sony xperia x and oneplus 3t

      Watching Ignoring Scheduled Pinned Locked Moved Support
      4
      0 Votes
      4 Posts
      418 Views
      PhoenixLandPiratP
      @nobhobbor they are in the ubports installer, so it should be just as easy or hard to install on the OP3 as the OP1. Though after the install, it is harder to use with the fact that there aren't to many arm64 apps available, there's no openstore, hopefully we'll get it in the not to distant future, but that's not got anything to do with installing the OS, but installing applications on the OS. I'm assuming that's the miscommunication, however if I'm wrong then please correct me!
    • N

      noobie OnePlus WiFi issue

      Watching Ignoring Scheduled Pinned Locked Moved Support
      8
      0 Votes
      8 Posts
      651 Views
      U
      There is a bug report for this issue here: OnePlus One wifi switch after OTA6 #995 Specifically this comment: WCNSS_qcom_cfg.ini One needs to enable developer mode in settings. Then connect with a device with adb tools installed. Then: adb shell Once you're in the shell: sudo mount -o remount,rw / That is to mount the root partition read/write. Now you can replace or edit the WCNSS_qcom_cfg.ini file. The one mentioned in #995 was sufficient to get wifi working for me. Hope this helps