System app that lets you skip Google sign-in during the initial Razer Forge TV setup.
Use
fastbootto boot a fastboot-enabled TWRP so we have unrestrictedadbroot access.Mount the
/systempartition:$ adb shell $ mount -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system
Create the app directory and leave the adb shell:
$ mkdir /system/priv-app/ForgeSetupCustomizer $ exit
Install the setup customization:
$ adb push ForgeSetupCustomizer.apk /system/priv-app/ForgeSetupCustomizer/ $ adb reboot
Now the welcome message is "Welcome savior!" instead of "Welcome", and Google Sign-In can be skipped.
Based upon https://android.googlesource.com/device/sample/+/android-6.0.1_r81/apps/SetupCustomizer/