UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. zlamalp
    3. Posts
    Z
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 33
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MTP not working on Pixel 3a XL after OTA-25 update

      Hi,

      just to let you know this problem has been solved for me by upgrading to 20.04 base (OTA-3). I had to re-enable developer mode after the upgrade.

      For some reason device is weirdly named by lsusb, but transfering files works again, adb shell too.

      Bus 004 Device 002: ID 1209:0003 Generic pid.codes Test PID
      
      posted in Support
      Z
      zlamalp
    • RE: Nextcloud calendar sync not working

      Hi @fairose,

      I still use the way mentioned in my post from almost 5 years ago. It gets overwritten from time to time, but I just re-run the commands to trust my cert again.

      I think I changed .pem to .crt, but otherwise it is in /usr/share/ca-certificates/certificate.crt (filename doesn't really matter).

      I don't know why are you getting the error, but I guess there is a problem with some certificate you put in there.

      posted in Support
      Z
      zlamalp
    • RE: MTP not working on Pixel 3a XL after OTA-25 update

      Hi @Craig,

      I can confirm your report. Phone is visible to PC when in recovery. It's strange, that device is using two different IDs/Names:

      When in fastboot menu (power + vol. down)

      Bus 006 Device 003: ID 18d1:4ee0 Google Inc. Nexus/Pixel Device (fastboot)
      

      When in UBports Recovery

      Bus 006 Device 004: ID 18d1:d001 Google Inc. Nexus 4 (fastboot)
      

      I could see various USB related messages in recovery logs, but can't really tell what they mean.

      I wonder if there is any way how to install older OTA and test this since Phone is not visible to ubports-installer.

      posted in Support
      Z
      zlamalp
    • RE: MTP not working on Pixel 3a XL after OTA-25 update

      Hi @TandyNeoma,

      1. I did this multiple times over the past days, no change.

      2./4. I already tried this with a different PCs/ports and phones. Cable itself works, same for my PC.

      1. I do have Debug enabled. I tried to toggle it, no change. But I noticed similar problem as when toggling MTP. When I disable the developer mode (debug), then this change is not persistent. After the reboot I still have developer mode enabled instead of disabled. I think this is not OK, phone should remember such setting.

      It would be most helpful, if someone could share the knowledge, where such low level services like MTP keep their logs or how to check their actual status.

      posted in Support
      Z
      zlamalp
    • RE: MTP not working on Pixel 3a XL after OTA-25 update

      Hi, @MrT10001. Thank you for suggestion. I tried to toggle it and it doesn't change anything. Phone is still not visible to the PC. Both before and after the reboot

      I also tried to just switch it to the RNDIS and reboot. But then on opening UT tweak tool again "MTP" was selected, so it seems the change is not actually saved or persist reboot.

      posted in Support
      Z
      zlamalp
    • MTP not working on Pixel 3a XL after OTA-25 update

      Hi,

      it seems, that MTP is not working after the OTA-25 update on my Google Pixel 3a XL.

      I'm not really sure that its the root cause, but I was using it a few days back, then I installed OTA-25 and a day later I can't connect to the phone to transfer my files.

      I was trying to resolve this by myself few days, but with no success.

      There is absolutely no error message on the computer side. No new device is shown in lsusb output, when phone is connected. Phone does charge from the USB, but it's simply not displayed in file manager.

      It seems, that the phone is not advertazing itself properly to the PC.

      I do have developer mode enabled, including ADB access, but no device is found for the adb shell command either.

      Can anyone suggest where to look for some relevant logs on the phone? Is MTP running as some kind of system service I can check?

      I was thinking about the possibility of trying to downgrade the version, but I don't know if it's possible and how to do it? I can change the release channel, but I reckon RC/Devel don't have a different image when OTA-25 is the latest version. Also (at least for now) I don't feel like installing Focal as I need fully working phone.

      PS: Cable and PC are working. I tried it with different android/ubuntu phones.

      posted in Support
      Z
      zlamalp
    • RE: Pixel 3a XL experience

      Hi @rik, SMS works fine for me, but I use phone in central Europe and have european model. As far as I know from other forum threads, problems with SMS/MMS are reported for USA models and networks. Some suggests switching to 3G or various specific APN settings to make it work.

      posted in Google Pixel 3a/3a XL
      Z
      zlamalp
    • RE: Pixel 3a XL experience

      @joadri said in Pixel 3a XL experience:

      @zlamalp Hi, I just installed UT on my pixel 3a XL and I am having issues with the camera being out of focus. Any suggestions from you or anybodie else here? Is there anything I can do to solve this problem on the phone?

      Hi @Joadri,

      can you be more specific? It's like it won't focus at all or what?

      If I tap the sceen before taking picture with the camera app, it will focus on the object in that place. If I want to take picture of anything in different distance, then I again tap the screen to set focus. There is no difference in behaviour from Nexus 5 and like this I get proper sharp photos.

      I guess Android probably does some kind of autofocus, but I don't think there is anything like it in Ubuntu Touch.

      posted in Google Pixel 3a/3a XL
      Z
      zlamalp
    • Pixel 3a XL experience

      Hi,

      sorry for the long post, but I'd like to share my experience with the Google Pixel 3a XL, as I think it could help others make the decision when choosing a phone for the Ubuntu Touch. It will be also a little comparison with Google Nexus 5, which was my previous phone.

      I bought a 3 month old phone (returned to the store) because they no longer sell a new one. I've been using the phone as daily driver for 3 weeks now and I must say I'm impressed. It's a real difference from Nexus 5.

      I was a little worried at first. It still costs like a new mid-range phone and there were some posts on the forum, which made me worry about the current state of this port. In the end, everything went good.

      Installation

      I had to flash older Android version (as noted on the devices page), since it was updated to the latest. I used the same version as on the devices page, but downloaded it from "bonito" section, as it is the XL version ("sargo" is the base version).

      Unlocking the bootloader was a little different than on Nexus 5, but I guess you have to search for tutorials and FAQs for the specific phone and Android version everytime you get a new phone.

      # install tools on linux machine
      sudo apt install adb fastboot
      
      # on phone in android settings
      - enable developer mode
      - enable USB debug
      - allow OEM unlock
      - restart to fastboot mode
      
      # on linux machine run command and confirm it on the phone using buttons
      fastboot flashing unlock
      
      # download and unpack the android image and run command from within the unpacked folder
      ./flash-all.sh
      
      # in a few minutes it was all done
      

      Then I used UBports Installer to install Ubuntu Touch from stable channel. I had to pick device manually, since there was an entry only for Pixel 3a and not 3a XL and I selected to wipe the device. After a while it booted into a post-install wizard.

      Calls, SMS, MMS

      There are some known problems with USA carriers, also depending on the phone model, but since I'm in central Europe with european phone model everything works.

      I just noticed it takes some time to connect to the cellular network. It asks for unlocking the SIM like 30s after I unlock the phone for the first time after the boot. This happened almost instantly on my previous phone.

      When I enable airplane mode (by mistake), it won't reconnect to the cellular network. I loose patience after 30s and reboot always fixes everything.

      There are still some glitches with the calls. Speaker won't disable during the call when it was once enabled and you can't change volume during the call. But I don't usually need those features and it all seems fixable to me.

      There is one issue, which I think is related to the phone itself. The other side have troubles hearing me if they don't change volume to 100%. I tested it by myself by swapping the phones and can confirm, that I could barely hear them when volume was set to 50% in a quiet room. I could hear clearly when using the old Nexus 5 and same settings.
      So far only 1 person reported the problem to me and others seem to hear me clearly, but this seems to be generic issue for some/many? Pixel devices with no fix from the Google.
      I had similar experience with my first Nexus 5 (European model), but it was probably faulty device, since my second Nexus 5 (USA model) had no problem.

      I do not use MMS, so I can't report on that.

      Battery

      The battery lasted 107 hours (from 100 to 3 percent) in opposite to like 20 hours on my Nexus 5. I'm not a heavy weight phone user, I do 1-2 calls a day, a few SMS, 30 min online max. Wifi, BT, mobile data and location services are disabled most of the time, but it still feels like a real freedom. It also charges really quickly.

      Camera, Video

      Photos seems to be better than on Nexus 5 and also after a few years I can finally watch videos I just recorded directly on the phone! This was a big trouble for me when using Nexus 5.

      Related to the phone itself it seems, that camera is either closer to the edge or I just hold the phone differently, but I keep sticking my fingers in the camera veiw and this didn't happen with my previous phone.

      WIFI, BT, 3G/LTE

      Wifi and LTE seems to work perfectly. I can even re-connect when using mobile data. This was broken on my Nexus 5 since last two OTAs (after first usage of mobile data it reported no connection when re-enabled until the reboot).

      I do not have any BT device, so I can't report on that, but from other forum posts it seems to work.

      GPS, Navigation

      I can get location like in a two minutes. Once they removed assisted GPS it took like 15-20 minutes on Nexus 5. Also I can run uNav with local OSM Scout Server without it crashing in a few minutes. I recently took 1h car trip with it and it worked great.

      UI and others

      Everything feels smooth and starts quickly. It's also big enough on XL screen, so I do not have to adjust the scaling.

      I can't think of anything else, which I do with the phone and almost everything is marked as "working" on devices page, so you can probably count on that.

      Oh, Tux Racer works on that nicely. It worked also on Nexus 5, but it heated-up the phone quickly.

      Overall I'm impressed by the phone and the quality of the port, so big thank you @fredldotme.

      I just fear, that there will be no Yumi animation during the OTA update, as recovery also looked differently (Halium 9 device), but we shall see with the nearest OTA.

      posted in Google Pixel 3a/3a XL
      Z
      zlamalp
    • RE: Adding system-wide trust to a self-signed certificate

      Just to let you all know (a year later) no OTA update so far broke my changes to ca-certificates. But it might be a case, that this part of file system simply wasn't updated either and it might get overwritten eventually with the next OTA.

      posted in Support
      Z
      zlamalp
    • RE: Misunderstanding about ubuntu touch on Nexus 7

      Hi @doniks,

      sorry, I wasn't able to get one. Everybody is selling older model with Tegra chip.

      posted in Support
      Z
      zlamalp
    • RE: Misunderstanding about ubuntu touch on Nexus 7

      Thanks @doniks I'll see if that works if I get the device.

      posted in Support
      Z
      zlamalp
    • RE: Q&A 43 Saturday 19/01/2019 @ 19:00 UTC

      Hi,

      regarding app development I'd like to know, if Ubuntu.Components are going to be removed or not and what will be the replacement. I found some references to pure QQC2 and Ergo, but I'm not sure. App then looks very different.

      I'd like to know in what toolkit to start making apps, so they would have consistent look&feel now and in the future and how to apply Suru theming correctly. I really liked Ubuntu touch UI guidelines and the toolkit representing them.

      Maybe a blogpost about where is it going and what is current status would be nice.

      posted in News
      Z
      zlamalp
    • RE: Misunderstanding about ubuntu touch on Nexus 7

      Hi @zubozrout and @doniks,

      so to put it together I should:

      • Get Ubuntu 16.04
      • Install required packages so following commands are available
      • Run following commands
      ubuntu-device-flash touch --channel=ubuntu-touch/stable/ubuntu --device=flo --bootstrap
      # Reboot into bootloader
      fastboot flash -w boot boot.img
      fastboot flash -w recovery recovery.img
      # Boot into recovery
      ubuntu-device-flash --server http://system-image.ubports.com touch --channel ubuntu-touch/rc-proposed
      

      But I'm not sure which channels etc. to use. I believe something like this would be more appropriate:

      ubuntu-device-flash --server http://system-image.ubports.com touch --channel ubuntu-touch/stable --device=deb
      fastboot flash -w boot boot.img
      fastboot flash -w recovery recovery.img
      

      NOTE: boot.img and recovery.img should be taken from the @zubozrout G-Drive: https://drive.google.com/file/d/0B_T_rjYvwUdgQ3RJMHhSLWVvY0E/view?usp=sharing

      posted in Support
      Z
      zlamalp
    • RE: Misunderstanding about ubuntu touch on Nexus 7

      Hi, @Lakotaubp, I'v read that. But it dates to 2016 and requires downloading some files from someones gdrive or knowledge of building own boot image etc. In the github issue linked by me is mentioned another approach (at least from my point of view). So I search for current status and installation guide. Also I want to know, if there is a goal to support LTE version.

      posted in Support
      Z
      zlamalp
    • RE: Ubuntu.components ? ( Developpment guidelines )

      @libremax said in Ubuntu.components ? ( Developpment guidelines ):

      @krille Indeed a good question for next Q&A...

      Hi, exactly my point. I also just started to play with QML and I think that Ubuntu packages were meant to ease on development and to ensure more UX consistency on uTouch apps. It would be a shame to throw it all away. But it's hard to tell, how much work is it to keep it compatible with used (latest) QT.

      I don't know C++ and for example phone and messaging apps are complicated to me right now. It would be much easier to have QML object wrapping whatever C++ implementation to make a call and simply call it from QML code.

      So I could focus on different design of a phone app instead of learning deep C++ and its interactions with some system/backend service.

      posted in App Development
      Z
      zlamalp
    • RE: Misunderstanding about ubuntu touch on Nexus 7

      Hi @stefano,

      I know its there, but there is also github issue related to this, that installation doesn't work an install different image (for wifi only version - flo), which fails to start or something like that.

      https://github.com/ubports/ubuntu-touch/issues/643

      Since @doniks participated in this discussions I kindly asked him for instructions. I don't feel like installing some twrp recovery or something like this, since I don't understand this much and I definatelly don't want to brick just bought device (even if second-hand).

      And also from this github issue I'm nut sure, wheter "deb" is going to be kept between supported devices. Would be nice, if somebody from ubports could clarify it.

      Thanks.

      posted in Support
      Z
      zlamalp
    • RE: Explaining cardDAV contacts sync script

      Hi @YannickH,

      thank you, but the lines you posted are exactly the same as mine. When I run this script it ends up with evaluated DBUS_SESSION_BUS_ADDRESS=whatevervalue insead of containing the DBUS_SESSION_BUS_ADDRESS=$(ps -u phablet e | grep -Eo 'dbus-daemon.*address=unix:abstract=/tmp/dbus-[A-Za-z0-9]{10}' | tail -c35) as it probably should since the dbus address is different on each restart.

      But my question is also whether it is necessary or somehow usefull to have it in a script. As example what I mean:

      I got notification "your contacts were synced" the first time I synced my contacts. But notification showed up after first restart (not after sync finished as I would expect). But also it never appears again. Even if I manually sync my contacts or make changes to the contacts (expecting to sync them later).

      Is it related to this ? Is this notification related to used backed (syncevolution), when it should appear ?

      posted in Support
      Z
      zlamalp
    • RE: Misunderstanding about ubuntu touch on Nexus 7

      Hi @lakotaubp,

      but I noticed there is a "Nexus 7 2013 (LTE)" item in ubports-installer (when you choose to select device manually). From various discussions I put together, that it should work if it's installed using some tricks. Older versions of nexus 7 are no longer supported by ubports (just old canonical image of 15.04 works).

      I'd like to buy version with LTE and I can help with debugging if necessary to make it work. But if there isn't any plan to support this version, then I will rather go with WiFi only version of the tablet.

      Pavel

      posted in Support
      Z
      zlamalp
    • RE: Misunderstanding about ubuntu touch on Nexus 7

      Dear @doniks,

      I'm considering buying "Nexus 7 2013 cellular (deb)" and as you pointed out in many threads i found, there are problems with installation. But I'm not sure, what informations are current and how to install it on the device.

      Would you be please so kind to share some sum up of "what works and what doesn't" and "how to install Utouch manually" on the device ? You seem to know about the issue a lot. Thank you.

      Pavel

      posted in Support
      Z
      zlamalp