It's very annoying to have a lot of crash dumps in storage when a native app crashed. This script disables file output of crash dump.
- Download
disable-core-dump.sh
the script with following command:
curl -o /var/lib/webosbrew/init.d/disable-core-dump -k https://gist.githubusercontent.com/mariotaku/fab3ee34fae3415c8213d1a1639a6aff/raw/disable-core-dump.sh
- Change execution permission of
disable-core-dump
with following command:
chmod +x /var/lib/webosbrew/init.d/disable-core-dump
- Restart the TV with following command:
reboot
If you have a rooted device, there is a high chance that jailer config is not downloaded in /media/developer/
.
This file configures webOS Jailer, which controls permission of side-loaded apps.
For many models, system-default config is different (or broken), and can be only fixed by downloading up-to-date jailer config.
- Download
fetch-jailer-conf.sh
the script with following command:
curl -o /var/lib/webosbrew/init.d/fetch-jailer-conf -k https://gist.githubusercontent.com/mariotaku/fab3ee34fae3415c8213d1a1639a6aff/raw/fetch-jailer-conf.sh
- Change execution permission of
fetch-jailer-conf
with following command:
chmod +x /var/lib/webosbrew/init.d/fetch-jailer-conf
- Restart the TV with following command:
reboot