W1zardK1ng Thanks for the information,
would it be possible to get around the uninstalling of the app store and vanadium by just creating another user?
if so, is there also a way to disable the ability to create/utilise multiple users or to , the adb commands I came across for this use adb root
Create a text file named local.prop with the following content:
fw.show_multiuserui=0
fw.max_users=1
After that push the file to Android:
adb root
adb push local.prop data/local.prop
adb shell chmod 644 data/local.prop