xovi guide

Installing xovi


Requirements

Setup variables

For rM1/2:

xovi_arch=arm32-testing

For Paper Pro/Move:

xovi_arch=aarch64

Install xovi

Download the xovi install script:

./curl -Lo extensions.zip https://github.com/asivery/rm-xovi-extensions/releases/download/v16-14112025/extensions-$xovi_arch.zip

Extract:

unzip -od extensions extensions.zip && \
  rm extensions.zip

Run the install script:

bash extensions/install-xovi-for-rm

Start xovi

see starting xovi

Install qt-resource-rebuilder (for UI modifications)

cp extensions/qt-resource-rebuilder.so /home/root/xovi/extensions.d/qt-resource-rebuilder.so

Rebuild the hashtable

Notes:

xovi/rebuild_hashtable

This should take about 2 minutes and your tablet will restart twice (make sure you enter the password when prompted). Do not stop the program until finished.

Install another extension

Available extensions are listed here. Make sure to check what it depends on and install those too. Only install extension you need.

cp extensions/<name-of-the-extension>.so /home/root/xovi/extensions.d/

Next steps

With the current setup, you will have to run xovi/start after every tablet reboot. Installing tripletap is recommended, as it allows you to start xovi by triple-tapping the power button.

Uninstall an extension

rm /home/root/xovi/extensions.d/<name-of-the-extension>.so /home/root/xovi/extensions.d/

Notes