Customizing or disabling the right toolbar
Disabling the toolbar
Once in the virtual device shell, you can enable or disable the toolbar:
To change the shell ownership from ordinary to root user, run
su
. For more information about root access, please refer to section Using root access.To disable the toolbar, run
/sbin/busybox sed -i -e 's/default/simple/g' /data/www/iframe/index.html
To enable the toolbar, run
/sbin/busybox sed -i -e 's/simple/default/g' /data/www/iframe/index.html
WARNING
Please note that this action will disable the right toolbar only on the https://X.X.X.X/iframe/ path of your instance (where X.X.X.X is its IP address) and not on the main UI.