UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. darkeye
    3. Best
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 42
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Package installation stuck and spinning wheel never stops under Libertine

      If Anyone has this issue and the libretine is a chroot libretine (try runing libertine-shell and it will complain that it's not lxd/lxc container).

      just run

      chroot <librtine directory  normally at : /home/phablet/.cache/libertine-container/xenial/rootfs >
      

      and then run

      su 32011
      dpkg --configure -a
      

      this should finish the installation of the package

      posted in Libertine
      D
      darkeye
    • RE: Help testing new legacy image

      Hey @zsoltmd ,

      It working great!
      My experience is the same as in the old official ubuntu release with better looking scopes 🙂
      also for some reason it seems much faster...

      The only issues I noticed are :

      • The HERE Location Service is missing so it doesn't know where I am when i'm inside a building.
      • Telegram notifications seems to be hit and miss.
      • Some scopes are missing (Favourite Contacts, Holidays, etc...)
      posted in General
      D
      darkeye
    • RE: uRSSES app

      @3t_ed do you mean that you want to export the bookmarks?
      Thata a good idea. ill added to the gitlab issues list hopefully it will be simple and i can deliver it in the next release

      posted in Support
      D
      darkeye
    • RE: Want To Develop UT And Need A Device

      Hey 🙂 , What would be great is if they had Fairphone 2 as there's 2 issues in the camera that i can't investigate without it.
      Barring that if you guys can spare and it's possible i would be happy to have any device with USB OTG display as i'm in the middle of adding convergence to the clock ( and the camera after that) and it would better to actually use a converged device instead of emulating it on the desktop.

      Thanks and keep up the good work 👍

      posted in News
      D
      darkeye
    • RE: What is your main points for a perfect personal phone operative system?

      All your points ( Convergence, Open Source, Developer friendly, Security ) Plus :

      • Easy to develop integration to, It would be nice if the phone can be used to bridge several devices/sources together (i.e. Moving file between computers, Cast music from ownCloud to chromecast , etc.. (ContentHub 2.0 😛 ) )
      • Tunable , Control how much the phone limit the CPU usage to save battery , Change the theme of the UI, which notification are important and which are not , etc..
      posted in General
      D
      darkeye
    • RE: Today scope without showing day scope

      @Gerd It seems that its under GPL v3 it least by the license that was selected in launchpad... I asked the day-scope-team if it's possible to fork it to ubports i`ll update this thread if he replys.

      posted in Support
      D
      darkeye
    • RE: Help testing new legacy image

      @zsoltmd Sorry forgot about that fingerprint doesn't work i`ll update my post.
      (I wasn't using it too much as it's not that reliable on my device)

      posted in General
      D
      darkeye
    • RE: uRSSES app

      Hey @3t_ed ,
      Nextcoud integration already exists just associate your nextcloud account with it through the
      Settings -> Accounts -> click on the '+' action.
      It currently only support the feed list but i`ll add read/unread/stared stories in the future...

      folders will be added once/if i`ll figure out a sutible UI for it 🙂

      Next version will probably be uploaded during this weekend.

      posted in Support
      D
      darkeye
    • Mycroft integration

      Hey all,

      A while ago I remember that there was talks about integalrating mycroft into UT anyone knows where it stands now?

      Thanks,

      posted in General
      D
      darkeye
    • RE: uRSSES app

      Hey @cr9c ,

      This is weird an easy check to do is making sure that the nectcloud account is selected in the account settings of the uRsses app there should be a tick mark (✔) next to it.
      I it does please open an issue about it at : https://gitlab.com/dark-eye/ursses/-/issues
      and add the logs if possible.

      also OPML import should be supported please open an issue in the link above and attach the opml file you are trying to import.

      Thank you 🙂

      posted in Support
      D
      darkeye
    • RE: PinePhone

      If this would help anyone i made a small script to decrease the power draw of the pinephone until it would be adjusted in th main repo....

      #!/bin/bash
      
      loadAVG=$(cat /proc/loadavg  | awk '{print $1}')
      threshold=1
      highthreshold=3
      status=$( echo "$loadAVG > $threshold" | bc )
      highstatus=$( echo "$loadAVG > $highthreshold" | bc )
      
      echo $status
      
      if [ $status -gt 0 ]; then
              if [ $highstatus -gt 0 ]; then
                      echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
              else
                      echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
              fi
      else 
              echo "powersave" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
      fi
      

      I've placed it in crontab at adjust the governor every minute not ideal but it does help alittle...

      (you do have to install 'bc' for it to work : sudo apt install bc)

      posted in General
      D
      darkeye
    • RE: Alarm clock sound not changing

      @keneda does changing a spesific alarm sound works?

      posted in Support
      D
      darkeye