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

    Topics

    • Br1B

      How enable "tap to wake" on startup

      Watching Ignoring Scheduled Pinned Locked Moved Google Pixel 3a/3a XL
      8
      3 Votes
      8 Posts
      620 Views
      H
      @lkroll , @Br1 Thanks for your help, this works perfectly. code_textphablet@ubuntu-phablet:~$ systemctl --user status enable-doubletap.service ● enable-doubletap.service - Enable Double Tap to Wake on Unity Screen after D-Bus is ready Loaded: loaded (/home/phablet/.config/systemd/user/enable-doubletap.service; enabled; vendor preset: enabled) Active: active (exited) since Thu 2024-01-04 15:35:53 +03; 20min ago Main PID: .......
    • Br1B

      Flash device in fastboot mode

      Watching Ignoring Scheduled Pinned Locked Moved Google Pixel 3a/3a XL
      1
      0 Votes
      1 Posts
      505 Views
      No one has replied
    • Br1B

      Install-Uninstall scripts with Single Command

      Watching Ignoring Scheduled Pinned Locked Moved General
      5
      1 Votes
      5 Posts
      620 Views
      D
      @Br1 Yes, i confirm, dns changer is ok with ota-5. I tested that just after the update to OTA-5.
    • Br1B

      [How-To] Record Calls

      Watching Ignoring Scheduled Pinned Locked Moved Support
      73
      9 Votes
      73 Posts
      18k Views
      J
      @domubpkm @Br1 I can confirm that on volla quintus (OTA-7 and devel channel) isn't working either. Same behavior as @domubpkm , call-recording locks mycrophone and speaker on calls. Nothing is captured on saved file. There os anything i can do to track the problem? (Another interesting thing is that looks like the install-script breaks the camera, it make camera app the capability of record videos. Uninstall the script or change between channels doesn't solve the problem, it is just solved by factory reset )
    • Br1B

      Change DNS servers, wifi and mobile data

      Watching Ignoring Scheduled Pinned Locked Moved Support
      21
      1 Votes
      21 Posts
      4k Views
      Br1B
      --- New version (only an optimization) here, as reported by @domubpkm to restore the original dns servers reboot is required (added message).
    • Br1B

      NGINX web server on Libertine, it works :-)

      Watching Ignoring Scheduled Pinned Locked Moved Libertine
      4
      1 Votes
      4 Posts
      779 Views
      Br1B
      @arubislander I describe in broad outline ... relative to vps/vpn (which allows you to have an ip reachable) it is set to redirect the requests received on port 88 to a specific vpn client (my xiaomi) and vice versa (there are 2 iptables rules) regarding the auto start of nginx, in upstart : description "Libertine - start nginx" start on started unity8 exec /home/phablet/.aa_myscripts/nginx.sh nginx.sh : #!/bin/sh sleep 3 ; sudo chroot /home/phablet/.cache/libertine-container/mylinux/rootfs /bin/bash -c "./startup.sh" in libertine root : startup.sh #!/bin/sh service nginx start one more thing, due to dns changes I've made I could no longer install any program (from gui or libertine-container-manager) so i used chroot, I have reset dns, installed and configured nginx without any particular problems ... do you have more specific questions ?
    • Br1B

      [HowTo] Block unwanted calls - create blacklist

      Watching Ignoring Scheduled Pinned Locked Moved Support
      21
      6 Votes
      21 Posts
      5k Views
      Br1B
      Blacklist also work fine with OTA 4.
    • Br1B

      Autostart app

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      2
      0 Votes
      2 Posts
      335 Views
      Br1B
      I found the solution, it was enough to delay the execution for a few seconds : #!/bin/sh /bin/sleep 10 ; /usr/bin/ubuntu-app-launch uhome.pavelprosto_uHome_0.9.0 no need to start teleport (it is already running) I put in autostart Home screen [image: 1654437482010-screenshot20220605_155256263.png]