Looking for testers: port for Lenovo Tab M8 HD (TB-8505F)
-
Hi,
I am working on a port for the Lenovo Tab M8 HD, and I would like to get some feed back.
Working: Wifi, GPS, sensors, back light, display rotation, ADB, ssh
More testing needed: Bluetooth (can connect to devices), audio (YouTube videos play fine), camera (can take photos with both cameras)
Not tested yet: waydroid, libertine, vpn
Not working: tap to wake
The port is for the TB-8505F model only. Before installing make sure that you can reinstall Android in case something goes wrong. The easiest way is to use the Lenovo Rescue and Smart Assistant, however that tool is only available on Windows.
To install:
- Download latest artifacts.zip from https://gitlab.com/redstar-team/ubports/lenovo-tab-m8/lenovo-tab-m8/-/artifacts, and unpack it
- Unlock bootloader, and enter fastboot mode
- Flash the downloaded files:
fastboot flash boot boot.img fastboot flash system ubuntu.img fastboot -w
- Restart into Ubuntu Touch
fastboot reboot
There is no recovery image yet, same with the dtbo image. Detailed install instructions are on my TODO list.
Have fun!
Kai -
I made some progress with the port:
- waydroid is working now
- enabled all kernel configurations for the android container
- disabled rescue mode
- MTP is working
- dtbo.img is now generated
However, I still see some permission issues which needs fixing.
Have fun,
Kai -
@k.nacke I have tried with the latest Artifacts. I had to use an earlier version of platform tools (Windows 11) and all seems to go through. However the tablet goes into a bootloop each time.
-
I have the 2Gb/16Gb version which most likely explains the bootlooping. Oh well, got it in a job lot and was worth trying! I have recovered it to Android, so no loss. I have been informed there is a 3Gb/32Gb version, but I only see 2G/16Gb or 2Gb/32Gb...
-
@MrT10001 Thanks for trying. I also have the 2GB/16GB model, so that should be fine. I think the 3GB/32GB is the model with lte.
One question for me is which display does your model have? E.g. what doesadb shell cat /sys/bootinfo/hardware_info | grep LCD
show? (That should work under Android, too.) I would like to make sure that it finds the display.
Kai
-
@k.nacke said in Looking for testers: port for Lenovo Tab M8 HD (TB-8505F):
cat /sys/bootinfo/hardware_info | grep LCD
cat /sys/bootinfo/hardware_info | grep LCD
LCD : ft8201_wxga_vdo_incell_inxThis do?
-
@MrT10001 Thanks. That was just a shot in the dark, but it's the same display as mine. Need to think what is causing your bootloop.
Btw, the 3Gb/32Gb model is the Tab M8 FHD. I have that tablet, too, but did not yet work on a UT port for it.
Kai
-
@k.nacke Using Windows 11 and latest version of platform tools. This chucked out an error with fastboot -w. Tried platform tools version r29.0.05 and everything went through fine, but still bootlooped.