Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. TheBird
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 49
    • Best 13
    • Groups 0

    Posts made by TheBird

    • RE: Install issues on one plus 1??

      On Ubuntu it is smooth.

      posted in Support
      TheBird
      TheBird
    • RE: Bluetooth pairing with car audio system

      @AppLee It is more general

      https://forums.ubports.com/topic/457/the-bluetooth-thread/47

      posted in Support
      TheBird
      TheBird
    • RE: Is UT efficient for a daily drive ?

      To me it still is not. This is because of this problem:

      https://forums.ubports.com/topic/2243/phone-doesn-t-ring

      But beside that it is great. At nightshifts I use my Iphone. The others days of the week it is UT on my OPO which I realy prefer ๐Ÿ‘

      posted in General
      TheBird
      TheBird
    • RE: OnePlus One OTA-11 Wifi issue

      I tried this. Now its more stable.
      https://forums.ubports.com/topic/2928/oneplus-one-baseband-firmware

      posted in Support
      TheBird
      TheBird
    • RE: The New Selection Mode

      I saw it in the q&a. This indeed is a great feature. It is much easyer now to handle text with the phone. Realy great improvement

      posted in Support
      TheBird
      TheBird
    • RE: OTA-11 Call for Testing

      @Giiba The same here. It is only for this subject, the OTA 11 tracker. Others work just fine

      posted in OS
      TheBird
      TheBird
    • RE: Phone doesn't ring

      @kristatos I just did, thanks
      https://github.com/ubports/ubuntu-touch/issues/1243

      posted in Support
      TheBird
      TheBird
    • RE: Phone doesn't ring

      Still the same anoying bug. Found some other users with the same problem:

      https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1612367

      and here in the forum looks like the same isseu

      https://forums.ubports.com/topic/1069/unhearable-ringing

      posted in Support
      TheBird
      TheBird
    • Crossbuilder problem

      I'm following this guide for compiling Ubuntu Touch packages. Setting up LXD with crossbuilder setup-lxd works well but when I execute the command crossbuilder in any project I get this error:

      ... 
      Installing armhf build dependencies for address-book-app in container address-book-app-usdk-16-04-amd64-armhf-dev.
      
      dch: fatal error at line 569:
      debian/changelog is not writable!
      

      First I used a normal user in Ubuntu. Then when that didn't work, I tried a sudo user. Didn't do the trick.

      Any idea?

      posted in Support
      TheBird
      TheBird
    • RE: Looking for new maintainer / developer for TextSecure / Signal app

      Maybe more people (maybe all using UT) should file a request Signal support page => upper right corner ๐Ÿ˜‰

      @elastic Did it!

      posted in App Development
      TheBird
      TheBird
    • RE: Looking for new maintainer / developer for TextSecure / Signal app

      @hummlbach said in Looking for new maintainer / developer for TextSecure / Signal app:

      @thebird don't close the app

      OK your reply. So that is the trick. I was to exited then ๐Ÿ˜‰

      So it is not very reliable then. Would be better if there is an option to start an app like Signal @ boot. Or run it in the background without being visible, so you canโ€™t close it. Anybody?

      Never mind. Has been answered: https://forums.ubports.com/topic/235/notifications-out-of-the-comfort-zone/22

      posted in App Development
      TheBird
      TheBird
    • RE: Looking for new maintainer / developer for TextSecure / Signal app

      @hummlbach said in Looking for new maintainer / developer for TextSecure / Signal app:

      Btw. for all that didn't recognize that there is a workaround to get notifications from the signal app... Just turn off app suspending for the signal app (using UT Tweak Tool) and you'll get notifications. According to @nanu-c it has no big impact on the battery (at least he doesn't notice a big impact, may vary if you're not already running dekko maybe ;-)). Just try it out!

      That would be great! So I tried this:

      Start UT Tweak Tool -> Menu -> Apps Scopes -> Look for Signal -> Prevent app suspension
      This option was off, switched it to on.

      Then I started Signal, and I recieve new messages / notifications (like it already did), but when I close Signal, I don't get new messages, or notifications.

      • list itemSo it seams it doesn't work for me?

      • list itemOr am I doing it wrong?

      • list itemOr did I misunderstand?

      @hummlbach Can you please help?

      posted in App Development
      TheBird
      TheBird
    • RE: Phone doesn't ring

      Looking in the ~/.cache/upstart/dbus.log I found sound goes to pause when I don't hear the sound ringing.

      ...
      void AalMediaPlayerService::play()
      Actually calling m_hubPlayerSession->play()
      PlaybackStatus changed to: "paused"
      Index changed to -1
      m_currentIndex updated to: 0
      virtual void AalMediaPlayerControl::setMedia(const QMediaContent&, QIODevice*)

      setMedia() media: QUrl("file:///usr/share/sounds/ubuntu/ringtones/Time not Lost.ogg")
      Same media as current
      virtual void AalMediaPlayerControl::pause()

      virtual QMediaPlayer::State AalMediaPlayerControl::state() const

      m_currentIndex updated to: 0
      virtual void AalMediaPlayerControl::setMedia(const QMediaContent&, QIODevice*)

      setMedia() media: QUrl("file:///usr/share/sounds/ubuntu/ringtones/Time not Lost.ogg")
      Same media as current
      virtual void AalMediaPlayerControl::pause()

      virtual QMediaPlayer::State AalMediaPlayerControl::state() const

      PlaybackStatus changed to: "paused"
      PlaybackStatus changed to: "paused"
      PlaybackStatus changed to: "paused"
      PlaybackStatus changed to: "paused"
      PlaybackStatus changed to: "paused"
      PlaybackStatus changed to: "paused"
      PlaybackStatus changed to: "paused"
      disconnected

      When the sound is normal I see in the logfile it is playing:

      void AalMediaPlayerService::play()
      Actually calling m_hubPlayerSession->play()
      PlaybackStatus changed to: "playing"
      Index changed to -1
      m_currentIndex updated to: 0
      virtual void AalMediaPlayerControl::setMedia(const QMediaContent&, QIODevice*)

      setMedia() media: QUrl("file:///usr/share/sounds/ubuntu/ringtones/Time not Lost.ogg")
      Same media as current
      virtual void AalMediaPlayerControl::play()

      void AalMediaPlayerService::play()
      Actually calling m_hubPlayerSession->play()
      virtual QMediaPlayer::State AalMediaPlayerControl::state() const

      m_currentIndex updated to: 0
      virtual void AalMediaPlayerControl::setMedia(const QMediaContent&, QIODevice*)

      setMedia() media: QUrl("file:///usr/share/sounds/ubuntu/ringtones/Time not Lost.ogg")
      Same media as current
      virtual void AalMediaPlayerControl::play()

      void AalMediaPlayerService::play()
      Actually calling m_hubPlayerSession->play()
      virtual QMediaPlayer::State AalMediaPlayerControl::state() const

      PlaybackStatus changed to: "playing"
      PlaybackStatus changed to: "playing"
      PlaybackStatus changed to: "playing"
      PlaybackStatus changed to: "playing"
      PlaybackStatus changed to: "playing"
      PlaybackStatus changed to: "playing"
      disconnected

      posted in Support
      TheBird
      TheBird
    • RE: Logviewer pastbin problem

      Well posting gives an error. look it up in Logviewer ๐Ÿ˜‰

      The Logviewer app posts a form on pastebin. The value of the 'poster' of the form exceeds the limit off 30. This value is 36 characters and has a strange value: 'Ubuntu touch user 0.5739777 ...'

      posted in Support
      TheBird
      TheBird
    • RE: Phone doesn't ring

      @lakotaubp said in Phone doesn't ring:

      @thebird can you try the dev channel for a bit see if that helps

      Thanks for your help, but that didn't do the trick. After 36 times calling the UT phone the problem appeared again.

      posted in Support
      TheBird
      TheBird
    • RE: Phone doesn't ring

      @lakotaubp said in Phone doesn't ring:

      @thebird can you try the dev channel for a bit see if that helps

      Calling my phone 1/30 gives a no sound problem. So I'll try the dev channel now ...

      posted in Support
      TheBird
      TheBird
    • Logviewer pastbin problem

      I hope I can ask a question on this forum about one off the apps I installed. It's about the logviewer.

      I would like to post a log on pastebin. If I hit the share-button, it says: Pastebin error. Error ocurred uploading to Pastebin. Any idea?

      posted in Support
      TheBird
      TheBird
    • RE: Phone doesn't ring

      @advocatux said in Phone doesn't ring:

      @thebird did that issue happen running OTA-7 on your device too?

      Yes, it does

      posted in Support
      TheBird
      TheBird
    • RE: Phone doesn't ring

      @kristatos said in Phone doesn't ring:

      But in my opinion the bug was there from beginning on.

      I agree, first I wasnโ€™t sure about it. So itโ€™s since the phone was released, since Ubuntu Touch Canonical Ltd.

      posted in Support
      TheBird
      TheBird