UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. muskist
    3. Posts
    M
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 14
    • Posts 117
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Error fastboot "Do fastboot oem unlock-go"

      @MrT10001
      Somehow I saw your post after posting mine. Didn't want to patronise you.

      posted in Lenovo Tab M10 X605F/L
      M
      muskist
    • RE: Error fastboot "Do fastboot oem unlock-go"

      @floxicus
      it says "Do fastboot oem unlock-go".

      So I would do
      fastboot oem unlock-go

      Or
      fastboot flashing lock_critical

      HTH

      posted in Lenovo Tab M10 X605F/L
      M
      muskist
    • RE: Is TB-X306F available in my region?

      @holly_x
      https://www.rebuy.de/i,11377023/tablets-und-ebook-reader/lenovo-tab-m10-10-1-64gb-emcp-wi-fi-schiefer-schwarz

      € 111,99

      posted in Lenovo Tab M10 HD (2nd Gen)
      M
      muskist
    • RE: Volume is too low

      @MrT10001
      Found it. It's the Sapot browser - don't know why.
      Every other app gives sufficient sound, including the Morph browser.

      "Man findet es immer da, wo man zuletzt sucht" - German saying, meaning "you always find it where you are looking last" (deepl).

      Thanks again.

      posted in Lenovo Tab M10 HD (2nd Gen)
      M
      muskist
    • RE: Volume is too low

      @MrT10001
      I encountered the same problem with ear buds - loud on my x605f but low on the x306f. Therefore it's not about the speakers.

      I will reinstall UT and try again.

      Thanks again!

      posted in Lenovo Tab M10 HD (2nd Gen)
      M
      muskist
    • RE: Volume is too low

      @MrT10001
      Thanks for your reply.

      Volume is clearly lower than X605F.

      Volume buttons seem to work fine. They increase to a (not sufficient) maximum an decrease to zero. The blue indicator on the display works fine, too.

      No problems with the Power button.

      Has been like this from the beginning. Updates did not help.

      posted in Lenovo Tab M10 HD (2nd Gen)
      M
      muskist
    • Volume is too low

      Hello everyone, the volume is very low. uVolMan does not help. Any ideas?

      TIA

      posted in Lenovo Tab M10 HD (2nd Gen)
      M
      muskist
    • RE: X306F - Waydroid failed to start Clipboard manager service

      I will mark this as "solved" though the "problem" wasn't a problem and didn't need to be solved. Sorry for the fuss.

      posted in Lenovo
      M
      muskist
    • RE: X306F - Waydroid failed to start Clipboard manager service

      @Luksus
      Ah I see - the error occurs on every device. I wasn't aware of that. Thanks!

      posted in Lenovo
      M
      muskist
    • X306F - Waydroid failed to start Clipboard manager service

      After installing UT using the ubports-installer Waydroid won't start up. It's stuck in the splash screen (blue circle rotating).

      Logs give the above message.

      It was the same problem before when I installed manually.

      https://docs.waydro.id/debugging/troubleshooting says "Install pyclip". But pyclip is not provided bei UT (according to apt search pyclip).

      I'm wondering if the problem is actually Waydroid related because I haven't encountered this on any of my devices so far.

      Or is there some kind of x306f/Waydroid incompatibility?

      Any ideas anyone?

      TIA

      posted in Lenovo
      M
      muskist
    • RE: X306F - fastboot problems

      @MrT10001
      Great! Thank you so much!

      I didn't get that README.md says "Reboot to fastbootd".

      So when the device didn't boot up immediately after fastboot reboot fastboot (like it does after fastboot reboot bootloader)
      I became impatient and pressed <Volume-down>+<Power> to end up in fastboot mode again.

      Now the device is up.

      Thanks again!
      And thanks to @rubencarneiro!

      posted in Lenovo
      M
      muskist
    • RE: X306F - fastboot problems

      @MrT10001

      Thanks, but same result.

      You assumed right about the site I got fastboot v30.0.0 from.
      But I didn't get a .zip but a single binary.
      I copied it to the folder I stored boot.img, recovery.img, vbmeta.img and ubuntu.img in and used
      ./fastboot....

      Didn't work out.

      posted in Lenovo
      M
      muskist
    • RE: X306F - fastboot problems

      @MrT10001 Thanks for yor reply.

      @MrT10001 said in X306F - fastboot problems:

      @muskist You need fastboot version found in platform-tools_r30.0.0-windows. Download from here.

      I don't use windows and I don't have it around.

      Follow the Readme instructions:

      Well, I did :))
      Everything went fine up to the commands I have mentioned above.

      And I did it again with fastboot v30.0.0 - same result.

      Maybe the problem is this:
      When I log in with
      $ adb shell
      and then do
      # ls -la /dev/block/platform/bootdevice/by-name
      I get a lot of partitions like

      lrwxrwxrwx 1 root root  21 2024-02-15 14:27 boot -> /dev/block/mmcblk0p31
      ...
      lrwxrwxrwx 1 root root  20 2024-02-15 14:27 recovery -> /dev/block/mmcblk0p2
      ...
      lrwxrwxrwx 1 root root  21 2024-02-15 14:27 userdata -> /dev/block/mmcblk0p40
      ...
      

      I'm missing a partition called "system" - shouldn't there be one?
      Or maybe there is one somewhere hidden because
      $ fastboot resize-logical-partition system 3978565472
      does not cause an error.

      I'm confused (not unusual).

      posted in Lenovo
      M
      muskist
    • X306F - fastboot problems

      @rubencarneiro @MrT10001

      Hi all,
      had to purchase a X306F because I shattered the display of my X605 :crying_face:
      The X306F came with Android 11. Therefore I skipped installing Android 11.

      When trying to install UT everything works out until I'm encountering two problems:

      fastboot delete-logical-partition product doesn't work:

      $ fastboot delete-logical-partition product
      Deleting 'product'  FAILED (remote: 'unknown command')
      fastboot: error: Command failed
      

      fastboot flash system ubuntu.img doesn't work either:

      $ fastboot flash system ubuntu.img 
      Sending sparse 'system' 1/21 (131068 KB)           OKAY [  3.341s]
      Writing 'system'    FAILED (remote: 'This partition doesn't exist')
      fastboot: error: Command failed
      

      fastboot flash boot boot.img did work.

      I'm running fastboot version 34.0.5-10900879.

      Any idea what I'm doing wrong?

      TIA

      posted in Lenovo
      M
      muskist
    • RE: Lenovo Tab M10 HD Wifi X306F

      @MrT10001
      I know... But if I do puchase one I want it to be the right one. I mean 2nd gen not 3rd etc. Therefore I'd like to know the item number.

      posted in Lenovo
      M
      muskist
    • RE: Lenovo Tab M10 HD Wifi X306F

      @rubencarneiro said in Lenovo Tab M10 HD Wifi X306F:

      Hi all, there are builds for testing avaible at https://gitlab.com/ubports/porting/community-ports/android11/lenovo-tab-m10-hd/lenovo-m10-hd/-/pipelines/1092432681

      Hi,
      could you please specify the device? Is it ZA6W...?

      TIA

      posted in Lenovo
      M
      muskist
    • RE: Lenovo Tab M10 HD Wifi X306F

      @MrT10001 said in Lenovo Tab M10 HD Wifi X306F:

      Ha, finally got it working..... Very nice so far.
      [...]

      Hi,
      is it the one with item model number ZA6W0066SE?

      TIA

      posted in Lenovo
      M
      muskist
    • RE: Fairphone 4 - Installer stuck on "Rebooting to fastbootd" screen

      There's a Telegram group named "Fairphone + Ubuntu Touch". Maybe you'll find help there.

      posted in Support
      M
      muskist
    • RE: Focal and Waydroid news for Lenovo X605

      @pe3noATo2DOTpl said in Focal and Waydroid news for Lenovo X605:

      35.2). I cannot find any 4/64 X605 anywhere... and there are only very few of the 3/32 ones available so I'm thinking to maybe buy one of them... and to avoid 2/16, as you suggested 🙂

      Sorry, I was confused because I have both a 2 GB RAM and 3 GB RAM device. The latter has 32 GB of storage (not 64).

      The 2 GB RAM has 16 GB iirc. Can't check because I'm going through the usual struggle of booting right now :anguished_face:

      posted in Lenovo Tab M10 X605F/L
      M
      muskist
    • RE: Focal and Waydroid news for Lenovo X605

      @pe3noATo2DOTpl
      Whatever you do do NOT buy the 2GB version of Lenovo.

      I'm happy with my 4GB device and I would purchase one for 170.
      But if you do so be prepared for some booting problems. See some threads in this subforum.

      20.04 is the latest but hopefully not the last UT version for it. None of the UT devices has 24.04 (yet).

      HTH

      posted in Lenovo Tab M10 X605F/L
      M
      muskist