Skip to content

ouya-saviors/forge-setup-customizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Razer Forge TV setup customization

System app that lets you skip Google sign-in during the initial Razer Forge TV setup.

Installation

  1. Use fastboot to boot a fastboot-enabled TWRP so we have unrestricted adb root access.

  2. Mount the /system partition:

    $ adb shell
    $ mount -t ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system
    
  3. Create the app directory and leave the adb shell:

    $ mkdir /system/priv-app/ForgeSetupCustomizer
    $ exit
    
  4. 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.

Notes

Based upon https://android.googlesource.com/device/sample/+/android-6.0.1_r81/apps/SetupCustomizer/

About

System app that lets you skip Google Login when setting up a Razer Forge TV

Topics

Resources

Stars

Watchers

Forks

Languages