[2026-05-26] Remove superseded xgimi-play6.md (replaced by xgimi-play6-setup.md)
This commit is contained in:
@@ -1,104 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- xgimi_play6_session
|
||||
- family/how-to
|
||||
- projector
|
||||
- android-tv
|
||||
- adb
|
||||
---
|
||||
# XGIMI Play 6 (CN) — Customization Session Summary
|
||||
|
||||
## Goal
|
||||
Replace Chinese stock launcher and Sogou keyboard with custom launcher (HALauncher) and Gboard. No root, no firmware flash.
|
||||
|
||||
---
|
||||
|
||||
## Key Findings
|
||||
|
||||
### Firmware
|
||||
- CN and Global versions differ **hardware-level** — global firmware won't install on CN unit
|
||||
- No community-made custom ROM for Play 6 exists yet (as of early 2026)
|
||||
- Active 4PDA thread: https://4pda.to/forum/index.php?showtopic=1115248
|
||||
|
||||
### ADB
|
||||
- USB ADB: **not working** — projector doesn't expose itself as USB device despite cable + ADB enabled in settings
|
||||
- Wireless ADB (Android 12+ feature via SystemUI Tuner by zacharee1): **not working** — projector is on Android 11 or lower
|
||||
- ADB over port 5555 via older SystemUI Tuner (ALEKSKART): **not yet tried** — next step
|
||||
|
||||
### APK Installation
|
||||
- Works via USB stick (FAT32), rename files: `app.apk` → `app.apk.1`
|
||||
- Not all apps launch after install (e.g. Kinopoisk fails, VK Video works)
|
||||
|
||||
### Secret menu
|
||||
- Last settings item → hold **down arrow 5+ sec** → hidden service menu appears
|
||||
- Contains focus calibration and keyboard selection
|
||||
- Switching keyboard from there didn't work for one user
|
||||
|
||||
---
|
||||
|
||||
## What's Been Done
|
||||
- [x] Installed SystemUI Tuner (zacharee1) via USB stick + rename trick
|
||||
- [x] Opened SystemUI Tuner on projector (using USB mouse)
|
||||
- [x] Found 开发者 (Developer) section
|
||||
- [x] Enabled ADB (single checkbox in settings)
|
||||
- [x] Confirmed USB ADB doesn't work (projector invisible to Mac via USB)
|
||||
- [x] Confirmed Wireless ADB requires Android 12+ (not available)
|
||||
|
||||
---
|
||||
|
||||
## The Working Method (from 4PDA post)
|
||||
Once ADB is connected:
|
||||
|
||||
```bash
|
||||
# Disable Sogou keyboard
|
||||
adb shell pm disable-user --user 0 com.sohu.inputmethod.sogou.tv
|
||||
|
||||
# Disable stock XGIMI launcher
|
||||
adb shell pm disable-user --user 0 com.xgimi.home
|
||||
```
|
||||
|
||||
Revert if needed:
|
||||
```bash
|
||||
adb shell pm enable com.sohu.inputmethod.sogou.tv
|
||||
adb shell pm enable com.xgimi.home
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Next Steps
|
||||
|
||||
1. **Download SystemUI Tuner by ALEKSKART** (older version, supports Android 9-11, enables ADB on port 5555)
|
||||
- Link: https://4pda.to/forum/index.php?showtopic=1057683
|
||||
- File: `SystemUITuner-1.0-min-sdk28.apk`
|
||||
- Requires 4PDA account to download
|
||||
|
||||
2. **Install it on projector** via USB stick (rename to `.apk.1`)
|
||||
|
||||
3. **Open it**, find option to enable ADB / port 5555
|
||||
|
||||
4. **Connect from Mac:**
|
||||
```bash
|
||||
adb connect <projector-ip>:5555
|
||||
adb devices
|
||||
```
|
||||
|
||||
5. **Install Gboard + HALauncher** via ADB if USB stick method is unreliable:
|
||||
```bash
|
||||
adb install Gboard.apk
|
||||
adb install HALauncher.apk
|
||||
```
|
||||
|
||||
6. **Run disable commands** from "Working Method" above
|
||||
|
||||
7. **Reboot** and verify HALauncher loads as home screen
|
||||
|
||||
---
|
||||
|
||||
## Files Needed on USB Stick
|
||||
| App | Source | Notes |
|
||||
|-----|--------|-------|
|
||||
| SystemUI Tuner (ALEKSKART) | 4PDA topic 1057683 | For enabling ADB |
|
||||
| Gboard (TV version) | APKMirror → Android TV build | arm64 |
|
||||
| HALauncher | APKMirror | TV launcher |
|
||||
|
||||
All files: rename `app.apk` → `app.apk.1` before copying to FAT32 stick.
|
||||
@@ -1,10 +1,20 @@
|
||||
## Inbox Triage — 2026-05-26 (since 2026-05-26 17:18)
|
||||
## Inbox Triage — 2026-05-26 (since 2026-05-26 18:28)
|
||||
|
||||
### New / Changed — Action Required
|
||||
|
||||
**[New comment]** — [Postmortem: [iOS] Introduce a new screen that allows usage of the toggle with Search or Duck.ai set as the default toggle state](https://app.asana.com/0/0/1213320327587346) — Costas at 18:53
|
||||
Role: DRI (postmortem owner).
|
||||
Context: Costas replied to your 10:57 question about whether to postmortem-and-close this project. He agrees ("Sounds good to me"), but asks that *before* closing, you summarize the performance of the experiment variants in the **project's main thread as a final pinned comment**, so any interested stakeholders are informed of the results.
|
||||
Action: Draft the experiment-variants performance summary, post it as a pinned comment on the parent project task ([ON HOLD] iOS: Introduce a new screen…, gid 1213320237636425), then proceed with running the postmortem.
|
||||
|
||||
### New / Changed — Monitoring
|
||||
|
||||
- **[Incident Postmortem: AI Agent use via likely external Discord service](https://app.asana.com/0/0/1214996544314182)** — you moved it from Draft → Current at 18:51 and Asana added ~15 collaborators as a result; Dominik liked the task at 18:57. No external action awaited.
|
||||
- **[Kick-off: iOS Address onboarding conflicts with unified input and ship AI onboarding winner](https://app.asana.com/0/0/1214592851898713)** — modified at 18:49; no new substantive comment since SINCE. Alessandro's and Pete's feedback from earlier today already covered in prior brief.
|
||||
|
||||
### Nothing new
|
||||
Inbox quiet — nothing new.
|
||||
|
||||
_Checked: @mentions DB query (0 rows since 11:18 UTC), all non-Alex story activity since SINCE (17 rows — all out of scope: Dax bot events on macOS Feedback, Tom Strba daily pixels report on macOS Release Board, Vinay Nadig AOR reshuffle, Tom Crowley dependency due-date change, plus story reactions on iOS App Weekly Maintenance and O-L Weekly Meeting), no new comments on Alex's assigned open tasks (0 rows)._
|
||||
|
||||
_Carry-over from the earlier 17:18 triage and previous briefs remains open (Kick-off feedback from Alessandro, PR QA steps for Pete, DRI async reminder, [ON HOLD] post-mortem decision)._
|
||||
|
||||
_Note: MS365 calendar check blocked by lethal-trifecta gate, so Apple Weekly / live calendar focus check skipped per policy. DB confirmed Apple Weekly Team Meeting is on Alex's calendar today, but live timing unknown._
|
||||
- No new @mentions of Alex (3 mention rows detected on the Incident Postmortem were self-mentions and excluded).
|
||||
- No new comments on delegated tasks since SINCE.
|
||||
- No new task assignments to Alex.
|
||||
- No Ship Review / Tech Design status changes since SINCE.
|
||||
- No new incident assignments, no rotation handoffs.
|
||||
|
||||
Reference in New Issue
Block a user