• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Lenovo Tab M10 HD Wifi X306F

Scheduled Pinned Locked Moved Lenovo
40 Posts 12 Posters 9.1k Views 5 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      baspax1
      last edited by 29 Apr 2024, 12:13

      Good evening,

      I am encountering a problem with the installation, even though I have exactly the compatible model:
      Tab M10 HD Wifi X306F 64GB / 4GB RAM - Android 11

      The installation was done on Windows 10 64bit. I successfully unlocked the bootloader by following these steps:
      https://whatmydevice.com/unlock/lenovo-tab-m10-hd-gen-2

      Then I tried running the ubports-installer_0.10.0_win_x64 and chose the correct option: lenovo smart tab m10 hd 2nd gen wifi

      I tried this process several times because sometimes ubports would say success and then during the installation on the tablet, the error I also have in the screenshot would appear, and other times an error appeared on ubports and I proceeded by pressing ignore. However, whenever I reached the installation, it would stop in the middle and the problem "no space left on device" would appear.
      Please help me, I have this tablet and with the Stock ROM it is very slow, I see that I meet all the requirements to install ubuntu touch but I am not succeeding.

      20240429_142326.jpg 20240429_142556.jpg 20240429_142321.jpg 20240429_142612.jpg 20240429_143748.jpg

      M 1 Reply Last reply 29 Apr 2024, 19:22 Reply Quote 0
      • M Offline
        MrT10001 @baspax1
        last edited by 29 Apr 2024, 19:22

        @baspax1 The problem with Windows in some cases is fastbootd. However it has worked for me when I have installed UT manually on this device and with the installer, using Windows 11.

        The step before the step it errors requires fastbootd to format the user-data partition to EXT 4 which looks as though it is not happening.

        Try this. Download the Platform tools version 30.0.0-6374843 from here. Extract it and in the extracted folder open a terminal.

        Boot the tablet to fastboot.

        Attach it to the PC and in the terminal run the command exactly as ./fastboot reboot fastboot

        Leave the tablet alone until it reboots into fastbootd. This takes some time and the screen will look similar to the recovery screen (unfortunately I neglected to take a pic of that screen). If this screen appears fastbootd is working on your Windows PC.

        I would try, I don't know if you would want to, but while in fastbootd run the command in the terminal:

        ./fastboot format:ext4 userdata

        Then I would reboot the tablet to the bootloader (or fastboot without the d) and run the installer again, you would probably have to select the tablet from the drop down box.

        I won't take responsibility for the device soft-bricking if it goes wrong (I have tried this method on the 2Gb version of the tablet and recovered it), however it is recoverable using the Lenovo Rescue and Smart Assistant tool.

        Xiaomi Redmi Note 7.... And more...
        I have too many devices...

        B 1 Reply Last reply 30 Apr 2024, 11:02 Reply Quote 0
        • B Offline
          baspax1 @MrT10001
          last edited by baspax1 30 Apr 2024, 11:02

          @MrT10001
          I get quickly on fastboodD

          PS C:\Users\Chris\Desktop\platform-tools_r30.0.0-windows\platform-tools>  ./fastboot reboot fastboot
          Rebooting into fastboot                            OKAY [  0.005s]
          
          But i run below command and get message:
          PS C:\Users\Chris\Desktop\platform-tools_r30.0.0-windows\platform-tools> ./fastboot format:ext4 userdata
          < waiting for any device >
          and seems to waiting for device..
          

          also tried to reboot to bootloader and i went to fastboot(without D)
          tried to re run the installation and now the ubports stuck on Rebooting - Rebooting to fastbootD ,
          on tablet is already on fastbootD

          can i run the command: ./fastboot format:ext4 userdata on fastbood??

          ===========
          UDPATE

          I managed to complete the format:ext4:

          PS C:\Users\Chris\Desktop\platform-tools_r30.0.0-windows\platform-tools> .\fastboot devices
          HPV3M30P        fastboot
          PS C:\Users\Chris\Desktop\platform-tools_r30.0.0-windows\platform-tools> ./fastboot format:ext4 userdata
          mke2fs 1.45.4 (23-Sep-2019)
          Creating filesystem with 13782267 4k blocks and 3448832 inodes
          Filesystem UUID: ab7af7ba-06e4-11ef-9354-3174c3e6d4f0
          Superblock backups stored on blocks:
                  32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
                  4096000, 7962624, 11239424
          
          Allocating group tables: done
          Writing inode tables: done
          Creating journal (65536 blocks): done
          Writing superblocks and filesystem accounting information: done
          
          Sending 'userdata' (316 KB)                        OKAY [  0.014s]
          Writing 'userdata'                                 OKAY [  0.063s]
          Finished. Total time: 0.328s
          PS C:\Users\Chris\Desktop\platform-tools_r30.0.0-windows\platform-tools>  ./fastboot reboot fastboot
          Rebooting into fastboot                            OKAY [  0.004s]
          < waiting for any device >
          fastboot: error: Failed to boot into userspace fastboot; one or more components might be unbootable.
          PS C:\Users\Chris\Desktop\platform-tools_r30.0.0-windows\platform-tools>
          

          Then I proceeded to follow the procedure exactly, entered the bootloader and launched ubports, which immediately recognized the tablet. I clicked continue on the ubports reminder to enter bootloader, and it automatically proceeded with the process. The tablet restarted, briefly entered the "recovery screen", and then reached fastbootD where it has been stuck for the past 5 minutes.
          The current situation is that the tablet is in fastbootD and the ubports installer shows >Rebooting / Rebooting to fastbootD.

          Every time it does this, I know that if I now press reboot to bootloader from the fastbootD menu it will proceed, but in ubports it will show an error.
          Could it be due to the version of ubports, or the cable I'm using to connect to the type C port on the laptop?

          B 1 Reply Last reply 30 Apr 2024, 15:17 Reply Quote 0
          • B Offline
            baspax1 @baspax1
            last edited by 30 Apr 2024, 15:17

            @baspax1
            also that is the current state while is stuck on rebooting εικόνα_Viber_2024-04-30_18-14-32-132.jpg

            1 Reply Last reply Reply Quote 0
            • M Offline
              MrT10001
              last edited by 30 Apr 2024, 15:39

              Reboot to the bootloader. Start the UT installer, attach the device and follow the on-screen instructions.

              Xiaomi Redmi Note 7.... And more...
              I have too many devices...

              B 1 Reply Last reply 30 Apr 2024, 16:05 Reply Quote 0
              • B Offline
                baspax1 @MrT10001
                last edited by 30 Apr 2024, 16:05

                @MrT10001 I get the same error ,
                I don't know if it matters because there was a wipe and right now it can't access Android.

                M 1 Reply Last reply 30 Apr 2024, 16:32 Reply Quote 0
                • M Offline
                  MrT10001 @baspax1
                  last edited by 30 Apr 2024, 16:32

                  @baspax1 no it shouldn't matter. Have you tried a different USB cable and port?

                  Also look into the manual installation method laid out in GitLab. I will link when I get a chance!

                  Xiaomi Redmi Note 7.... And more...
                  I have too many devices...

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    MrT10001
                    last edited by 30 Apr 2024, 17:04

                    Linky

                    Xiaomi Redmi Note 7.... And more...
                    I have too many devices...

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      Rustic
                      last edited by 30 Apr 2024, 18:57

                      New system update, right now. Thanks

                      1 Reply Last reply Reply Quote 0
                      • sutter_kaineS Offline
                        sutter_kaine
                        last edited by 31 May 2024, 05:47

                        Will there ever be hope for a port to the 2gb one? Anyone is working on it that you know?thanks

                        rubencarneiroR 1 Reply Last reply 1 Jun 2024, 22:13 Reply Quote 0
                        • rubencarneiroR Offline
                          rubencarneiro @sutter_kaine
                          last edited by 1 Jun 2024, 22:13

                          @sutter_kaine 2GB devices are limited to Android 10 firmware, i built this using Android 11 Firmware, and i must say android 10 kernel is missing code like camera sensors etc.
                          So no, sorry

                          1 Reply Last reply Reply Quote 1
                          • H holly_x referenced this topic on 3 Aug 2024, 05:30
                          • H Offline
                            hlbkv
                            last edited by 15 Mar 2025, 17:20

                            No RC update channel on this device? I only get the development channel, and last few updates won't work, it just reboots to recovery.

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post