From 87ee25281c1da8d54a18c29bd0ccffb53ce43af5 Mon Sep 17 00:00:00 2001 From: AlexBocken Date: Tue, 1 Aug 2023 17:06:08 +0200 Subject: [PATCH] add WiFi Credentials note --- docs/ChromecastGoogleTV.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ChromecastGoogleTV.md b/docs/ChromecastGoogleTV.md index 7da9478..a464c19 100644 --- a/docs/ChromecastGoogleTV.md +++ b/docs/ChromecastGoogleTV.md @@ -14,7 +14,7 @@ We're assuming you're using a Chromecast with Google TV similar to [this one](ht Go to the Google Play Store and choose any Launcher you would like to use. Good ones are FLauncher or Launchy for a more minimalistic approach. Ensure that the Launcher is installed and working before proceeding. -### Enable Developer Options. +### Enable Developer Options Go to `Settings -> Device -> About -> Build` and press the main button about 10 times until a Dialog pops up claiming you're now a developer. ### Connect your Laptop @@ -33,6 +33,8 @@ adb shell pm disable-user --user 0 com.google.android.tungsten.setupwraith ``` This should have disabled the default launcher. When pressing home, a dialogue should pop up asking for a new default Launcher if multiple are installed. +Your WiFi Credentials might be forgotten for some reason after these steps. +You can just re-add them in your settings and they should persist from now on. ### Re-Enable the Default Launcher via ADB In case you want to revert these changes you can use these commands to do so: