Skip to content

Instantly share code, notes, and snippets.

View Inteleweb's full-sized avatar

Yechiel Weisfish Inteleweb

View GitHub Profile
@Inteleweb
Inteleweb / mg4_nav_notes.md
Created September 7, 2025 03:17
A comprehensive, wiki-style, Gist-ready Markdown page that consolidates the XDA thread and related community findings—focused on installing and using Nova Launcher on the MG4’s Android Automotive OS 9, plus model/trim caveats and tested/untested notes. Inline citations point to the specific sources.

MG4 Electric (AAOS 9) — Developer Access, Sideloading, and Nova Launcher Setup

Scope: Community-documented methods to access developer/engineering options on MG4 Electric infotainment (Android Automotive OS 9, MT2712), enable installation from unknown sources, sideload apps (notably Nova Launcher), and work around SAIC’s default launcher behavior. Differences between SE/basic and Trophy/XPower/higher-end trims are noted where known.

Safety & Warranty: Proceed at your own risk. Do not interact with the infotainment while driving. Some functions may be disabled by updates, vary by region/trim/firmware, or affect warranty.

Primary discovery threads: XDA starter post and MGEVs forum posts describing the keyboard-trigger trick and trim/version notes.

@Inteleweb
Inteleweb / InstallZeroTier.ps1
Created July 31, 2024 20:25 — forked from wise-io/InstallZeroTier.ps1
Installs Latest ZeroTier One Client
<#
.SYNOPSIS
Installs ZeroTier
.DESCRIPTION
Install ZeroTier and join/configure ZeroTier network
.EXAMPLE
./ios-InstallZeroTier.ps1
.NOTES
This script will install PowerShell 7 if it is not present.
A UAC prompt will appear during install if -UI is used.