# Next Session: Pixel 9a Setup on Panda

**Use this prompt when the Pixel 9a arrives (~2 days from 2026-03-31)**

---

```
Continue from Session 378. I have the Google Pixel 9a now.

Context:
- Panda (RTX 5070 Ti desktop, ssh panda) is Annie's phone hub — fully set up with ADB, Python 3.12, uiautomator2 3.5.0, Pillow, scrcpy, her-os cloned at ~/workplace/her/her-os/.venv/
- The Pixel 9a needs to be connected to Panda via USB-C
- Read memory/project_annie_phone_research.md for the full decision context
- Read docs/RESEARCH-ADB-AUTOMATION-STACK.md for the 4-layer automation architecture
- Read docs/RESEARCH-ANNIE-PHONE-UPI-INDIA.md for SIM/UPI/banking setup plan

Next steps:
1. Connect Pixel 9a to Panda via USB → enable Developer Options → USB Debugging → adb devices
2. Enable bypass charging (Settings → Battery → Charging optimization → Limit to 80%)
3. Disable phantom process killer via ADB
4. Test uiautomator2 connection from Panda (python: d = uiautomator2.connect())
5. Set up wireless ADB as backup (native wireless debugging, NOT legacy tcpip 5555)
6. Install Airtel SIM in the Pixel
7. Set up Fi Money zero-balance bank account + GPay

Also pending from earlier sessions:
- Research Kannada TTS/STT for Titan (mom calling feature)
- Plan audio routing: Pixel → Panda → Titan pipeline
- Carry forward: ASYNC_TASK dead code, PYTHONDONTWRITEBYTECODE in start.sh, Docker bridge NAT
```
