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

    Posts

    Recent Best Controversial
    • RE: Install-Uninstall scripts with Single Command

      OTA 5 test, blacklist, callrecorder, and change dns servers, all the scripts have been tested and are working fine.

      I don't know if I'll have time to test them again for future updates, use them at your own risk, a wrong dns configuration and your os might become unusable.

      I suggest to make a total backup before proceeding.

      posted in General
      Br1B
      Br1
    • RE: [How-To] Record Calls

      @domubpkm - arecord (command-line recorder used by script) has many options, but on my device between recordings with or without speakerphone the difference is almost imperceptible, therefore it is difficult to assess ...

      posted in Support
      Br1B
      Br1
    • RE: uAdBlockNG issue

      @kristatos you can try "Unified hosts file" by Steven Black, is updated regularly, currently contains 154,586 entries (only 4,5 MB) or one of "31 different host file variants " ... info e link to hosts files here

      posted in Support
      Br1B
      Br1
    • RE: [How-To] Record Calls

      @mschmids as you can see here in many countries recording is allowed, anyway :

      DISCLAIMER

      Before using these scripts make sure that in your country is allowed to record phone calls without consent from the other side, I do not take any responsibility for consequences deriving for the misuse of these scripts.

      posted in Support
      Br1B
      Br1
    • RE: [How-To] Record Calls

      @mschmids If you listen again to what they said to you, you have not committed any crime.
      However I invite everyone to comply fully with any laws or regulations in their own Country.

      posted in Support
      Br1B
      Br1
    • RE: [HowTo] Block unwanted calls - create blacklist

      Blacklist also work fine with OTA 4.

      posted in Support
      Br1B
      Br1
    • RE: [How-To] Record Calls

      --- OTA 4 I confirm, no problems.

      posted in Support
      Br1B
      Br1
    • RE: Change DNS servers, wifi and mobile data

      --- New version (only an optimization) here, as reported by @domubpkm to restore the original dns servers reboot is required (added message).

      posted in Support
      Br1B
      Br1
    • RE: Calendar storage location

      @Fish said in Calendar storage location:

      someone here knows the location of the calendar from the Calender app?

      if you have set up calendar as "personal" (no online calendars)
      personal.png

      You only need to backup this file :

      /home/phablet/.local/share/evolution/calendar/system/calendar.ics

      posted in Support
      Br1B
      Br1
    • RE: Change DNS servers, wifi and mobile data

      @domubpkm said in Change DNS servers, wifi and mobile data:

      Sometimes a reboot is necessary to get my carrier's DNS fully restored

      It could be caused by dns cache, after restoring try this :

      sudo resolvectl flush-caches
      

      if it works, I can add it to next version

      @domubpkm said in Change DNS servers, wifi and mobile data:

      Shouldn't cloudflare DNS all stay in its country of origin

      servers in 120+ countries ... I don’t know what criteria they use

      posted in Support
      Br1B
      Br1
    • RE: tedit development and design discussion

      Hi @danfro most of the times I read the notes ... I'd like to open tedit directly on notes list and and tap the note to open it.

      Regarding colors the dark mode possibility It's enough for me.

      posted in App Development
      Br1B
      Br1
    • RE: Brigthness sensor override possible?

      @Luksus said in Brigthness sensor override possible?:

      So, maybe it is possible to create a script (as service) which turns auto brightness off during a call and turn it on when the call is finished

      Don't know if that's useful ... I ran some tests with dbus-monitor,
      disable auto brightness :

      dbus-send --system --print-reply --type=method_call --dest=com.canonical.Unity.Screen /com/canonical/Unity/Screen com.canonical.Unity.Screen.userAutobrightnessEnable boolean:false
      

      enable auto brightness :

      dbus-send --system --print-reply --type=method_call --dest=com.canonical.Unity.Screen /com/canonical/Unity/Screen com.canonical.Unity.Screen.userAutobrightnessEnable boolean:true
      

      wait for timeout end, works.

      posted in Fairphone 3
      Br1B
      Br1
    • RE: Startup

      @MrT10001 said in Startup:

      On some it really screws up the fastboot menu

      That's exactly what it did to me, downloaded bootlogo deleted fastboot logo 😠
      to restore it I used this and created my bootlogo.

      posted in Google Pixel 3a/3a XL
      Br1B
      Br1
    • RE: Startup

      @Fizz said in Startup:

      i see the Google splash screen for a few seconds

      on many devices you can change this, see here, but unfortunately not pixel 3a, I created one for my xiaomi mi a2, I tried to find google logo for a couple of hours without success :angry_face: it's probably encrypted

      posted in Google Pixel 3a/3a XL
      Br1B
      Br1
    • RE: Installing to Pixel 3a

      @Fizz try AppImage ...

      • download image
      • make it executable (from menu)
        and click it

      see short video :
      https://www.spacelinux.it/video/AppImage.mp4

      posted in Google Pixel 3a/3a XL
      Br1B
      Br1
    • How enable "tap to wake" on startup

      If you already created a systemd user service to execute some commands on startup you must only add this line to bash script :

      dbus-send --system --print-reply --dest=com.canonical.Unity.Screen /com/canonical/Unity/Screen com.canonical.Unity.Screen.setDoubleTapToWakeEnabled boolean:true
      
      posted in Google Pixel 3a/3a XL
      Br1B
      Br1
    • RE: [How-To] Record Calls

      @domubpkm said in [How-To] Record Calls:

      Is it the same procedure ?

      Yes

      What do you mean by your comment ?

      the install script changes I had to make

      posted in Support
      Br1B
      Br1
    • RE: [How-To] Record Calls

      @domubpkm new version ota 3 here fresh install involves to reset some permissions and to create few directories ... however I can't guarantee it will work with all devices.

      posted in Support
      Br1B
      Br1
    • RE: [How-To] Record Calls

      @domubpkm it's the same with my pixel 3a xl (fresh install) and I'm tryin' to understand why.
      There are other things that don’t work ... you have made a fresh install or update from xenial ?

      posted in Support
      Br1B
      Br1
    • Flash device in fastboot mode

      I have received device yesterday,

      • no problem to unlock bootloader
        first from the settings menu then with fastboot command

      • problem with Android flash tool,
        error while flashing factory image, no longer detected the device with the result that it's stuck in fastboot mode :angry_face:

      • I have downloaded bonito factory image(PQ3B.190801.002) tried to flash it in fastboot mode ... error, wrong version-baseband, I edited android-info.txt file to correct version-baseband and reflash image, success 🙂

      • android boot stuck on google logo :confused_face: ... I ignored it used the ubports installer.

      I tried only a few things, hotspot, fingerprint, tap to wake, camera ... at first glance it looks great.

      twrp, 3.5.2 version seems like the right one, it must not be installed but started from fastboot

      posted in Google Pixel 3a/3a XL
      Br1B
      Br1