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
I had to post externally because the character limit is only 32000