Subcategories

  • This section is specifically useful for new contributors on the project

    7 Topics
    27 Posts
    libremaxL
    @wqyeo There is a telegram group dedicated to quality assurance: https://t.me/ubports_qa_team Hope it may be useful for you
  • Discuss and solve problems with other users

    99 Topics
    690 Posts
    H
    The issue was me not having a screen lock passcode defined. Not sure if this is the best way to approach this, a settings page for editing user information (including name and root password) would be useful, that one could then opt out for the screenlock.
  • 161 Topics
    1k Posts
    C
    @R66F root, you'd probably need to use a custom waydroid gsi with SU binaries. from there just install one of the many root modules/frameworks that let you spoof app id's
  • Nexus 5 - UBPort doesn't react after rebooting to bootloader

    15
    0 Votes
    15 Posts
    4k Views
    LakotaubpL
    @jérèm Right ok, Yes its Ubuntu touch first with SP Flash Tool. Please follow the instructions carefully, they are straight forward I did it with little tech know how but it can brick the phone. Then its UBports using the installer or which ever method works for you. Any issues just pop back. It is worth it when its done.
  • [HowTo] Make Mac see your phone in bootloader

    1
    2 Votes
    1 Posts
    518 Views
    No one has replied
  • 0 Votes
    6 Posts
    2k Views
    D
    @pulsar33 So far, I have continued to use the method I initially described whereby I copy the files to be transferred into .local/share/wifitransfer.sil and then use wifitransfer to move them from the tablet to the laptop. I didn't have the courage to try your suggestions as I felt that this would be taking me out of my comfort zone and I would be risking screwing up my Ubports system. For example, I didn't recognize "filezilla". The file manager on my laptop is nautilus. I use my tablet as a daily driver as it's more convenient for web browsing and messaging etc than my laptop. I'm typing this reply on my Ubports M10 tablet. Anyway, many thanks for taking the trouble to reply. Your suggestions were appreciated but just a bit too scary for me to be prepared to experiment with. You mentioned samba. I use samba to move files between my laptop and my desktop PC. I've no idea if samba is installed on my tablet. However, I've noted that the UT file manager crashes whenever I select the network option. That's what originally prompted me to try wifitransfer.
  • MX4 - application phone and reception sms mms down

    2
    1
    0 Votes
    2 Posts
    578 Views
    advocatuxA
    @zacardec the codename of your phone is Arale. Clicking that as a "label" in "issues" I've found this list of bugs https://github.com/ubports/ubuntu-touch/labels/device%3A arale It seems the bug you're suffering isn't there. There's a French group in Telegram (https://t.me/UBports_French), maybe someone can help you there in your language.
  • Telegram App only blank Screen

    3
    0 Votes
    3 Posts
    2k Views
    N
    Here too: thank you! I will wait for better times.
  • Fairphone 2 restarting continiously

    3
    0 Votes
    3 Posts
    1k Views
    L
    Hello, I'm using the Stable version. It happens with any of the applications. Most often with Internet Browser but sometime also when doing nothing. it's just restarting like that with no reason, the phone is on my desk and i'm not even looking at it Thanks for your feedbacks Best,
  • Ubports Recovery unintended system.img flashing

    30
    0 Votes
    30 Posts
    10k Views
    advocatuxA
    @karstong congratulations!!
  • How to connect the phone with adb: wireless or bluetooth

    wifi bluetooth adb
    8
    0 Votes
    8 Posts
    2k Views
    advocatuxA
    @pierref you're welcome. I'm glad you found a solution!
  • UBports installer on Nexus 5x

    3
    0 Votes
    3 Posts
    1k Views
    advocatuxA
    @etoregui you can go to UB Welcome & Install group in Telegram to get help in real time (https://t.me/WelcomePlus).
  • UBports installer on OnePlus One

    2
    0 Votes
    2 Posts
    727 Views
    S
    I figured it out, i needed to put the Android studio files in the system path. In the terminal I had to add a path to the adb file so I ran the command export PATH=$PATH:/Users/~/Library/Android/sdk/platform-tools . The ~ is whatever your username is. Then I launched the installer and like magic it worked.
  • BQ M10 FHD doesn't rotate

    4
    0 Votes
    4 Posts
    1k Views
    LakotaubpL
    @riccardo-vidotto OK Have alook through the bug reports on git-hub, also join the telegram supergroup and ask on there. Sorry but other than doing a completely new install of ubports I have no more suggestions at present. Good luck it will get sorted somehow.!
  • Update Meizu Pro 5 Baseband

    25
    2 Votes
    25 Posts
    14k Views
    T
    Hi All, It has been a while with no update here on my side, i do not consider the Pro5 usable anymore, especially professionally, and currently testing a Fairphone 2 and a Nexus 5 for which the signal is definitively better. In parallel, when time allows, i have slowly started looking into re-building Halium on Android 7.1 for Meizu Pro5... do not hesitate to ping if you are working on something similar Peace, Tera
  • [solved] OpenVPN VPNSecure connected but no network

    15
    0 Votes
    15 Posts
    7k Views
    B
    Not sure if I should post this here or start a new post as this is VPN-related but maybe a different problem. I’ve also been having difficulties getting VPN working correctly. However, the problem was different to what I’ve seen mentioned in this and other posts about VPN problems. My VPN provider is VyprVPN. First I tried setting things up using the standard VPN GUI, and it seemed to be working. After setting up the details in the GUI, and then flipping the switch, the switch turned green. However, opening a browser and navigating to a site that displays my IP address showed the IP address of my ISP and not my VPN proxy server, so clearly the VPN tunnel was not being used. I installed the enhanced GUI app of Pete Woods and tried using that, but the result was the same. So I resorted to the command line. I hadn’t used openvpn before, so before trying it on the phone I tried it on my Ubuntu 16.04 computer. Using the .ovpn file downloaded from the VyprVPN website, I was able to get the VPN connection working fine with sudo openvpn Config.ovpn on the computer, so I tried the same on my phone. Unfortunately, I got the same result as with the GUI. The connection appears to be established without any errors or warnings in the log, which finishes with ‘Initialization Sequence Completed‘, but checking my IP in a web browser gives the same result as above. Also, closing the connection in the terminal with CTRL+C reported a few errors when trying to delete routes, saying RTNETLINK answers: No such process, ERROR: Linux route delete command failed: external program exited with error status 2. After a lot of searching, I inserted the line ‘route-delay 5’ at the end of my config.ovpn file and this solved the problem. The forum where I found the suggestion didn’t give much explanation, so I am not sure what the exact problem was or why this solves it. I’m certainly no expert in openvpn. Sorry for the long post, but hopefully this may help anyone else having a similar problem or maybe the Ubports developers working on the VPN gui app. I can post log files if anyone wants.
  • LXD Server

    3
    0 Votes
    3 Posts
    941 Views
    M
    that guest that initially made this topic was me. it was a new account and i was able to get back into my older account which is what i'm using now. ok, i'll check those links to see what i can do. thanks!
  • Nexus 5 not recognised on Window 7 Home Edition

    7
    0 Votes
    7 Posts
    1k Views
    A
    Ok. I have the installer talking to the phone. I have created a folder "c:\platform-tools" which contains adb and fastboot etc from google. I have copied the installer into the same directory and added the directory to PATH enviroment variable. Now when I run the installer it works as expected until I run up against a bug. The install now fails with an "Adb push error". I found the install log and the reason the push fails is because of a forward slash in the file name. I found the bug report and commit expected to fix it. I guess I'll have to wait until the next release of the installer.
  • [SLOVED]oneplus one battery level 50%

    3
    1
    0 Votes
    3 Posts
    1k Views
    M
    Thanks for the quick answer @advocatux. My battery is not running out too fast, the problem lies in the fact that UT does not show current battery level, and I do not know if the phone is charging when connected to a laptop. The cable is rather fine, because when I turn off the phone and connect to the charging cable the phone shows that it is charging, but when it is turned on it does not show. In the link you provided to me, I did not find any solution :(, unless you suggest that I install the Devel version of the UT. I just forgot to add that I have 15.04 stable UT, I did not manage to notice whether this problem occurred from the moment of installing UT, or after some of my interference in the UT. My only intervention in the system was after useing the tutorial contained in this link https://forums.ubports.com/topic/1015/howto-opo-fix-mtp-driver-permissions, which on the occasion helped me to solve my problem ( Thanks to @Flohack). p.s. sorry for my bad english xD p.s. 2 I made this screen shoot this morning, and when UT was switch off, phone shows on the screen the battery is charged in 100%, but UT still showing 50% [image: 1521271950720-screenshot20180317_072705972-resized.png] Little update: I also noticed that UT constantly monitors the battery level, because over time it reduces the brightness of the screen. The question is why GUI stopped at 50% and does not want to update itself, since UT itself knows what is the current level of battery. After reboot system is working Ok, i don't know what caused the problem.
  • Rotation on OnePlus One

    6
    0 Votes
    6 Posts
    1k Views
    LakotaubpL
    @arpi Well done, should of thought of that one myself (bit early for my brain function). Enjoy ubports.
  • Nextcloud / Ownloud on Nexus 5

    10
    0 Votes
    10 Posts
    3k Views
    ?
    I'm delighted to be able to report that I've finally got NextCloud working on my Nexus 5, and I really couldn't be happier. Thanks for all the support, especially from the Telegram UBPorts Clouderama group - in particular Wayne(OutThere) and Amolith Seregoin. This really is a very able and supportive community.
  • Samsung galaxy j5 2017

    3
    0 Votes
    3 Posts
    5k Views
    U
    @snappy sure would be nice to have more devices supported though. We have a J5 knocking around here and to be able to move that to UBPorts would be the better option, than staying with its old os.
  • openstore no graphics

    3
    0 Votes
    3 Posts
    1k Views
    T
    Having trouble getting content to appear in the open store app. Just seeing blank page. It works mostly when I am on wifi, but rarely when using mobile data. I have no trouble reaching the open store through the UT web browser.