You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "This script will disable the Internal Settings menu in the Google TV app. After this script finishes patching your device's database, you must restart your device in order for the changes to take effect."
echo ""
echo "Attempting to patch the database..."
su root -c "sqlite3 -batch /data/data/com.google.android.gsf/databases/gservices.db \"DELETE FROM overrides WHERE name LIKE 'videos:dogfood_enabled';\""
echo ""
echo "If you did not see any error messages, then the database has been patched successfully. If you experience any issues, please make sure that your device is rooted and that you have an SQLite3 binary installed."