UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. circ
    3. Topics
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 31
    • Groups 0

    Topics

    • C

      Where is Contacts app source?

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      2
      0 Votes
      2 Posts
      293 Views
      C
      Here it is (https://github.com/ubports/address-book-app) It's not Contacts, it's address-book.
    • C

      Nexus 6P data locations?

      Watching Ignoring Scheduled Pinned Locked Moved Google Nexus 6P
      2
      0 Votes
      2 Posts
      288 Views
      flohackF
      @circ erm did you capture this in recovery?
    • C

      UT data migration to Nexus 6P

      Watching Ignoring Scheduled Pinned Locked Moved Google Nexus 6P
      4
      0 Votes
      4 Posts
      487 Views
      flohackF
      I would recommend to tar up user-data and system-data in recovery, then adb pull that stuff, drop it into the new device and unpack it there (after removing both folders that were there to avoid merges).
    • C

      6P ADB : no connection

      Watching Ignoring Scheduled Pinned Locked Moved Google Nexus 6P
      7
      0 Votes
      7 Posts
      762 Views
      flohackF
      ADB is currently not supported on any of the new Halium devices, sorry for that... Not an easy solution, ssh was thought to be a replacement, but of course it needs network... BR
    • C

      Where are VPN logs? [SOLVED]

      Watching Ignoring Scheduled Pinned Locked Moved Support
      2
      0 Votes
      2 Posts
      377 Views
      C
      adb shell tail -f /var/log/syslog
    • C

      [SOLVED] VPN: 'no vpn secrets' error

      Watching Ignoring Scheduled Pinned Locked Moved Support
      9
      2 Votes
      9 Posts
      3k Views
      N
      @circ @domubpkm Hey so I'm having the same error code with my Ubuntu Phone VPN connexion. I changed username and password to avoid non alphanumeric characters. Do the name and location of .ctr and .key files have any sort of importance? ca.crt has the form: -----BEGIN CERTIFICATE----- ... ... -----END CERTIFICATE----- and ta.key has the form -----BEGIN OpenVPN Static key V1----- ... ... -----END OpenVPN Static key V1----- Both are extracted from the xxx.protonvpn.com.udp.ovpn file downloaded on my protonVPN account. Could the gateway port number be an issue? Do you have any idea why it still doesn't work? Thanks a lot for any kind of help or suggestion! Edit1: Note that the password is always missing when I open the VPN editor app, but that could also just be some kind of security. Is that the expected behavior?
    • C

      How to rollback to previous dev channel release?

      Watching Ignoring Scheduled Pinned Locked Moved Support
      7
      0 Votes
      7 Posts
      701 Views
      advocatuxA
      @circ no, it seems it isn't an easy task. Please see https://forums.ubports.com/topic/1206/what-are-the-changes-in-releases
    • C

      Where does UBports 'remember' adb authorizations?

      Watching Ignoring Scheduled Pinned Locked Moved Support
      4
      0 Votes
      4 Posts
      602 Views
      C
      a note that the topic in the OP has more details, but adb backup is completely broken for me on pureOS (debian). https://forums.ubports.com/topic/1725 Thanks for the info on adb_keys location @Lakotaubp !
    • C

      adb backup woes: UT 14, Nexus 5

      Watching Ignoring Scheduled Pinned Locked Moved Support
      8
      0 Votes
      8 Posts
      1k Views
      dobeyD
      Ah, I don't think adb backup works with UT, because it's not an Android ROM, and that feature only works with Android. You need to adb pull /data/*-data or something like that. I forget the exact command.