Skip to content

Instantly share code, notes, and snippets.

View roblav96's full-sized avatar

Robert Laverty roblav96

View GitHub Profile
@roblav96
roblav96 / nvidia-shield-tv-2019-pm-list-packages.md
Last active November 16, 2025 17:01
Nvidia Shield TV 2019 - Bloatware Removal Guide using Package Manager (adb shell pm)

🟢 System Enabled Packages

android
android.autoinstalls.config.nvidia
com.amazon.amazonvideo.livingroom.nvidia
com.android.backupconfirm
com.android.bluetooth
com.android.bluetoothmidiservice
com.android.captiveportallogin
[Running: npx tsx -r dotenv/config src/cli.ts etix]
█ Ineffable ->
upcomings.length -> 55
Total Events -> 55
Live In The Atrium: Bad Bunny Night | Sat May 03 2025 @ The Catalyst Atrium ->
{
api_id: '90433173',
artist_names: '',
.application-main .container-xl {
max-width: none !important;
}
.application-main .container-lg {
max-width: none !important;
margin-left: 0px !important;
}
/* New github repository react divs (2023) */
.react-repos-overview-margin {
@roblav96
roblav96 / flash-all.sh
Last active October 21, 2023 15:00
Skip reboot while flashing Android Factory Images to dual slot Google Pixel devices
#!/bin/sh
echo "🌕 Flashing -> SLOT B"
fastboot --set-active=b
sleep 1
fastboot reboot-bootloader
sleep 10
fastboot flash bootloader bootloader-*.img
fastboot reboot-bootloader
sleep 10
@roblav96
roblav96 / unifi_firmware_upgrade_uap-nanohd_ssh.md
Last active June 21, 2023 18:46
Ubiquiti UniFi firmware upgrade for UAP-nanoHD via ssh
#!/usr/bin/env just --justfile
# https://github.com/casey/just
set shell := ["bash", "-uc"]
_default :
@just --dump
@roblav96
roblav96 / nvidia-shield-tv-2017-packages.md
Last active April 22, 2022 22:14
Nvidia Shield TV 2017 - adb shell pm list packages

🟢 System Enabled Packages

android
android.autoinstalls.config.nvidia
com.amazon.amazonvideo.livingroom
com.amazon.amazonvideo.livingroom.nvidia
com.android.backupconfirm
com.android.bluetooth
com.android.bluetoothmidiservice
@roblav96
roblav96 / PocketCasts.window.js
Created April 7, 2021 14:53
PocketCasts kiosk style window.open
window.open('https://play.pocketcasts.com/new-releases', 'PocketCasts', 'width=0,height=0')
@roblav96
roblav96 / sony-x900f-pm-list-packages.sh
Last active March 26, 2021 11:34
Sony X900F Android TV App Package Management
#!/usr/bin/env bash
# Android Package Manager
# https://developer.android.com/studio/command-line/adb#pm
echo; echo Disabled
echo "$(adb shell pm list packages -f -d)" | sort --ignore-case | sed --unbuffered --regexp-extended 's/^package://'
echo; echo Uninstalled
echo "$(adb shell pm list packages -f -u)" | sort --ignore-case | sed --unbuffered --regexp-extended 's/^package://'
echo; echo Enabled