Hey I'm trying to replace the default launcher on my new TV. It's running Android 7.0 currently and I was able to connect to my computer following these instructions ( https://android.stackexchange.com/questions/162935/completely-change-home-screen-on-android-tv )
Everything worked fine until the step
adb shell pm hide com.google.android.leanbacklauncher
Where I get an error saying I don't have the required permissions. Wondering if anyone has had success replacing the default launcher on a newer 7.0 Android TV and if so how they did it (ideally without rooting)
I found information saying that disabling (rather than hiding) the launcher will likely work on 7.0, however does anyone know if a factory reset can bring it back?
EDIT:
For anyone else with this issue who googles this I ended up using the following to remove the launcher rather than disable it
adb shell pm uninstall -k --user 0 com.google.android.leanbacklauncher
Ironically, as someone running Android 8.0, I wish I could get the leanback launcher from 7 back.