System app that lets you skip Google sign-in during the initial Razer Forge TV setup.
Use
fastboot
to boot a fastboot-enabled TWRP so we have unrestrictedadb
root access.Mount the
/system
partition:$ adb shell $ mount -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system
Create the app directory:
$ mkdir /system/priv-app/ForgeSetupCustomizer
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/