[ANDROID HASS CORE] Lenovo TBJ-606F (Stucked)

Tablet Version: TBJ-606F
OS: LineageOS 20 TB
ROM: 20-20241118-UNOFFICIAL-arm64_bvN

How i did:

1. Enabled: OEM UNLOCK and USB DEBUGGING

Installed ROM via ADB Fastboot Commands

> adb devices (list devices connected to pc)
> adb reboot bootloader (reboot android device into bootloader mode)
> fastboot flashing unlock (This will unlock the bootloader devices)
> adb reboot fastboot (reboot device into fastboot mode)
> fastboot --disable-verification flash vbmeta vbmeta.img (disable vbmeta verification and flash vbmeta image)
> fastboot reboot fastboot (after successfullly flashed vbmeta, reboot de device back info fastboot mode)
> fastboot getvar is-userspace (confirming vbmeta verification is disable)
> fastboot erase system (erasing the system partition)
> fastboot delete-logical-partition product_a (removing the right type of partition you erased in last step)
> fastboot flash system 20-20241118-UNOFFICIAL-arm64_bvN.img (flashing the system image to device)
> fastboot reboot recovery (Once flashed rebooting device)
> wipe factory reset

2. Inside lineage fresh install i installed Termux via (F-Droid)

3. On termux updated the apt and pkg:

3.1
apt upgrade -y && pkg upgrade -y

3.2 After updated/upgraded, installed packages.

3.2.2
pkg install rust python nano openssh termux-api make libjpeg-turbo

4. Home assistant install:

4.1
# create a virtual environment (termux)
python -m venv hass
source hass/bin/activate

# Installing HASS on VENV (termux)
pip install homeassistant

TERMUX JOURNAL HERE:

Installation LOG

Notebin

I had to post externally because the character limit is only 32000

Hi smlt,

Well There are very few installations that are less supported than this.

I would venture to guess you are pretty much on your own here…
Why are you doing this?

i didnt understand what you mean when you said “why are you doing this”. Im trying to run it because i wasnt using this tablet and decided to give a try

1 Like