Skip to content

Instantly share code, notes, and snippets.

@rtm516
Created June 27, 2020 18:28
Show Gist options
  • Select an option

  • Save rtm516/cbd4b685d227b2f8134a21d9dc85d48e to your computer and use it in GitHub Desktop.

Select an option

Save rtm516/cbd4b685d227b2f8134a21d9dc85d48e to your computer and use it in GitHub Desktop.
#!/sbin/sh
cat /system/build.prop | grep ro.build.characteristics
cp /system/build.prop /system/build.prop.bak
sed -i 's/tablet/tv/g' /system/build.prop
cat /system/build.prop | grep ro.build.characteristics
echo "Please reboot now"
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment